From 99075e1e7df0358a0d36a41427f333e7a3bee24d Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 13 Feb 2010 21:22:02 +0100 Subject: ct: Only use git --quiet if SILENT=1 --- bin/ct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/ct b/bin/ct index 572f700..6177363 100755 --- a/bin/ct +++ b/bin/ct @@ -266,7 +266,7 @@ function vcs_log ( function vcs_pull ( vcs_setup $1 if (( GIT_USE_ORIGIN )) { - git pull ${SILENT+--quiet} + git pull ${SILENT:+--quiet} } else { pkgroot_parse $(list_get_root $1) vcs_branch_is_master $1 && git pull $PKG_ROOT/${PWD:t} master -- cgit v1.2.3