Bash-4.3 distribution sources and documentation
This commit is contained in:
parent
4539d736f1
commit
ac50fbac37
497 changed files with 129395 additions and 87598 deletions
|
|
@ -254,6 +254,15 @@ 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_SH} ./errors3.sub
|
||||
|
||||
# this must be last!
|
||||
# in posix mode, a function name must be a valid identifier
|
||||
# this can't go in posix2.tests, since it causes the shell to exit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue