[QUESTION] Is +=
part of the subject?
#168
Labels
lea wontfix
Lea will not work on this
medium priority
This issue would be nice to be fixed
question
Further information is requested
This matters for both
export
and for local variable assignment.If a
+=
is specified instead of an=
in shell variable assignments or in arguments toexport
, the previous value (if it existed) should not be replaced with the new value.Instead, the new value should be appended to the old value.
Bash manual
It should not be too difficult to add this feature, but ofc it touches almost everything, starting from the Lexer and going all the way to the
final_cmd_table
andexport
.The text was updated successfully, but these errors were encountered: