missing backslash added

This commit is contained in:
Alexander Gehrke (crater2150) 2013-03-18 22:49:27 +01:00
parent 85d12d69b4
commit 7b37c88ea5

View file

@ -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 ;;