Bug 846519 - Running bootstrap.py throws a "NameError: global name HOMEBREW_PACKAGES is not defined" error. r=gps DONTBUILD (NPOTB)

This commit is contained in:
Gary Kwong
2013-02-28 14:52:18 -08:00
parent 97afbc6127
commit 48023ecf13

View File

@@ -201,7 +201,7 @@ class OSXBootstrapper(BaseBootstrapper):
continue continue
if not printed: if not printed:
print(HOMEBREW_PACKAGES) print(PACKAGE_MANAGER_PACKAGES)
printed = True printed = True
subprocess.check_call([brew, '-v', 'install', package]) subprocess.check_call([brew, '-v', 'install', package])