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:
parent
18e61fc7a3
commit
d318f0a7b4
1 changed files with 1 additions and 1 deletions
2
dist/kobaltw
vendored
2
dist/kobaltw
vendored
|
@ -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" $*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue