summaryrefslogtreecommitdiffstats
path: root/urpmf
diff options
context:
space:
mode:
Diffstat (limited to 'urpmf')
-rwxr-xr-xurpmf2
1 files changed, 1 insertions, 1 deletions
diff --git a/urpmf b/urpmf
index 9263537f..d42f07bb 100755
--- a/urpmf
+++ b/urpmf
@@ -15,5 +15,5 @@ fi
if [ -z "$1" ]; then
gzip -dc $hdlist | hdlist2files -
else
- gzip -dc $hdlist | hdlist2files - | grep $1
+ gzip -dc $hdlist | hdlist2files - | grep -E $1
fi