mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-28 23:23:59 +00:00
metadata.pl: do not strip whitespaces from multiline data
SVN-Revision: 17827
This commit is contained in:
parent
abffbb5da7
commit
7bd8115c7e
@ -16,7 +16,6 @@ sub get_multiline {
|
|||||||
my $str;
|
my $str;
|
||||||
while (<$fh>) {
|
while (<$fh>) {
|
||||||
last if /^@@/;
|
last if /^@@/;
|
||||||
s/^\s*//g;
|
|
||||||
$str .= (($_ and $prefix) ? $prefix . $_ : $_);
|
$str .= (($_ and $prefix) ? $prefix . $_ : $_);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user