mirror of
https://github.com/zdharma-continuum/zinit.git
synced 2026-09-10 07:36:38 -04:00
fix(configure ice): remove default --quiet flag (#637)
This commit is contained in:
parent
8a64c2453d
commit
6511ca7fe3
|
|
@ -2275,8 +2275,8 @@ $match[7]}:-${ZINIT[__last-formatter-code]}}}:+}}}//←→}
|
|||
if (( $+ZINIT_ICES[configure] || $+ZINIT_ICES[cmake] || $+ZINIT_ICES[make] )); then
|
||||
ZINIT_ICES[null]=
|
||||
fi
|
||||
(( $+ZINIT_ICES[configure] )) && ZINIT_ICES[configure]=${ZINIT_ICES[configure]:---quiet}
|
||||
(( $+ZINIT_ICES[make] )) && ZINIT_ICES[make]=${ZINIT_ICES[make]:-install}
|
||||
(( $+ZINIT_ICES[configure] )) && ZINIT_ICES[configure]="${ZINIT_ICES[configure]}"
|
||||
(( $+ZINIT_ICES[make] )) && ZINIT_ICES[make]="${ZINIT_ICES[make]:-install}"
|
||||
return retval
|
||||
} # ]]]
|
||||
# FUNCTION: .zinit-pack-ice [[[
|
||||
|
|
|
|||
Loading…
Reference in a new issue