[Bugfix] Fix wrong variable name.

This commit is contained in:
2019-12-29 22:22:58 +05:30
parent 364463658a
commit 110217642e
+1 -1
View File
@@ -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