z icon indicating copy to clipboard operation
z copied to clipboard

unset POSIXLY_CORRECT for bash

Open step- opened this issue 5 years ago • 0 comments

If POSIXLY_CORRECT is set in the bash process environment running z somePath produces:

sh: command substitution: line 168: syntax error near unexpected token `<'
sh: command substitution: line 168: ` < <( _z_dirs ) awk -v t="$(date +%s)" -v list="$list" -v typ="$typ" -v q="$fnd" -F"|" ''

step- avatar May 02 '20 08:05 step-