summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-10-17 16:57:19 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-10-17 16:57:19 -0400
commit6ae232bc9573ee0b16967a4552f4f251a503c562 (patch)
tree055576769cad9f09863b5468f8d3bc69bc50accb
parent699a90bdc195a67c5aa5fca34fcaa07fb2b530ae (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 a3df1c362..fcd844885 100644
--- a/Utility/Batch.hs
+++ b/Utility/Batch.hs
@@ -73,5 +73,5 @@ batchCommandEnv command params environ = do
| Build.SysConfig.nice = "nice " ++ commandline
| otherwise = commandline
#else
- p = proc command (toCommand paras)
+ p = proc command (toCommand params)
#endif