Go to file
Matthew Braun 2ae5784f9e Make zephyr-env.sh work when cd is aliased
Force the zephyr-env.sh script to invoke the builtin 'cd' command so
that the script correctly assigns ZEPHYR_BASE, even for users who
alias the 'cd' command.

Aliasing 'cd' to emit a string before changing the directory is one
way of putting the current working directory in the title of a
terminal window. If the user's alias is executed in zephyr-env.sh, the
output of 'cd' pollutes ZEPHYR_BASE, resulting in value which won't
build.

Signed-off-by: Matt Braun <matthew.braun@intel.com>
Change-Id: I8d7810d1a44ec14102d07bf35610b47d06ac1015
2016-02-05 20:24:36 -05:00
arch x86: Revise appearance of floating point configuration options 2016-02-05 20:24:36 -05:00
doc doc: Add section on floating point services to Kernel Primer 2016-02-05 20:24:36 -05:00
drivers pinmux: cleanup galileo defines 2016-02-05 20:24:36 -05:00
include Remove obsolete header files 2016-02-05 20:24:36 -05:00
kernel checkpatch: warning - spacing 2016-02-05 20:24:35 -05:00
lib checkpatch: warning - block_comment_style 2016-02-05 20:24:35 -05:00
misc printk: Standardize support for %% 2016-02-05 20:24:36 -05:00
net net: tools: Modify pcap functions on 15.4 monitor tool 2016-02-05 20:24:36 -05:00
samples cleanup: removing NOMANUAL 2016-02-05 20:24:35 -05:00
scripts sanitycheck: show absolute size deltas 2016-02-05 20:24:36 -05:00
.checkpatch.conf checkpatch: ignore AVOID_EXTERNS 2016-02-05 20:24:32 -05:00
.gitattributes First commit 2015-04-10 16:44:37 -07:00
.gitignore .gitignore: add ctags data file 2016-02-05 20:16:15 -05:00
.mailmap First commit 2015-04-10 16:44:37 -07:00
Kbuild mdef: do not try to use MDEF file if it was not defined 2016-02-05 20:24:23 -05:00
Kconfig Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00
Kconfig.zephyr Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00
Makefile sysgen: generate sysgen.h instead of zephyr.h 2016-02-05 20:24:35 -05:00
Makefile.inc kbuild: make menuconfig work with local configuration 2016-02-05 20:24:29 -05:00
zephyr-env.sh Make zephyr-env.sh work when cd is aliased 2016-02-05 20:24:36 -05:00