From b7eb81149c3cd7e0dbc9aa5c7d1c52f6b662bb48 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 28 Jun 2008 00:06:03 +0200 Subject: bin/pkg: vcs_incoming: oops --- bin/pkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/pkg b/bin/pkg index 8a41873..6100f2a 100755 --- a/bin/pkg +++ b/bin/pkg @@ -127,7 +127,7 @@ 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 ^"$2" $PDIR/.list-remote | cut -d ' ' -f 3)" ] } vcs_log () { -- cgit v1.2.3