mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-10-03 19:29:44 +08:00
Updated SC3021 (markdown)
@@ -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.
|
||||
|
||||
|
Reference in New Issue
Block a user