]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - tools/build/make_check/shell_test.sh
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / tools / build / make_check / shell_test.sh
1 #!/bin/sh
2 # $FreeBSD$
3 echo $@
4 if ! test -t 0 ; then
5         cat
6 fi