From f0ec6acf6694d2cf85324610ef6f5d38886acf27 Mon Sep 17 00:00:00 2001 From: Joachim Ansorg Date: Fri, 12 Nov 2021 19:25:12 +0100 Subject: [PATCH] Updated SC2048 (markdown) --- SC2048.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC2048.md b/SC2048.md index 968ccda..a517d74 100644 --- a/SC2048.md +++ b/SC2048.md @@ -1,4 +1,4 @@ -## Use "$@" (with quotes) to prevent whitespace problems. +## Use `"$@"` (with quotes) to prevent whitespace problems. Or: Use "${array[@]}" (with quotes) to prevent whitespace problems.