From: ceriel Date: Wed, 18 Sep 1991 18:40:55 +0000 (+0000) Subject: one more minor change: display name of file being compiled X-Git-Tag: release-5-5~855 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=90370cbc29676361ba3dff44ad3e9d45b56ee0d1;p=ack.git one more minor change: display name of file being compiled --- diff --git a/util/shf/march.sh b/util/shf/march.sh index f2354925b..488787de3 100755 --- a/util/shf/march.sh +++ b/util/shf/march.sh @@ -16,6 +16,7 @@ then arch x $1/$archname for file in `arch t $1/$archname` do + echo $file: 1>&2 suffix=`expr $file : '.*\(\..*\)'` ofile=`$makecmd $file $suffix` if test $? != 0