Skip to content

Commit

Permalink
fixes #42 (bashism removed)
Browse files Browse the repository at this point in the history
  • Loading branch information
fritz-hh committed Jan 6, 2014
1 parent 0245ce4 commit 6ea29cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OCRmyPDF.sh
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ while read pageSize ; do
# Identify if page image should be saved as ppm (color) or pgm (gray)
ext="ppm"
opt=""
if [ $colorspaceCurImg == "Gray" ]; then
if [ $colorspaceCurImg = "Gray" ]; then
ext="pgm"
opt="-gray"
fi
Expand Down

0 comments on commit 6ea29cc

Please sign in to comment.