summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--autodeps/linux.req2
-rw-r--r--autodeps/solaris.req2
2 files changed, 2 insertions, 2 deletions
diff --git a/autodeps/linux.req b/autodeps/linux.req
index 9983b3e8f..7ad13feea 100644
--- a/autodeps/linux.req
+++ b/autodeps/linux.req
@@ -4,7 +4,7 @@
ulimit -c 0
-filelist=`| sed "s/['\"]/\\\&/g" | xargs -r file | fgrep executable | cut -d: -f1 `
+filelist=`sed "s/['\"]/\\\&/g" | xargs -r file | fgrep executable | cut -d: -f1 `
for f in $filelist; do
ldd $f | awk '/=>/ { print $1 }'
diff --git a/autodeps/solaris.req b/autodeps/solaris.req
index 9983b3e8f..7ad13feea 100644
--- a/autodeps/solaris.req
+++ b/autodeps/solaris.req
@@ -4,7 +4,7 @@
ulimit -c 0
-filelist=`| sed "s/['\"]/\\\&/g" | xargs -r file | fgrep executable | cut -d: -f1 `
+filelist=`sed "s/['\"]/\\\&/g" | xargs -r file | fgrep executable | cut -d: -f1 `
for f in $filelist; do
ldd $f | awk '/=>/ { print $1 }'