Fixed make.hfiles; some "shells" did not accept it

This commit is contained in:
ceriel 1993-08-05 13:00:40 +00:00
parent 304bfbade3
commit 395e8d4605

View File

@ -9,7 +9,7 @@ case $# in
esac esac
( (
IFCOMMAND="if (<\$FN) 2>/dev/null;\ IFCOMMAND="if [ -r \$FN ] ;\
then if cmp -s \$FN \$TMP;\ then if cmp -s \$FN \$TMP;\
then rm \$TMP;\ then rm \$TMP;\
else mv \$TMP \$FN;\ else mv \$TMP \$FN;\