Re: Source the project environment file from zsh
Nashif, Anas
Hi Oleg,
On 20/02/2016, 08:24, "Oleg Hahm" <oliver.hahm(a)inria.fr> wrote: Dear Zephyr development team,I think this can be fixed with: diff --git a/zephyr-env.sh b/zephyr-env.sh index dcb0638..d17780a 100644 --- a/zephyr-env.sh +++ b/zephyr-env.sh @@ -1,5 +1,5 @@ -if [ "X$(basename -- "$0")" == "Xzephyr-env.sh" ]; then +if [ "X$(basename -- "$0")" = "Xzephyr-env.sh" ]; then echo "Source this file (do NOT execute it!) to set the Zephyr Kernel environment." exit fi Can you file a bug in https://jira.zephyrproject.org please? :-) Anas
|
|