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

arduino_101_backup.sh: Fixed misspelled envar



Change-Id: I585a60b427de1c4e829da59f596d4f58c7af1d17
Signed-off-by: default avatarJuro Bystricky <juro.bystricky@intel.com>
parent 4832da8d
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