[Bugfix] Fix wrong variable name.

This commit is contained in:
Ceda EI 2019-12-29 22:22:58 +05:30
parent 364463658a
commit 110217642e
1 changed files with 1 additions and 1 deletions

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