diff options
| author | mayeut <mayeut@users.noreply.github.com> | 2015-10-10 15:08:25 +0200 |
|---|---|---|
| committer | mayeut <mayeut@users.noreply.github.com> | 2015-10-10 15:08:25 +0200 |
| commit | d03c4770cb3c9b16dfbcce5141c728c34c2a2495 (patch) | |
| tree | b677057401d5c7cd2e137237a571abd385432e23 /tools/travis-ci/install.sh | |
| parent | 50b561e91145d11d49d4ce6d45ca0d28651fd2e2 (diff) | |
Continue debugging wget jpylyzer
Diffstat (limited to 'tools/travis-ci/install.sh')
| -rwxr-xr-x | tools/travis-ci/install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
