From 055efaff88b5f387d2cbaaee1bf2dcd1045d7b1e Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Sun, 14 Jul 2019 22:13:40 +0200 Subject: [PATCH] proxmark.sh: remove leftover var --- proxmark3.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxmark3.sh b/proxmark3.sh index b8d6acabb..4cd6d76bc 100755 --- a/proxmark3.sh +++ b/proxmark3.sh @@ -67,7 +67,7 @@ if [ "$SCRIPT" = "proxmark3.sh" ]; then CMD() { client/proxmark3 "$@"; } elif [ "$SCRIPT" = "flash-all.sh" ]; then CMD() { client/flasher "$1" -b "$BOOTIMAGE" "$FULLIMAGE"; } -elif [ "$SCRIPT" = "flash-fullimage.sh" ]; then CMD=client/flasher +elif [ "$SCRIPT" = "flash-fullimage.sh" ]; then CMD() { client/flasher "$1" "$FULLIMAGE"; } elif [ "$SCRIPT" = "flash-bootrom.sh" ]; then CMD() { client/flasher "$1" -b "$BOOTIMAGE"; }