diff options
author | Joey Hess <joey@kitenet.net> | 2013-12-29 22:40:23 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-12-29 22:40:23 -0400 |
commit | abfc104ff73b20b558bab2e19661872263a2e085 (patch) | |
tree | a6016927fe857ffc24b1ab58482960d5fecba153 /Utility/Batch.hs | |
parent | 98abc2ce5fbd4693424aba2ebb2f3ea7de721085 (diff) |
typo
Diffstat (limited to 'Utility/Batch.hs')
-rw-r--r-- | Utility/Batch.hs | 2 |
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) -> |