mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-07 02:32:27 +02:00
commit bash-20120216 snapshot
This commit is contained in:
@@ -254,7 +254,13 @@ kill -INT
|
||||
# bad shell option names
|
||||
set -o trackall # bash is not ksh
|
||||
|
||||
# problem with versions through bash-4.2
|
||||
readonly xx=5
|
||||
echo $((xx=5))
|
||||
echo $?
|
||||
|
||||
${THIS_SH} ./errors1.sub
|
||||
${THIS_SH} ./errors2.sub
|
||||
|
||||
# this must be last!
|
||||
# in posix mode, a function name must be a valid identifier
|
||||
|
||||
Reference in New Issue
Block a user