dropbox / djinni

A tool for generating cross-language type declarations and interface bindings.
Apache License 2.0
2.88k stars 487 forks source link

Fix run and run-assume-built scripts when CDPATH is set #358

Closed jfirebaugh closed 6 years ago

jfirebaugh commented 6 years ago

When the CDPATH environment variable is set, the cd command prints the path of the directory to stdout. Redirect that output to /dev/null to avoid it being mistakenly included in the base_dir variable, which then causes cryptic errors.