1
0
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:
Allan McRae 2010-08-08 11:54:33 +10:00
parent d201d1f312
commit 879fed5098

View File

@ -37,6 +37,7 @@ startdir="$PWD"
umask 0022
msg() {
(( QUIET )) && return
local mesg=$1; shift
printf "==> ${mesg}\n" "$@" >&1
}