diff --git a/SC1007.md b/SC1007.md index 157a1e0..41fe8ef 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 the message. ``alias shellcheck='shellcheck -e SC1007' `` \ No newline at end of file