fixed the generateJsDoc script
This commit is contained in:
parent
5306a88214
commit
f1d06c55b4
|
@ -1,5 +1,10 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
#Move to the folder where ep-lite is installed
|
||||||
|
FOLDER=$(dirname $(readlink -f $0))
|
||||||
|
cd $FOLDER
|
||||||
|
|
||||||
|
#Was this script started in the bin folder? if yes move out
|
||||||
if [ -d "../bin" ]; then
|
if [ -d "../bin" ]; then
|
||||||
cd "../"
|
cd "../"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue