bashtools / JSONPath.sh

JSONPath implementation in Bash for filtering, merging and modifying JSON
https://bashtools.github.io/JSONPath.sh/
Other
53 stars 14 forks source link

OS X dependency path likely broken #15

Open cburgmer opened 1 month ago

cburgmer commented 1 month ago

It seems that the path used in https://github.com/bashtools/JSONPath.sh/blob/ce89800d1f0d4e265fccf69e007ad5ea827edc8a/ensure_deps.sh#L34C22-L34C61 is not valid anymore for the current Homebrew installation. Instead the binaries currently seem to be found under /opt/homebrew/opt/coreutils/libexec/gnubin.

Can file a PR when I find more time.

lcn2 commented 1 month ago

Hello @cburgmer,

Our pull request #16 also addresses your issue, or you may wish to use the lcn2 JSONPath.sh fork.