diff options
| -rw-r--r-- | eclass/kde4-functions.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/kde4-functions.eclass b/eclass/kde4-functions.eclass index 740c580d48e..6a194e40349 100644 --- a/eclass/kde4-functions.eclass +++ b/eclass/kde4-functions.eclass @@ -122,8 +122,8 @@ done enable_selected_linguas() { local lingua sr_mess wp - # if there is no lingas defined we enable everything - [[ ${LINGUAS:?"FALSE"} = FALSE ]] && return + # if there is no linguas defined we enable everything + [[ ${LINGUAS:?"FALSE"} = FALSE ]] && return 0 # ebuild overridable linguas directory definition KDE_LINGUAS_DIR=${KDE_LINGUAS_DIR:="${S}/po"} cd "${KDE_LINGUAS_DIR}" || die "wrong linguas dir specified" |
