Skip to content

Commit

Permalink
unnecessary echo
Browse files Browse the repository at this point in the history
  • Loading branch information
Scanteianu committed Jan 29, 2025
1 parent b31447b commit 77e592d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion configureBuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ setVariablesForConfigure() {
BUILD_CONFIG[TEST_IMAGE_PATH]=$openjdk_test_image_path
BUILD_CONFIG[DEBUG_IMAGE_PATH]=$openjdk_debug_image_path
BUILD_CONFIG[STATIC_LIBS_IMAGE_PATH]=$static_libs_path
echo "wsl val:" $WSL
if ! [[ -z ${WSL+x} ]]; then
echo "building in wsl mode"
BUILD_CONFIG[USER_SUPPLIED_CONFIGURE_ARGS]="--build=x86_64-unknown-linux-gnu --openjdk-target=x86_64-unknown-linux-gnu"
Expand Down

0 comments on commit 77e592d

Please sign in to comment.