QB64pe
QB64pe copied to clipboard
Alternate ENVIRON syntax does not work on Linux
According to the ENVIRON wiki, ENVIRON
can be used like
ENVIRON "myParamter=myValue"
or
ENVIRON "myParamter myValue"
However, on Linux (and possibly macOS) only the space version works. Nothing is set when using the equals sign version of the syntax.
Zack reported this issue here: https://qb64phoenix.com/forum/showthread.php?tid=2063&pid=20324#pid20324