corrected misspelling in build.sh error message (#520)

pull/443/head^2
Tom Dial 10 months ago committed by GitHub
parent 87dc5ce432
commit 571816feaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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

Loading…
Cancel
Save