solana/install/src
OleG 87c0d8d9e7 fix syntax error in bash_profile
if there is no newline at the end of the file, this export is glued to the rest of the code and generates a syntax error like this

```bash
if [ -f ~/.git-completion.bash ]; then
  . ~/.git-completion.bash
fiexport PATH="/Users/user/.local/share/solana/install/active_release/bin:$PATH"
```
2021-10-01 19:53:12 -07:00
..
bin
build_env.rs
command.rs fix syntax error in bash_profile 2021-10-01 19:53:12 -07:00
config.rs `solana-install update` now updates a named release to the latest patch version 2021-03-12 12:30:51 -08:00
defaults.rs fix: update devnet and testnet urls 2021-05-14 16:20:39 -06:00
lib.rs chore: cargo +nightly clippy --fix -Z unstable-options 2021-06-18 10:42:46 -07:00
main.rs
stop_process.rs
update_manifest.rs `solana-install update` now updates a named release to the latest patch version 2021-03-12 12:30:51 -08:00