We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02357d3 commit 201486bCopy full SHA for 201486b
1 file changed
install.rb
@@ -85,9 +85,7 @@ def do_man(man, strip = 'man/')
85
# Solaris does not support gzipped man pages. When called with
86
# --no-check-prereqs/without facter the default gzip behavior still applies
87
unless $osname == "Solaris"
88
- gzip = %x{which gzip}
89
- gzip.chomp!
90
- %x{#{gzip} --force --no-name #{omf}}
+ %x{gzip --force --no-name #{omf}}
91
end
92
93
0 commit comments