Skip to content

Commit 3efd091

Browse files
committed
[fix] : Fixed module order in legacy mode
1 parent 45d3943 commit 3efd091

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -451,9 +451,9 @@ prepare_build() {
451451
msg_warn "The module cannot be used because it works with Alter ISO3.0 compatibility."
452452
if [[ ! -z "${include_extra+SET}" ]]; then
453453
if [[ "${include_extra}" = true ]]; then
454-
modules=("share" "share-extra" "base" "zsh-powerline")
454+
modules=("base" "share" "share-extra" "zsh-powerline")
455455
else
456-
modules=("share" "base")
456+
modules=("base" "share")
457457
fi
458458
fi
459459
fi

0 commit comments

Comments
 (0)