Add HandBrakeCLI to list of stdin swallowing apps

This commit is contained in:
Vidar Holen 2017-03-18 13:10:54 -07:00
parent c6ff1933b7
commit 82c3084438
1 changed files with 1 additions and 1 deletions

View File

@ -1958,7 +1958,7 @@ checkWhileReadPitfalls _ (T_WhileExpression id [command] contents)
| isStdinReadCommand command = | isStdinReadCommand command =
mapM_ checkMuncher contents mapM_ checkMuncher contents
where where
munchers = [ "ssh", "ffmpeg", "mplayer" ] munchers = [ "ssh", "ffmpeg", "mplayer", "HandBrakeCLI" ]
preventionFlags = ["n", "noconsolecontrols" ] preventionFlags = ["n", "noconsolecontrols" ]
isStdinReadCommand (T_Pipeline _ _ [T_Redirecting id redirs cmd]) = isStdinReadCommand (T_Pipeline _ _ [T_Redirecting id redirs cmd]) =