shebang MACOS compatible #6
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: octoleo/octojoom#6
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi,
the shebang would need some changes to be compatible with MACOS Homebrew version of bash.
line 1 should be changed to this to work for the mac
The first homebrew/bin is for Apple silicon macs. The local/bin is for Intel Macs and then the defaults comes last.
We will add:
Please test this, since it should work as a Portable Shebang.
ahhh yes that does the trick in a much better way!
This has been done, thanks!