]> git.saurik.com Git - apple/shell_cmds.git/blob - sh/tests/set-e/while1.0
shell_cmds-203.tar.gz
[apple/shell_cmds.git] / sh / tests / set-e / while1.0
1 # $FreeBSD: head/bin/sh/tests/set-e/while1.0 211399 2010-08-16 17:18:08Z jilles $
2 set -e
3 while false; do
4 :
5 done