summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
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