corrected misspelling in build.sh error message

pull/520/head
Thomas R. Dial 2 years ago
parent 87dc5ce432
commit 7984d0b3a0
  1. 2
      build.sh

@ -4,7 +4,7 @@ set -e
set -x set -x
if [ -z "${RPI}" ] ; then if [ -z "${RPI}" ] ; then
echo "\$RPI missing, exting" echo "\$RPI missing, exiting"
exit 1 exit 1
fi fi

Loading…
Cancel
Save