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