commit bash-20170203 snapshot

This commit is contained in:
Chet Ramey
2017-02-06 15:34:39 -05:00
parent bc37147244
commit 7e92fb358b
43 changed files with 13394 additions and 12288 deletions
+6
View File
@@ -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