bazaar: [bugfix] remove quotes around variable

Closes Homebrew/homebrew#7321.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
master
Trevor Wennblom 2011-08-30 19:34:19 -05:00 committed by Charlie Sharpsteen
parent 6df66cd7e5
commit d18d46bbf2
1 changed files with 1 additions and 1 deletions

View File

@ -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