fixed some simple problems from the last revision
authorewt <devnull@localhost>
Tue, 4 Mar 1997 02:08:21 +0000 (02:08 +0000)
committerewt <devnull@localhost>
Tue, 4 Mar 1997 02:08:21 +0000 (02:08 +0000)
CVS patchset: 1467
CVS date: 1997/03/04 02:08:21

autodeps/linux.req
autodeps/solaris.req

index f4914ac..9983b3e 100644 (file)
@@ -4,9 +4,9 @@
 
 ulimit -c 0
 
-filelist=`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 }'
-done | sort -u | sed "s/['\"]/\\\&/g" | xargs -r -n 1 basename | sort -u
+done | sort -u | sed "s/['\"]/\\\&/g" | xargs -r -n 1 basename | sort -u
 
index f4914ac..9983b3e 100644 (file)
@@ -4,9 +4,9 @@
 
 ulimit -c 0
 
-filelist=`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 }'
-done | sort -u | sed "s/['\"]/\\\&/g" | xargs -r -n 1 basename | sort -u
+done | sort -u | sed "s/['\"]/\\\&/g" | xargs -r -n 1 basename | sort -u