typo
This commit is contained in:
parent
158ba9d332
commit
ad1470ff92
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue