Skip to content

Commit d444a1e

Browse files
committed
i hate bash
1 parent a0100c0 commit d444a1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/buildHotfix.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh
2-
if [ "$1" == "universal" ] ; then
2+
if [ "$1" = "universal" ] ; then
33
DEVICES=$(echo "ALL" | python utils/parseKindleToolDevices.py)
44
else
55
DEVICES=$(./utils/kindletool convert update_kindle*.bin --info -k 2>&1 | python utils/parseKindleToolDevices.py)

0 commit comments

Comments
 (0)