diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2008-06-28 00:10:44 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2008-06-28 00:10:44 +0200 |
commit | 57d672a7a1f719ab414e292f2186e82aa4778ce3 (patch) | |
tree | 1aa36eead182782fd4d014b736624209df64896b | |
parent | d99b4088000e3ce8e3ba5a52a1df202094ba55f2 (diff) |
bin/pkg: vcs_incoming: oops
-rwxr-xr-x | bin/pkg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -128,7 +128,7 @@ vcs_add () { vcs_incoming () { [ "$(grep ^"$1" $PDIR/.list | cut -d ' ' -f 3)" \ - = "$(grep ^"$1" $PDIR/.list-remote | cut -d ' ' -f 3)" ] + != "$(grep ^"$1" $PDIR/.list-remote | cut -d ' ' -f 3)" ] } vcs_log () { |