Skip to content

Commit 3bcaabb

Browse files
committed
build-support/php: fix comments in multi-lines command
1 parent eaed872 commit 3bcaabb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkgs/build-support/php/builders/v2/hooks/composer-vendor-hook.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ composerVendorBuildHook() {
6060
echo "Executing composerVendorBuildHook"
6161

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

0 commit comments

Comments
 (0)