mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-10 17:13:51 +02:00
11 lines
270 B
Diff
11 lines
270 B
Diff
--- js/src/config/milestone.pl.orig
|
|
+++ js/src/config/milestone.pl
|
|
@@ -56,7 +56,7 @@
|
|
#
|
|
my $milestone = Moz::Milestone::getOfficialMilestone($MILESTONE_FILE);
|
|
|
|
-if (defined(@TEMPLATE_FILE)) {
|
|
+if (@TEMPLATE_FILE) {
|
|
my $TFILE;
|
|
|
|
foreach $TFILE (@TEMPLATE_FILE) {
|