| Index: gn.py
|
| diff --git a/gn.py b/gn.py
|
| index 32c2fa0b2ce9283508a540e977699fdcb8a6b0b5..01c10137c6729d52bb20f50ed845089f42db01e8 100755
|
| --- a/gn.py
|
| +++ b/gn.py
|
| @@ -23,7 +23,7 @@ def main(args):
|
| if not bin_path:
|
| print >> sys.stderr, ('gn.py: Could not find checkout in any parent of '
|
| 'the current path.\nThis must be run inside a '
|
| - 'checkout.')
|
| + 'checkout to have access to buildtools.')
|
| return 1
|
| gn_path = os.path.join(bin_path, 'gn' + gclient_utils.GetExeSuffix())
|
| if not os.path.exists(gn_path):
|
|
|