]> git.saurik.com Git - apple/shell_cmds.git/blob - sh/tests/builtins/return2.1
shell_cmds-216.60.1.tar.gz
[apple/shell_cmds.git] / sh / tests / builtins / return2.1
1 # $FreeBSD: head/bin/sh/tests/builtins/return2.1 149791 2005-09-05 09:42:10Z stefanf $
2 f() {
3 true && return 1
4 return 0
5 }
6
7 f