Skip to content

Commit

Permalink
Turn on all ECHO
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahbeckford committed Dec 6, 2024
1 parent 21aaeb0 commit a24d63e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions __dk.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -809,6 +809,7 @@ REM Clear variables that influence __dk.cmake. They are not part of DkCoder API.
SET DKRUN_ENV_URL_BASE=

"@CMAKE_COMMAND_NATIVE@" -E env @envMods_DOS@ -- @entryExec_PRECOMMAND@"@entryExec_NATIVE@" @dkcoder_ARGS@
ECHO FINISHED __dk.cmake post script
]]
@ONLY NEWLINE_STYLE DOS)
else()
Expand Down
4 changes: 2 additions & 2 deletions dk.cmd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@ECHO OFF
@REM @ECHO OFF
REM ##########################################################################
REM # File: dkcoder\dk.cmd #
REM # #
Expand Down Expand Up @@ -221,7 +221,7 @@ SET DKTEMP_NONCE=%DK_WORKDIR%\%DK_NONCE%.cmd
REM We don't use nested parentheses or else we'd have to be concerned about delayed
REM variable expansion. https://stackoverflow.com/questions/24866477/if-call-exit-and-errorlevel-in-a-bat
IF EXIST "%DKTEMP_NONCE%" CALL "%DKTEMP_NONCE%" %*
@ECHO OFF
REM @ECHO OFF
SET CALLERROR=%ERRORLEVEL%
IF EXIST "%DKTEMP_NONCE%" DEL /Q /F "%DKTEMP_NONCE%"
SET DKTEMP_NONCE=
Expand Down

0 comments on commit a24d63e

Please sign in to comment.