Skip to content

add_list somelist "A string with $var" causes the $var to be eval'ed #1

@aks

Description

@aks

It should be possible to add a string to a list without having the string evaluated.

There may be some use cases where the string should be eval'ed, but the default should be "as-is".

If someone really wants the string to be eval'ed before adding, just do this:

add_list somelist `eval "some string with $var"`

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions