22 Oct
2009
22 Oct
'09
7:03 a.m.
Signed-off-by: Eric Bélanger <snowmaniscool@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