From ad667ebab3a9c8eb872ec251e8a8332bc9bbcf87 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 23 Jun 2008 21:42:58 +0200 Subject: oops --- bin/pkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 () { -- cgit v1.2.3