Fix from bug #77849.
This commit is contained in:
parent
d4970a5d33
commit
f3e01161c3
@ -18,7 +18,8 @@ fi
|
|||||||
|
|
||||||
#
|
#
|
||||||
# --- Grab the file manifest and classify files.
|
# --- 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) " | \
|
exelist=`echo $filelist | xargs -r file | egrep -v ":.* (commands|script) " | \
|
||||||
grep ":.*executable" | cut -d: -f1`
|
grep ":.*executable" | cut -d: -f1`
|
||||||
scriptlist=`echo $filelist | xargs -r file | \
|
scriptlist=`echo $filelist | xargs -r file | \
|
||||||
|
Loading…
Reference in New Issue
Block a user