diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2008-06-23 21:42:58 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2008-06-23 21:42:58 +0200 |
commit | ad667ebab3a9c8eb872ec251e8a8332bc9bbcf87 (patch) | |
tree | ce5c4a7a46872104b7eb2fbd243961cb875a3c1a | |
parent | 4cb8ad846ba7ef82c08e286cbc5f9da392819bcb (diff) |
oops
-rwxr-xr-x | bin/pkg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 () { |