]> git.saurik.com Git - apple/shell_cmds.git/blame - sh/tests/set-e/for1.0
shell_cmds-216.60.1.tar.gz
[apple/shell_cmds.git] / sh / tests / set-e / for1.0
CommitLineData
deb63bfb 1# $FreeBSD: head/bin/sh/tests/set-e/for1.0 149791 2005-09-05 09:42:10Z stefanf $
71aad674
A
2set -e
3f() {
4 for i in a b c; do
5 false
6 true
7 done
8}
9f || true