Open nheir opened 7 years ago
The full name option --quiet is wrongly handled at yaourt/src/yaourt.sh.in:73 Basically, the code local search_option="${PACMAN_Q_ARG[@]//-q/}" replaces --quiet with -uiet
--quiet
local search_option="${PACMAN_Q_ARG[@]//-q/}"
-uiet
yaourt -Ssq linux vs yaourt -Ss --quiet linux
yaourt -Ssq linux
yaourt -Ss --quiet linux
Remove --quiet from the table before removing -q
-q
The full name option
--quiet
is wrongly handled at yaourt/src/yaourt.sh.in:73 Basically, the codelocal search_option="${PACMAN_Q_ARG[@]//-q/}"
replaces--quiet
with-uiet
Step to reproduce
yaourt -Ssq linux
vsyaourt -Ss --quiet linux
Workaround
Remove
--quiet
from the table before removing-q