Skip to content

Commit

Permalink
FIX: downloading to a path on a different drive
Browse files Browse the repository at this point in the history
  • Loading branch information
reksar committed Sep 20, 2023
1 parent f61a0ec commit 77b6459
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/download.bat
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ if exist "%outfile%" (
rem Utility preset.
call which which >NUL 2>&1 || set "PATH=%root%;%PATH%"

rem Creating intermediate dirs.
for %%i in ("%outfile%") do if not exist "%%~pi" md "%%~pi"
rem Ensure the %outfile% dir exists.
for %%i in ("%outfile%") do if not exist "%%~dpi" md "%%~dpi"

rem Trying to download with:

Expand Down

0 comments on commit 77b6459

Please sign in to comment.