mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-11 22:20:49 +02:00
commit bash-20170203 snapshot
This commit is contained in:
@@ -52,3 +52,9 @@ echo $( # we just took and pasted in some
|
||||
# command substitution
|
||||
echo xyz
|
||||
)
|
||||
|
||||
# problem with parse_comsub through bash-4.4
|
||||
case $(echo $$'x\nx') in
|
||||
x*) echo bad 7;;
|
||||
*) echo ok 7;;
|
||||
esac
|
||||
|
||||
Reference in New Issue
Block a user