earthbound19 / _ebDev

Various tools, mostly custom-made for art development.
2 stars 2 forks source link

resolve sed/gsed, sort/gsort etc. dependency/kludge #104

Closed earthbound19 closed 4 years ago

earthbound19 commented 4 years ago

I get cygwin errors from conflicted dlls when I update MSYS2, and I'm tired of hacking the _ebSuperBin dependeny to have updated renamed copies of sed -> gsed .. gsort, gfind, and guniq.

Toast those from _ebSuperBin and update all scripts to use the plainly named (not g-prefixed) ones. This will symlinking those utils on MacOS (also re this answer to prevent unexpected behavior from those executables (so, updating macDevSetup.sh and/or installUsedBrewPackages.sh will be necessary.

(Why doesn't MacOS just update their native ported utiliteis from GNU?)

earthbound19 commented 4 years ago

Also document the MSYS2 / brew versions of those executables in the README.md.

earthbound19 commented 4 years ago

FINIS.