mirror of
https://github.com/YatopiaMC/Yatopia.git
synced 2024-11-22 18:46:27 +01:00
[WIP] Fix some brokenness when using on windows computers with spaces in the cloned path.
This commit is contained in:
parent
b08ee86c99
commit
82af4c287b
2
yapfa
2
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)
|
||||
|
Loading…
Reference in New Issue
Block a user