mirror of
https://github.com/servo/servo.git
synced 2025-06-23 00:24:35 +01:00
parent
b589735b47
commit
12e2f30617
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ class CommandBase(object):
|
||||||
if "GONKDIR" not in env:
|
if "GONKDIR" not in env:
|
||||||
# Things can get pretty opaque if this hasn't been set
|
# Things can get pretty opaque if this hasn't been set
|
||||||
print("Please set $GONKDIR in your environment or servobild file")
|
print("Please set $GONKDIR in your environment or servobild file")
|
||||||
os.exit(1)
|
sys.exit(1)
|
||||||
if self.config["gonk"]["product"]:
|
if self.config["gonk"]["product"]:
|
||||||
env["GONK_PRODUCT"] = self.config["gonk"]["product"]
|
env["GONK_PRODUCT"] = self.config["gonk"]["product"]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue