mirror of
https://github.com/Jguer/yay.git
synced 2024-11-07 09:37:22 +01:00
24edabe5df
This fixes #881. Before: ```bash $ PATH= /usr/bin/yay -Qu $ echo $? 1 ``` After: ```bash $ PATH= ./yay -Qu exec: "pacman-conf": executable file not found in $PATH $ echo $? 1 ``` |
||
---|---|---|
.. | ||
exec.go | ||
passers.go |