Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
brix11: fix incorrect variable splitting
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 RemedyIT#122.
- Loading branch information