Open
Description
I've tried running one of the tutorial scripts and it does not successfully parse options on MacOS via "homebrew" installation of Bash version 5.2.37, however it does on an ubuntu VM which has bash 5.1.16.
I'm not sure if this is an issue with Bash 5.2.37 or Mac homebrew build specifically at this time. Happy to provide other details as needed. Thanks.
#Ubuntu

Metadata
Metadata
Assignees
Labels
No labels
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
Anvil commentedon Apr 13, 2025
Thanks for the report, I'll dig into that.
Anvil commentedon Apr 13, 2025
I cannot reproduce it on fedora 42 with bash 5.2.37
My guess right now is that you're not using GNU getopt. Can you confirm?
fdx-apdewis commentedon Apr 15, 2025
I believe MacOS is using the BSD equivalent but will need to dig into that further,.
Anvil commentedon Apr 30, 2025
By default, yes, Mac has indeed a non-GNU version.