diff --git a/implementations/setup.sh b/implementations/setup.sh index 09abcd0c..8863a75d 100755 --- a/implementations/setup.sh +++ b/implementations/setup.sh @@ -21,7 +21,7 @@ $SCRIPT_PATH/build-graal.sh if [ -e "$GRAALVM_ARCHIVE" ]; then mkdir -p $SCRIPT_PATH/graalvm - tar xvf $GRAALVM_ARCHIVE --strip-components 1 -C $SCRIPT_PATH/graalvm + tar xf $GRAALVM_ARCHIVE --strip-components 1 -C $SCRIPT_PATH/graalvm fi # get_jdk9ea # disabled since Nashorn is only user and not really supported currently