Closed timurb closed 4 years ago
The bin directory under gnu tools holds binaries with prefix g, like gsed, gfind, etc. If we want an override the dir to be added to path is gbin
bin
g
gsed
gfind
gbin
Also I would suggest quoting $PATH when adding, but not expanding it -- I did appropriate change for that too.
$PATH
Thanks for the fix and PR
The
bin
directory under gnu tools holds binaries with prefixg
, likegsed
,gfind
, etc. If we want an override the dir to be added to path isgbin
Also I would suggest quoting
$PATH
when adding, but not expanding it -- I did appropriate change for that too.