[pacman-dev] [PATCH] repo-add: make --quiet output more quiet
8 Aug
2010
8 Aug
'10
1:56 a.m.
Fixes FS#20403. Signed-off-by: Allan McRae <allan@archlinux.org> --- scripts/repo-add.sh.in | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/scripts/repo-add.sh.in b/scripts/repo-add.sh.in index 2838f81..2293c46 100644 --- a/scripts/repo-add.sh.in +++ b/scripts/repo-add.sh.in @@ -37,6 +37,7 @@ startdir="$PWD" umask 0022 msg() { + (( QUIET )) && return local mesg=$1; shift printf "==> ${mesg}\n" "$@" >&1 } -- 1.7.2.1
5250
Age (days ago)
5250
Last active (days ago)
0 comments
1 participants
participants (1)
-
Allan McRae