We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c0b43e5 + 73b2896 commit 10b3298Copy full SHA for 10b3298
source/qb64pe.bas
@@ -927,7 +927,7 @@ IF C = 9 THEN 'run
927
' We have to use a separate script to be able to set environment variables for the program
928
ExecuteLine$ = "open -b com.apple.terminal " + _CHR_QUOTE + tmpdir$ + "log.command" + _CHR_QUOTE
929
ELSE
930
- ExecuteLine$ = ExecuteName$
+ ExecuteLine$ = QuotedFilename$(ExecuteName$) + ModifyCOMMAND$
931
END IF
932
ELSEIF os$ = "WIN" THEN
933
IF GetRCStateVar(ConsoleOn) OR LoggingEnabled THEN
0 commit comments