forward porting bug fix in upgrade skeleton

This commit is contained in:
Colin Kuskie 2007-11-19 21:22:55 +00:00
parent d0624b7cf9
commit ced6e64aff

View file

@ -85,7 +85,7 @@ sub updateTemplates {
$first = 0;
} elsif ($line =~ m/^\#create$/) {
$create = 1;
} elsif ($line =~ m/^\#(.*):(.*)$/) {
} elsif ($line =~ m/^\#(.*):\s*(.*)$/) {
$properties{$1} = $2;
} elsif ($line =~ m/^~~~$/) {
$head = 1;