Fix run and run-assume-built scripts when CDPATH is set (#358)
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.
Showing
Please register or sign in to comment