commit bash-20151113 snapshot

This commit is contained in:
Chet Ramey
2015-12-01 11:28:06 -05:00
parent f542be5d52
commit f9b024c839
15 changed files with 148 additions and 49 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
BUILD_DIR=/usr/local/build/chet/bash/bash-current
BUILD_DIR=/usr/local/build/bash/bash-current
THIS_SH=$BUILD_DIR/bash
PATH=$PATH:$BUILD_DIR
+5
View File
@@ -143,3 +143,8 @@ echo a b c d 2 > /dev/null
\!
\!
\!
a
b
c
echo "#!/bin/bash" set -o posix
#!/bin/bash set -o posix
+1
View File
@@ -129,3 +129,4 @@ echo !shopt-1
echo !shopt*
${THIS_SH} ./histexp1.sub
${THIS_SH} ./histexp2.sub
+11
View File
@@ -0,0 +1,11 @@
LANG=C LC_ALL=C
set -o history
echo a
echo b
echo c
set -o histexpand
set -o posix
echo "#!/bin/bash" !!