Improves the mtd_init regexp even more.

This commit is contained in:
freesource
2002-03-11 03:16:23 +00:00
parent 2e41744e08
commit 63dc15fe8e
+1 -1
View File
@@ -1807,7 +1807,7 @@ sub uml_box {
}
# Find which runlevel or whether mtd_init is being used
if ( m,(mtd_init=[/\d\w\'\"-]+\s?\d?)"?, ) {
if ( m,(mtd_init=[/\d\w\'\"-]+\s?\d?)[\"\']?, ) {
$init = (split(/=/,$1))[1];
chomp $init;
$init =~ s/\"//g;