From d6e21268a411fa9436541c170b5837dd8814722a Mon Sep 17 00:00:00 2001 From: Tim Malone Date: Sat, 15 Jun 2019 17:50:26 +1000 Subject: [PATCH] zsh isn't supported by shellcheck --- SC2051.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC2051.md b/SC2051.md index 0a2d417..dbb7e4c 100644 --- a/SC2051.md +++ b/SC2051.md @@ -41,7 +41,7 @@ done < <(eval "printf '%s\0' $(printf "{%q..%q}.jpg" "$from" "$to")") ### Exceptions -None (if you're writing for e.g. zsh, make sure the shebang indicates this so shellcheck won't warn) +None (if you're writing for e.g. zsh, you can use a directive to disable this check) ### Related Resources: