From 02ffc8d3d5edd96b27b86dd207c1c1eb65fa0ff8 Mon Sep 17 00:00:00 2001 From: Joachim Ansorg Date: Fri, 12 Nov 2021 19:49:33 +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 08f5aa3..6f58244 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: