Updated SC1035 (markdown)

koalaman
2016-04-23 15:32:00 -07:00
parent c17fbfdf17
commit 4109c1b158

@@ -17,4 +17,6 @@ Bourne shells are very whitespace sensitive. Adding or removing spaces can drast
### Exceptions ### Exceptions
None. ShellCheck does not understand [Bash History Expansion](https://www.gnu.org/software/bash/manual/html_node/History-Interaction.html), an interactive shell feature also using `!` (such as `!!` to expand to the previous command).
These features are disabled by default in shells and very rarely used in scripts, but may occasionally be found in interactively sourced files like `.bashrc`. Please ignore the error in these cases.