]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - tools/build/make_check/shell_test.sh
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.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