Commit 7989015e authored by Juro Bystricky's avatar Juro Bystricky Committed by Anas Nashif
Browse files

arduino_101_load.sh: Fixed misspelled envar



Change-Id: Ib7a5e70081585827a1ba9058bbc012933094ff4e
Signed-off-by: default avatarJuro Bystricky <juro.bystricky@intel.com>
parent ae74c18b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@

if [ -z ${ZEPHYR_SDK_INSTALL_DIR} ];
then
    echo "ZEPHYR_SDK_INSTLL_DIR is not set.  Unable to continue"
    echo "ZEPHYR_SDK_INSTALL_DIR is not set.  Unable to continue"
    exit 1
fi