зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1600454 - Fix build with --disable-update-channel. r=glandium
Depends on D55363 Differential Revision: https://phabricator.services.mozilla.com/D55364 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
0d49238f2b
Коммит
9e32088488
|
@ -1247,7 +1247,7 @@ option('--enable-update-channel',
|
||||||
|
|
||||||
@depends('--enable-update-channel')
|
@depends('--enable-update-channel')
|
||||||
def update_channel(channel):
|
def update_channel(channel):
|
||||||
if channel[0] == '':
|
if not channel or channel[0] == '':
|
||||||
return 'default'
|
return 'default'
|
||||||
return channel[0].lower()
|
return channel[0].lower()
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче