Closed jwillemsen closed 1 year ago
Variable values containing an equal sign can't be used with the -D option due to incorrect splitting:
$ bin/brix11 -D A=B=C environment export A=B
Output after applying the fix:
$ bin/brix11 -D A=B=C environment export A=B=C
This fixes #122.
Thanks for the report and the fix!
Variable values containing an equal sign can't be used with the -D option due to incorrect splitting:
Output after applying the fix:
This fixes #122.