Make sure we handle spaces in the dir variable

This commit is contained in:
Cyryl Płotnicki 2019-03-04 14:30:53 +00:00
parent 15156eb79a
commit 85075dd453

View file

@ -96,5 +96,4 @@ if [ "$(id -u)" != "0" ]; then
code --install-extension vscodevim.vim
fi
DIR="$DIR" $DIR/common/configure_fresh_system.sh
DIR="$DIR" "$DIR/common/configure_fresh_system.sh"