From e3a31263ce297e4f4a71b6b9e352b5af63807e70 Mon Sep 17 00:00:00 2001 From: Marti Bolivar Date: Fri, 31 Mar 2017 15:08:33 -0400 Subject: [PATCH] zephyr-env.sh: fix stale comment s/zephyr-env_install.bash/.zephyrrc/ Change-Id: I88d4a5d44b6fb97d52b8244cb3d1bcb8679b49ef Signed-off-by: Marti Bolivar --- zephyr-env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"