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

Shopt globstar does not work #2043

Open
trallnag opened this issue Feb 5, 2025 · 0 comments
Open

Shopt globstar does not work #2043

trallnag opened this issue Feb 5, 2025 · 0 comments
Labels
state: needs triage Waiting to be triaged by a maintainer.

Comments

@trallnag
Copy link

trallnag commented Feb 5, 2025

Description

For me, shell option globstar does not work.

I followed this documentation: https://taskfile.dev/usage/#set-and-shopt

❯ task
task: [default] echo **/*.go
**/*.go

If I adjust it to just echo *.go the expansion works. So it is just globstar that is broken?

❯ task
task: [default] echo *.go
dummy.go

Version

3.41.0

Operating system

Linux

Experiments Enabled

No response

Example Taskfile

version: '3'

set: [pipefail]
shopt: [globstar]

tasks:
  default: echo **/*.go
@task-bot task-bot added the state: needs triage Waiting to be triaged by a maintainer. label Feb 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
state: needs triage Waiting to be triaged by a maintainer.
Projects
None yet
Development

No branches or pull requests

2 participants