Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 406770 Details for
Bug 554836
dev-lang/spidermonkey file collisions between slots with perl-5.22
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Replacing if(defined(@array)) with if(@array) seems to solve the issue
perl.patch (text/plain), 463 bytes, created by
Cosmin Giradu
on 2015-07-14 10:06:11 UTC
(
hide
)
Description:
Replacing if(defined(@array)) with if(@array) seems to solve the issue
Filename:
MIME Type:
Creator:
Cosmin Giradu
Created:
2015-07-14 10:06:11 UTC
Size:
463 bytes
patch
obsolete
>diff -Nru mozjs-24.2.0-orig/js/src/config/milestone.pl mozjs-24.2.0/js/src/config/milestone.pl >--- mozjs-24.2.0-orig/js/src/config/milestone.pl 2015-07-14 12:53:45.366483598 +0300 >+++ mozjs-24.2.0/js/src/config/milestone.pl 2015-07-14 12:56:49.397841260 +0300 >@@ -56,7 +56,7 @@ > # > my $milestone = Moz::Milestone::getOfficialMilestone($MILESTONE_FILE); > >-if (defined(@TEMPLATE_FILE)) { >+if (@TEMPLATE_FILE) { > my $TFILE; > > foreach $TFILE (@TEMPLATE_FILE) {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 554836
: 406770