diff options
| author | Marijn Tamis <[email protected]> | 2018-05-03 18:22:48 +0200 |
|---|---|---|
| committer | Marijn Tamis <[email protected]> | 2018-05-03 18:22:48 +0200 |
| commit | ca32c59a58d37c1822e185a2d5f3d0d3e8943593 (patch) | |
| tree | b06b9eec03f34344ef8fc31aa147b2714d3962ee /NvCloth/scripts/packman/packman.cmd | |
| parent | Forced rename of platform folders in cmake dir. Git didn't pick this up before. (diff) | |
| download | nvcloth-ca32c59a58d37c1822e185a2d5f3d0d3e8943593.tar.xz nvcloth-ca32c59a58d37c1822e185a2d5f3d0d3e8943593.zip | |
NvCloth 1.1.4 Release. (24070740)
Diffstat (limited to 'NvCloth/scripts/packman/packman.cmd')
| -rw-r--r-- | NvCloth/scripts/packman/packman.cmd | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/NvCloth/scripts/packman/packman.cmd b/NvCloth/scripts/packman/packman.cmd index 03e2cf8..a0cf8c7 100644 --- a/NvCloth/scripts/packman/packman.cmd +++ b/NvCloth/scripts/packman/packman.cmd @@ -8,11 +8,10 @@ @if not defined PM_MODULE goto :MODULE_ENV_ERROR :: Generate temporary path for variable file -:TEMP_VAR_PATH_LOOP -@set "PM_VAR_PATH=%tmp%\tmp.%RANDOM%.pmvars" -@if exist "%PM_VAR_PATH%" goto :TEMP_VAR_PATH_LOOP +@for /f "delims=" %%a in ('powershell -ExecutionPolicy ByPass -NoLogo -NoProfile ^ +-File "%~dp0win-bootstrap\generate_temp_file_name.ps1"') do @set PM_VAR_PATH=%%a -@"%PM_PYTHON%" "%PM_MODULE%" %* --var-path="%PM_VAR_PATH%" +@"%PM_PYTHON%" -u "%PM_MODULE%" %* --var-path="%PM_VAR_PATH%" @if errorlevel 1 goto :eof :: Marshall environment variables into the current environment if they have been generated and remove temporary file |