aboutsummaryrefslogtreecommitdiff
path: root/tools/hex.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/hex.sh')
-rwxr-xr-xtools/hex.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/hex.sh b/tools/hex.sh
index cd880e13e..61558d12d 100755
--- a/tools/hex.sh
+++ b/tools/hex.sh
@@ -8,7 +8,7 @@
# hex.sh 5039 3e52505631393535352b343533383431382d303733393531383530303032303231323b49443d393939393b2a37423c0d0a
#
-if [[ $# -lt 2 ]]
+if [ $# -lt 2 ]
then
echo "USAGE: $0 <port> <hex>"
exit 1