mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-10-03 19:29:44 +08:00
Updated SC2005 (markdown)
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user