From a011428febe6c7bfeedba4eae1e9861d95fea8c7 Mon Sep 17 00:00:00 2001 From: Eisuke Kawashima Date: Tue, 29 Jul 2025 10:27:56 +0900 Subject: [PATCH] Updated SC2005 (markdown) --- SC2005.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC2005.md b/SC2005.md index 79fe13e..4115454 100644 --- a/SC2005.md +++ b/SC2005.md @@ -33,7 +33,7 @@ To avoid all this, simply replace `echo "$(somecommand)"` with `somecommand` as If you are relying on one of the otherwise detrimental effects for correctness, you can consider one of: -``` +```sh # Suppress exit code without the other negative effects cmd || true