mirror of https://github.com/OpenTTD/OpenTTD
(svn r5220) Testing for existence AND using rm -f is tautologous
parent
c9be4eed53
commit
7d0a139828
|
@ -262,10 +262,7 @@ then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# First remove the Makefile.config, else you can have double entries
|
# First remove the Makefile.config, else you can have double entries
|
||||||
if test -e "Makefile.config"
|
rm -f Makefile.config
|
||||||
then
|
|
||||||
rm -f Makefile.config
|
|
||||||
fi
|
|
||||||
|
|
||||||
echo "make upgradeconf $PARAM" > Makefile.run
|
echo "make upgradeconf $PARAM" > Makefile.run
|
||||||
. Makefile.run
|
. Makefile.run
|
||||||
|
|
Loading…
Reference in New Issue