Imported from ../bash-3.2.48.tar.gz.

This commit is contained in:
Jari Aalto
2009-09-12 16:46:59 +00:00
parent 0628567a28
commit f1be666c7d
47 changed files with 703 additions and 159 deletions
+1 -1
View File
@@ -430,7 +430,7 @@ Case05---3---A:B:C---
Case06---1---A B C::---
Case07---3---A:B:C---
Case08---3---A:B:C---
./new-exp.tests: line 506: /${$(($#-1))}: bad substitution
./new-exp.tests: line 506: ${$(($#-1))}: bad substitution
argv[1] = <a>
argv[2] = <b>
argv[3] = <c>
+3
View File
@@ -6,6 +6,7 @@ shopt -s cdspell
shopt -u checkhash
shopt -u checkwinsize
shopt -s cmdhist
shopt -u compat31
shopt -u dotglob
shopt -u execfail
shopt -s expand_aliases
@@ -53,6 +54,7 @@ shopt -s sourcepath
shopt -u cdable_vars
shopt -u checkhash
shopt -u checkwinsize
shopt -u compat31
shopt -u dotglob
shopt -u execfail
shopt -u extdebug
@@ -77,6 +79,7 @@ shopt -u xpg_echo
cdable_vars off
checkhash off
checkwinsize off
compat31 off
dotglob off
execfail off
extdebug off