]> git.pld-linux.org Git - packages/mozjs17.git/blob - perl.patch
- fix syntax in version extraction script
[packages/mozjs17.git] / perl.patch
1 --- mozjs17.0.0/js/src/config/milestone.pl~     2013-02-11 23:33:22.000000000 +0100
2 +++ mozjs17.0.0/js/src/config/milestone.pl      2016-10-18 20:12:20.567112653 +0200
3 @@ -55,7 +55,7 @@
4  #
5  my $milestone = Moz::Milestone::getOfficialMilestone($MILESTONE_FILE);
6  
7 -if (defined(@TEMPLATE_FILE)) {
8 +if (@TEMPLATE_FILE) {
9    my $TFILE;
10  
11    foreach $TFILE (@TEMPLATE_FILE) {
This page took 1.140855 seconds and 3 git commands to generate.