]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Silence rm -v on bootstrap
authorAmos Jeffries <squid3@treenet.co.nz>
Sun, 23 Aug 2009 04:19:18 +0000 (16:19 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 23 Aug 2009 04:19:18 +0000 (16:19 +1200)
Was breaking bootstrap on systems without this argument.

bootstrap.sh

index 47579b4eb94568df91cc4220e5c293bc86a55a7a..a208e70dcde3a435f2f6b1f6d385e1b31a428683 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