summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2010-02-13 21:22:02 +0100
committerDaniel Friesel <derf@derf.homelinux.org>2010-02-13 21:22:02 +0100
commit99075e1e7df0358a0d36a41427f333e7a3bee24d (patch)
tree71acf137240aff7941c13167b15e7f7c4a035b2e /bin
parent338e90ec57271baf4b411fa9d37133154c8a6773 (diff)
ct: Only use git --quiet if SILENT=1
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ct2
1 files changed, 1 insertions, 1 deletions
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