commit bash-20110805 snapshot

This commit is contained in:
Chet Ramey
2012-01-09 08:24:51 -05:00
parent 19baff85a2
commit 02c7ca1d06
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
BUILD_DIR=/usr/local/build/bash/bash-current
BUILD_DIR=/usr/local/build/chet/bash/bash-current
THIS_SH=$BUILD_DIR/bash
PATH=$PATH:$BUILD_DIR
+6
View File
@@ -12,6 +12,7 @@ shopt -u compat31
shopt -u compat32
shopt -u compat40
shopt -u compat41
shopt -u direxpand
shopt -u dirspell
shopt -u dotglob
shopt -u execfail
@@ -22,6 +23,7 @@ shopt -s extquote
shopt -u failglob
shopt -s force_fignore
shopt -u globstar
shopt -u globasciiranges
shopt -u gnu_errfmt
shopt -u histappend
shopt -u histreedit
@@ -68,6 +70,7 @@ shopt -u compat31
shopt -u compat32
shopt -u compat40
shopt -u compat41
shopt -u direxpand
shopt -u dirspell
shopt -u dotglob
shopt -u execfail
@@ -75,6 +78,7 @@ shopt -u extdebug
shopt -u extglob
shopt -u failglob
shopt -u globstar
shopt -u globasciiranges
shopt -u gnu_errfmt
shopt -u histappend
shopt -u histreedit
@@ -101,6 +105,7 @@ compat31 off
compat32 off
compat40 off
compat41 off
direxpand off
dirspell off
dotglob off
execfail off
@@ -108,6 +113,7 @@ extdebug off
extglob off
failglob off
globstar off
globasciiranges off
gnu_errfmt off
histappend off
histreedit off