[arch-dev-public] [PATCH 2/3] checkpkg: Made wget quiet

Eric Bélanger snowmaniscool at gmail.com
Thu Oct 22 03:03:52 EDT 2009


Signed-off-by: Eric Bélanger <snowmaniscool at gmail.com>
---
 checkpkg |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/checkpkg b/checkpkg
index aa56c74..be549bf 100755
--- a/checkpkg
+++ b/checkpkg
@@ -64,7 +64,7 @@ for _pkgname in ${pkgname[@]}; do
 	if echo $pkgurl | grep "^file:///" > /dev/null 2>&1; then
 	    cp `echo $pkgurl | sed 's#^file://##'` .
 	else
-	    wget $pkgurl
+	    wget --quiet $pkgurl
 	fi
     fi
 
-- 
1.6.5.1



More information about the arch-dev-public mailing list