Changeset 2063 in ProjectBuilder


Ignore:
Timestamp:
Apr 5, 2016, 5:32:42 PM (8 years ago)
Author:
Bruno Cornec
Message:
  • Fix a perl warning with recent versions where we now need to escape {
File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pb-modules/lib/ProjectBuilder/Distribution.pm

    r2032 r2063  
    683683    if ($param =~ /[^\\]\$/) {
    684684        pb_log(3,"Expanding variable on $param\n");
    685         eval { $param =~ s/(\$\w+->{\'\w+\'})/$1/eeg };
     685        eval { $param =~ s/(\$\w+->\{\'\w+\'\})/$1/eeg };
    686686    }
    687687    push @param,$param;
Note: See TracChangeset for help on using the changeset viewer.