diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/bazaar.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
