From 6ae232bc9573ee0b16967a4552f4f251a503c562 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 17 Oct 2013 16:57:19 -0400 Subject: typo --- Utility/Batch.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3