summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsopwith <devnull@localhost>2002-11-14 12:53:11 +0000
committersopwith <devnull@localhost>2002-11-14 12:53:11 +0000
commit62d158f87b5fbae30a03c9594694b5fd52b3e21b (patch)
tree5044ad2189554f1714415bdf9f7ec522878e4988
parent15e18dcd5044086a4aee47a098ca6651b814f9b8 (diff)
downloadrpm-62d158f87b5fbae30a03c9594694b5fd52b3e21b.tar.gz
rpm-62d158f87b5fbae30a03c9594694b5fd52b3e21b.tar.bz2
rpm-62d158f87b5fbae30a03c9594694b5fd52b3e21b.zip
Patch from #77849
CVS patchset: 5862 CVS date: 2002/11/14 12:53:11
-rw-r--r--autodeps/linux.req3
1 files changed, 2 insertions, 1 deletions
diff --git a/autodeps/linux.req b/autodeps/linux.req
index c251cca29..6efa9900f 100644
--- a/autodeps/linux.req
+++ b/autodeps/linux.req
@@ -18,7 +18,8 @@ fi
#
# --- Grab the file manifest and classify files.
-filelist=`sed "s/['\"]/\\\&/g"`
+#filelist=`sed "s/['\"]/\\\&/g"`
+filelist=`sed "s/[]['\"*?{}]/\\\\\&/g"`
exelist=`echo $filelist | xargs -r file | egrep -v ":.* (commands|script) " | \
grep ":.*executable" | cut -d: -f1`
scriptlist=`echo $filelist | xargs -r file | \