summaryrefslogtreecommitdiff
path: root/bin/pkg
diff options
context:
space:
mode:
Diffstat (limited to 'bin/pkg')
-rwxr-xr-xbin/pkg2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/pkg b/bin/pkg
index 7333756..fffcfea 100755
--- a/bin/pkg
+++ b/bin/pkg
@@ -130,7 +130,7 @@ vcs_incoming () {
# [ -d .vcs ] && vcs incoming will not work here, since the [] will return
# something. We need the return value of vcs.
[ -d .hg ] && {hg --quiet incoming; return}
- [ -d .git ] && {false ; return}
+ [ -d .git ] && {true ; return}
}
vcs_update () {