summaryrefslogtreecommitdiff
path: root/Utility
diff options
context:
space:
mode:
Diffstat (limited to 'Utility')
-rw-r--r--Utility/Batch.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Utility/Batch.hs b/Utility/Batch.hs
index cb3d918f3..3f21478cf 100644
--- a/Utility/Batch.hs
+++ b/Utility/Batch.hs
@@ -56,7 +56,7 @@ getBatchCommandMaker = do
-- Android's ionice does not allow specifying a command,
-- so don't use it.
, ("ionice", ["-c3"])
-#else
+#endif
, ("nocache", [])
]
return $ \(command, params) ->