solana-with-rpc-optimizations/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 Clean up Cargo.toml 2020-12-15 21:51:37 +00:00
build_env.rs Add command plumbing 2019-03-15 16:30:31 -07:00
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 Clean up Cargo.toml 2020-12-15 21:51:37 +00:00
stop_process.rs Try to gracefully terminal child process before using SIGKILL (#4890) 2019-07-01 14:08:30 -07:00
update_manifest.rs `solana-install update` now updates a named release to the latest patch version 2021-03-12 12:30:51 -08:00