[redhat-rpm-config: 32/215] Fix from bug #77849.

Panu Matilainen pmatilai at fedoraproject.org
Wed Apr 2 10:21:01 UTC 2014


commit f3e01161c3636836367c73dbb5e1594175a738fe
Author: Elliot Lee <sopwith at redhat.com>
Date:   Thu Nov 14 12:48:21 2002 +0000

    Fix from bug #77849.

 find-requires |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/find-requires b/find-requires
index f28109f..9de3ec2 100755
--- a/find-requires
+++ b/find-requires
@@ -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 | \


More information about the scm-commits mailing list