From: Amos Jeffries Date: Sun, 23 Aug 2009 04:19:18 +0000 (+1200) Subject: Silence rm -v on bootstrap X-Git-Tag: SQUID_3_1_0_14~45 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8e6b8298aad059d03a6c8e267a8ca210027472e7;p=thirdparty%2Fsquid.git Silence rm -v on bootstrap Was breaking bootstrap on systems without this argument. --- diff --git a/bootstrap.sh b/bootstrap.sh index 47579b4eb9..a208e70dcd 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -100,7 +100,7 @@ bootstrap_libtoolize() { src=libltdl # do not bundle with the huge standard license text - rm -fv $src/COPYING.LIB + rm -f $src/COPYING.LIB makefile=$src/Makefile.in sed 's/COPYING.LIB/ /g' $makefile > $makefile.new; chmod u+w $makefile