diff options
-rw-r--r-- | project/BuildDependencies/scripts/dlextract.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project/BuildDependencies/scripts/dlextract.bat b/project/BuildDependencies/scripts/dlextract.bat index ce743dc07f..1d80426187 100644 --- a/project/BuildDependencies/scripts/dlextract.bat +++ b/project/BuildDependencies/scripts/dlextract.bat @@ -13,7 +13,7 @@ echo %%f %%g echo Already have %%f
)
- copy /b %%f %TMP_PATH%
+ copy /b "%%f" "%TMP_PATH%"
)
echo Extracting...
|