Fixed make.hfiles; some "shells" did not accept it
authorceriel <none@none>
Thu, 5 Aug 1993 13:00:40 +0000 (13:00 +0000)
committerceriel <none@none>
Thu, 5 Aug 1993 13:00:40 +0000 (13:00 +0000)
util/cpp/make.hfiles

index 2132dd6..f53fdca 100755 (executable)
@@ -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;\