From: mayeut Date: Sat, 10 Oct 2015 13:08:25 +0000 (+0200) Subject: Continue debugging wget jpylyzer X-Git-Tag: v2.1.1~22^2~34^2~33 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d03c4770cb3c9b16dfbcce5141c728c34c2a2495;p=openjpeg Continue debugging wget jpylyzer --- diff --git a/tools/travis-ci/install.sh b/tools/travis-ci/install.sh index 091fa03d..ff935c0b 100755 --- a/tools/travis-ci/install.sh +++ b/tools/travis-ci/install.sh @@ -69,7 +69,7 @@ if [ "${OPJ_CI_SKIP_TESTS:-}" != "1" ]; then # We need jpylyzer for the test suite echo "Retrieving jpylyzer" if [ "${APPVEYOR:-}" == "True" ]; then - wget http://dl.bintray.com/openplanets/opf-windows/jpylyzer_1.14.2_win32.zip + wget --local-encoding=UTF-8 http://dl.bintray.com/openplanets/opf-windows/jpylyzer_1.14.2_win32.zip cmake -E tar -xf jpylyzer_1.14.2_win32.zip mv jpylyzer_1.14.2_win32 jpylyzer else