summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-12-29 22:40:23 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-12-29 22:40:23 -0400
commitabfc104ff73b20b558bab2e19661872263a2e085 (patch)
treea6016927fe857ffc24b1ab58482960d5fecba153
parent98abc2ce5fbd4693424aba2ebb2f3ea7de721085 (diff)
typo
-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) ->