mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-23 18:49:08 +08:00
Fixed autogen.sh
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@987 d0cd1f9f-072b-0410-8dd7-cf729c803f20
This commit is contained in:
parent
3d1e1cc23d
commit
69f37548ec
@ -27,7 +27,7 @@
|
||||
#
|
||||
# All the rest is auto-generated.
|
||||
|
||||
if [ $1 == "clean" ]; then
|
||||
if [ "$1" == "clean" ]; then
|
||||
echo "Cleaning..."
|
||||
rm configure aclocal.m4
|
||||
rm m4/*
|
||||
|
Loading…
Reference in New Issue
Block a user