mirror of
https://gitlab.com/ceda_ei/wish
synced 2025-10-29 07:20:04 +01:00
[Bugfix] Fix wrong variable name.
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user