Skip to content

Commit d5d2bed

Browse files
authored
Merge pull request #13 from psanford/fix-epub-check
Fix epub extension check
2 parents 24c8585 + 25ff5c0 commit d5d2bed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pdf2remarkable.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ EOF
150150
# Add thumbnails directory
151151
mkdir ${tmpdir}/${uuid}.thumbnails
152152

153-
elif [ "$extension" == "epub" ]; then
153+
elif [ "$extension" = "epub" ]; then
154154

155155
# Add content information
156156
cat <<EOF >${tmpdir}/${uuid}.content

0 commit comments

Comments
 (0)