No realpath on some platforms ...

This commit is contained in:
Christoph Niethammer 2011-03-03 09:21:10 +00:00
parent 66c12c307e
commit 5a761c9cc7

2
sit
View file

@ -8,7 +8,7 @@
# exit on any error!
set -e
SIT_PATH=$(dirname $(realpath $PWD/$0))
SIT_PATH=$(dirname $PWD/$0)
SIT_CONFIG_FILE=$SIT_PATH/etc/sit.conf
# Reading in global configuration file