This patch should correct the error.
Anyway there are already pending patched, so for a "official" release
you should wait some more time.




--- apt-zip-0.13.4/methods/wget      2005-09-06 22:46:17.000000000 +0200
+++ methods/wget        2005-09-10 09:26:44.000000000 +0200
@@ -99,8 +99,8 @@
 then
     cat <<-EOF
        getfile(){
-           ( [ -r ../$2 ] && echo $2 already downloaded.) ||
-           (do_wget $1 $2 $3 $4 && mv $2 ../)
+           ( [ -r ../\$2 ]   &&   echo \$2 already downloaded.) ||
+           (do_wget \$1 \$2 \$3 \$4   &&   mv \$2 ../)
        }

        mkdir -p partial && cd partial || echo >&2  "Cannot change to directory 
./partial"


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to