]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tools/regression/usr.bin/make/shell/replace/shell
This commit was generated by cvs2svn to compensate for changes in r155511,
[FreeBSD/FreeBSD.git] / tools / regression / usr.bin / make / shell / replace / shell
1 #!/bin/sh
2 # $FreeBSD$
3 echo $@
4 if ! test -t 0 ; then
5         cat
6 fi