bash-5.0 distribution sources and documentation

This commit is contained in:
Chet Ramey
2019-01-07 09:27:52 -05:00
parent 6444760999
commit d233b485e8
528 changed files with 84836 additions and 67099 deletions
+12
View File
@@ -109,4 +109,16 @@ 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
${THIS_SH} ./quote2.sub