]> git.saurik.com Git - apple/shell_cmds.git/blob - sh/tests/set-e/if3.0
a4916a8426643c4fb6dc24a3543d5ed63b97df53
[apple/shell_cmds.git] / sh / tests / set-e / if3.0
1 # $FreeBSD$
2 set -e
3 if false; false; then
4 :
5 fi