On Fri, Jul 09, 2010 at 05:59:02PM +0200, Julia Lawall wrote: > new_name = ... some code to calculate the new name ... > print "spatch -sp_file sp.cocci -D have_new_name -D old_name=%s -D > new_name=%s -dir directory_to_work_on" % (x,new_name)
This is all a bit "indirect". I was very surprised to find that the Python code can't just do a substitution itself. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones virt-p2v converts physical machines to virtual machines. Boot with a live CD or over the network (PXE) and turn machines into Xen guests. http://et.redhat.com/~rjones/virt-p2v _______________________________________________ Cocci mailing list [email protected] http://lists.diku.dk/mailman/listinfo/cocci (Web access from inside DIKUs LAN only)
