1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-25 16:07:12 -07:00
kobalt/kobaltw
Balachandran Sivakumar 483e69e410 Initialise KOBALT_HOME to current dir if it is not set
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.
2015-10-07 15:27:34 +05:30

5 lines
113 B
Text
Executable file

if [ -z $KOBALT_HOME ]; then
KOBALT_HOME="."
fi
java -jar $KOBALT_HOME/kobalt/wrapper/kobalt-wrapper.jar $*