mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-09-10 04:59:39 +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.