mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-06 10:12:38 +02:00
Imported from ../bash-3.2.48.tar.gz.
This commit is contained in:
+1
-1
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user