diff options
author | genone <genone@gentoo.org> | 2004-02-06 21:58:21 +0000 |
---|---|---|
committer | genone <genone@gentoo.org> | 2004-02-06 21:58:21 +0000 |
commit | 772c92e525696aeb7f04c9a909b0d229a6e3bd14 (patch) | |
tree | 535bcc6c321a81b05ba41d2c84c15d4148fba90e /trunk/src/qpkg | |
parent | fixing regexp for qpkg -f a bit (diff) | |
download | gentoolkit-772c92e525696aeb7f04c9a909b0d229a6e3bd14.tar.gz gentoolkit-772c92e525696aeb7f04c9a909b0d229a6e3bd14.tar.bz2 gentoolkit-772c92e525696aeb7f04c9a909b0d229a6e3bd14.zip |
fixed too much
svn path=/; revision=77
Diffstat (limited to 'trunk/src/qpkg')
-rw-r--r-- | trunk/src/qpkg/qpkg | 2 |
1 files changed, 1 insertions, 1 deletions
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 <arg> 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 |