Removed additional "./" from SIT_PATH making paths more readable.
This commit is contained in:
parent
6cee140c25
commit
cedbcbbf86
1 changed files with 1 additions and 1 deletions
2
sit
2
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue