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

Some commands (typically invovling gemsets) trigger sed errors #3174

Closed
ritchiea opened this issue Dec 3, 2014 · 2 comments
Closed

Some commands (typically invovling gemsets) trigger sed errors #3174

ritchiea opened this issue Dec 3, 2014 · 2 comments

Comments

@ritchiea
Copy link

ritchiea commented Dec 3, 2014

See below. It always triggers the sed error 6 times and will also happen if I execute rvm gemset list but will not happen if I run rvm use x.x.x without specifying a gemset.

$ rvm --debug use 2.1.2@ymstaging
sed: -e expression #1, char 11: unterminated address regex
sed: -e expression #1, char 11: unterminated address regex
sed: -e expression #1, char 11: unterminated address regex
sed: -e expression #1, char 11: unterminated address regex
sed: -e expression #1, char 11: unterminated address regex
sed: -e expression #1, char 11: unterminated address regex
Using /usr/local/rvm/gems/ruby-2.1.2 with gemset ymstaging
Running /usr/local/rvm/hooks/after_use_maglev
__rvm_rm_rf already gone: /usr/local/rvm/tmp/17029*
@mpapis
Copy link
Member

mpapis commented Dec 3, 2014

please gist big.log:

rvm use --trace 2.1.2@ymstaging 2>&1 | tee big.log

@ritchiea
Copy link
Author

ritchiea commented Dec 3, 2014

@mpapis mpapis closed this as completed in 9207fc3 Dec 3, 2014
@mpapis mpapis added this to the rvm-1.26 milestone Dec 3, 2014
@pkuczynski pkuczynski added this to the rvm-1.27.0-before milestone May 8, 2019
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

No branches or pull requests

3 participants