From db40cdbd4d88233932ebd27d4b763910ff87cebc Mon Sep 17 00:00:00 2001 From: Trevor Wennblom Date: Tue, 30 Aug 2011 19:34:19 -0500 Subject: bazaar: [bugfix] remove quotes around variable Closes #7321. Signed-off-by: Charlie Sharpsteen --- Library/Formula/bazaar.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula') diff --git a/Library/Formula/bazaar.rb b/Library/Formula/bazaar.rb index a94d4626f..153618df8 100644 --- a/Library/Formula/bazaar.rb +++ b/Library/Formula/bazaar.rb @@ -28,7 +28,7 @@ class Bazaar < Formula python_cmd = "python" end - archs = archs_for_command("python_cmd") + archs = archs_for_command(python_cmd) archs.remove_ppc! ENV['ARCHFLAGS'] = archs.as_arch_flags -- cgit v1.2.3