From b03a2388a321fb4c903e3771e49de84bc373047f Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Tue, 6 Feb 2007 21:20:20 +0000 Subject: I should test code before I check it in. Also a fix for the annoying wget output in PKGBUILD bug. --- scripts/makepkg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scripts') diff --git a/scripts/makepkg b/scripts/makepkg index 50e52b1d..dc186d2a 100755 --- a/scripts/makepkg +++ b/scripts/makepkg @@ -633,7 +633,7 @@ for netfile in ${source[@]}; do exit 1 fi msg2 "Downloading $file" - $FTPAGENT "$netfile" 2>&1 + $FTPAGENT "$netfile" # fix flyspray bug #3289 ftpret=$? if [ $ftpret -gt 0 ]; then @@ -750,8 +750,8 @@ else # START REMOVE # TODO remove this with release of file v4.20, temp bugfix *application/empty*) - cmd="tar -xf $file" ;; - warning "file had trouble detecting type, assuming tar" + cmd="tar -xf $file" + warning "file had trouble detecting type, assuming tar" ;; # END REMOVE *application/x-tar*) cmd="tar -xf $file" ;; -- cgit v1.2.3-24-g4f1b