Skip to content

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

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"`

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions