Ticket #48431: milestone.pl.patch

File milestone.pl.patch, 342 bytes (added by bobmath, 9 years ago)

fix for mozjs config script

  • js/src/config/milestone.pl

    old new  
    5555#
    5656my $milestone = Moz::Milestone::getOfficialMilestone($MILESTONE_FILE);
    5757
    58 if (defined(@TEMPLATE_FILE)) {
     58if (@TEMPLATE_FILE) {
    5959  my $TFILE;
    6060
    6161  foreach $TFILE (@TEMPLATE_FILE) {