]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- fix opts order for download_lftp
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 24 Oct 2011 18:33:20 +0000 (18:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    builder.sh -> 1.662

builder.sh

index 82843462a683b1a5243ec949e84e354fd169d128..639111aa564ac86a39580178ceb6262910f35823 100644 (file)
@@ -259,7 +259,7 @@ run_poldek() {
 # functions
 
 download_lftp() {
-       local url=$1 outfile=$2 retval tmpfile
+       local outfile=$1 url=$2 retval tmpfile
        # TODO: use mktemp
        tmpfile=$outfile.tmp
        lftp -c "set net:max-retries $WGET_RETRIES; set http:user-agent \"$USER_AGENT\"; pget -n 10 -c \"$url\" -o \"$tmpfile\""
This page took 0.043737 seconds and 4 git commands to generate.