Index: update_depot_tools |
diff --git a/update_depot_tools b/update_depot_tools |
index a466d3aabce120badb3cccd85770fe5474f085bf..85d06b625383210c37b39d080cc25253ab19e4cf 100755 |
--- a/update_depot_tools |
+++ b/update_depot_tools |
@@ -47,7 +47,7 @@ get_svn_revision() { |
echo `svn info "$base_dir" | awk '{ if ($1 == "Revision:") { print $2 }}'` |
} |
-# Update git checkouts prior the cygwin check, we don't want to use msysgit. |
+# Update git checkouts. |
if [ "X$DEPOT_TOOLS_UPDATE" != "X0" -a -e "$base_dir/.git" ] |
then |
cd $base_dir |