Skip to content

all: manyutil --version | tee > dir broke pipe #9936

@oech3

Description

@oech3
$ mkdir -p a
$ coreutils true --version | tee > a
warning: An error occurred while redirecting file 'a'
open: Is a directory
true: Broken pipe (os error 32)
$ gnu-true --version | tee > a
warning: An error occurred while redirecting file 'a'
open: Is a directory # fish caches SIGPIPE, but not `true`'s one

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