summaryrefslogtreecommitdiff
path: root/autodeps/solaris.req
diff options
context:
space:
mode:
authorewt <devnull@localhost>1997-03-20 15:55:31 +0000
committerewt <devnull@localhost>1997-03-20 15:55:31 +0000
commit677b95bbd982ba5fb76800d2752766933cd27e60 (patch)
tree6ce18e8c77d46b08f304955e0f6608fe4cff11a5 /autodeps/solaris.req
parent5c343ab3c18e4465ff54ae2c1d4db7c3ba352883 (diff)
downloadlibrpm-tizen-677b95bbd982ba5fb76800d2752766933cd27e60.tar.gz
librpm-tizen-677b95bbd982ba5fb76800d2752766933cd27e60.tar.bz2
librpm-tizen-677b95bbd982ba5fb76800d2752766933cd27e60.zip
fixed typos
CVS patchset: 1494 CVS date: 1997/03/20 15:55:31
Diffstat (limited to 'autodeps/solaris.req')
-rw-r--r--autodeps/solaris.req2
1 files changed, 1 insertions, 1 deletions
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 }'