(svn r5220) Testing for existence AND using rm -f is tautologous
authortron
Sat, 10 Jun 2006 20:11:02 +0000
changeset 4009 16c7ad34af62
parent 4008 68cc4bba4c2b
child 4010 e1c717629783
(svn r5220) Testing for existence AND using rm -f is tautologous
configure
--- a/configure	Sat Jun 10 20:08:19 2006 +0000
+++ b/configure	Sat Jun 10 20:11:02 2006 +0000
@@ -262,10 +262,7 @@
 fi
 
 # First remove the Makefile.config, else you can have double entries
-if test -e "Makefile.config"
-then
-	rm -f Makefile.config
-fi
+rm -f Makefile.config
 
 echo "make upgradeconf $PARAM" > Makefile.run
 . Makefile.run