Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

autogen.sh: fix a bashism #46

Merged
merged 1 commit into from Jul 20, 2015
Merged

autogen.sh: fix a bashism #46

merged 1 commit into from Jul 20, 2015

Conversation

jwilk
Copy link
Contributor

@jwilk jwilk commented Jul 13, 2015

Use [ "$foo" = "bar" ] instead of [ "$foo" == "bar" ].
The latter is a bashism.

Use [ "$foo" = "bar" ] instead of [ "$foo" == "bar" ].
The latter is a bashism.
zdenop added a commit that referenced this pull request Jul 20, 2015
@zdenop zdenop merged commit e231dbc into tesseract-ocr:master Jul 20, 2015
@jwilk jwilk deleted the autogen-bashism branch September 10, 2015 08:30
zvezdochiot pushed a commit to ImageProcessing-ElectronicPublications/tesseract that referenced this pull request Mar 28, 2021
zvezdochiot pushed a commit to ImageProcessing-ElectronicPublications/tesseract that referenced this pull request Mar 28, 2021
zvezdochiot pushed a commit to ImageProcessing-ElectronicPublications/tesseract that referenced this pull request Mar 28, 2021
zvezdochiot pushed a commit to ImageProcessing-ElectronicPublications/tesseract that referenced this pull request Mar 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants