From 36d91384bd8e662bd2a1afd01e4149205aba5723 Mon Sep 17 00:00:00 2001 From: Mingye Wang Date: Sun, 4 Oct 2015 01:45:51 -0400 Subject: [PATCH] Updated SC1081 (markdown) --- SC1081.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC1081.md b/SC1081.md index 8464b89..f0b2252 100644 --- a/SC1081.md +++ b/SC1081.md @@ -24,4 +24,4 @@ Shells are case sensitive and do not accept `If` or `IF` in place of lowercase ` ### Exceptions -If you're aware of this and insist on naming a function `WHILE`, you can quote the name to prevent shellcheck from thinking you meant `while`. +If you're aware of this and insist on naming a function `WHILE`, you can quote the name to prevent shellcheck from thinking you meant `while`. Or if you really want the names, add things like `alias If=if IF=if` to replace those keywords and ask shellcheck to ignore them.