summaryrefslogtreecommitdiff
path: root/trunk/src/qpkg
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/src/qpkg')
-rw-r--r--trunk/src/qpkg/qpkg2
1 files changed, 1 insertions, 1 deletions
diff --git a/trunk/src/qpkg/qpkg b/trunk/src/qpkg/qpkg
index e0fbdb8..0c06094 100644
--- a/trunk/src/qpkg/qpkg
+++ b/trunk/src/qpkg/qpkg
@@ -448,7 +448,7 @@ for p in ${ipak} ${upak} -;do
else
if [ "${ffind}" ]; then
if [ "${fpat}" ]; then
- grep "${arg}" $d/CONTENTS
+ grep "${arg}[:blank:]" $d/CONTENTS
else
grep " ${arg}\( .*\)*$" $d/CONTENTS
fi