diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/install_perl_modules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/install_perl_modules b/bin/install_perl_modules index 74b30fbdd..c8bfbece0 100755 --- a/bin/install_perl_modules +++ b/bin/install_perl_modules @@ -4,7 +4,7 @@ set -e DIR="$( cd -P "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd | sed -e 's/\/bin$//' )" -$DIR/vendor/bin/carton install --deployment --without uk --without zurich +$DIR/vendor/bin/carton install --deployment --without uk --without zurich --without kiitc if ! perl -MImage::Magick -e 'exit()' >/dev/null 2>&1 then |