From 7bd8115c7e653e6b6ed40f87bdcf67056803480a Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Fri, 2 Oct 2009 22:02:31 +0000 Subject: [PATCH] metadata.pl: do not strip whitespaces from multiline data SVN-Revision: 17827 --- scripts/metadata.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/metadata.pm b/scripts/metadata.pm index 65ba0b890d..dd62b4c04a 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 . $_ : $_); } -- 2.30.2