From 569c8d41e9c73524cec8f3747573d532f4b0b203 Mon Sep 17 00:00:00 2001 From: ShubhamVis98 <43336210+Shubhamvis98@users.noreply.github.com> Date: Sun, 7 Jan 2024 19:39:34 +0530 Subject: [PATCH] fix typo --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index d039c63..02d766a 100755 --- a/build.sh +++ b/build.sh @@ -45,7 +45,7 @@ case "$device" in services="qrtr-ns rmtfs pd-mapper tqftpserv" ;; * ) - echo "Unsupported device '$device'" + echo "Unsupported device ${device}" exit 1 ;; esac