From 571816feaaaa8bc014f702cf8d12e8224423fde2 Mon Sep 17 00:00:00 2001 From: Tom Dial Date: Sun, 9 Jul 2023 05:08:31 -0400 Subject: [PATCH] corrected misspelling in build.sh error message (#520) --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 271501a..b1b3246 100755 --- a/build.sh +++ b/build.sh @@ -4,7 +4,7 @@ set -e set -x if [ -z "${RPI}" ] ; then - echo "\$RPI missing, exting" + echo "\$RPI missing, exiting" exit 1 fi