Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 590544

Summary: [java-overlay] app-eselect/eselect-gradle: typo in gradle.eselect
Product: Gentoo Linux Reporter: Binary Runner <rostislav.matl>
Component: OverlaysAssignee: Java team <java>
Status: RESOLVED FIXED    
Severity: normal CC: flow
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Binary Runner 2016-08-05 11:27:29 UTC
/usr/share/eselect/modules/gradle.eselect , line 48 

contains ('eselect gradle show' complaining about unknwon command'): 
local gradle=$(cannonicalise "${EROOT}/usr/bin/gradle")

should be:
local gradle=$(canonicalise "${EROOT}/usr/bin/gradle")


Reproducible: Always

Steps to Reproduce:
eselect gradle show
Comment 1 jospezial 2016-11-12 09:04:33 UTC
Ping!
Not fixed yet.
Comment 2 Florian Schmaus gentoo-dev 2016-11-14 18:12:16 UTC
Fixed with c279aea1d0935066826a5d790bb391e16fb0b605
Comment 3 Patrice Clement gentoo-dev 2017-06-13 07:27:49 UTC
Thanks Florian!