summaryrefslogtreecommitdiff
path: root/autodeps
diff options
context:
space:
mode:
authorjbj <devnull@localhost>1999-10-04 20:18:48 +0000
committerjbj <devnull@localhost>1999-10-04 20:18:48 +0000
commitbe45257fd9ca72ea8d450afe20ea3fc8254f0798 (patch)
tree0c49d25f8a0914dbacfd80217bfde0af959e3c78 /autodeps
parentcabcec362682a5bd68d5acc2191333cb903a2e4e (diff)
downloadlibrpm-tizen-be45257fd9ca72ea8d450afe20ea3fc8254f0798.tar.gz
librpm-tizen-be45257fd9ca72ea8d450afe20ea3fc8254f0798.tar.bz2
librpm-tizen-be45257fd9ca72ea8d450afe20ea3fc8254f0798.zip
dumb cpp's want white space around lclint annotations (Tim Mooney).
aix: aix.req broken by cut-and-paste (Tim Mooney). CVS patchset: 3367 CVS date: 1999/10/04 20:18:48
Diffstat (limited to 'autodeps')
-rwxr-xr-xautodeps/aix.req6
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.
#