mirror of
https://github.com/servo/servo.git
synced 2025-06-20 15:18:58 +01:00
fix typo
This commit is contained in:
parent
738f006afe
commit
88d180cc8a
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ class CommandBase(object):
|
|||
env["GONKDIR"] = self.config["gonk"]["b2g"]
|
||||
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")
|
||||
print("Please set $GONKDIR in your environment or .servobuild file")
|
||||
sys.exit(1)
|
||||
if self.config["gonk"]["product"]:
|
||||
env["GONK_PRODUCT"] = self.config["gonk"]["product"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue