Skip to content

Commit

Permalink
messing around with vert.x decompression
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaslin committed May 2, 2012
1 parent ec6b0e4 commit 3868325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ if [ ! -d "$BUILD_DIR/.vertx" ]; then
curl --max-time 320 --location $VERTX_URL | tar xz
mv vert* .vertx
rm '.vertx/bin/vertx.bat'
chmod -x .vertx/bin/vertx
chmod -x .vertx
echo " done"
fi

Expand Down

0 comments on commit 3868325

Please sign in to comment.