From: Amos Jeffries Date: Sat, 22 Aug 2009 13:10:36 +0000 (+1200) Subject: Silence rm -v again X-Git-Tag: SQUID_3_2_0_1~770 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ad439abb42f8dc7bff04bc753ff4c2df54379a39;p=thirdparty%2Fsquid.git Silence rm -v again --- diff --git a/bootstrap.sh b/bootstrap.sh index df3a4c4177..8066529b71 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