diff --git a/yapfa b/yapfa index a4b380d1..854cb283 100755 --- a/yapfa +++ b/yapfa @@ -9,7 +9,7 @@ while [ -h "$SOURCE" ]; do # resolve $SOURCE until the file is no longer a symli done SOURCE=$([[ "$SOURCE" = /* ]] && echo "$SOURCE" || echo "$PWD/${SOURCE#./}") basedir=$(dirname "$SOURCE") -. $basedir/scripts/init.sh +. "$basedir/scripts/init.sh" paperstash() { STASHED=$(git stash)