* `setupvars.sh`: ignore `cd` output
Having `function cd() { builtin cd "$@" && l; }` defined in bash breaks `setupvars.sh`
* Use `builtin cd` to enable `function cd() { builtin cd "$@" && l; }`, remove wrapping `echo $()` because `pwd` already prints
|
||
|---|---|---|
| .. | ||
| install_dependencies | ||
| setupvars | ||
| utils | ||
| CMakeLists.txt | ||
| submodule_update_with_gitee.sh | ||