Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- env: path: make sure the local sbin comes before vendor bin
we had to build updatedb, which installs to sbin but the vendor's copy installs in bin. it makes sense for /usr/local/sbin to be before /usr/bin in the path, bin vs sbin notwithstanding. it makes sense for the /usr/local/ locations to become exhasted first. the ~/bin and ~/.local/bin locations will still be first if we have our own copy of something (we don't have a ~/sbin/ or ~/.local/sbin/)
- Loading branch information