Changes between Initial Version and Version 4 of Ticket #61515


Ignore:
Timestamp:
Nov 17, 2020, 3:01:59 AM (3 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #61515

    • Property Status changed from new to assigned
    • Property Owner set to larryv
    • Property Keywords catalina added
    • Property Summary changed from Brew zsh hangs on $(...) command substitution in Big Sur 11.0.1 to zsh @5.8: wrong configure results because of implicit function declarations
  • Ticket #61515 – Description

    initial v4  
    11tart zsh without rcs (this should start a new shell):
    22
     3{{{
    34/usr/local/bin/zsh --no-rcs
     5}}}
    46
    57try to enter the following in the new shell (it should hang):
    68
     9{{{
    710echo $(date)
     11}}}
    812
    913To me it seems like all command substitution using $() causes zsh to hang.