svn commit: trunk/busybox/docs

vda at busybox.net vda at busybox.net
Sun Aug 31 21:29:35 UTC 2008


Author: vda
Date: 2008-08-31 14:29:35 -0700 (Sun, 31 Aug 2008)
New Revision: 23288

Log:
build system: fix "Possible unintended interpolation of @host"
 message



Modified:
   trunk/busybox/docs/autodocifier.pl


Changeset:
Modified: trunk/busybox/docs/autodocifier.pl
===================================================================
--- trunk/busybox/docs/autodocifier.pl	2008-08-31 20:23:47 UTC (rev 23287)
+++ trunk/busybox/docs/autodocifier.pl	2008-08-31 21:29:35 UTC (rev 23288)
@@ -36,6 +36,7 @@
 			s/"\s*$//;
 			s/%/%%/g;
 			s/\$/\\\$/g;
+			s/\@/\\\@/g;
 			eval qq[ sprintf(qq{$_}) ]
 		} @line
 	);




More information about the busybox-cvs mailing list