Bug 906177 - Fix bootstrap on elementary; r=gps

DONTBUILD (NPOTB)

--HG--
extra : amend_source : 44cd72c98044aa380a5d60c5dd4127364f9ef6b3
This commit is contained in:
Anton Neumann 2014-11-21 09:58:29 -08:00
Родитель b7fdb34014
Коммит 94a677f930
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -59,7 +59,7 @@ class Bootstrapper(object):
cls = UbuntuBootstrapper
elif distro == 'Ubuntu':
cls = UbuntuBootstrapper
elif distro in ('Elementary OS', 'Elementary'):
elif distro in ('Elementary OS', 'Elementary', '"elementary OS"'):
cls = UbuntuBootstrapper
else:
raise NotImplementedError('Bootstrap support for this Linux '