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:
parent
845ebe81f4
commit
e3a31263ce
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue