build system: fix "Possible unintended interpolation of @host"
message
This commit is contained in:
parent
66496d75a7
commit
1045d00462
@ -36,6 +36,7 @@ sub beautify {
|
|||||||
s/"\s*$//;
|
s/"\s*$//;
|
||||||
s/%/%%/g;
|
s/%/%%/g;
|
||||||
s/\$/\\\$/g;
|
s/\$/\\\$/g;
|
||||||
|
s/\@/\\\@/g;
|
||||||
eval qq[ sprintf(qq{$_}) ]
|
eval qq[ sprintf(qq{$_}) ]
|
||||||
} @line
|
} @line
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user