mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-28 00:58:12 -07:00
Use dirname $0 to get the path
This commit is contained in:
parent
483e69e410
commit
0482e0fcae
1 changed files with 1 additions and 4 deletions
5
kobaltw
5
kobaltw
|
@ -1,5 +1,2 @@
|
||||||
if [ -z $KOBALT_HOME ]; then
|
java -jar $(dirname $0)/kobalt/wrapper/kobalt-wrapper.jar $*
|
||||||
KOBALT_HOME="."
|
|
||||||
fi
|
|
||||||
java -jar $KOBALT_HOME/kobalt/wrapper/kobalt-wrapper.jar $*
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue