fixed the generateJsDoc script

This commit is contained in:
Peter 'Pita' Martischka 2011-07-30 16:42:13 +01:00
parent 5306a88214
commit f1d06c55b4
1 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,10 @@
#!/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
cd "../"
fi