From 266a3601032eb247419102c861cbecc6fba97a89 Mon Sep 17 00:00:00 2001 From: koalaman Date: Sat, 5 Sep 2015 15:43:48 -0700 Subject: [PATCH] Updated SC1007 (markdown) --- SC1007.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC1007.md b/SC1007.md index 41fe8ef..febc449 100644 --- a/SC1007.md +++ b/SC1007.md @@ -25,4 +25,4 @@ Instead, it runs `nl` (the "number lines" command) and sets `LANGUAGE` to an emp Since trying to assign values this way is a common mistake, ShellCheck warns about it and asks you to be explicit when assigning empty strings (except for `IFS`, due to the common `IFS= read ..` idiom). ### Exceptions -If you're familiar with this behavior and feel that the explicit version is unnecessary, you can ignore the message. ``alias shellcheck='shellcheck -e SC1007' `` \ No newline at end of file +If you're familiar with this behavior and feel that the explicit version is unnecessary, you can [[ignore]] it. \ No newline at end of file