X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/b51c8d22c06c3deb6ee489d059897c12f584366d..074f6b00111c22dc7f741d04e12c73fd1112dfa7:/scripts/metadata.pm diff --git a/scripts/metadata.pm b/scripts/metadata.pm index 65ba0b890..dd62b4c04 100644 --- a/scripts/metadata.pm +++ b/scripts/metadata.pm @@ -16,7 +16,6 @@ sub get_multiline { my $str; while (<$fh>) { last if /^@@/; - s/^\s*//g; $str .= (($_ and $prefix) ? $prefix . $_ : $_); }