|
Parsing subcmd.sh
|
Line 38 of '_tmp/wild/src/shell/bashdb/lib/subcmd.sh'
IFS=' ' typeset canon_line; canon_line="${words[@]}"
^
Assignments shouldn't have environment bindings
|
|
Translating subcmd.sh
|
Line 38 of '_tmp/wild/src/shell/bashdb/lib/subcmd.sh'
IFS=' ' typeset canon_line; canon_line="${words[@]}"
^
Assignments shouldn't have environment bindings
|
|
Parsing shell.sh
|
Line 50 of '_tmp/wild/src/shell/bashdb/lib/shell.sh'
echo $(typeset -pf ${fn_name} 2>/dev/null)
^~~~~~~
Assignments shouldn't have redirects
|
|
Translating shell.sh
|
Line 50 of '_tmp/wild/src/shell/bashdb/lib/shell.sh'
echo $(typeset -pf ${fn_name} 2>/dev/null)
^~~~~~~
Assignments shouldn't have redirects
|