Open koalaman opened 10 years ago
This has been fixed
bashism (T_FdRedirect id num _) | all isDigit num && length num > 1 = warnMsg id "FDs outside 0-9 are"
This check is just for sh and dash. It doesn't trigger for Ksh:
sh
dash
Ksh
shellcheck -s ksh - <<< 'echo 42> file'
This has been fixed