]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- add --no-iri to wget options
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 1 Feb 2015 12:21:04 +0000 (13:21 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Sun, 1 Feb 2015 12:21:04 +0000 (13:21 +0100)
builder.sh

index 10015b7b44457c3c155962efd24bc095b69cdded..389ca0e02f61d0c950380d53adcf2f6c3a10c066 100755 (executable)
@@ -216,6 +216,7 @@ else
        wget --help 2>&1 | grep -q -- ' --no-check-certificate ' && WGET_OPTS="$WGET_OPTS --no-check-certificate"
        wget --help 2>&1 | grep -q -- ' --inet ' && WGET_OPTS="$WGET_OPTS --inet"
        wget --help 2>&1 | grep -q -- ' --retry-connrefused ' && WGET_OPTS="$WGET_OPTS --retry-connrefused"
+       wget --help 2>&1 | grep -q -- ' --no-iri ' && WGET_OPTS="$WGET_OPTS --no-iri"
        WGET_OPTS="$WGET_OPTS --user-agent=$USER_AGENT"
 
        GETURI="wget --passive-ftp -c -nd -t$WGET_RETRIES $WGET_OPTS"
This page took 0.053313 seconds and 4 git commands to generate.