metadata.pl: do not strip whitespaces from multiline data
SVN-Revision: 17827
This commit is contained in:
		| @@ -16,7 +16,6 @@ sub get_multiline { | ||||
| 	my $str; | ||||
| 	while (<$fh>) { | ||||
| 		last if /^@@/; | ||||
| 		s/^\s*//g; | ||||
| 		$str .= (($_ and $prefix) ? $prefix . $_ : $_); | ||||
| 	} | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Felix Fietkau
					Felix Fietkau