commit bash-20190109 snapshot

This commit is contained in:
Chet Ramey
2019-01-10 11:56:16 -05:00
parent 5cc55f2f73
commit 605528a7c0
12 changed files with 123 additions and 24 deletions
+2
View File
@@ -61,6 +61,8 @@ a?
argv[1] = <a\?>
a?
aa
<define\/\
/>
argv[1] = <a>
argv[2] = <abc>
argv[3] = <abd>
+6
View File
@@ -11,3 +11,9 @@ printf "%s\n" ${var}
var='a\a'
printf "%s\n" ${var}
# shell's idea of a glob pattern and libglob's idea of a glob pattern have to
# be identical
PRE='\/'
printf '<%s>\n' 'define'${PRE}'\
/'