QB64pe icon indicating copy to clipboard operation
QB64pe copied to clipboard

Alternate ENVIRON syntax does not work on Linux

Open a740g opened this issue 1 year ago • 0 comments

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

a740g avatar Oct 05 '23 17:10 a740g