From fb4af643c73733e3fbb69b7627e5b4f567e4389c Mon Sep 17 00:00:00 2001 From: fielding Date: Tue, 1 May 2001 02:06:09 +0000 Subject: rm -f is sufficient -- no need to check existence first. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61572 13f79535-47bb-0310-9956-ffa450edef68 --- buildconf | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'buildconf') diff --git a/buildconf b/buildconf index f5e0ab5fc..c2a455aa7 100755 --- a/buildconf +++ b/buildconf @@ -84,10 +84,7 @@ if [ ! -f $ltfile ]; then exit 1 fi -# Ugly. 'cp -f' isn't portable, so we work around -if [ -f build/libtool.m4 ]; then - rm -f build/libtool.m4 -fi +rm -f build/libtool.m4 cp $ltfile build/libtool.m4 # This is just temporary until people's workspaces are cleared -- remove -- cgit v1.2.1