]> git.saurik.com Git - apple/shell_cmds.git/blob - sh/tests/set-e/func2.1
cc76d6edfa536f4e8f236219655d954035780c56
[apple/shell_cmds.git] / sh / tests / set-e / func2.1
1 # $FreeBSD$
2 set -e
3 f() {
4 false
5 exit 0
6 }
7 f