We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7c55cb commit 3c53ffcCopy full SHA for 3c53ffc
CloneRepositories.cmd
@@ -6,9 +6,6 @@ if not "%1"=="" set REPOS=%1
6
set TYPE="full"
7
if not "%2"=="" set TYPE=%2
8
9
-set BASH="%USERPROFILE%\scoop\apps\git\current\bin\bash.exe"
10
-if exist %BASH% goto EXECUTE
11
-
12
set BASH="%PROGRAMFILES%\Git\bin\bash.exe"
13
if exist %BASH% goto EXECUTE
14
@@ -18,6 +15,9 @@ if exist %BASH% goto EXECUTE
18
15
set BASH="%ProgramW6432%\Git\bin\bash.exe"
19
16
20
17
+set BASH="%USERPROFILE%\scoop\apps\git\current\bin\bash.exe"
+if exist %BASH% goto EXECUTE
+
21
echo Failed to find bash.exe
22
echo %BASH%
23
exit /b 1
0 commit comments