[STM32CubeProg] Fix trailing arguments for windows

"shift" has no effect on "%*" batch parameter; it only change index.

Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
This commit is contained in:
Frederic.Pillon 2019-05-24 16:13:45 +02:00
parent 3d52d4c03e
commit e167f91814

View file

@ -55,7 +55,7 @@ goto :opt
shift shift
shift shift
if "%~1"=="" goto :prog if "%~1"=="" goto :prog
set OPTS=%* set OPTS=%1 %2 %3 %4 %5 %6 %7 %8 %9
goto :prog goto :prog
:prog :prog