From a75352231b925afe9874130963a5a4a9907a351b Mon Sep 17 00:00:00 2001 From: John Gardner Date: Wed, 22 Dec 2021 16:30:20 +1100 Subject: [PATCH] Link to koalaman/shellcheck@31bb02d --- SC1001.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC1001.md b/SC1001.md index fd31a56..4ac1fed 100644 --- a/SC1001.md +++ b/SC1001.md @@ -28,4 +28,4 @@ If you wanted it to expand to something, rewrite the expression to use `printf` ### Exceptions -None. ShellCheck (as of 2017-07-03, commit 31bb02d6) will not warn when the first letter of a command is unnecessarily escaped, as this is frequently used to suppress aliases interactively. \ No newline at end of file +None. ShellCheck (as of [2017-07-03](https://github.com/koalaman/shellcheck/commit/31bb02d6b794f248f732643d744f63bec615b1f7), commit [`31bb02d6`](https://github.com/koalaman/shellcheck/commit/31bb02d6b794f248f732643d744f63bec615b1f7)) will not warn when the first letter of a command is unnecessarily escaped, as this is frequently used to suppress aliases interactively.