From 115b7179356cd807bcd66dccadccb005c5f587ef Mon Sep 17 00:00:00 2001 From: Peter Kasting Date: Tue, 17 Dec 2019 17:36:22 +0000 Subject: [PATCH] Escape forward slash to avoid undesired path conversion in Git 2.24.1(2). Bug: none Change-Id: I8fe6e68ab93025b461722fc6ce43274c091902e6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1963407 Auto-Submit: Peter Kasting Commit-Queue: Edward Lesmes Reviewed-by: Edward Lesmes --- update_depot_tools | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update_depot_tools b/update_depot_tools index 82b397312..20d33738a 100755 --- a/update_depot_tools +++ b/update_depot_tools @@ -45,7 +45,7 @@ fi # We want to update the bundled tools even under MinGW. if [ $MINGW = 0 ]; then - $COMSPEC /c `cygpath -w "$base_dir/bootstrap/win_tools.bat"` + $COMSPEC //c `cygpath -w "$base_dir/bootstrap/win_tools.bat"` case $? in 123) # msys environment was upgraded, need to quit.