Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > gnu.bash.bug > #15744 > unrolled thread
| Started by | Chet Ramey <chet.ramey@case.edu> |
|---|---|
| First post | 2019-12-18 10:35 -0500 |
| Last post | 2019-12-18 10:35 -0500 |
| Articles | 1 — 1 participant |
Back to article view | Back to gnu.bash.bug
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: Cygwin bash build- command substitution fails Chet Ramey <chet.ramey@case.edu> - 2019-12-18 10:35 -0500
| From | Chet Ramey <chet.ramey@case.edu> |
|---|---|
| Date | 2019-12-18 10:35 -0500 |
| Subject | Re: Cygwin bash build- command substitution fails |
| Message-ID | <mailman.1083.1576683329.1979.bug-bash@gnu.org> |
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 chet@case.edu http://tiswww.cwru.edu/~chet/
Back to top | Article view | gnu.bash.bug
csiph-web