summaryrefslogtreecommitdiffstats
path: root/checkpkg
diff options
context:
space:
mode:
Diffstat (limited to 'checkpkg')
-rwxr-xr-xcheckpkg2
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