diff options
| author | Trevor Wennblom | 2011-08-30 19:34:19 -0500 |
|---|---|---|
| committer | Charlie Sharpsteen | 2011-08-30 17:48:24 -0700 |
| commit | db40cdbd4d88233932ebd27d4b763910ff87cebc (patch) | |
| tree | 90bd57f2588d1ad02547d8cf9b55783c6c075ea7 /Library | |
| parent | b13a4570623e5b59f87cf9e3153c60b0cb52e647 (diff) | |
| download | homebrew-db40cdbd4d88233932ebd27d4b763910ff87cebc.tar.bz2 | |
bazaar: [bugfix] remove quotes around variable
Closes #7321.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
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 |
