summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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