mirror of
https://github.com/sheumann/hush.git
synced 2025-08-09 09:25:33 +00:00
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