Skip to content

Why doesn't concurrently use the shell it's being executed in? #533

Open
@ursi

Description

@ursi

I'm trying to use concurrently to execute some bash functions in my shell that work fine when executed alone. However, they fail when being run with concurrently. After adding echo $0 to the functions, I realized that they're failing because concurrently is executing them with /bin/sh instead of bash.

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