Skip to content

Commit 28e7815

Browse files
committed
when folder name contains comma, CountSubFolders can still work
1 parent a160511 commit 28e7815

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RecursiveGitFetch.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ git fetch --all
1616
echo Fetch Completed: %date% %time%
1717
echo.
1818
)
19-
Call :CountSubFolders "%~1",value2
19+
Call :CountSubFolders "%*",value2
2020
if not !value2! == 0 (
2121
for /d %%i in ("%~1"\*) do (
2222
cd "%%~i"

0 commit comments

Comments
 (0)