mirror of
https://github.com/koalaman/shellcheck
synced 2025-07-06 21:11:35 -07:00
Use mapM instead of reimplementing it
This commit is contained in:
parent
2c0766825e
commit
dfbcc9595e
1 changed files with 1 additions and 1 deletions
|
@ -3371,7 +3371,7 @@ checkPipeToNowhere params t =
|
|||
|
||||
sequence_ $ do
|
||||
T_Redirecting _ redirs cmd <- return stage
|
||||
fds <- sequence $ map getRedirectionFds redirs
|
||||
fds <- mapM getRedirectionFds redirs
|
||||
|
||||
let fdAndToken :: [(Integer, Token)]
|
||||
fdAndToken =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue