Skip to content

Commit 3c53ffc

Browse files
cprietodlemstra
authored andcommitted
Move statements to the end
- As requested moved the statements at the end of the process
1 parent e7c55cb commit 3c53ffc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CloneRepositories.cmd

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ if not "%1"=="" set REPOS=%1
66
set TYPE="full"
77
if not "%2"=="" set TYPE=%2
88

9-
set BASH="%USERPROFILE%\scoop\apps\git\current\bin\bash.exe"
10-
if exist %BASH% goto EXECUTE
11-
129
set BASH="%PROGRAMFILES%\Git\bin\bash.exe"
1310
if exist %BASH% goto EXECUTE
1411

@@ -18,6 +15,9 @@ if exist %BASH% goto EXECUTE
1815
set BASH="%ProgramW6432%\Git\bin\bash.exe"
1916
if exist %BASH% goto EXECUTE
2017

18+
set BASH="%USERPROFILE%\scoop\apps\git\current\bin\bash.exe"
19+
if exist %BASH% goto EXECUTE
20+
2121
echo Failed to find bash.exe
2222
echo %BASH%
2323
exit /b 1

0 commit comments

Comments
 (0)