Files
solana/install
mergify[bot] f20280620a fix syntax error in bash_profile (#20385)
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"
```

(cherry picked from commit 87c0d8d9e7)

Co-authored-by: OleG <emptystamp@gmail.com>
2021-10-06 10:49:08 +00:00
..
2019-07-12 18:28:42 -07:00
2019-03-14 13:21:00 -07:00
2021-09-28 20:23:27 +00:00