diff --git a/sit b/sit index c944804..35fac53 100755 --- a/sit +++ b/sit @@ -18,7 +18,7 @@ else echo "Default execution" fi -SIT_PATH=$(dirname $PWD/$0) +SIT_PATH=$(cd $(dirname $PWD/$0); pwd) SIT_CONFIG_FILE=$SIT_PATH/etc/sit.conf SIT_USER_CONFIG_FILE=$HOME/.sit