(svn r5220) Testing for existence AND using rm -f is tautologous
This commit is contained in:
5
configure
vendored
5
configure
vendored
@@ -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
|
||||||
|
Reference in New Issue
Block a user