diff options
| -rw-r--r-- | Library/Formula/runit.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/runit.rb b/Library/Formula/runit.rb index d087bc700..1e2827813 100644 --- a/Library/Formula/runit.rb +++ b/Library/Formula/runit.rb @@ -20,7 +20,7 @@ class Runit < Formula # install them in homebrew. rcmds = File.open("package/commands").read - rcmds.each do |r| + rcmds.split("\n").each do |r| bin.install("command/#{r.chomp}") man8.install("man/#{r.chomp}.8") end |
