build system: fix "Possible unintended interpolation of @host"
authorDenis Vlasenko <vda.linux@googlemail.com>
Sun, 31 Aug 2008 21:29:35 +0000 (21:29 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Sun, 31 Aug 2008 21:29:35 +0000 (21:29 -0000)
 message

docs/autodocifier.pl

index 68b6f3c0585e43ae6efc155747b436882bc8ea04..78950dc179a831790a9d4604d5f78c65b9f748d1 100755 (executable)
@@ -36,6 +36,7 @@ sub beautify {
                        s/"\s*$//;
                        s/%/%%/g;
                        s/\$/\\\$/g;
+                       s/\@/\\\@/g;
                        eval qq[ sprintf(qq{$_}) ]
                } @line
        );