projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66496d7
)
build system: fix "Possible unintended interpolation of @host"
author
Denis Vlasenko
<vda.linux@googlemail.com>
Sun, 31 Aug 2008 21:29:35 +0000
(21:29 -0000)
committer
Denis Vlasenko
<vda.linux@googlemail.com>
Sun, 31 Aug 2008 21:29:35 +0000
(21:29 -0000)
message
docs/autodocifier.pl
patch
|
blob
|
history
diff --git
a/docs/autodocifier.pl
b/docs/autodocifier.pl
index 68b6f3c0585e43ae6efc155747b436882bc8ea04..78950dc179a831790a9d4604d5f78c65b9f748d1 100755
(executable)
--- a/
docs/autodocifier.pl
+++ b/
docs/autodocifier.pl
@@
-36,6
+36,7
@@
sub beautify {
s/"\s*$//;
s/%/%%/g;
s/\$/\\\$/g;
+ s/\@/\\\@/g;
eval qq[ sprintf(qq{$_}) ]
} @line
);