diff --git a/zephyr-env.sh b/zephyr-env.sh index d758a8d848..39656c59fd 100644 --- a/zephyr-env.sh +++ b/zephyr-env.sh @@ -32,7 +32,7 @@ if [ "X$NAME" "==" "Xzephyr-env.sh" ]; then fi # You can further customize your environment by creating a bash script called -# zephyr-env_install.bash in your home directory. It will be automatically +# .zephyrrc in your home directory. It will be automatically # run (if it exists) by this script. uname | grep -q -P "MINGW|MSYS" && PWD_OPT="-W"