metadata.pl: do not strip whitespaces from multiline data

SVN-Revision: 17827
master
Felix Fietkau 15 years ago
parent abffbb5da7
commit 7bd8115c7e
  1. 1
      scripts/metadata.pm

@ -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…
Cancel
Save