]> git.saurik.com Git - apple/shell_cmds.git/blob - sh/tests/builtins/return2.1
0ef817179d73fda3f2e762f39e22c6f40fac9bf6
[apple/shell_cmds.git] / sh / tests / builtins / return2.1
1 # $FreeBSD$
2 f() {
3 true && return 1
4 return 0
5 }
6
7 f