1
0
mirror of https://github.com/koalaman/shellcheck.git synced 2025-03-12 12:35:25 -07:00

Updated SC1102 (markdown)

Vidar Holen 2020-02-17 12:11:58 -08:00
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: