From 85075dd453f218f2dc6220b61dfde35e0bfe7f5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Mon, 4 Mar 2019 14:30:53 +0000 Subject: [PATCH] Make sure we handle spaces in the dir variable --- fedora/up.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/fedora/up.sh b/fedora/up.sh index 36fad72c..7e37091b 100755 --- a/fedora/up.sh +++ b/fedora/up.sh @@ -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"