commit bash-20121221 snapshot

This commit is contained in:
Chet Ramey
2013-01-03 10:47:42 -05:00
parent 77b3aacbdf
commit 36eb585cfa
51 changed files with 33625 additions and 656 deletions
+2
View File
@@ -39,3 +39,5 @@ echo "${test//str/"'"}"
test=test\'string
echo "${test//"'"/"'"}"
x="a'b'c"; echo "${x//\'/\'}"