Skip to content

echo: -- duplicated when passed as non-first argument #7558

@Expertcoderz

Description

@Expertcoderz

GNU:

$ /bin/echo a -- b
a -- b

uutils:

$ /bin/uu-echo a -- b
a -- -- b

# (Same result on the `main` branch with `cargo run --features unix -- echo a -- b`).

Working on a fix.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions