Skip to content

Commit

Permalink
Make tar non-verbose
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Marr <git@stefan-marr.de>
  • Loading branch information
smarr committed Jun 22, 2016
1 parent dd23062 commit 8213fd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion implementations/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8213fd0

Please sign in to comment.