[scripts] adjust svn:ignore for cygwin builds
[openwrt.git] / scripts / metadata.pl
index 26d878c..54ac063 100755 (executable)
@@ -549,9 +549,10 @@ EOF
                        print <<EOF;
        config FEATURE_$feature->{name}
                bool "$feature->{title}"
-               help
-$feature->{description}
 EOF
+                       $feature->{description} =~ /\w/ and do {
+                               print "\t\thelp\n".$feature->{description}."\n";
+                       };
                }
                print "endchoice\n"
        }
This page took 0.023615 seconds and 4 git commands to generate.