diff options
author | sopwith <devnull@localhost> | 2002-11-14 12:53:11 +0000 |
---|---|---|
committer | sopwith <devnull@localhost> | 2002-11-14 12:53:11 +0000 |
commit | 62d158f87b5fbae30a03c9594694b5fd52b3e21b (patch) | |
tree | 5044ad2189554f1714415bdf9f7ec522878e4988 | |
parent | 15e18dcd5044086a4aee47a098ca6651b814f9b8 (diff) | |
download | rpm-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.req | 3 |
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 | \ |