From d444a1ecbeba3a8080cc4017d22e9011e1106b02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Vesel=C3=BD?= Date: Sun, 29 Oct 2023 16:24:18 +0100 Subject: [PATCH] i hate bash --- utils/buildHotfix.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/buildHotfix.sh b/utils/buildHotfix.sh index 2ca40a1..7936365 100755 --- a/utils/buildHotfix.sh +++ b/utils/buildHotfix.sh @@ -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)