rust-lang / cargo-bisect-rustc

Bisects rustc, either nightlies or CI artifacts
https://rust-lang.github.io/cargo-bisect-rustc/
Apache License 2.0
174 stars 55 forks source link

Try running script from working directory #236

Closed clubby789 closed 1 year ago

clubby789 commented 1 year ago

Fixes #234 If we have a non-absolute path that doesn't begin with ./, check for the script in the current directory and adjust the script path if it exists.