mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-10-03 19:29:44 +08:00
Updated SC2233 (markdown)
@@ -20,7 +20,7 @@ The shell syntax is `if cmd`, `elif cmd`, `while cmd` and `until cmd` without an
|
|||||||
|
|
||||||
ShellCheck has noticed that you're wrapping `(..)` around one or more test commands. This is unnecessary, and the resulting fork adds quite a lot of overhead:
|
ShellCheck has noticed that you're wrapping `(..)` around one or more test commands. This is unnecessary, and the resulting fork adds quite a lot of overhead:
|
||||||
|
|
||||||
```
|
```console
|
||||||
$ i=0; time while ( [ "$i" -lt 10000 ] ); do i=$((i+1)); done
|
$ i=0; time while ( [ "$i" -lt 10000 ] ); do i=$((i+1)); done
|
||||||
real 0m6.998s
|
real 0m6.998s
|
||||||
user 0m3.453s
|
user 0m3.453s
|
||||||
|
Reference in New Issue
Block a user