bin/rvm-install in rvm-0.0.48 vs bin/rvm-install in rvm-0.0.49
- old
+ new
@@ -1,5 +1,5 @@
#!/usr/bin/env ruby
# Hot potato!!! Bash it!
-exec "bash -l -c 'cd #{File.dirname(File.dirname(__FILE__))} && ./scripts/rvm-install #{ARGV.join(' ')} && source ~/.rvm/scripts/rvm'"
+exec "bash -l -c 'cd #{File.dirname(File.dirname(__FILE__))} && ./install #{ARGV.join(' ')} && source ~/.rvm/scripts/rvm'"