Make sure we handle spaces in the dir variable
This commit is contained in:
parent
15156eb79a
commit
85075dd453
1 changed files with 1 additions and 2 deletions
|
@ -96,5 +96,4 @@ if [ "$(id -u)" != "0" ]; then
|
||||||
code --install-extension vscodevim.vim
|
code --install-extension vscodevim.vim
|
||||||
fi
|
fi
|
||||||
|
|
||||||
DIR="$DIR" $DIR/common/configure_fresh_system.sh
|
DIR="$DIR" "$DIR/common/configure_fresh_system.sh"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue