From 772c92e525696aeb7f04c9a909b0d229a6e3bd14 Mon Sep 17 00:00:00 2001 From: genone Date: Fri, 6 Feb 2004 21:58:21 +0000 Subject: [PATCH] fixed too much svn path=/; revision=77 --- trunk/src/qpkg/qpkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/src/qpkg/qpkg b/trunk/src/qpkg/qpkg index 06f1c32..f7bd7bc 100644 --- a/trunk/src/qpkg/qpkg +++ b/trunk/src/qpkg/qpkg @@ -293,7 +293,7 @@ if [ "${ffind}" ]; then # package/CONTENTS containing if [ "${fpat}" ]; then dirs=`ls /var/db/pkg/${group}/*/CONTENTS \ - | xargs grep -Fl "${arg}" \ + | xargs grep -l "${arg}" \ | xargs --no-run-if-empty -n 1 dirname` else # if the user didnt specify a full path assume they -- 2.26.2