mirror of https://gitlab.com/ceda_ei/wish
[Bugfix] Fix wrong variable name.
This commit is contained in:
parent
364463658a
commit
110217642e
2
wish.sh
2
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
|
||||
|
|
Loading…
Reference in New Issue