From f3e01161c3636836367c73dbb5e1594175a738fe Mon Sep 17 00:00:00 2001 From: Elliot Lee Date: Nov 14 2002 12:48:21 +0000 Subject: Fix from bug #77849. --- 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 | \