mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-06-29 00:19:51 +02:00
commit bash-20110805 snapshot
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user