Updated SC3021 (markdown)

Joachim Ansorg
2022-10-31 15:31:21 +01:00
parent f7d8c014c0
commit fc4c4e60b4

@@ -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. 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.