projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ecfdcd7
)
metadata.pl: do not strip whitespaces from multiline data
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 2 Oct 2009 22:02:31 +0000
(22:02 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 2 Oct 2009 22:02:31 +0000
(22:02 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17827
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
scripts/metadata.pm
patch
|
blob
|
history
diff --git
a/scripts/metadata.pm
b/scripts/metadata.pm
index
65ba0b8
..
dd62b4c
100644
(file)
--- 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 . $_ : $_);
}
This page took
0.030843 seconds
and
4
git commands to generate.