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

This commit is contained in:
ceriel 1993-08-05 12:30:57 +00:00
parent c8910826b5
commit 304bfbade3
4 changed files with 4 additions and 4 deletions

View File

@ -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;\

View File

@ -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;\

View File

@ -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;\

View File

@ -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;\