heredoc6.0 revision 208656
114726Sadam# $FreeBSD: head/tools/regression/bin/sh/parser/heredoc6.0 208656 2010-05-30 14:20:32Z jilles $
237Srgrimes
337Srgrimesr=
437Srgrimes! command eval ": <<EOF; )" 2>/dev/null; command eval : hi \${r:=0}
537Srgrimesexit ${r:-3}
6748Swollman