aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main/cpp/blaze_util_windows.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/cpp/blaze_util_windows.cc b/src/main/cpp/blaze_util_windows.cc
index 7f0ca75742..df672e42ca 100644
--- a/src/main/cpp/blaze_util_windows.cc
+++ b/src/main/cpp/blaze_util_windows.cc
@@ -1624,7 +1624,7 @@ static string GetBashFromGitOnWin() {
return string();
}
- debug_log("Detected msys bash at %s", bash_exe.c_str());
+ debug_log("Detected git-on-Windows bash at %s", bash_exe.c_str());
return bash_exe;
}
@@ -1701,7 +1701,7 @@ void DetectBashOrDie() {
" https://git-scm.com/download/win\n"
"\n"
"If you already have bash.exe installed but Bazel cannot find it,\n"
- "set BAZEL_SH environment variable to it's location:\n"
+ "set BAZEL_SH environment variable to its location:\n"
" set BAZEL_SH=c:\\path\\to\\bash.exe\n");
exit(1);
}