From 7da08d79217a8b65dc58fb2f96a23082202d39ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Sim=C3=B5es?= Date: Wed, 26 Oct 2016 09:56:02 +0100 Subject: [PATCH] Update script to dequote parameter (see #521) --- build_solution.cmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build_solution.cmd b/build_solution.cmd index ffa6f1aef..b0df5f9a7 100644 --- a/build_solution.cmd +++ b/build_solution.cmd @@ -1,6 +1,6 @@ @echo off setlocal -call setenv_%1 %2 +call setenv_%1 %~2 cd Solutions\%3 msbuild /flp:verbosity=detailed /clp:verbosity=minimal %~4 -endlocal&&exit /B %ERRORLEVEL% \ No newline at end of file +endlocal&&exit /B %ERRORLEVEL%