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

Updated SC1105 (markdown)

Joachim Ansorg 2021-11-12 18:54:31 +01:00
parent 5404f8ee28
commit eb711c7c35

@ -1,3 +1,3 @@
## Shells disambiguate (( differently or not at all. If the first ( should start a subshell, add a space after it.
## Shells disambiguate `((` differently or not at all. If the first `(` should start a subshell, add a space after it.
See [[SC1102]], the similar warning for ambiguous `$((`.