mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-07 02:32:27 +02:00
commit bash-20121228 snapshot
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
foo()
|
||||
{
|
||||
echo A:
|
||||
. ./set-e3a.sub
|
||||
echo D:
|
||||
}
|
||||
|
||||
# should run all the way through; foo being called in a context where set -e
|
||||
# is ignored means that that condition persists through sourcing the file
|
||||
foo && true
|
||||
Reference in New Issue
Block a user