| Index: cros_mark_as_stable.py
|
| diff --git a/cros_mark_as_stable.py b/cros_mark_as_stable.py
|
| index a6888439eda0223eff7e342af1daae4f4041b544..b2f2cd4067600aa7c275427dfd9a466def960752 100755
|
| --- a/cros_mark_as_stable.py
|
| +++ b/cros_mark_as_stable.py
|
| @@ -496,7 +496,7 @@ def main(argv):
|
| if gflags.FLAGS.overlays:
|
| overlays = {}
|
| for path in gflags.FLAGS.overlays.split(':'):
|
| - if not os.path.isdir(path):
|
| + if command != 'clean' and not os.path.isdir(path):
|
| Die('Cannot find overlay: %s' % path)
|
| overlays[path] = []
|
| else:
|
|
|