Skip to content

Commit

Permalink
Item11589: Item10549 broke create_new_extension - left the SHORTDESCR…
Browse files Browse the repository at this point in the history
…IPTION line without a terminating quote;

git-svn-id: http://svn.foswiki.org/trunk@14171 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
SvenDowideit authored and SvenDowideit committed Mar 1, 2012
1 parent fa837b0 commit 26c5193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BuildContrib/create_new_extension.pl
Expand Up @@ -344,7 +344,7 @@ sub manifestExtract {
sub pmEmptyExtract {
my $s = commonEmptyExtract(shift);
$s =~ s/^# change the package name.*$//m; # we're doing it!
$s =~ s/(\$SHORTDESCRIPTION = ').*?'/$1.'%$SHORTDESCRIPTION%'/e;
$s =~ s/(\$SHORTDESCRIPTION = ').*?'/$1.'%$SHORTDESCRIPTION%'."';"/e;
return $s;
}

Expand Down

0 comments on commit 26c5193

Please sign in to comment.