missing backslash added
This commit is contained in:
parent
85d12d69b4
commit
7b37c88ea5
|
@ -105,7 +105,7 @@ mod_check_dep() {
|
||||||
;;
|
;;
|
||||||
"after")
|
"after")
|
||||||
if ([ -z "$ZMODLOAD_ONLY" ] \
|
if ([ -z "$ZMODLOAD_ONLY" ] \
|
||||||
|| in_array "$dep" "${(@)ZMODLOAD_ONLY}")
|
|| in_array "$dep" "${(@)ZMODLOAD_ONLY}") \
|
||||||
&& ! in_array "$dep" "${(@)ZMODLOAD_BLACKLIST}"; then
|
&& ! in_array "$dep" "${(@)ZMODLOAD_BLACKLIST}"; then
|
||||||
mod_queue "$dep" is_dep ${modpath};
|
mod_queue "$dep" is_dep ${modpath};
|
||||||
fi ;;
|
fi ;;
|
||||||
|
|
Loading…
Reference in a new issue