auto merge of #5011 : psdh/servo/ossys, r=Manishearth

Fixes #5009
This commit is contained in:
bors-servo 2015-02-21 13:42:45 -07:00
commit a5f52bf086

View file

@ -152,7 +152,7 @@ class CommandBase(object):
if "GONKDIR" not in env:
# Things can get pretty opaque if this hasn't been set
print("Please set $GONKDIR in your environment or servobild file")
os.exit(1)
sys.exit(1)
if self.config["gonk"]["product"]:
env["GONK_PRODUCT"] = self.config["gonk"]["product"]