From 18967fad9a4369d95f2d074307637e31f66d5ceb Mon Sep 17 00:00:00 2001 From: ceriel Date: Thu, 5 Aug 1993 13:00:40 +0000 Subject: [PATCH] Fixed make.hfiles; some "shells" did not accept it --- util/cpp/make.hfiles | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;\ -- 2.34.1