aboutsummaryrefslogtreecommitdiff
path: root/tools/regression/usr.bin/make/shell/path/sh
blob: 401a16f7e0b2628fa5f173ec64d47fe5603de33e (plain) (blame)
1
2
3
4
5
6
#!/bin/sh
# $FreeBSD: src/tools/regression/usr.bin/make/shell/path/sh,v 1.1 2005/05/31 14:13:03 harti Exp $
echo $@
if ! test -t 0 ; then
	cat
fi