aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/man2html.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/man2html.rb')
-rw-r--r--Library/Formula/man2html.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/man2html.rb b/Library/Formula/man2html.rb
index 055153f76..f4613912e 100644
--- a/Library/Formula/man2html.rb
+++ b/Library/Formula/man2html.rb
@@ -9,7 +9,7 @@ class Man2html <Formula
bin.mkpath
man1.mkpath
system "/usr/bin/perl", "install.me", "-batch",
- "-binpath", bin,
- "-manpath", man
+ "-binpath", bin,
+ "-manpath", man
end
end