Index: update_depot_tools |
diff --git a/update_depot_tools b/update_depot_tools |
index 42d02a359003aa5aba7a47f513dca634b37553e1..b0bf2561e78aadd4e70e3d64a0bd99e27ce3e1f5 100755 |
--- a/update_depot_tools |
+++ b/update_depot_tools |
@@ -94,3 +94,5 @@ then |
echo "Depot Tools has been updated to revision $AFTER_REVISION." 1>&2 |
fi |
fi |
+ |
+find $base_dir -iname "*.pyc" -delete |
cmp
2011/09/27 21:41:25
Is this to clean out old pyc files? Can you updat
|