From d99b4088000e3ce8e3ba5a52a1df202094ba55f2 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 28 Jun 2008 00:09:53 +0200 Subject: bin/pkg: vcs_incoming: oops --- bin/pkg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/pkg b/bin/pkg index 6100f2a..3cf4b5a 100755 --- a/bin/pkg +++ b/bin/pkg @@ -127,7 +127,8 @@ vcs_add () { } vcs_incoming () { - [ "$(grep ^"$1" $PDIR/.list | cut -d ' ' -f 3)" = "$(grep ^"$2" $PDIR/.list-remote | cut -d ' ' -f 3)" ] + [ "$(grep ^"$1" $PDIR/.list | cut -d ' ' -f 3)" \ + = "$(grep ^"$1" $PDIR/.list-remote | cut -d ' ' -f 3)" ] } vcs_log () { -- cgit v1.2.3