diff options
-rw-r--r-- | autodeps/linux.req | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/autodeps/linux.req b/autodeps/linux.req index c251cca29..6efa9900f 100644 --- a/autodeps/linux.req +++ b/autodeps/linux.req @@ -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 | \ |