Skip to content

Commit

Permalink
pts-core: Fix Windows installer when path has a space
Browse files Browse the repository at this point in the history
  • Loading branch information
michaellarabel committed Aug 18, 2020
1 parent 0438703 commit 427d308
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.bat
Expand Up @@ -2,7 +2,7 @@

:: Phoronix Test Suite
:: URLs: http://www.phoronix.com, http://www.phoronix-test-suite.com/
:: Copyright (C) 2018, Phoronix Media
:: Copyright (C) 2018 - 2020, Phoronix Media
::
:: This program is free software; you can redistribute it and/or modify
:: it under the terms of the GNU General Public License as published by
Expand All @@ -29,5 +29,5 @@ md %destination%
:: cd /d %destination%
:: for /F "delims=" %%i in ('dir /b') do (rmdir "%%i" /s/q || del "%%i" /s/q)

xcopy %cd% %destination% /E
xcopy "%cd%" %destination% /E
echo Phoronix Test Suite installed to %destination%

0 comments on commit 427d308

Please sign in to comment.