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:
@@ -201,7 +201,7 @@ class OSXBootstrapper(BaseBootstrapper):
|
||||
continue
|
||||
|
||||
if not printed:
|
||||
print(HOMEBREW_PACKAGES)
|
||||
print(PACKAGE_MANAGER_PACKAGES)
|
||||
printed = True
|
||||
|
||||
subprocess.check_call([brew, '-v', 'install', package])
|
||||
|
||||
Reference in New Issue
Block a user