Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #18 & #19 - no env data 'cause of bail & alt path #21

Merged
merged 2 commits into from Feb 4, 2017
Merged

Fixes #18 & #19 - no env data 'cause of bail & alt path #21

merged 2 commits into from Feb 4, 2017

Conversation

danielpclark
Copy link
Collaborator

@danielpclark danielpclark commented Feb 3, 2017

rvm crashes out with a warning if $GEM_HOME/bin isn't the first $PATH value which then doesn't allow any environment variables to be created for this script to utilize. RVM will work here by simply placing the value it expects in the beginning of the PATH environment variable for the temporary environment that this is grabbing data from.

c2cc5ab Fixes #19

RVM isn't always installed in the home directory. This update uses RVM's scripts/rvm where-ever it is.

0a2bdfa Fixes #18

rvm crashes out with a warning if `$GEM_HOME/bin` isn't the first $PATH value which then doesn't allow any environment variables to be created for this script to utilize.  RVM will work here by simply placing the value it expects in the beginning of the PATH environment variable for the temporary environment that this is grabbing data from.  Fixes #19
RVM isn't always installed in the home directory.  This update uses RVM's `scripts/rvm` where-ever it is.

Fixes #18
@danielpclark danielpclark changed the title Fixes #19 - env data not generated 'cause of bail Fixes #18 & #19 - no env data 'cause of bail & alt path Feb 3, 2017
@danielpclark
Copy link
Collaborator Author

danielpclark commented Feb 4, 2017

Verified sed and which are explicit bash commands available on all *nix OSes which use bash (already required) such as Debian, FreeBSD, OSX.

@danielpclark danielpclark merged commit 1b5921b into lunks:master Feb 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant