On Jul 20, 2007, at 8:06 AM, Julian Phillips wrote:
+while ($line = <>) { + $line =~ s/^#GIT#SET#MAN#FONT#/.ft/; + print $line; +}
Why not use `perl -pe "s/^#GIT#SET#MAN#FONT#/.ft/"` or an equivalent sed command in the Makefile instead of having this as a separate script?
~~ Brian - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html