From a2041c1c43ed4ceaa9d4b0768d54ba423e2f2161 Mon Sep 17 00:00:00 2001 From: cizordj <32869222+cizordj@users.noreply.github.com> Date: Sat, 12 Dec 2020 23:01:42 -0300 Subject: [PATCH] Quote internal variable --- i3-themer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i3-themer b/i3-themer index 77eda912..e6bb6c4c 100755 --- a/i3-themer +++ b/i3-themer @@ -107,7 +107,7 @@ while [ 0 ]; do CHOSEN_THEME="$PWD/themes/$1" elif [ "$1" = "-o" -o "$1" = "--output" -o "$1" = "output" ] ; then shift 1 - cd $1 || exit 1 + cd "$1" || exit 1 XDG_CONFIG_HOME=`pwd` unset -f restartApps cd "$OLDPWD"