From 110217642e46c562f30fb23ebf912bbdd9ae7a6b Mon Sep 17 00:00:00 2001 From: Ceda EI Date: Sun, 29 Dec 2019 22:22:58 +0530 Subject: [PATCH] [Bugfix] Fix wrong variable name. --- wish.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wish.sh b/wish.sh index 8be88b3..d4cc42c 100644 --- a/wish.sh +++ b/wish.sh @@ -17,7 +17,7 @@ function wish_init() { for path in "$XDG_CONFIG_HOME" "/usr/share" "$HOME/.config"; do source "$path/wish/plugins/$plugin.sh" &> /dev/null && break done - [[ $? -ne 0 ]] && echo "Plugin $i not found." >&2 + [[ $? -ne 0 ]] && echo "Plugin $plugin not found." >&2 done # Source theme