Skip to content

Commit

Permalink
always parse ruby string before importing, fix #1146
Browse files Browse the repository at this point in the history
  • Loading branch information
mpapis committed Oct 24, 2012
1 parent 70c2967 commit f18349d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/external
Expand Up @@ -238,12 +238,12 @@ external_import_configure()

rvm_ruby_url="$1"
rvm_ruby_string="${2:-${rvm_ruby_url}}"
__rvm_ruby_string

[[ -r "${rvm_ruby_url}" ]] ||
case "${rvm_ruby_url}" in
(http*) true ;;
(*)
__rvm_ruby_string
rvm_ruby_url="$(__rvm_remote_server_path "${rvm_ruby_string}.${rvm_remote_extension:-tar.bz2}" )"
;;
esac
Expand Down

0 comments on commit f18349d

Please sign in to comment.