Patch from #77849
authorsopwith <devnull@localhost>
Thu, 14 Nov 2002 12:53:11 +0000 (12:53 +0000)
committersopwith <devnull@localhost>
Thu, 14 Nov 2002 12:53:11 +0000 (12:53 +0000)
CVS patchset: 5862
CVS date: 2002/11/14 12:53:11

autodeps/linux.req

index c251cca..6efa990 100644 (file)
@@ -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 | \