summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorConnor Behan <connor.behan@gmail.com>2016-01-30 14:20:12 -0500
committerConnor Behan <connor.behan@gmail.com>2016-01-30 14:20:12 -0500
commit24b5507037b430e30e5ba1590b5cfb48982fdabe (patch)
treefeefad07a4baecd486d93a520a591653f8015dbb /config
parent11471919e77e9cd8a40b253511b496f051136158 (diff)
downloadpalemoon-gre-24b5507037b430e30e5ba1590b5cfb48982fdabe.tar.gz
Fix version reading with new perl
Mozilla has started to adapt to this with bug 1231340.
Diffstat (limited to 'config')
-rw-r--r--config/milestone.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/milestone.pl b/config/milestone.pl
index caf49e279..9e46bc041 100644
--- a/config/milestone.pl
+++ b/config/milestone.pl
@@ -56,7 +56,7 @@ $MILESTONE_FILE = "$TOPSRCDIR/config/milestone.txt";
#
my $milestone = Moz::Milestone::getOfficialMilestone($MILESTONE_FILE);
-if (defined(@TEMPLATE_FILE)) {
+if (@TEMPLATE_FILE) {
my $TFILE;
foreach $TFILE (@TEMPLATE_FILE) {