Index: update_depot_tools |
diff --git a/update_depot_tools b/update_depot_tools |
index 95cd4c6a984397ff22657e6577d3437dcf32f686..c59f4ad42457d34f93d11830744a9dec6b2f94e7 100755 |
--- a/update_depot_tools |
+++ b/update_depot_tools |
@@ -40,7 +40,7 @@ function test_git_svn { |
# Get the current SVN revision. |
get_svn_revision() { |
- echo `svn info | awk '{ if ($1 == "Revision:") { print $2 }}'` |
+ 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. |