-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
On MacOS/BSD sed has a slightly different syntax that breaks the script.
To fix this:
brew install gnu-sed
PATH="/usr/local/opt/gnu-sed/libexec/gnubin:$PATH"
and then run the script.
This will use gsed, the gnu version of sed for the install which runs through as it has standard sed command line parameters
Koesters
Metadata
Metadata
Assignees
Labels
No labels