Skip to content

Commit 046acc7

Browse files
authored
php locale
1 parent f40218a commit 046acc7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

misc/tools.func

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,14 +434,15 @@ function setup_php() {
434434
$STD apt-get update
435435
fi
436436

437+
local MODULE_LIST="php${PHP_VERSION}"
437438
for pkg in $MODULE_LIST; do
438439
if ! apt-cache show "$pkg" >/dev/null 2>&1; then
439440
msg_error "Package not found: $pkg"
440441
exit 1
441442
fi
442443
done
443444

444-
local MODULE_LIST="php${PHP_VERSION}"
445+
445446
IFS=',' read -ra MODULES <<<"$COMBINED_MODULES"
446447
for mod in "${MODULES[@]}"; do
447448
MODULE_LIST+=" php${PHP_VERSION}-${mod}"

0 commit comments

Comments
 (0)