From f3e01161c3636836367c73dbb5e1594175a738fe Mon Sep 17 00:00:00 2001 From: Elliot Lee Date: Thu, 14 Nov 2002 12:48:21 +0000 Subject: [PATCH] Fix from bug #77849. --- find-requires | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 | \