Updated SC2029 (markdown)

koalaman
2014-11-07 11:28:33 -08:00
parent 9065326b62
commit f370a35673

@@ -25,3 +25,5 @@ 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`.