We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0100c0 commit d444a1eCopy full SHA for d444a1e
utils/buildHotfix.sh
@@ -1,5 +1,5 @@
1
#!/bin/sh
2
-if [ "$1" == "universal" ] ; then
+if [ "$1" = "universal" ] ; then
3
DEVICES=$(echo "ALL" | python utils/parseKindleToolDevices.py)
4
else
5
DEVICES=$(./utils/kindletool convert update_kindle*.bin --info -k 2>&1 | python utils/parseKindleToolDevices.py)
0 commit comments