]> git.saurik.com Git - apple/shell_cmds.git/blob - sh/tests/errors/bad-keyword1.0
shell_cmds-203.tar.gz
[apple/shell_cmds.git] / sh / tests / errors / bad-keyword1.0
1 # $FreeBSD: head/bin/sh/tests/errors/bad-keyword1.0 216398 2010-12-12 21:18:16Z jilles $
2
3 echo ':; fi' | ${SH} -n 2>/dev/null && exit 1
4 exit 0