New comment by tornaria on void-packages repository https://github.com/void-linux/void-packages/pull/50280#issuecomment-2106052686 Comment: Note also that the `DEFAULT_PATH_VALUE` is set to ``` "/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin:." ``` I wonder if we should remove the trailing `.` there and/or reorder to match our `/etc/profile`. This default path applies only if `PATH` is unset when starting bash as in ``` $ env -i bash -c 'echo $PATH' /usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin:. ```