init version.
[bush.git] / tests.bak / set-e3.sub
blobdb176b1ff9dc5e0047ac96ccbad7badad4418649
1 foo()
3         echo A:
4         . ./set-e3a.sub
5         echo D:
8 # should run all the way through; foo being called in a context where set -e
9 # is ignored means that that condition persists through sourcing the file
10 foo && true