translations dir always exists with submodules
Change-Id: I7d6e671f45355eb03fb9e1a49d7123e2f1699e80
This commit is contained in:
@@ -12242,7 +12242,7 @@ AC_SUBST(GIT_NEEDED_SUBMODULES)
|
||||
PathFormat "$SRC_ROOT/translations"
|
||||
L10N_MODULE="$formatted_path"
|
||||
WITH_POOR_HELP_LOCALIZATIONS=
|
||||
if test -d "./translations"; then
|
||||
if test -d "./translations/source"; then
|
||||
for l in `ls -1 translations/source`; do
|
||||
if test ! -d translations/source/$l/helpcontent2; then
|
||||
WITH_POOR_HELP_LOCALIZATIONS="$WITH_POOR_HELP_LOCALIZATIONS $l"
|
||||
|
Reference in New Issue
Block a user