mirror of
https://github.com/mpv-player/mpv
synced 2025-03-20 02:09:52 +00:00
if LANGUAGES=help_mp-??_??.h fixed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6200 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
e3cb959b4a
commit
2aa7abdc00
2
configure
vendored
2
configure
vendored
@ -97,7 +97,7 @@ case `echo -n` in
|
||||
*) _echo_n='-n ' _echo_c= ;; # BSD echo
|
||||
esac
|
||||
|
||||
LANGUAGES=`echo help_mp-??.h | sed "s/help_mp-\(..\).h/\1/g"`
|
||||
LANGUAGES=`echo help_mp-??.h help_mp-??_??.h | sed "s/help_mp-\(..\).h/\1/g" |sed "s/help_mp-\(.....\).h/\1/g"`
|
||||
|
||||
for parm in "$@" ; do
|
||||
if test "$parm" = "--help" || test "$parm" = "-help" || test "$parm" = "-h" ; then
|
||||
|
Loading…
Reference in New Issue
Block a user