From 196ffbe0628e6b32489f3ebd6ad8af6213bdb581 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 30 Jun 2008 13:16:10 +0200 Subject: bin/pkg: lst_type: Grep for full package name --- bin/pkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/pkg b/bin/pkg index e4eaaa4..cd6870a 100755 --- a/bin/pkg +++ b/bin/pkg @@ -149,7 +149,7 @@ vcs_log () { } lst_type () { - grep ^"$1" $PDIR/.list-remote | cut -d ' ' -f 2 + grep ^"$1 " $PDIR/.list-remote | cut -d ' ' -f 2 } lst_update_remote () { -- cgit v1.2.3