Created
February 11, 2010 10:02
-
-
Save aurelian/301384 to your computer and use it in GitHub Desktop.
This file contains 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
stalingrad ~ $ rvm install 1.9.1 | |
/Users/aurelian/.rvm/scripts/match: line 8: conditional binary operator expected | |
/Users/aurelian/.rvm/scripts/match: line 8: syntax error near `=~' | |
/Users/aurelian/.rvm/scripts/match: line 8: ` [[ "$1" =~ $2 ]]' | |
/Users/aurelian/.rvm/scripts/match: line 8: conditional binary operator expected | |
/Users/aurelian/.rvm/scripts/match: line 8: syntax error near `=~' | |
/Users/aurelian/.rvm/scripts/match: line 8: ` [[ "$1" =~ $2 ]]' | |
/Users/aurelian/.rvm/scripts/match: line 8: conditional binary operator expected | |
/Users/aurelian/.rvm/scripts/match: line 8: syntax error near `=~' | |
/Users/aurelian/.rvm/scripts/match: line 8: ` [[ "$1" =~ $2 ]]' | |
/Users/aurelian/.rvm/scripts/match: line 8: conditional binary operator expected | |
/Users/aurelian/.rvm/scripts/match: line 8: syntax error near `=~' | |
/Users/aurelian/.rvm/scripts/match: line 8: ` [[ "$1" =~ $2 ]]' | |
/Users/aurelian/.rvm/scripts/match: line 8: conditional binary operator expected | |
/Users/aurelian/.rvm/scripts/match: line 8: syntax error near `=~' | |
/Users/aurelian/.rvm/scripts/match: line 8: ` [[ "$1" =~ $2 ]]' | |
Unrecognized command line argument: '1.9.1' ( see: 'rvm usage' ) | |
stalingrad ~ $ ruby --version | |
ruby 1.8.7 (2008-08-11 patchlevel 72) [i686-darwin8.11.1] | |
stalingrad ~ $ gem --version | |
1.3.5 | |
stalingrad ~ $ rvm --version | |
rvm 0.1.12 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@aurelian
Many Thanks!
I put this GNU Bash-4.1 onto both of my MacBook Pros:
So, I'm still in quest of an 'x86' Bash 4 for Mac OS X 10.4
Is there one at GNU ?
I am working on trying one with many Dependencies (expat, ncurses and beyond) at HMUG
http://archive.hmug.org/BSD/Applications/Shells/bash/README.bash-4.0-1p35-osx4-x86.html
Thanks again, this has been helpful.
William Reilly