Updated SC2005 (markdown)

Eisuke Kawashima
2025-07-29 10:27:56 +09:00
parent eaab7b5067
commit a011428feb

@@ -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