diff --git a/zephyr-env.sh b/zephyr-env.sh index 7b43d9aca3b..4dd51d066b2 100644 --- a/zephyr-env.sh +++ b/zephyr-env.sh @@ -1,5 +1,5 @@ -if [ "X$(basename -- "$0")" == "Xzephyr-env.bash" ]; then +if [ "X$(basename -- "$0")" == "Xzephyr-env.sh" ]; then echo "Source this file (do NOT execute it!) to set the Zephyr OS environment." exit fi