From: ceriel Date: Thu, 5 Aug 1993 13:00:40 +0000 (+0000) Subject: Fixed make.hfiles; some "shells" did not accept it X-Git-Tag: release-5-5~309 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=18967fad9a4369d95f2d074307637e31f66d5ceb;p=ack.git Fixed make.hfiles; some "shells" did not accept it --- diff --git a/util/cpp/make.hfiles b/util/cpp/make.hfiles index 2132dd618..f53fdca18 100755 --- a/util/cpp/make.hfiles +++ b/util/cpp/make.hfiles @@ -9,7 +9,7 @@ case $# in esac ( -IFCOMMAND="if (<\$FN) 2>/dev/null;\ +IFCOMMAND="if [ -r \$FN ] ;\ then if cmp -s \$FN \$TMP;\ then rm \$TMP;\ else mv \$TMP \$FN;\