Make read -t 0 test more forgiving towards other flags

This commit is contained in:
Vidar Holen 2019-10-12 20:45:36 -07:00
parent 91abd979f2
commit 7473d4a743
4 changed files with 20 additions and 8 deletions

View file

@ -136,3 +136,5 @@ shellForExecutable name =
"ksh88" -> return Ksh
"ksh93" -> return Ksh
otherwise -> Nothing
flagsForRead = "sreu:n:N:i:p:a:t:"