Skip to content

Problem passing string using curly brackets #61

@hellishvictor

Description

@hellishvictor

Hi, here in Windows I need some help:
coreutils echo "a attr{href}"="h4 text{}" | rush -k -D "=" echo {} outputs:

a attr{href}
h4 texth4 text{}

when I want:

a attr{href}
h4 text{}

text{} has curly brackets with nothing inside, and since rush uses them also, it output wrong.
Is there a workaround for this?
Cheers.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions