Skip to content

[FIX] False error when the value have an = as part of the value.

  • Expressions like export OPTIONS="--load=multi_pms_properties" weren't evaluated properly, the string was spllitting in the second = instead of the first.

With this change:

a

Before:

b

Merge request reports