]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - tools/regression/usr.bin/make/shell/builtin/sh
Copy head to stable/9 as part of 9.0-RELEASE release cycle.
[FreeBSD/stable/9.git] / tools / regression / usr.bin / make / shell / builtin / sh
1 #!/bin/sh
2 # $FreeBSD$
3 echo "$@"
4 if ! test -t 0 ; then
5         cat
6 fi