Touch .bash_profile to make sure it exists#11
Open
Ondkloss wants to merge 1 commit intofabriziocucci:masterfrom
Open
Touch .bash_profile to make sure it exists#11Ondkloss wants to merge 1 commit intofabriziocucci:masterfrom
Ondkloss wants to merge 1 commit intofabriziocucci:masterfrom
Conversation
Added a `touch ~/.bash_profile` to the installer to make sure it exists. This should address fabriziocucci#7 problems.
|
not sure if we should touch |
Author
|
@demedos I intentionally left that out (while I'm doing it in my fork) since this repo currently doesn't seem to concern itself with |
Closed
Author
|
Following up on the following comment: #17 (comment) I suggest this be merged (and I see I'm unable to do so). If it is, I will close #7 and #13 as it touches (no pun intended) on the same issue. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added a
touch ~/.bash_profileto the installer to make sure it exists. This should address #7 problems.