]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - bin/sh/tests/errors/bad-parm-exp1.0
Upgrade to OpenSSH 7.6p1. This will be followed shortly by 7.7p1.
[FreeBSD/FreeBSD.git] / bin / sh / tests / errors / bad-parm-exp1.0
1 # $FreeBSD$
2 false && {
3         ${}
4         ${foo/}
5         ${foo@bar}
6 }
7 :