From ec57422952afb16315a32b1e6efcf054b282c971 Mon Sep 17 00:00:00 2001 From: Joachim Ansorg Date: Fri, 12 Nov 2021 19:49:40 +0100 Subject: [PATCH] Updated SC2207 (markdown) --- SC2207.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC2207.md b/SC2207.md index 6f58244..075707d 100644 --- a/SC2207.md +++ b/SC2207.md @@ -1,4 +1,4 @@ -## Prefer mapfile or `read -a` to split command output (or quote to avoid splitting). +## Prefer `mapfile` or `read -a` to split command output (or quote to avoid splitting). ### Problematic code: