Skip to content

Commit

Permalink
fix: add ~ to suppress quotation marks for suite-code action's build …
Browse files Browse the repository at this point in the history
…argument
  • Loading branch information
ansloddos committed Dec 5, 2024
1 parent ec9e3dc commit d369ce7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion suite-code/GenerateCode.bat
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ set PROJECT=%~2
:: retrieve the configuration
set CONF=%~3

if "%4" == "true" (
if "%~4" == "true" (
@echo Building code for %PROJECT% using the configuration %CONF%
"%SCADE_EXE%" -code "%PROJECT%" -conf "%CONF%" -sim > "%LOGFILE%" 2>&1
) else (
Expand Down

0 comments on commit d369ce7

Please sign in to comment.