Deleted Added
full compact
sh (146822) sh (263346)
1#!/bin/sh
1#!/bin/sh
2# $FreeBSD: head/tools/regression/usr.bin/make/shell/meta/sh 146822 2005-05-31 14:13:07Z harti $
2# $FreeBSD: head/usr.bin/make/tests/shell/meta/sh 146822 2005-05-31 14:13:07Z harti $
3echo "$@"
4if ! test -t 0 ; then
5 cat
6fi
3echo "$@"
4if ! test -t 0 ; then
5 cat
6fi