]> git.saurik.com Git - apple/shell_cmds.git/blame_incremental - sh/tests/set-e/if3.0
shell_cmds-216.60.1.tar.gz
[apple/shell_cmds.git] / sh / tests / set-e / if3.0
... / ...
CommitLineData
1# $FreeBSD: head/bin/sh/tests/set-e/if3.0 211399 2010-08-16 17:18:08Z jilles $
2set -e
3if false; false; then
4 :
5fi