mirror of
https://github.com/mpv-player/mpv
synced 2025-03-19 18:05:21 +00:00
Fix typo in msg_lang variable name that prevented the correct message
filename from being generated. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27319 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
8d04d0c285
commit
f45acd080b
2
configure
vendored
2
configure
vendored
@ -2634,7 +2634,7 @@ test -z "$man_langs" && man_langs=en
|
||||
test -z "$doc_lang" && doc_lang=$(echo $doc_langs | cut -f1 -d" ")
|
||||
test -z "$man_lang" && man_lang=$(echo $man_langs | cut -f1 -d" ")
|
||||
test -z "$msg_lang" && msg_lang=en
|
||||
_mp_help="help/help_mp-${_msg_lang}.h"
|
||||
_mp_help="help/help_mp-${msg_lang}.h"
|
||||
echores "messages: $msg_lang - man pages: $man_langs - documentation: $doc_langs"
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user