http://sourceware.org/bugzilla/show_bug.cgi?id=12964
--- Comment #1 from Marcus Comstedt <marcus at mc dot pp.se> 2011-07-06 10:50:19 UTC --- I suggest the following replacement: awk '/^program_transform_name=/ {print "program_transform_name=\"$(program_transform_name)\""; next} {print}' < $< > $@ Note that I also added quotes around the expansion of $(program_transform_name), becase otherwise the generated script will just fail to run instead (as the program_transform_name contains shell metacharacters). -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ bug-binutils mailing list bug-binutils@gnu.org https://lists.gnu.org/mailman/listinfo/bug-binutils