Bug 873216 - Fixed a typo in `./mach help`; r=gps

DONTBUILD (NPOTB)
This commit is contained in:
Jan Keromnes 2013-05-16 12:59:00 -07:00
Родитель a44d6902af
Коммит 83f967e360
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -229,7 +229,7 @@ class Build(MachCommandBase):
@Command('configure', category='build',
description='Configure the tree (run configure and config.status')
description='Configure the tree (run configure and config.status).')
def configure(self):
def on_line(line):
self.log(logging.INFO, 'build_output', {'line': line}, '{line}')