From 3db6751d5feeb36a4667e7258aae147060aeb45f Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 19 Jul 2000 15:26:21 +0000 Subject: no_comment --- urpmf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'urpmf') diff --git a/urpmf b/urpmf index e959cdac..8246179c 100755 --- a/urpmf +++ b/urpmf @@ -16,7 +16,7 @@ if ls $dir/hdlist.*.gz >/dev/null 2>/dev/null; then fi if ls $dir/hdlist.*.cz2 >/dev/null 2>/dev/null; then found=1 - bzip2 -dc $dir/hdlist.*.cz2 2>/dev/null | hdlist2files - | grep -E "$1" + bzip2 -dcq $dir/hdlist.*.cz2 | hdlist2files - | grep -E "$1" fi if [ "$found" != "1" ]; then echo "urpmi is not installed" -- cgit v1.2.1