No realpath on some platforms ...
This commit is contained in:
parent
66c12c307e
commit
5a761c9cc7
1 changed files with 1 additions and 1 deletions
2
sit
2
sit
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue