Fix from bug #77849.

This commit is contained in:
Elliot Lee 2002-11-14 12:48:21 +00:00
parent d4970a5d33
commit f3e01161c3
1 changed files with 2 additions and 1 deletions

View 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 | \