]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- use the same 'file url' order across whole builder script (since for example downlo...
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 25 Oct 2011 09:42:01 +0000 (09:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    builder.sh -> 1.663

builder.sh

index 639111aa564ac86a39580178ceb6262910f35823..ca9cf506cb51ccd2f6a16016e02b9e7c102b52ea 100644 (file)
@@ -1223,10 +1223,10 @@ get_files() {
                                                im="$i"
                                        fi
                                        update_shell_title "${GETURI%% *}: $im"
-                                       ${GETURI} "$im" ${OUTFILEOPT} "$target" || \
+                                       ${GETURI} ${OUTFILEOPT} "$target" "$im" || \
                                        if [ "`echo $im | grep -E 'ftp://'`" ]; then
                                                update_shell_title "${GETURI2%% *}: $im"
-                                               ${GETURI2} "$im" ${OUTFILEOPT} "$target"
+                                               ${GETURI2} ${OUTFILEOPT} "$target" "$im"
                                        fi
                                        test -s "$target" || rm -f "$target"
                                fi
This page took 0.054687 seconds and 4 git commands to generate.