On 12/17/19 4:00 PM, Dave Taylor wrote:
Bash Version: 4.4
Patch Level: 12
Release Status: release
Description:
I'm trying to do a Cygwin build of the bash git repo at bminor/bash on
github.
The configure (no options) and make (no options) finish successfully, but
the build fails when doing $()-style command substitutions, claiming that
the trailing paren is unexpected:
% echo $(echo hiya)
bash: command substitution: line 9: syntax error near unexpected token `)'
bash: command substitution: line 9: `echo hiya)'
This is generally the result of using something other than bison to
generate the parser.
Chet
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRU c...@case.edu http://tiswww.cwru.edu/~chet/