mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-10-03 19:29:44 +08:00
Updated SC2029 (markdown)
@@ -24,4 +24,6 @@ By escaping the `$` in `$HOSTNAME`, it will be transmitted literally and evaluat
|
|||||||
|
|
||||||
### Contraindications
|
### Contraindications
|
||||||
|
|
||||||
If you do want your string expanded on the client side, you can safely ignore this message.
|
If you do want your string expanded on the client side, you can safely ignore this message.
|
||||||
|
|
||||||
|
Keep in mind that the expanded string will be evaluated again on the server side, so for arbitrary variables and command output, you may need to add a layer of escaping with e.g. `printf %q`.
|
Reference in New Issue
Block a user