From fc4c4e60b4a5017789795d68cbc230574199b42e Mon Sep 17 00:00:00 2001 From: Joachim Ansorg Date: Mon, 31 Oct 2022 15:31:21 +0100 Subject: [PATCH] Updated SC3021 (markdown) --- SC3021.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC3021.md b/SC3021.md index 1f4a948..6ceb109 100644 --- a/SC3021.md +++ b/SC3021.md @@ -1,4 +1,4 @@ -## In POSIX sh, >& filename (as opposed to >& fd) is undefined. +## In POSIX sh, `>& filename` (as opposed to `>& fd`) is undefined. Note: ShellCheck 0.8.0 and below would trigger this warning on the perfectly POSIX compatible construct `>& fd`. If you are using `>&` to copy an integer file descriptor, please ignore this warning.