Mercurial > mplayer.hg
changeset 27280:440d543fb991
cosmetics: Indent language handling after last commit.
author | diego |
---|---|
date | Thu, 17 Jul 2008 12:38:05 +0000 |
parents | 6d8527aeeebb |
children | e47193172586 |
files | configure |
diffstat | 1 files changed, 9 insertions(+), 9 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Thu Jul 17 12:36:54 2008 +0000 +++ b/configure Thu Jul 17 12:38:05 2008 +0000 @@ -2619,15 +2619,15 @@ done man_langs=$tmp_man_langs doc_langs=$tmp_man_langs -for lang in $_language ; do - if test -f "help/help_mp-${lang}.h" ; then - msg_lang=$lang - break - else - echo ${_echo_n} "$lang not found, ${_echo_c}" - _language=`echo $_language | sed "s/$lang *//"` - fi -done + for lang in $_language ; do + if test -f "help/help_mp-${lang}.h" ; then + msg_lang=$lang + break + else + echo ${_echo_n} "$lang not found, ${_echo_c}" + _language=`echo $_language | sed "s/$lang *//"` + fi + done fi test -z "$doc_langs" && doc_langs=en test -z "$man_langs" && man_langs=en