zephyr-env.sh: fix stale comment

s/zephyr-env_install.bash/.zephyrrc/

Change-Id: I88d4a5d44b6fb97d52b8244cb3d1bcb8679b49ef
Signed-off-by: Marti Bolivar <marti.bolivar@linaro.org>
This commit is contained in:
Marti Bolivar 2017-03-31 15:08:33 -04:00
parent 845ebe81f4
commit e3a31263ce

View file

@ -32,7 +32,7 @@ if [ "X$NAME" "==" "Xzephyr-env.sh" ]; then
fi fi
# You can further customize your environment by creating a bash script called # 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. # run (if it exists) by this script.
uname | grep -q -P "MINGW|MSYS" && PWD_OPT="-W" uname | grep -q -P "MINGW|MSYS" && PWD_OPT="-W"