Kaydet (Commit) 8c49b1eb authored tarafından Andras Timar's avatar Andras Timar

remove former key id language code 'kid'

üst 77962008
...@@ -8933,7 +8933,6 @@ fi ...@@ -8933,7 +8933,6 @@ fi
# check that the list is valid # check that the list is valid
for lang in $WITH_LANG ; do for lang in $WITH_LANG ; do
test "$lang" = "ALL" && continue; test "$lang" = "ALL" && continue;
test "$lang" = "kid" && continue;
# need to check for the exact string, so add space before and after the list of all languages # need to check for the exact string, so add space before and after the list of all languages
for vl in $ALL_LANGS ; do for vl in $ALL_LANGS ; do
if test "$vl" = "$lang" ; then if test "$vl" = "$lang" ; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment