Fix make.hfiles; some shells did not accept it
This commit is contained in:
parent
e939ab6db0
commit
8fd67c5e30
@ -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;\
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user