| Index: scripts/slave/recipe_modules/webrtc/resources/cleanup_symlinks.py
|
| diff --git a/scripts/slave/recipe_modules/webrtc/resources/cleanup_symlinks.py b/scripts/slave/recipe_modules/webrtc/resources/cleanup_symlinks.py
|
| index 6450983fac6e4e10667d55db8087bd506936f4db..952e26790486cafc09e3bd07419fe0cd691f38a4 100755
|
| --- a/scripts/slave/recipe_modules/webrtc/resources/cleanup_symlinks.py
|
| +++ b/scripts/slave/recipe_modules/webrtc/resources/cleanup_symlinks.py
|
| @@ -13,7 +13,7 @@ import sys
|
| def main(args):
|
| if len(args) != 1:
|
| print >> sys.stderr, ('Please specify a single directory as an argument, '
|
| - 'which points to the checkout root (dir above src/).'
|
| + 'which points to the checkout root (dir above src/).')
|
| return 1
|
|
|
| checkout_root = args[0]
|
|
|