Skip to content
This repository was archived by the owner on Jun 16, 2025. It is now read-only.
This repository was archived by the owner on Jun 16, 2025. It is now read-only.

Process substitution includes extraneous spaces in file descriptor #1487

Description

@ScottRochford
$ echo foo<(:)bar
foo /dev/fd/4 bar
$ echo $KSH_VERSION
Version AJM 93u+ 2012-08-01

This breaks things like tar ... --files-from=<( command ) because the space separates the long option from its parameter.

I would have checked whether this bug is present in a more recent version, but I haven't had the time to follow everything in #1466 and figure out which versions this could or should be fixed in.

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions