[package] add kmod-input-rb532, driver for the rb532 user button
[openwrt.git] / scripts / metadata.pm
index 65ba0b8..dd62b4c 100644 (file)
@@ -16,7 +16,6 @@ sub get_multiline {
        my $str;
        while (<$fh>) {
                last if /^@@/;
-               s/^\s*//g;
                $str .= (($_ and $prefix) ? $prefix . $_ : $_);
        }
 
This page took 0.023256 seconds and 4 git commands to generate.