aboutsummaryrefslogtreecommitdiff
path: root/tools/regression/usr.bin/make/shell/meta/sh
blob: e4e872a3a2867fa7e42cba088104e112cca7548f (plain) (blame)
1
2
3
4
5
6
#!/bin/sh
# $FreeBSD: src/tools/regression/usr.bin/make/shell/meta/sh,v 1.1.22.1.6.1 2010/12/21 17:09:25 kensmith Exp $
echo "$@"
if ! test -t 0 ; then
	cat
fi