Skip to content

Commit 461e346

Browse files
Update build-static.sh
Signed-off-by: Andrey Bolonin <andreybolonin@users.noreply.github.com>
1 parent 7989f55 commit 461e346

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build-static.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ for arg in "$@"; do
1919
if [ "$arg" = "--no-upx" ] || [ "$arg" = "--no-compress" ]; then
2020
NO_COMPRESS=1
2121
fi
22-
don
22+
done
2323

2424
# Supported variables:
2525
# - PHP_VERSION: PHP version to build (default: "8.4")

0 commit comments

Comments
 (0)