Skip to content

Commit

Permalink
i hate bash
Browse files Browse the repository at this point in the history
  • Loading branch information
notmarek committed Oct 29, 2023
1 parent a0100c0 commit d444a1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/buildHotfix.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
if [ "$1" == "universal" ] ; then
if [ "$1" = "universal" ] ; then
DEVICES=$(echo "ALL" | python utils/parseKindleToolDevices.py)
else
DEVICES=$(./utils/kindletool convert update_kindle*.bin --info -k 2>&1 | python utils/parseKindleToolDevices.py)
Expand Down

0 comments on commit d444a1e

Please sign in to comment.