mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-20 02:54:43 +02:00
metadata.pl: do not strip whitespaces from multiline data
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17827 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
ecfdcd7b17
commit
53ebb11eaf
@ -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