|
@@ -6,6 +6,12 @@
|
|
|
|
|
|
# See revert instructions in cipd_manifest.txt
|
|
# See revert instructions in cipd_manifest.txt
|
|
|
|
|
|
|
|
+# In git bash on Windows, invoke the batch file.
|
|
|
|
+if [ "$(expr "$(uname -s)" : "^MINGW64_NT")" == "10" ]; then
|
|
|
|
+ git-credential-luci.bat "$@"
|
|
|
|
+ exit
|
|
|
|
+fi
|
|
|
|
+
|
|
MYPATH=$(dirname "${BASH_SOURCE[0]}")
|
|
MYPATH=$(dirname "${BASH_SOURCE[0]}")
|
|
|
|
|
|
source "$MYPATH/cipd_bin_setup.sh"
|
|
source "$MYPATH/cipd_bin_setup.sh"
|