Skip to content

Commit

Permalink
Reduce use of quotes
Browse files Browse the repository at this point in the history
Signed-off-by: Stewart X Addison <[email protected]>
  • Loading branch information
sxa committed Feb 6, 2024
1 parent 461deaa commit 6fe2017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-farm/make-adopt-build-farm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -249,5 +249,5 @@ CONFIGURE_ARGS_FOR_ANY_PLATFORM="${CONFIGURE_ARGS_FOR_ANY_PLATFORM//\"/temporary
bash -c "$MAC_ROSETTA_PREFIX $PLATFORM_SCRIPT_DIR/../makejdk-any-platform.sh --clean-git-repo --jdk-boot-dir ${JDK_BOOT_DIR} --configure-args \"${CONFIGURE_ARGS_FOR_ANY_PLATFORM}\" --target-file-name ${FILENAME} ${TAG_OPTION} ${OPTIONS} ${BUILD_ARGS} ${VARIANT_ARG} ${JAVA_TO_BUILD}"

if [ -d "${WORKSPACE}" ]; then
echo "Total disk space in Kb consumed by build process:" "$(du -sk "$WORKSPACE")"
echo Total disk space in Kb consumed by build process: $(du -sk "$WORKSPACE")
fi

0 comments on commit 6fe2017

Please sign in to comment.