Skip to content

Commit

Permalink
zephyr-env.sh: fix stale comment
Browse files Browse the repository at this point in the history
s/zephyr-env_install.bash/.zephyrrc/

Change-Id: I88d4a5d44b6fb97d52b8244cb3d1bcb8679b49ef
Signed-off-by: Marti Bolivar <marti.bolivar@linaro.org>
  • Loading branch information
Marti Bolivar committed Mar 31, 2017
1 parent 845ebe8 commit e3a3126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zephyr-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e3a3126

Please sign in to comment.