Added a missing port argument.
This commit is contained in:
parent
2066f225bf
commit
ff5bca073d
|
@ -89,7 +89,7 @@
|
|||
((procedure? and-then)
|
||||
(run (| (begin (man man-binary nroff-binary gzcat-binary
|
||||
section key man-path))
|
||||
(begin (and-then key section)))
|
||||
(begin (and-then key section out)))
|
||||
(= 1 ,out)
|
||||
(= 2 ,out)))
|
||||
(else
|
||||
|
|
Loading…
Reference in New Issue