1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-25 16:07:12 -07:00

Reverse the readlink change (doesn't work on cygwin).

This commit is contained in:
Cedric Beust 2016-01-04 16:19:41 -08:00
parent 6c3c3033cf
commit c4ce4784c8
2 changed files with 2 additions and 2 deletions

View file

@ -1,2 +1,2 @@
#!/usr/bin/env bash
java -jar $(dirname "$(readlink -f $0)")/kobalt/wrapper/kobalt-wrapper.jar $*
java -jar $(dirname $0)/kobalt/wrapper/kobalt-wrapper.jar $*