Skip to content

Commit 626c7b5

Browse files
committed
more common_9 fixes
1 parent 162c755 commit 626c7b5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

sync/common_9

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ case "${RLREL}" in
1111
REVISION=9.8
1212
PREREV=9.7
1313
APPEND_TO_DIR="-BETA"
14-
COMPOSE_APPEND="-BETA"
14+
COMPOSE_APPEND="${APPEND_TO_DIR}"
1515
;;
1616
lh)
1717
REVISION=9.9
@@ -47,8 +47,7 @@ NONMODS_REPOS=(
4747
)
4848

4949
# These repos were originally separate from the main compose and need symlinks
50-
declare -A LINK_REPOS
51-
LINK_REPOS=()
50+
declare -A LINK_REPOS=()
5251

5352
# These repos have comps/groups, except for debuginfo and sources
5453
MODS_REPOS=(

0 commit comments

Comments
 (0)