From e3dba66cb16247d0a4228c9d8012baf5fdcbfda0 Mon Sep 17 00:00:00 2001 From: Ross Smith II Date: Mon, 1 Feb 2021 23:53:11 -0800 Subject: [PATCH] Removed in [v0.3.3 - 2014-05-29](https://github.com/koalaman/shellcheck/blob/2e5c56b27034492134be1538c1e1e6a533ca791a/CHANGELOG.md#removed-1) --- SC1000.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SC1000.md b/SC1000.md index 830ff28..97bb471 100644 --- a/SC1000.md +++ b/SC1000.md @@ -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'"`). 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) \ No newline at end of file