mirror of
https://github.com/moparisthebest/pacman
synced 2025-01-08 12:28:00 -05:00
repo-add: make --quiet output more quiet
Fixes FS#20403. Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
parent
d201d1f312
commit
879fed5098
@ -37,6 +37,7 @@ startdir="$PWD"
|
||||
umask 0022
|
||||
|
||||
msg() {
|
||||
(( QUIET )) && return
|
||||
local mesg=$1; shift
|
||||
printf "==> ${mesg}\n" "$@" >&1
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user