summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2008-06-23 21:42:58 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2008-06-23 21:42:58 +0200
commitad667ebab3a9c8eb872ec251e8a8332bc9bbcf87 (patch)
treece5c4a7a46872104b7eb2fbd243961cb875a3c1a
parent4cb8ad846ba7ef82c08e286cbc5f9da392819bcb (diff)
oops
-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 () {