Backed out changeset cfdcf950e403 (bug 105871) for wrong bug number in commit

This commit is contained in:
Carsten "Tomcat" Book 2014-09-04 09:53:58 +02:00
parent 4a6706885f
commit ccc49e2f5d

View File

@ -572,19 +572,6 @@ class MachCommandBase(MozbuildObject):
e.objdir2))
sys.exit(1)
except MozconfigLoadException as e:
print('Error loading mozconfig: ' + e.path)
print('')
print(e.message)
if e.output:
print('')
print('mozconfig output:')
print('')
for line in e.output:
print(line)
sys.exit(1)
MozbuildObject.__init__(self, topsrcdir, context.settings,
context.log_manager, topobjdir=topobjdir)