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
27
tests/errors1.sub
Normal file
27
tests/errors1.sub
Normal file
|
@ -0,0 +1,27 @@
|
|||
. -i /dev/tty
|
||||
|
||||
f()
|
||||
{
|
||||
return -1
|
||||
}
|
||||
|
||||
set -- a b c
|
||||
shift -4
|
||||
|
||||
f
|
||||
|
||||
for f in 1 2 3; do
|
||||
break -1
|
||||
done
|
||||
|
||||
|
||||
f()
|
||||
{
|
||||
return -25
|
||||
}
|
||||
|
||||
f
|
||||
echo after f
|
||||
exit -25
|
||||
|
||||
exit -56
|
Loading…
Add table
Add a link
Reference in a new issue