From cf6fcb6d955ded606963f5edf93c50c16f1b95e4 Mon Sep 17 00:00:00 2001 From: "Tener (gitkraken)" Date: Tue, 22 May 2018 05:49:15 +0100 Subject: [PATCH] fix some typos --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index ee69fcd..3ae4e62 100755 --- a/install.sh +++ b/install.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash -xdg=${${XDG_DATA_HOME}:-${HOME}/.local/share} -DIRECTORY="${xdg}/rofi/themes/}" +xdg=${XDG_DATA_HOME:-${HOME}/.local/share} +DIRECTORY="${xdg}/rofi/themes/" if [ ! -d "${DIRECTORY}" ] then