Removed in [v0.3.3 - 2014-05-29](2e5c56b270/CHANGELOG.md (removed-1))

Ross Smith II
2021-02-01 23:53:11 -08:00
parent 9cfa9fdb29
commit e3dba66cb1

@@ -19,3 +19,5 @@ echo "\$"
2. In a context where the shell can't make sense of it, such as at the end of the string, (`"foo$"`) or before some constructs (`"$'foo'"`). 2. In a context where the shell can't make sense of it, such as at the end of the string, (`"foo$"`) or before some constructs (`"$'foo'"`).
To avoid relying on strange and shell-specific behavior, any `$` intended to be literal should be escaped with a backslash. To avoid relying on strange and shell-specific behavior, any `$` intended to be literal should be escaped with a backslash.
Removed in [v0.3.3 - 2014-05-29](https://github.com/koalaman/shellcheck/blob/2e5c56b27034492134be1538c1e1e6a533ca791a/CHANGELOG.md#removed-1)