Update of /cvsroot/gtkpod/libgpod/bindings/python
In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv27366

Modified Files:
        Makefile.am 
Log Message:
Reverse tr and sort so that output of grep/awk is sorted before changing 
newlines to spaces - Todd Zullinger

Index: Makefile.am
===================================================================
RCS file: /cvsroot/gtkpod/libgpod/bindings/python/Makefile.am,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- Makefile.am 13 Dec 2006 09:40:09 -0000      1.12
+++ Makefile.am 18 Dec 2006 11:37:50 -0000      1.13
@@ -45,7 +45,7 @@
        rm -rf $(DESTDIR)$(pyexecdir)/gpod
 
 README: README.in gpod.i
-       WRAPPER_LIST=`grep 'PyObject\* sw_[^_].*;' gpod.i | awk -F "[ (]" '{ 
print $$2 }' | tr '\n' ' ' | sort -u`; \
+       WRAPPER_LIST=`grep 'PyObject\* sw_[^_].*;' gpod.i | awk -F "[ (]" '{ 
print $$2 }' | sort -u | tr '\n' ' '`; \
        sed \
            -e "s/@WRAPPER_LIST@/$${WRAPPER_LIST}/" \
            -e "/^sw_/ s/ $$//" \


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2

Reply via email to