commit bash-20180316 snapshot

This commit is contained in:
Chet Ramey
2018-03-19 09:46:55 -04:00
parent bf5b8103d4
commit f602026a0c
59 changed files with 6880 additions and 6405 deletions
+11
View File
@@ -109,4 +109,15 @@ recho `echo "(\\")"`
# ultimate workaround
recho `echo "(\")"`
# various strings ending in backslashes
echo 'string \'
echo "string \\"
echo string\ \\
echo ${foo:-'string \'}
echo "${foo:-string \\}"
echo ${foo:-string \\\}}
${THIS_SH} ./quote1.sub