mirror of https://github.com/mirror/busybox.git
parent
66496d75a7
commit
1045d00462
|
@ -36,6 +36,7 @@ sub beautify {
|
|||
s/"\s*$//;
|
||||
s/%/%%/g;
|
||||
s/\$/\\\$/g;
|
||||
s/\@/\\\@/g;
|
||||
eval qq[ sprintf(qq{$_}) ]
|
||||
} @line
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue