Add HandBrakeCLI to list of stdin swallowing apps
This commit is contained in:
parent
c6ff1933b7
commit
82c3084438
|
@ -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]) =
|
||||||
|
|
Loading…
Reference in New Issue