mit-ll / CEP

The Common Evaluation Platform (CEP), based on UCB's Chipyard Framework, is an SoC design that contains only license-unencumbered, freely available components.
BSD 2-Clause "Simplified" License
60 stars 20 forks source link

get_external_dependencies.sh uses exit 1 on successful completion #6

Closed vivekmalneedi closed 4 years ago

vivekmalneedi commented 4 years ago

get_external_dependencies.sh returns with exit code 1 on both error and successful completion

It should instead use exit 0 whenever the script successfully downloads the dependencies or displays the help message

Additionally, line 236 of the readme has build written as b0uild

Thanks

bchetwynd commented 4 years ago

Thanks, Vivek. I will roll it into the next release.