From 3bb367731e889f0192bb44a146325c5ace50e04e Mon Sep 17 00:00:00 2001 From: genone Date: Sun, 1 Aug 2004 17:31:46 +0000 Subject: fixed grep expression for qpkg -f svn path=/; revision=113 --- trunk/src/qpkg/qpkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'trunk/src/qpkg') 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 -- cgit v1.2.3