mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-25 16:07:12 -07:00
There can be a case where the KOBALT_HOME is not set. In that case retain the current behaviour of looking into the current dir.
5 lines
113 B
Text
Executable file
5 lines
113 B
Text
Executable file
if [ -z $KOBALT_HOME ]; then
|
|
KOBALT_HOME="."
|
|
fi
|
|
java -jar $KOBALT_HOME/kobalt/wrapper/kobalt-wrapper.jar $*
|
|
|