Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ursi opened this issue Feb 22, 2025 · 0 comments
Open

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

ursi opened this issue Feb 22, 2025 · 0 comments

Comments

@ursi
Copy link

ursi commented Feb 22, 2025

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant