mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Auto merge of #5904 - Manishearth:spelling, r=Ms2ger
<!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/5904) <!-- Reviewable:end -->
This commit is contained in:
commit
0cb2644210
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