RemedyIT / axcioma

AXCIOMA, the component framework for distributed, real-time, and embedded systems
https://www.axcioma.org
MIT License
16 stars 11 forks source link

brix11: incorrect variable splitting #122

Closed papperlapapp closed 1 year ago

papperlapapp commented 2 years ago

Product AXCIOMA

Version Current HEAD (0f6dccac)

Describe the bug Variable values containing an equal sign can't be used with the "-D" option.

To Reproduce

$ bin/brix11 -D A=B=C environment
export A=B

Expected behavior

$ bin/brix11 -D A=B=C environment
export A=B=C

Output None

Environment: Output of ruby -v: ruby 3.0.4p208 (2022-04-12 revision 3fa771dded) [x86_64-linux]

Additional context None