mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-03-12 12:35:25 -07:00
Updated SC1102 (markdown)
parent
8fcfa824cf
commit
845eddf81e
@ -1,4 +1,4 @@
|
||||
## Shells disambiguate $(( differently or not at all. If the first $( should start command substitution, add a space after it.
|
||||
## Shells disambiguate `$((` differently or not at all. For `$(command substition)`, add space after `$(` . For `$((arithmetics))`, fix parsing errors.
|
||||
|
||||
### Problematic code:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user