From ad1470ff92ac65142d537577cd0056a9370aa312 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 17 Oct 2013 16:57:19 -0400 Subject: [PATCH] typo --- Utility/Batch.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Utility/Batch.hs b/Utility/Batch.hs index a3df1c362c..fcd8448851 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