Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 353577 | Differences between
and this patch

Collapse All | Expand All

(-)a/modules.d/10i18n/module-setup.sh (-3 / +2 lines)
Lines 68-77 install() { Link Here
68
68
69
        for item in $@
69
        for item in $@
70
        do
70
        do
71
            item=${item/:/ }
71
            item=(${item/:/ })
72
            for map in ${item[1]//,/ }
72
            for map in ${item[1]//,/ }
73
            do
73
            do
74
                map=${map//-/ }
74
                map=(${map//-/ })
75
                value=$(grep "^${map[0]}=" "${item[0]}")
75
                value=$(grep "^${map[0]}=" "${item[0]}")
76
                value=${value#*=}
76
                value=${value#*=}
77
                echo "${map[1]:-${map[0]}}=${value}"
77
                echo "${map[1]:-${map[0]}}=${value}"
78
- 

Return to bug 353577