Skip to content

Commit 1fcde40

Browse files
Merge pull request #239 from ISISComputingGroup/purge_branches
Add NUL
2 parents f4a1211 + 0751cae commit 1fcde40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_tools/purge_archive.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ if !errorlevel! equ 0 (
2525
set MYDIR=!CD!
2626
for /d %%i in ( !MYDIR!\Client_E4 !MYDIR!\genie_python_3 !MYDIR!\script_generator !MYDIR!\Client_E4_win11 ) do (
2727
if exist "%%i\branches" (
28-
forfiles /p "%%i\branches" /d -60 /c "cmd /c del /q /s @path"
28+
forfiles /p "%%i\branches" /d -60 /c "cmd /c del /q /s @path >NUL"
2929
)
3030
)
3131
)

0 commit comments

Comments
 (0)