1 parent bc23ee2 commit 18b7893Copy full SHA for 18b7893
1 file changed
samples/build-single.sh
@@ -26,7 +26,7 @@ if [[ $? -eq 0 ]]; then
26
echo "Found 'callback'. Please replace with a more modern pattern for loading Maps JS."
27
exit 1
28
fi
29
-grep
+grep "${html_script_src_grep_options[@]}"
30
if [[ $? -eq 0 ]]; then
31
grep "${html_script_src_grep_options[@]}" | grep "loading=async"
32
if [[ $? -ne 0 ]]; then
0 commit comments