]> git.saurik.com Git - apple/shell_cmds.git/blob - sh/tests/builtins/eval8.7
shell_cmds-203.tar.gz
[apple/shell_cmds.git] / sh / tests / builtins / eval8.7
1 # $FreeBSD: head/bin/sh/tests/builtins/eval8.7 272983 2014-10-12 13:12:06Z jilles $
2
3 f() {
4 eval "return 7
5 echo bad2"
6 }
7 f