From 0b92b479ac3439f4390e5f3a139fab81c3ca4678 Mon Sep 17 00:00:00 2001 From: "Chris J. Shull" Date: Tue, 5 May 2026 12:06:47 -0700 Subject: [PATCH] quick fix for lost args --- samples/build-single.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/build-single.sh b/samples/build-single.sh index 3f8ca18e..9198562c 100644 --- a/samples/build-single.sh +++ b/samples/build-single.sh @@ -26,7 +26,7 @@ if [[ $? -eq 0 ]]; then echo "Found 'callback'. Please replace with a more modern pattern for loading Maps JS." exit 1 fi -grep +grep "${html_script_src_grep_options[@]}" if [[ $? -eq 0 ]]; then grep "${html_script_src_grep_options[@]}" | grep "loading=async" if [[ $? -ne 0 ]]; then