Unverified Commit 98ce4a5d authored by Dan Field's avatar Dan Field Committed by GitHub

Remove invalid `local` from macos_assemble.sh (#58030)

When you run this, bash complains that `local` is only valid in functions. Gets rid of that extraneous warning.
parent 066c5def
......@@ -62,7 +62,7 @@ ephemeral_dir="${SOURCE_ROOT}/Flutter/ephemeral"
build_inputs_path="${ephemeral_dir}/FlutterInputs.xcfilelist"
build_outputs_path="${ephemeral_dir}/FlutterOutputs.xcfilelist"
local performance_measurement_option=""
performance_measurement_option=""
if [[ -n "$PERFORMANCE_MEASUREMENT_FILE" ]]; then
performance_measurement_option="--performance-measurement-file=${PERFORMANCE_MEASUREMENT_FILE}"
fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment