Today I'm trying to fix #ArchLinux's mkinitcpio tool, it uses a hardcoded PATH and pulls in stuff from /usr/local/bin even when I don't want it to!

https://gitlab.archlinux.org/archlinux/mkinitcpio/mkinitcpio/-/issues/196
https://gitlab.archlinux.org/archlinux/mkinitcpio/mkinitcpio/-/merge_requests/247

#foss #contribution

Stop exporting a sane PATH (#196) · Issues · Arch Linux / Mkinitcpio / mkinitcpio · GitLab

Currently the script exports a "sane" PATH which causes trouble if there are conflicting utilities under one of those sane path directories (especially /usr/local/bin). The...

GitLab