1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-11-22 17:39:53 +03:00

Merge PR #592: CopyBuildUtil.cmd: fix copy failure when the path contains whitespaces

This commit is contained in:
Davide Beatrici 2018-07-30 07:19:18 +02:00 committed by GitHub
commit d6b8ef6a66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,2 +1,2 @@
copy %0\..\..\bin\BuildUtilTmp.exe %0\..\..\bin\BuildUtil.exe copy "%0\..\..\bin\BuildUtilTmp.exe" "%0\..\..\bin\BuildUtil.exe"
exit /b 0 exit /b 0