From 8e6b8298aad059d03a6c8e267a8ca210027472e7 Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Sun, 23 Aug 2009 16:19:18 +1200 Subject: [PATCH] Silence rm -v on bootstrap Was breaking bootstrap on systems without this argument. --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3