mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-10-08 22:49:26 +08:00
The isClosingFileOp function expected closing file ops to use T_IoFile, but they actually use T_IoDuplicate; so it effectively always returned False.