Unverified Commit 3bcaabbb authored by Pol Dellaiera's avatar Pol Dellaiera
Browse files

build-support/php: fix comments in multi-lines command

parent eaed8726
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -60,10 +60,10 @@ composerVendorBuildHook() {
    echo "Executing composerVendorBuildHook"

    composer \
        # The acpu-autoloader is not reproducible and has to be disabled.
        # Upstream PR: https://github.com/composer/composer/pull/12090
        # --apcu-autoloader \
        # --apcu-autoloader-prefix="$(jq -r -c 'try ."content-hash"' < composer.lock)" \
        `# The acpu-autoloader is not reproducible and has to be disabled.` \
        `# Upstream PR: https://github.com/composer/composer/pull/12090` \
        `# --apcu-autoloader` \
        `# --apcu-autoloader-prefix="$(jq -r -c 'try ."content-hash"' < composer.lock)"` \
        --no-interaction \
        --no-progress \
        --optimize-autoloader \