mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-25 11:39:06 +08:00
fix tesstrain.sh/issue 1311. Patch from Mark Zealey <zealey@gmail.com>
https://groups.google.com/forum/#!msg/tesseract-dev/uYTr1D656-M/xLXgjKy9fywJ
This commit is contained in:
parent
c4b39bd89e
commit
93f7899a9e
@ -173,7 +173,8 @@ parse_flags() {
|
||||
local ofs=$IFS
|
||||
IFS='+'
|
||||
FONTS=( ${ARGV[$j]} )
|
||||
IFS=$ofs ;;
|
||||
IFS=$ofs
|
||||
i=$j ;;
|
||||
--fonts_dir)
|
||||
parse_value "FONTS_DIR" ${ARGV[$j]}
|
||||
i=$j ;;
|
||||
|
Loading…
Reference in New Issue
Block a user