diff options
| author | mayeut <mayeut@users.noreply.github.com> | 2015-10-10 19:29:53 +0200 |
|---|---|---|
| committer | mayeut <mayeut@users.noreply.github.com> | 2015-10-10 19:29:53 +0200 |
| commit | 7a7901cd6db6a056de0a74207f915e2a974b890a (patch) | |
| tree | 1331d477a660beee069fc1817ca5ee8b19b018ef /tools | |
| parent | c5a8732b0eb6c1124df2e9d488d4f0311f65c455 (diff) | |
Correct script
Diffstat (limited to 'tools')
| -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 7a419e45..c7e45ff9 100755 --- a/tools/travis-ci/install.sh +++ b/tools/travis-ci/install.sh @@ -112,7 +112,7 @@ if [ "${OPJ_CI_SKIP_TESTS:-}" != "1" ]; then cp -r "C:/Program Files/Kakadu" ./kdu else cp -r "C:/Program Files (x86)/Kakadu" ./kdu - endif + fi fi fi fi |
