mirror of
https://gitlab.com/ceda_ei/wish
synced 2025-04-03 01:16:53 +02:00
[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…
x
Reference in New Issue
Block a user