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