This commit is contained in:
Joey Hess 2013-12-29 22:40:23 -04:00
parent b520aa64da
commit 3b858ece45

View file

@ -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) ->