From eb058c0958b649ae3cda4b904693df133c6682d2 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Thu, 10 Jun 2010 19:39:15 -0700 Subject: [PATCH] Fix: attr doesn't take a list. --- Library/Homebrew/global.rb | 3 ++- Library/Homebrew/test/testing_env.rb | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Library/Homebrew/global.rb b/Library/Homebrew/global.rb index 06cca3859c..92689d0ff9 100644 --- a/Library/Homebrew/global.rb +++ b/Library/Homebrew/global.rb @@ -44,7 +44,8 @@ RECOMMENDED_GCC_42 = (MACOS_VERSION >= 10.6) ? 5646 : 5577 class ExecutionError