This commit is contained in:
Joey Hess 2013-10-17 16:57:19 -04:00
parent 158ba9d332
commit ad1470ff92

View file

@ -73,5 +73,5 @@ batchCommandEnv command params environ = do
| Build.SysConfig.nice = "nice " ++ commandline | Build.SysConfig.nice = "nice " ++ commandline
| otherwise = commandline | otherwise = commandline
#else #else
p = proc command (toCommand paras) p = proc command (toCommand params)
#endif #endif