On 20 December 2012 13:15, Laurentiu Palcu <[email protected]> wrote: > dynamic_loader = rootfs_path + '$(readelf -l ' + rootfs_path + \ > binary + '| grep "Requesting program interpreter"|sed -e \'s/^.*\[.*: > \(.*\)\]/\\1/\')'
Would it be easier to do the string manipulation in python? Spawning grep and sed when Python can do string manipulation seems excessive. Nice addition to the class though. Ross _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
