]> CyberLeo.Net >> Repos - FreeBSD/releng/9.1.git/blob - tools/regression/bin/sh/parser/heredoc6.0
Copy stable/9 to releng/9.1 as part of the 9.1-RELEASE release process.
[FreeBSD/releng/9.1.git] / tools / regression / bin / sh / parser / heredoc6.0
1 # $FreeBSD$
2
3 r=
4 ! command eval ": <<EOF; )" 2>/dev/null; command eval : hi \${r:=0}
5 exit ${r:-3}