mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-23 18:49:08 +08:00
autogen.sh: Small Typo Fix
Implement and contribute one small typographical fix, thereby improving the readability of the script's check for the existence of the `m4` top-level directory.
This commit is contained in:
parent
7231e67682
commit
2be86764fe
@ -59,7 +59,7 @@ else
|
||||
bail_out
|
||||
fi
|
||||
|
||||
# create m4 directory if it not exists
|
||||
# create m4 directory if it does not exist
|
||||
if [ ! -d m4 ]; then
|
||||
mkdir m4
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user