]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Silence rm -v again
authorAmos Jeffries <squid3@treenet.co.nz>
Sat, 22 Aug 2009 13:10:36 +0000 (01:10 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Sat, 22 Aug 2009 13:10:36 +0000 (01:10 +1200)
bootstrap.sh

index df3a4c417760732f1d9fb1cd3eec482b6818571c..8066529b711afcb4e18dc05ced71279c540fff5c 100755 (executable)
@@ -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