Index: tools/find_depot_tools.py |
diff --git a/tools/find_depot_tools.py b/tools/find_depot_tools.py |
index 1f91866279d2666f3e9832d85ddd609a0d4f503e..469a283fc4ed43bab0c93c10af25013529b1a44c 100644 |
--- a/tools/find_depot_tools.py |
+++ b/tools/find_depot_tools.py |
@@ -12,7 +12,7 @@ |
def IsRealDepotTools(path): |
- return os.path.isfile(os.path.join(path, 'gclient.py')) |
+ return os.path.isfile(os.path.join(path, 'gclient')) |
def add_depot_tools_to_path(): |