Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 590544 - [java-overlay] app-eselect/eselect-gradle: typo in gradle.eselect
Summary: [java-overlay] app-eselect/eselect-gradle: typo in gradle.eselect
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Overlays (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-05 11:27 UTC by Binary Runner
Modified: 2017-06-13 07:27 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!