summaryrefslogtreecommitdiff
path: root/autodeps/linux.req
diff options
context:
space:
mode:
Diffstat (limited to 'autodeps/linux.req')
-rw-r--r--autodeps/linux.req4
1 files changed, 2 insertions, 2 deletions
diff --git a/autodeps/linux.req b/autodeps/linux.req
index 30e2e5b1c..cf60bd9ac 100644
--- a/autodeps/linux.req
+++ b/autodeps/linux.req
@@ -20,10 +20,10 @@ fi
# --- Grab the file manifest and classify files.
#filelist=`sed "s/['\"]/\\\&/g"`
filelist=`sed "s/[]['\"*?{}]/\\\\\&/g"`
-exelist=`echo $filelist | xargs -r file | egrep -v ":.* (commands|script) " | \
+exelist=`echo $filelist | xargs -r file | grep -Ev ":.* (commands|script) " | \
grep ":.*executable" | cut -d: -f1`
scriptlist=`echo $filelist | xargs -r file | \
- egrep ":.* (commands|script) " | cut -d: -f1`
+ grep -E ":.* (commands|script) " | cut -d: -f1`
liblist=`echo $filelist | xargs -r file | \
grep ":.*shared object" | cut -d : -f1`