bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Patch bash40-001 does not work under Interix/SUA


From: pjodrr
Subject: Patch bash40-001 does not work under Interix/SUA
Date: Wed, 08 Dec 2010 15:48:24 -0000
User-agent: G2/1.0

Hello,

The patch description is:

"
Bash has problems parsing certain constructs inside Posix-style $(...)
command substitutions, mostly with backslash-quoting and reserved word
recognition.    This is an issue because the contents are parsed at
the
time the word containing the command substitution is read.
"

but it does not work under interix, I still get:

bash-4.0$ x=$(echo)
bash: command substitution: line 7: syntax error near unexpected token
`)'
bash: command substitution: line 7: `echo)'
bash-4.0$ echo ${BASH_VERSINFO[@]}
4 0 38 1 release x86_64-unknown-interix6.1
bash-4.0$

with bash 4.1 i get the same behaviour.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]