aboutsummaryrefslogtreecommitdiffstats
path: root/src/scripts/cleanup.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/scripts/cleanup.py')
-rwxr-xr-xsrc/scripts/cleanup.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/scripts/cleanup.py b/src/scripts/cleanup.py
index 39a505852..8c72d3eb1 100755
--- a/src/scripts/cleanup.py
+++ b/src/scripts/cleanup.py
@@ -128,5 +128,7 @@ def main(args=None):
for f in build_config['generated_files'].split(' '):
remove_file(f)
+ return 0
+
if __name__ == '__main__':
sys.exit(main())