From b3e5431840799c42dede45b7380449ba6cca3e8c Mon Sep 17 00:00:00 2001 From: Joachim Ansorg Date: Fri, 12 Nov 2021 19:45:02 +0100 Subject: [PATCH] Updated SC2181 (markdown) --- SC2181.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC2181.md b/SC2181.md index 6832d86..5a77b69 100644 --- a/SC2181.md +++ b/SC2181.md @@ -1,4 +1,4 @@ -## Check exit code directly with e.g. 'if mycmd;', not indirectly with $?. +## Check exit code directly with e.g. `if mycmd;`, not indirectly with `$?`. ### Problematic code: