]> git.saurik.com Git - apple/shell_cmds.git/blob - sh/tests/errors/bad-parm-exp1.0
shell_cmds-207.11.1.tar.gz
[apple/shell_cmds.git] / sh / tests / errors / bad-parm-exp1.0
1 # $FreeBSD: head/bin/sh/tests/errors/bad-parm-exp1.0 164004 2006-11-05 18:41:23Z stefanf $
2 false && {
3 ${}
4 ${foo/}
5 ${foo@bar}
6 }
7 :