parent
c9857c23f4
commit
6ca8e1e8bb
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ elif [[ "$unamestr" == 'Darwin' ]]; then
|
||||||
platform='osx'
|
platform='osx'
|
||||||
fi
|
fi
|
||||||
|
|
||||||
PATH_docroot=`cd ../WWWRoot && pwd`
|
PATH_docroot=`cd ../../../html && pwd`
|
||||||
echo "Serving $PATH_docroot"
|
echo "Serving $PATH_docroot"
|
||||||
|
|
||||||
PATH_this="`pwd`/"
|
PATH_this="`pwd`/"
|
||||||
|
|
Loading…
Reference in a new issue