typo
This commit is contained in:
parent
b520aa64da
commit
3b858ece45
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ getBatchCommandMaker = do
|
||||||
-- Android's ionice does not allow specifying a command,
|
-- Android's ionice does not allow specifying a command,
|
||||||
-- so don't use it.
|
-- so don't use it.
|
||||||
, ("ionice", ["-c3"])
|
, ("ionice", ["-c3"])
|
||||||
#else
|
#endif
|
||||||
, ("nocache", [])
|
, ("nocache", [])
|
||||||
]
|
]
|
||||||
return $ \(command, params) ->
|
return $ \(command, params) ->
|
||||||
|
|
Loading…
Add table
Reference in a new issue