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

Properly handle symlink

This commit is contained in:
Erik C. Thauvin 2017-03-23 01:36:22 -07:00
parent 18e61fc7a3
commit d318f0a7b4

2
dist/kobaltw vendored
View file

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