From 680e2019233c8ed17a62ce2cb2d8308b3593d977 Mon Sep 17 00:00:00 2001 From: Max Howell Date: Sat, 5 Sep 2009 20:46:07 +0100 Subject: Fix double newline after Interrupt Seems to be an issue with Ruby system() call doing a double fork.--- Library/Homebrew/formula.rb | 2 +- Library/Homebrew/utils.rb | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) (limited to 'Library') diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb index a13ed3866..55293ca80 100644 --- a/Library/Homebrew/formula.rb +++ b/Library/Homebrew/formula.rb @@ -23,7 +23,7 @@ # class ExecutionError