mirror of
https://github.com/koalaman/shellcheck
synced 2025-07-06 21:11:35 -07:00
Make read -t 0
test more forgiving towards other flags
This commit is contained in:
parent
91abd979f2
commit
7473d4a743
4 changed files with 20 additions and 8 deletions
|
@ -136,3 +136,5 @@ shellForExecutable name =
|
|||
"ksh88" -> return Ksh
|
||||
"ksh93" -> return Ksh
|
||||
otherwise -> Nothing
|
||||
|
||||
flagsForRead = "sreu:n:N:i:p:a:t:"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue