]> git.ipfire.org Git - thirdparty/bash.git/commitdiff
commit bash-20110805 snapshot
authorChet Ramey <chet.ramey@case.edu>
Mon, 9 Jan 2012 13:24:51 +0000 (08:24 -0500)
committerChet Ramey <chet.ramey@case.edu>
Mon, 9 Jan 2012 13:24:51 +0000 (08:24 -0500)
tests/RUN-ONE-TEST
tests/shopt.right

index 72ec06a2c1fd8dde92acea5e8ac773e35f1d061b..3efcf32d68e9722024b6ca9d67f9e81b2aa5ac04 100755 (executable)
@@ -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
 
index 4080503e47ebc61a22f105f8181e1349927ef849..08deb51e20c0b72225662378146acbd1aabdfb52 100644 (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