From 6a82bbca77c63a196b0ef199a0d446fd3d911f09 Mon Sep 17 00:00:00 2001 From: jaap Date: Fri, 3 Apr 2026 17:28:00 +0000 Subject: [PATCH] fix: remove cd before call to spc dump-extensions --- build-static.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/build-static.sh b/build-static.sh index 429c8376ef..fb4cb2f16d 100755 --- a/build-static.sh +++ b/build-static.sh @@ -158,7 +158,6 @@ fi if [ -z "${PHP_EXTENSIONS}" ]; then # enable EMBED mode, first check if project has dumped extensions if [ -n "${EMBED}" ] && [ -f "${EMBED}/composer.json" ] && [ -f "${EMBED}/composer.lock" ] && [ -f "${EMBED}/vendor/composer/installed.json" ]; then - cd "${EMBED}" # read the extensions using spc dump-extensions PHP_EXTENSIONS=$(${spcCommand} dump-extensions "${EMBED}" --format=text --no-dev --no-ext-output="${defaultExtensions}") else