Add note about CDPATH interaction with scripts. (#705)

This commit is contained in:
Timo Reimann 2017-06-13 00:12:13 +02:00 committed by Christoph Blecker
parent 8dbec90eaa
commit c23128b206
1 changed files with 2 additions and 0 deletions

View File

@ -254,6 +254,8 @@ Then edit code on the `myfeature` branch.
#### Build
*Note:* If you are using `CDPATH`, you must either start it with a leading colon, or unset the variable. The make rules and scripts to build require the current directory to come first on the CD search path in order to properly navigate between directories.
```sh
cd $working_dir/kubernetes
make