aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/formula.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb
index 3563badec..337916a0a 100644
--- a/Library/Homebrew/formula.rb
+++ b/Library/Homebrew/formula.rb
@@ -554,7 +554,7 @@ protected
unless $?.success?
unless ARGV.verbose?
f.flush
- Kernel.system "/usr/bin/tail -n 5 #{logfn}"
+ Kernel.system "/usr/bin/tail", "-n", "5", logfn
end
f.puts
require 'cmd/--config'