diff options
Diffstat (limited to 'autodeps/aix.req')
-rwxr-xr-x | autodeps/aix.req | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/autodeps/aix.req b/autodeps/aix.req index 63938dbb0..53ca70406 100755 --- a/autodeps/aix.req +++ b/autodeps/aix.req @@ -32,16 +32,14 @@ # # -filelist=`sed "s/['\"]/\\\&/g" | xargs file | grep -e executable -e archive - | cut -d: -f1` +filelist=`sed "s/['\"]/\\\&/g" | xargs file | grep -e executable -e archive | cut -d: -f1` for f in $filelist do dump -H $f | awk ' # - # For you non-awk-ers, no single quotes in comments -- the -shell + # For you non-awk-ers, no single quotes in comments -- the shell # sees them and things get hosed. # |