Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_bash
/
refs/heads/n2
/
.
/
tests
/
set-e3.sub
blob: db176b1ff9dc5e0047ac96ccbad7badad4418649 [
file
] [
log
] [
blame
]
Chet Ramey
ac50fba
2014-02-26 09:36:43 -0500
[
diff
] [
blame
]
1
foo
()
2
{
3
echo A
:
4
.
./
set
-
e3a
.
sub
5
echo D
:
6
}
7
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