Skip to content

Instantly share code, notes, and snippets.

@mwlang
Last active August 29, 2015 13:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mwlang/9467662 to your computer and use it in GitHub Desktop.
Save mwlang/9467662 to your computer and use it in GitHub Desktop.
rvm install rbx-2.2.5 --debug
rbx --trace
rvm 1.25.19 (stable) by Wayne E. Seguin <wayneeseguin@gmail.com>, Michal Papis <mpapis@gmail.com> [https://rvm.io/]
+ 1394468753.N /scripts/cli : __rvm_parse_args() 765 > [[ -z install ]]
+ 1394468753.N /scripts/cli : __rvm_parse_args() 768 > [[ error == \i\n\s\t\a\l\l ]]
+ 1394468753.N /scripts/cli : __rvm_parse_args() 768 > [[ 0 -eq 1 ]]
+ 1394468753.N /scripts/cli : __rvm_parse_args() 768 > [[ -n '' ]]
+ 1394468753.N /scripts/cli : __rvm_parse_args() 75 > [[ -n '' ]]
+ 1394468753.N /scripts/cli : __rvm_parse_args() 773 > : rvm_ruby_args:0::
+ 1394468753.N /scripts/cli : __rvm_parse_args() 775 > [[ -n '' ]]
+ 1394468753.N /scripts/cli : rvm() 801 > result=0
+ 1394468753.N /scripts/cli : rvm() 802 > : rvm_ruby_args:0::
+ 1394468753.N /scripts/cli : rvm() 804 > (( 1 == 0 ))
+ 1394468753.N /scripts/cli : rvm() 804 > set -o xtrace
+ 1394468753.N /scripts/cli : rvm() 806 > (( result ))
+ 1394468753.N /scripts/cli : rvm() 811 > case "${rvm_action:=help}" in
+ 1394468753.N /scripts/cli : rvm() 976 > export rvm_path
+ 1394468753.N /scripts/cli : rvm() 977 > __rvm_cli_install_ruby rbx
+ 1394468753.N /scripts/functions/cli : __rvm_cli_install_ruby() 21 > [[ -n rbx ]]
+ 1394468753.N /scripts/functions/cli : __rvm_cli_install_ruby() 23 > typeset __rubies __installed __missing __search_list
+ 1394468753.N /scripts/functions/cli : __rvm_cli_install_ruby() 24 > typeset -a __search
+ 1394468753.N /scripts/functions/cli : __rvm_cli_install_ruby() 25 > __rvm_custom_separated_array __search , rbx
+ 1394468753.N /scripts/functions/utility : __rvm_custom_separated_array() 1 > typeset IFS
+ 1394468753.N /scripts/functions/utility : __rvm_custom_separated_array() 2 > IFS=,
+ 1394468753.N /scripts/functions/utility : __rvm_custom_separated_array() 3 > [[ -n '' ]]
+ 1394468753.N /scripts/functions/utility : __rvm_custom_separated_array() 5 > eval '__search+=( $3 )'
++ 1394468753.N /scripts/functions/utility : __rvm_custom_separated_array() -218 > __search+=($3)
+ 1394468753.N /scripts/functions/cli : __rvm_cli_install_ruby() 45 > __rubies=rbx
+ 1394468753.N /scripts/functions/cli : __rvm_cli_install_ruby() 46 > __search_list=
+ 1394468753.N /scripts/functions/cli : __rvm_cli_install_ruby() 47 > __rvm_cli_rubies_select
+ 1394468753.N /scripts/functions/cli : __rvm_cli_rubies_select() 1 > typeset __ruby
+ 1394468753.N /scripts/functions/cli : __rvm_cli_rubies_select() 283 > for __ruby in '"${__search[@]}"'
+ 1394468753.N /scripts/functions/cli : __rvm_cli_rubies_select() 4 > rvm_ruby_string=rbx
+ 1394468753.N /scripts/functions/cli : __rvm_cli_rubies_select() 5 > __rvm_select
+ 1394468753.N /scripts/selector : __rvm_select() 1 > true
+ 1394468753.N /scripts/selector : __rvm_select() 3 > __rvm_select_set_variable_defaults
+ 1394468753.N /scripts/selector : __rvm_select_set_variable_defaults() 1 > export -a rvm_configure_flags rvm_patch_names rvm_ree_options rvm_make_flags
+ 1394468753.N /scripts/selector : __rvm_select_set_variable_defaults() 2 > export GEM_HOME GEM_PATH MY_RUBY_HOME RUBY_VERSION IRBRC
+ 1394468753.N /scripts/selector : __rvm_select_set_variable_defaults() 3 > export rvm_env_string rvm_action rvm_alias_expanded rvm_archive_extension rvm_bin_flag rvm_bin_path rvm_debug_flag rvm_default_flag rvm_delete_flag rvm_docs_type rvm_dump_environment_flag rvm_error_message rvm_expanding_aliases rvm_file_name rvm_gemdir_flag rvm_gemset_name rvm_gemstone_package_file rvm_gemstone_url rvm_head_flag rvm_hook rvm_install_on_use_flag rvm_llvm_flag rvm_loaded_flag rvm_niceness rvm_nightly_flag rvm_only_path_flag rvm_parse_break rvm_patch_original_pwd rvm_pretty_print_flag rvm_proxy rvm_quiet_flag rvm_reload_flag rvm_remove_flag rvm_ruby_alias rvm_ruby_args rvm_ruby_binary rvm_ruby_bits rvm_ruby_configure rvm_ruby_file rvm_ruby_gem_home rvm_ruby_gem_path rvm_ruby_global_gems_path rvm_ruby_home rvm_ruby_interpreter rvm_ruby_irbrc rvm_ruby_major_version rvm_ruby_make rvm_ruby_make_install rvm_ruby_minor_version rvm_ruby_mode rvm_ruby_name rvm_ruby_package_file rvm_ruby_package_name rvm_ruby_patch rvm_ruby_patch_level rvm_ruby_release_version rvm_ruby_repo_url rvm_ruby_revision rvm_ruby_selected_flag rvm_ruby_sha rvm_ruby_string rvm_ruby_strings rvm_ruby_tag rvm_ruby_url rvm_ruby_user_tag rvm_ruby_version rvm_script_name rvm_sdk rvm_silent_flag rvm_sticky_flag rvm_system_flag rvm_token rvm_trace_flag rvm_use_flag rvm_user_flag rvm_verbose_flag rvm_wrapper_name
+ 1394468753.N /scripts/selector : __rvm_select() 82 > __rvm_select_detect_ruby_string ''
+ 1394468753.N /scripts/selector : __rvm_select_detect_ruby_string() 1 > rvm_ruby_string=rbx
+ 1394468753.N /scripts/selector : __rvm_select_detect_ruby_string() 3 > [[ -z rbx ]]
+ 1394468753.N /scripts/selector : __rvm_select() 76 > __rvm_ruby_string
+ 1394468753.N /scripts/selector : __rvm_ruby_string() 9 > true 0 0
+ 1394468753.N /scripts/selector : __rvm_ruby_string() 10 > rvm_expanding_aliases=
+ 1394468753.N /scripts/selector : __rvm_ruby_string() 12 > true '' '' rbx '' '' '' '' @ rbx 0 0
+ 1394468753.N /scripts/selector : __rvm_ruby_string() 18 > [[ rbx == *\@* ]]
+ 1394468753.N /scripts/selector : __rvm_ruby_string() 25 > (( rvm_expanding_aliases == 0 ))
+ 1394468753.N /scripts/selector : __rvm_ruby_string() 26 > [[ -n rbx ]]
+ 1394468753.N /scripts/selector : __rvm_ruby_string() 26 > [[ rbx != \s\y\s\t\e\m ]]
+ 1394468753.N /scripts/selector : __rvm_ruby_string() 29 > [[ -f /Users/mwlang/.rvm/config/alias ]]
+ 1394468753.N /scripts/selector : __rvm_ruby_string() 29 > [[ -s /Users/mwlang/.rvm/config/alias ]]
++ 1394468753.N /scripts/selector : __rvm_ruby_string() -250 > __rvm_db_ /Users/mwlang/.rvm/config/alias rbx
++ 1394468753.N /scripts/functions/db : __rvm_db_() 1 > typeset __db __key __value
++ 1394468753.N /scripts/functions/db : __rvm_db_() 2 > __db=/Users/mwlang/.rvm/config/alias
++ 1394468753.N /scripts/functions/db : __rvm_db_() 3 > __key=rbx
++ 1394468753.N /scripts/functions/db : __rvm_db_() 4 > shift 2
++ 1394468753.N /scripts/functions/db : __rvm_db_() 5 > __value=
++ 1394468753.N /scripts/functions/db : __rvm_db_() 65 > case "${__value}" in
++ 1394468753.N /scripts/functions/db : __rvm_db_() 11 > __rvm_db_get /Users/mwlang/.rvm/config/alias rbx
++ 1394468753.N /scripts/functions/db : __rvm_db_get() 1 > [[ -f /Users/mwlang/.rvm/config/alias ]]
++ 1394468753.N /scripts/functions/db : __rvm_db_get() 2 > __rvm_grep '^rbx=' /Users/mwlang/.rvm/config/alias
++ 1394468753.N /scripts/functions/db : __rvm_db_get() 2 > __rvm_sed -e 's#^rbx=##' -e '/^$/d'
++ 1394468753.N /scripts/functions/support : __rvm_sed() 0 > sed -e 's#^rbx=##' -e '/^$/d'
++ 1394468753.N /scripts/functions/support : __rvm_grep() 0 > GREP_OPTIONS=
++ 1394468753.N /scripts/functions/support : __rvm_grep() 0 > grep '^rbx=' /Users/mwlang/.rvm/config/alias
++ 1394468753.N /scripts/functions/support : __rvm_grep() 0 > return 1
+ 1394468753.N /scripts/selector : __rvm_ruby_string() 30 > expanded_alias_name=
+ 1394468753.N /scripts/selector : __rvm_ruby_string() 31 > [[ -n '' ]]
+ 1394468753.N /scripts/selector : __rvm_ruby_string() 35 > [[ rbx == default ]]
+ 1394468753.N /scripts/selector : __rvm_ruby_string() 41 > [[ rbx == *\@* ]]
+ 1394468753.N /scripts/selector : __rvm_ruby_string() 48 > [[ -n '' ]]
+ 1394468753.N /scripts/selector : __rvm_ruby_string() 54 > __rvm_ruby_string_parse
+ 1394468753.N /scripts/selector_parse : __rvm_ruby_string_parse() 1 > typeset __check_latest
+ 1394468753.N /scripts/selector_parse : __rvm_ruby_string_parse() 2 > __check_latest=0
+ 1394468753.N /scripts/selector_parse : __rvm_ruby_string_parse() 5 > __rvm_ruby_string_parse_
+ 1394468753.N /scripts/selector_parse : __rvm_ruby_string_parse_() 1 > typeset ruby_string gemset_name expanded_alias_name repo_url branch_name ruby_name
+ 1394468753.N /scripts/selector_parse : __rvm_ruby_string_parse_() 4 > ruby_string=rbx
+ 1394468754.N /scripts/selector_parse : __rvm_ruby_string_parse_() 5 > gemset_name=
+ 1394468754.N /scripts/selector_parse : __rvm_ruby_string_parse_() 6 > repo_url=
+ 1394468754.N /scripts/selector_parse : __rvm_ruby_string_parse_() 7 > branch_name=
+ 1394468754.N /scripts/selector_parse : __rvm_ruby_string_parse_() 8 > ruby_name=
+ 1394468754.N /scripts/selector_parse : __rvm_ruby_string_parse_() 10 > __rvm_unset_ruby_variables
+ 1394468754.N /scripts/functions/env : __rvm_unset_ruby_variables() 2 > unset rvm_env_string rvm_ruby_string rvm_ruby_strings rvm_ruby_binary rvm_ruby_gem_home rvm_ruby_gem_path rvm_ruby_home rvm_ruby_interpreter rvm_ruby_irbrc rvm_ruby_log_path rvm_ruby_major_version rvm_ruby_minor_version rvm_ruby_package_name rvm_ruby_patch_level rvm_ruby_release_version rvm_ruby_repo_url rvm_ruby_repo_branch rvm_ruby_revision rvm_ruby_selected_flag rvm_ruby_tag rvm_ruby_version rvm_head_flag rvm_ruby_package_file rvm_ruby_configure rvm_ruby_name rvm_ruby_url rvm_ruby_global_gems_path rvm_ruby_args rvm_ruby_name rvm_llvm_flag
+ 1394468754.N /scripts/functions/env : __rvm_unset_ruby_variables() 3 > __rvm_load_rvmrc
+ 1394468754.N /scripts/functions/init : __rvm_load_rvmrc() 1 > typeset _file
+ 1394468754.N /scripts/functions/init : __rvm_load_rvmrc() 2 > typeset -a rvm_rvmrc_files
+ 1394468754.N /scripts/functions/init : __rvm_load_rvmrc() 3 > (( 0 == 1 ))
+ 1394468754.N /scripts/functions/init : __rvm_load_rvmrc() 8 > [[ -n 0022 ]]
+ 1394468754.N /scripts/functions/init : __rvm_load_rvmrc() 10 > rvm_rvmrc_files=("/etc/rvmrc" "$HOME/.rvmrc")
+ 1394468754.N /scripts/functions/init : __rvm_load_rvmrc() 11 > [[ -n /Users/mwlang ]]
+ 1394468754.N /scripts/functions/init : __rvm_load_rvmrc() 11 > [[ /Users/mwlang/.rvmrc -ef /Users/mwlang/.rvmrc ]]
+ 1394468754.N /scripts/functions/init : __rvm_load_rvmrc() 12 > rvm_rvmrc_files+=("${rvm_prefix}/.rvmrc")
+ 1394468754.N /scripts/functions/init : __rvm_load_rvmrc() 18 > for _file in '"${rvm_rvmrc_files[@]}"'
+ 1394468754.N /scripts/functions/init : __rvm_load_rvmrc() 16 > [[ -s /etc/rvmrc ]]
+ 1394468754.N /scripts/functions/init : __rvm_load_rvmrc() 18 > for _file in '"${rvm_rvmrc_files[@]}"'
+ 1394468754.N /scripts/functions/init : __rvm_load_rvmrc() 16 > [[ -s /Users/mwlang/.rvmrc ]]
+ 1394468754.N /scripts/functions/init : __rvm_load_rvmrc() 18 > for _file in '"${rvm_rvmrc_files[@]}"'
+ 1394468754.N /scripts/functions/init : __rvm_load_rvmrc() 16 > [[ -s /Users/mwlang/.rvmrc ]]
+ 1394468754.N /scripts/functions/init : __rvm_load_rvmrc() 31 > return 0
+ 1394468754.N /scripts/selector_parse : __rvm_ruby_string_parse_() 56 > rvm_ruby_repo_url=
+ 1394468754.N /scripts/selector_parse : __rvm_ruby_string_parse_() 57 > rvm_ruby_repo_branch=
+ 1394468754.N /scripts/selector_parse : __rvm_ruby_string_parse_() 58 > rvm_ruby_name=
+ 1394468754.N /scripts/selector_parse : __rvm_ruby_string_parse_() 61 > [[ -z rbx ]]
+ 1394468754.N /scripts/selector_parse : __rvm_ruby_string_parse_() 74 > strings=()
+ 1394468754.N /scripts/selector_parse : __rvm_ruby_string_parse_() 75 > __rvm_custom_separated_array strings - rbx
+ 1394468754.N /scripts/functions/utility : __rvm_custom_separated_array() 1 > typeset IFS
+ 1394468754.N /scripts/functions/utility : __rvm_custom_separated_array() 2 > IFS=-
+ 1394468754.N /scripts/functions/utility : __rvm_custom_separated_array() 3 > [[ -n '' ]]
+ 1394468754.N /scripts/functions/utility : __rvm_custom_separated_array() 5 > eval 'strings+=( $3 )'
++ 1394468754.N /scripts/functions/utility : __rvm_custom_separated_array() -218 > strings+=($3)
+ 1394468754.N /scripts/selector_parse : __rvm_ruby_string_parse_() -143 > rvm_ruby_string=rbx
+ 1394468754.N /scripts/selector_parse : __rvm_ruby_string_parse_() 82 > for string in '${strings[@]}'
+ 1394468754.N /scripts/selector_parse : __rvm_ruby_string_parse_() 84 > case "$string" in
+ 1394468754.N /scripts/selector_parse : __rvm_ruby_string_parse_() -9 > rvm_ruby_interpreter=rbx
+ 1394468754.N /scripts/selector_parse : __rvm_ruby_string_parse_() 6 > [[ -z rbx ]]
+ 1394468754.N /scripts/selector_parse : __rvm_ruby_string_parse_() 13 > true
+ 1394468754.N /scripts/selector_parse : __rvm_ruby_string_parse() 56 > (( 0 == 1 ))
+ 1394468754.N /scripts/selector_parse : __rvm_ruby_string_parse() 71 > __rvm_ruby_string_parse_
+ 1394468754.N /scripts/selector_parse : __rvm_ruby_string_parse_() 1 > typeset ruby_string gemset_name expanded_alias_name repo_url branch_name ruby_name
+ 1394468754.N /scripts/selector_parse : __rvm_ruby_string_parse_() 4 > ruby_string=rbx
+ 1394468754.N /scripts/selector_parse : __rvm_ruby_string_parse_() 5 > gemset_name=
+ 1394468754.N /scripts/selector_parse : __rvm_ruby_string_parse_() 6 > repo_url=
+ 1394468754.N /scripts/selector_parse : __rvm_ruby_string_parse_() 7 > branch_name=
+ 1394468754.N /scripts/selector_parse : __rvm_ruby_string_parse_() 8 > ruby_name=
+ 1394468754.N /scripts/selector_parse : __rvm_ruby_string_parse_() 10 > __rvm_unset_ruby_variables
+ 1394468754.N /scripts/functions/env : __rvm_unset_ruby_variables() 2 > unset rvm_env_string rvm_ruby_string rvm_ruby_strings rvm_ruby_binary rvm_ruby_gem_home rvm_ruby_gem_path rvm_ruby_home rvm_ruby_interpreter rvm_ruby_irbrc rvm_ruby_log_path rvm_ruby_major_version rvm_ruby_minor_version rvm_ruby_package_name rvm_ruby_patch_level rvm_ruby_release_version rvm_ruby_repo_url rvm_ruby_repo_branch rvm_ruby_revision rvm_ruby_selected_flag rvm_ruby_tag rvm_ruby_version rvm_head_flag rvm_ruby_package_file rvm_ruby_configure rvm_ruby_name rvm_ruby_url rvm_ruby_global_gems_path rvm_ruby_args rvm_ruby_name rvm_llvm_flag
+ 1394468754.N /scripts/functions/env : __rvm_unset_ruby_variables() 3 > __rvm_load_rvmrc
+ 1394468754.N /scripts/functions/init : __rvm_load_rvmrc() 1 > typeset _file
+ 1394468754.N /scripts/functions/init : __rvm_load_rvmrc() 2 > typeset -a rvm_rvmrc_files
+ 1394468754.N /scripts/functions/init : __rvm_load_rvmrc() 3 > (( 0 == 1 ))
+ 1394468754.N /scripts/functions/init : __rvm_load_rvmrc() 8 > [[ -n 0022 ]]
+ 1394468754.N /scripts/functions/init : __rvm_load_rvmrc() 10 > rvm_rvmrc_files=("/etc/rvmrc" "$HOME/.rvmrc")
+ 1394468754.N /scripts/functions/init : __rvm_load_rvmrc() 11 > [[ -n /Users/mwlang ]]
+ 1394468754.N /scripts/functions/init : __rvm_load_rvmrc() 11 > [[ /Users/mwlang/.rvmrc -ef /Users/mwlang/.rvmrc ]]
+ 1394468754.N /scripts/functions/init : __rvm_load_rvmrc() 12 > rvm_rvmrc_files+=("${rvm_prefix}/.rvmrc")
+ 1394468754.N /scripts/functions/init : __rvm_load_rvmrc() 18 > for _file in '"${rvm_rvmrc_files[@]}"'
+ 1394468754.N /scripts/functions/init : __rvm_load_rvmrc() 16 > [[ -s /etc/rvmrc ]]
+ 1394468754.N /scripts/functions/init : __rvm_load_rvmrc() 18 > for _file in '"${rvm_rvmrc_files[@]}"'
+ 1394468754.N /scripts/functions/init : __rvm_load_rvmrc() 16 > [[ -s /Users/mwlang/.rvmrc ]]
+ 1394468754.N /scripts/functions/init : __rvm_load_rvmrc() 18 > for _file in '"${rvm_rvmrc_files[@]}"'
+ 1394468754.N /scripts/functions/init : __rvm_load_rvmrc() 16 > [[ -s /Users/mwlang/.rvmrc ]]
+ 1394468754.N /scripts/functions/init : __rvm_load_rvmrc() 31 > return 0
+ 1394468754.N /scripts/selector_parse : __rvm_ruby_string_parse_() 56 > rvm_ruby_repo_url=
+ 1394468754.N /scripts/selector_parse : __rvm_ruby_string_parse_() 57 > rvm_ruby_repo_branch=
+ 1394468754.N /scripts/selector_parse : __rvm_ruby_string_parse_() 58 > rvm_ruby_name=
+ 1394468754.N /scripts/selector_parse : __rvm_ruby_string_parse_() 61 > [[ -z rbx ]]
+ 1394468754.N /scripts/selector_parse : __rvm_ruby_string_parse_() 74 > strings=()
+ 1394468754.N /scripts/selector_parse : __rvm_ruby_string_parse_() 75 > __rvm_custom_separated_array strings - rbx
+ 1394468754.N /scripts/functions/utility : __rvm_custom_separated_array() 1 > typeset IFS
+ 1394468754.N /scripts/functions/utility : __rvm_custom_separated_array() 2 > IFS=-
+ 1394468754.N /scripts/functions/utility : __rvm_custom_separated_array() 3 > [[ -n '' ]]
+ 1394468754.N /scripts/functions/utility : __rvm_custom_separated_array() 5 > eval 'strings+=( $3 )'
++ 1394468754.N /scripts/functions/utility : __rvm_custom_separated_array() -218 > strings+=($3)
+ 1394468754.N /scripts/selector_parse : __rvm_ruby_string_parse_() -143 > rvm_ruby_string=rbx
+ 1394468754.N /scripts/selector_parse : __rvm_ruby_string_parse_() 82 > for string in '${strings[@]}'
+ 1394468754.N /scripts/selector_parse : __rvm_ruby_string_parse_() 84 > case "$string" in
+ 1394468754.N /scripts/selector_parse : __rvm_ruby_string_parse_() -9 > rvm_ruby_interpreter=rbx
+ 1394468754.N /scripts/selector_parse : __rvm_ruby_string_parse_() 6 > [[ -z rbx ]]
+ 1394468754.N /scripts/selector_parse : __rvm_ruby_string_parse_() 13 > true
+ 1394468754.N /scripts/selector_parse : __rvm_ruby_string_parse() 74 > (( __check_latest ))
+ 1394468754.N /scripts/selector_parse : __rvm_ruby_string_parse() 82 > [[ -z rbx ]]
+ 1394468754.N /scripts/selector : __rvm_ruby_string() 114 > __rvm_ruby_string_installed
+ 1394468754.N /scripts/selector : __rvm_ruby_string_installed() 3 > [[ -n rbx ]]
+ 1394468754.N /scripts/selector : __rvm_ruby_string_installed() 3 > [[ -n rbx ]]
+ 1394468754.N /scripts/selector : __rvm_ruby_string_installed() 3 > [[ -d /Users/mwlang/.rvm/rubies/rbx ]]
+ 1394468754.N /scripts/selector : __rvm_ruby_string() 75 > __rvm_ruby_string_remotely_available
+ 1394468754.N /scripts/selector : __rvm_ruby_string_remotely_available() 1 > (( 0 == 1 ))
+ 1394468754.N /scripts/selector : __rvm_ruby_string() 69 > __rvm_ruby_string_autodetect
+ 1394468754.N /scripts/selector : __rvm_ruby_string_autodetect() 5 > [[ -z '' ]]
+ 1394468754.N /scripts/selector : __rvm_ruby_string_autodetect() 5 > [[ rbx != \e\x\t ]]
+ 1394468754.N /scripts/selector : __rvm_ruby_string_autodetect() 5 > [[ rbx != \s\y\s\t\e\m ]]
+ 1394468754.N /scripts/selector : __rvm_ruby_string_autodetect() 6 > (( 0 == 0 ))
+ 1394468754.N /scripts/selector : __rvm_ruby_string_autodetect() 9 > (( 0 == 1 ))
++ 1394468754.N /scripts/selector : __rvm_ruby_string_autodetect() -332 > __rvm_db rbx_version
++ 1394468754.N /scripts/functions/db : __rvm_db() 1 > typeset value key variable
++ 1394468754.N /scripts/functions/db : __rvm_db() 2 > key=rbx_version
++ 1394468754.N /scripts/functions/db : __rvm_db() 3 > key=rbx_version
++ 1394468754.N /scripts/functions/db : __rvm_db() 4 > variable=
++ 1394468754.N /scripts/functions/db : __rvm_db() 6 > [[ -f /Users/mwlang/.rvm/user/db ]]
+++ 1394468754.N /scripts/functions/db : __rvm_db() 1 > __rvm_db_ /Users/mwlang/.rvm/user/db rbx_version
+++ 1394468754.N /scripts/functions/db : __rvm_db_() 1 > typeset __db __key __value
+++ 1394468754.N /scripts/functions/db : __rvm_db_() 2 > __db=/Users/mwlang/.rvm/user/db
+++ 1394468754.N /scripts/functions/db : __rvm_db_() 3 > __key=rbx_version
+++ 1394468754.N /scripts/functions/db : __rvm_db_() 4 > shift 2
+++ 1394468754.N /scripts/functions/db : __rvm_db_() 5 > __value=
+++ 1394468754.N /scripts/functions/db : __rvm_db_() 65 > case "${__value}" in
+++ 1394468754.N /scripts/functions/db : __rvm_db_() 11 > __rvm_db_get /Users/mwlang/.rvm/user/db rbx_version
+++ 1394468754.N /scripts/functions/db : __rvm_db_get() 1 > [[ -f /Users/mwlang/.rvm/user/db ]]
+++ 1394468754.N /scripts/functions/db : __rvm_db_get() 2 > __rvm_grep '^rbx_version=' /Users/mwlang/.rvm/user/db
+++ 1394468754.N /scripts/functions/db : __rvm_db_get() 2 > __rvm_sed -e 's#^rbx_version=##' -e '/^$/d'
+++ 1394468754.N /scripts/functions/support : __rvm_sed() 0 > sed -e 's#^rbx_version=##' -e '/^$/d'
+++ 1394468754.N /scripts/functions/support : __rvm_grep() 0 > GREP_OPTIONS=
+++ 1394468754.N /scripts/functions/support : __rvm_grep() 0 > grep '^rbx_version=' /Users/mwlang/.rvm/user/db
+++ 1394468754.N /scripts/functions/support : __rvm_grep() 0 > return 1
++ 1394468754.N /scripts/functions/db : __rvm_db() 7 > value=
++ 1394468754.N /scripts/functions/db : __rvm_db() 9 > [[ -z '' ]]
++ 1394468754.N /scripts/functions/db : __rvm_db() 9 > [[ -f /Users/mwlang/.rvm/config/db ]]
+++ 1394468754.N /scripts/functions/db : __rvm_db() 4 > __rvm_db_ /Users/mwlang/.rvm/config/db rbx_version
+++ 1394468754.N /scripts/functions/db : __rvm_db_() 1 > typeset __db __key __value
+++ 1394468754.N /scripts/functions/db : __rvm_db_() 2 > __db=/Users/mwlang/.rvm/config/db
+++ 1394468754.N /scripts/functions/db : __rvm_db_() 3 > __key=rbx_version
+++ 1394468754.N /scripts/functions/db : __rvm_db_() 4 > shift 2
+++ 1394468754.N /scripts/functions/db : __rvm_db_() 5 > __value=
+++ 1394468754.N /scripts/functions/db : __rvm_db_() 65 > case "${__value}" in
+++ 1394468754.N /scripts/functions/db : __rvm_db_() 11 > __rvm_db_get /Users/mwlang/.rvm/config/db rbx_version
+++ 1394468754.N /scripts/functions/db : __rvm_db_get() 1 > [[ -f /Users/mwlang/.rvm/config/db ]]
+++ 1394468754.N /scripts/functions/db : __rvm_db_get() 2 > __rvm_grep '^rbx_version=' /Users/mwlang/.rvm/config/db
+++ 1394468754.N /scripts/functions/db : __rvm_db_get() 2 > __rvm_sed -e 's#^rbx_version=##' -e '/^$/d'
+++ 1394468754.N /scripts/functions/support : __rvm_sed() 0 > sed -e 's#^rbx_version=##' -e '/^$/d'
+++ 1394468754.N /scripts/functions/support : __rvm_grep() 0 > GREP_OPTIONS=
+++ 1394468754.N /scripts/functions/support : __rvm_grep() 0 > grep '^rbx_version=' /Users/mwlang/.rvm/config/db
++ 1394468754.N /scripts/functions/db : __rvm_db() 10 > value=2.2.5
++ 1394468754.N /scripts/functions/db : __rvm_db() 13 > [[ -n 2.2.5 ]]
++ 1394468754.N /scripts/functions/db : __rvm_db() 15 > [[ -n '' ]]
++ 1394468754.N /scripts/functions/db : __rvm_db() 17 > echo 2.2.5
++ 1394468754.N /scripts/functions/db : __rvm_db() 20 > true
+ 1394468754.N /scripts/selector : __rvm_ruby_string_autodetect() 21 > rvm_ruby_version=2.2.5
+ 1394468754.N /scripts/selector : __rvm_ruby_string_autodetect() 24 > (( 0 ))
+ 1394468754.N /scripts/selector : __rvm_ruby_string_autodetect() 30 > rvm_ruby_string=rbx-2.2.5
+ 1394468754.N /scripts/selector : __rvm_ruby_string_autodetect() 32 > [[ rbx == \e\x\t ]]
+ 1394468754.N /scripts/selector : __rvm_ruby_string_autodetect() 36 > [[ 0 == \1 ]]
+ 1394468754.N /scripts/selector : __rvm_ruby_string_autodetect() 36 > [[ -n '' ]]
+ 1394468754.N /scripts/selector : __rvm_ruby_string_autodetect() 36 > [[ -n '' ]]
+ 1394468754.N /scripts/selector : __rvm_ruby_string_autodetect() 60 > [[ -n '' ]]
+ 1394468754.N /scripts/selector : __rvm_ruby_string_autodetect() 64 > [[ -n '' ]]
+ 1394468754.N /scripts/selector : __rvm_ruby_string_autodetect() 68 > [[ -n '' ]]
+ 1394468754.N /scripts/selector : __rvm_ruby_string_autodetect() 73 > (( 0 == 1 ))
+ 1394468754.N /scripts/selector : __rvm_ruby_string_autodetect() 84 > [[ -n '' ]]
++ 1394468754.N /scripts/selector : __rvm_ruby_string_autodetect() -266 > __rvm_db rbx_2.2.5_patch_level
++ 1394468754.N /scripts/functions/db : __rvm_db() 1 > typeset value key variable
++ 1394468754.N /scripts/functions/db : __rvm_db() 2 > key=rbx_2.2.5_patch_level
++ 1394468754.N /scripts/functions/db : __rvm_db() 3 > key=rbx_2.2.5_patch_level
++ 1394468754.N /scripts/functions/db : __rvm_db() 4 > variable=
++ 1394468754.N /scripts/functions/db : __rvm_db() 6 > [[ -f /Users/mwlang/.rvm/user/db ]]
+++ 1394468754.N /scripts/functions/db : __rvm_db() 1 > __rvm_db_ /Users/mwlang/.rvm/user/db rbx_2.2.5_patch_level
+++ 1394468754.N /scripts/functions/db : __rvm_db_() 1 > typeset __db __key __value
+++ 1394468754.N /scripts/functions/db : __rvm_db_() 2 > __db=/Users/mwlang/.rvm/user/db
+++ 1394468754.N /scripts/functions/db : __rvm_db_() 3 > __key=rbx_2.2.5_patch_level
+++ 1394468754.N /scripts/functions/db : __rvm_db_() 4 > shift 2
+++ 1394468754.N /scripts/functions/db : __rvm_db_() 5 > __value=
+++ 1394468754.N /scripts/functions/db : __rvm_db_() 65 > case "${__value}" in
+++ 1394468754.N /scripts/functions/db : __rvm_db_() 11 > __rvm_db_get /Users/mwlang/.rvm/user/db rbx_2.2.5_patch_level
+++ 1394468754.N /scripts/functions/db : __rvm_db_get() 1 > [[ -f /Users/mwlang/.rvm/user/db ]]
+++ 1394468754.N /scripts/functions/db : __rvm_db_get() 2 > __rvm_sed -e 's#^rbx_2.2.5_patch_level=##' -e '/^$/d'
+++ 1394468754.N /scripts/functions/db : __rvm_db_get() 2 > __rvm_grep '^rbx_2.2.5_patch_level=' /Users/mwlang/.rvm/user/db
+++ 1394468754.N /scripts/functions/support : __rvm_sed() 0 > sed -e 's#^rbx_2.2.5_patch_level=##' -e '/^$/d'
+++ 1394468754.N /scripts/functions/support : __rvm_grep() 0 > GREP_OPTIONS=
+++ 1394468754.N /scripts/functions/support : __rvm_grep() 0 > grep '^rbx_2.2.5_patch_level=' /Users/mwlang/.rvm/user/db
+++ 1394468754.N /scripts/functions/support : __rvm_grep() 0 > return 1
++ 1394468754.N /scripts/functions/db : __rvm_db() 7 > value=
++ 1394468754.N /scripts/functions/db : __rvm_db() 9 > [[ -z '' ]]
++ 1394468754.N /scripts/functions/db : __rvm_db() 9 > [[ -f /Users/mwlang/.rvm/config/db ]]
+++ 1394468754.N /scripts/functions/db : __rvm_db() 4 > __rvm_db_ /Users/mwlang/.rvm/config/db rbx_2.2.5_patch_level
+++ 1394468754.N /scripts/functions/db : __rvm_db_() 1 > typeset __db __key __value
+++ 1394468754.N /scripts/functions/db : __rvm_db_() 2 > __db=/Users/mwlang/.rvm/config/db
+++ 1394468754.N /scripts/functions/db : __rvm_db_() 3 > __key=rbx_2.2.5_patch_level
+++ 1394468754.N /scripts/functions/db : __rvm_db_() 4 > shift 2
+++ 1394468754.N /scripts/functions/db : __rvm_db_() 5 > __value=
+++ 1394468754.N /scripts/functions/db : __rvm_db_() 65 > case "${__value}" in
+++ 1394468754.N /scripts/functions/db : __rvm_db_() 11 > __rvm_db_get /Users/mwlang/.rvm/config/db rbx_2.2.5_patch_level
+++ 1394468754.N /scripts/functions/db : __rvm_db_get() 1 > [[ -f /Users/mwlang/.rvm/config/db ]]
+++ 1394468755.N /scripts/functions/db : __rvm_db_get() 2 > __rvm_sed -e 's#^rbx_2.2.5_patch_level=##' -e '/^$/d'
+++ 1394468755.N /scripts/functions/db : __rvm_db_get() 2 > __rvm_grep '^rbx_2.2.5_patch_level=' /Users/mwlang/.rvm/config/db
+++ 1394468755.N /scripts/functions/support : __rvm_sed() 0 > sed -e 's#^rbx_2.2.5_patch_level=##' -e '/^$/d'
+++ 1394468755.N /scripts/functions/support : __rvm_grep() 0 > GREP_OPTIONS=
+++ 1394468755.N /scripts/functions/support : __rvm_grep() 0 > grep '^rbx_2.2.5_patch_level=' /Users/mwlang/.rvm/config/db
+++ 1394468755.N /scripts/functions/support : __rvm_grep() 0 > return 1
++ 1394468755.N /scripts/functions/db : __rvm_db() 10 > value=
++ 1394468755.N /scripts/functions/db : __rvm_db() 13 > [[ -n '' ]]
++ 1394468755.N /scripts/functions/db : __rvm_db() 20 > true
+ 1394468755.N /scripts/selector : __rvm_ruby_string_autodetect() 87 > rvm_ruby_patch_level=
+ 1394468755.N /scripts/selector : __rvm_ruby_string_autodetect() 88 > [[ -n '' ]]
+ 1394468755.N /scripts/selector : __rvm_ruby_string_autodetect() 92 > true
+ 1394468755.N /scripts/selector : __rvm_ruby_string() -11 > rvm_ruby_string=rbx-2.2.5
+ 1394468755.N /scripts/selector : __rvm_ruby_string() -7 > detected_rvm_ruby_name=
+ 1394468755.N /scripts/selector : __rvm_ruby_string() -5 > rvm_ruby_name=
+ 1394468755.N /scripts/selector : __rvm_ruby_string() -4 > true
+ 1394468755.N /scripts/selector : __rvm_select() -266 > __rvm_select_after_parse
+ 1394468755.N /scripts/selector : __rvm_select_after_parse() 1 > __rvm_select_interpreter_variables
+ 1394468755.N /scripts/selector : __rvm_select_interpreter_variables() 1 > rvm_archive_extension=tar.gz
+ 1394468755.N /scripts/selector : __rvm_select_interpreter_variables() 3 > [[ -z rbx ]]
+ 1394468755.N /scripts/selector : __rvm_select_interpreter_variables() 7 > rvm_ruby_interpreter=rbx
+ 1394468755.N /scripts/selector : __rvm_select_interpreter_variables() 10 > is_a_function __rvm_select_interpreter_rbx
+ 1394468755.N /scripts/functions/support : is_a_function() 1 > typeset -f __rvm_select_interpreter_rbx
+ 1394468755.N /scripts/selector : __rvm_select_interpreter_variables() 35 > __rvm_select_interpreter_rbx
+ 1394468755.N /scripts/selector_interpreters : __rvm_select_interpreter_rbx() 1 > __rvm_select_rbx_nightly
+ 1394468755.N /scripts/selector_interpreters : __rvm_select_rbx_nightly() 1 > (( 0 == 1 ))
+ 1394468755.N /scripts/selector_interpreters : __rvm_select_rbx_nightly() 1 > return 0
+ 1394468755.N /scripts/selector_interpreters : __rvm_select_interpreter_rbx() 165 > rvm_ruby_interpreter=rbx
+ 1394468755.N /scripts/selector_interpreters : __rvm_select_interpreter_rbx() 167 > __rvm_select_rbx_compatibility_branch
+ 1394468755.N /scripts/selector_interpreters : __rvm_select_rbx_compatibility_branch() 49 > case "${rvm_ruby_version}" in
+ 1394468755.N /scripts/selector_interpreters : __rvm_select_rbx_compatibility_branch() 7 > [[ 0 == 1 ]]
+ 1394468755.N /scripts/selector_interpreters : __rvm_select_rbx_compatibility_branch() 12 > [[ 0 == 1 ]]
+ 1394468755.N /scripts/selector_interpreters : __rvm_select_rbx_compatibility_branch() 18 > true
+ 1394468755.N /scripts/selector_interpreters : __rvm_select_interpreter_rbx() 126 > (( 0 == 0 ))
+ 1394468755.N /scripts/selector_interpreters : __rvm_select_interpreter_rbx() 127 > [[ -z '' ]]
+ 1394468755.N /scripts/selector_interpreters : __rvm_select_interpreter_rbx() 128 > [[ 2.2.5 != \h\e\a\d ]]
+ 1394468755.N /scripts/selector_interpreters : __rvm_select_interpreter_rbx() 131 > __rvm_version_compare 2.2.5 -ge 2.0.0
+ 1394468755.N /scripts/functions/utility : __rvm_version_compare() 1 > typeset first
++ 1394468755.N /scripts/functions/utility : __rvm_version_compare() -186 > __rvm_version_sort
++ 1394468755.N /scripts/functions/utility : __rvm_version_compare() -186 > printf %b '2.2.5\n2.0.0\n'
++ 1394468755.N /scripts/functions/utility : __rvm_version_compare() -186 > head -n1
++ 1394468755.N /scripts/functions/utility : __rvm_version_sort() 1 > LC_ALL=C
++ 1394468755.N /scripts/functions/utility : __rvm_version_sort() 1 > sort -t. -k 1,1n -k 2,2n -k 3,3n -k 4,4n -k 5,5n
+ 1394468755.N /scripts/functions/utility : __rvm_version_compare() 2 > first=2.0.0
+ 1394468755.N /scripts/functions/utility : __rvm_version_compare() 192 > case "$2" in
+ 1394468755.N /scripts/functions/utility : __rvm_version_compare() 15 > [[ 2.0.0 == \2\.\0\.\0 ]]
+ 1394468755.N /scripts/functions/utility : __rvm_version_compare() 28 > return 0
++ 1394468755.N /scripts/selector_interpreters : __rvm_select_interpreter_rbx() -195 > __rvm_db rbx_2.0.0_url
++ 1394468755.N /scripts/functions/db : __rvm_db() 1 > typeset value key variable
++ 1394468755.N /scripts/functions/db : __rvm_db() 2 > key=rbx_2.0.0_url
++ 1394468755.N /scripts/functions/db : __rvm_db() 3 > key=rbx_2.0.0_url
++ 1394468755.N /scripts/functions/db : __rvm_db() 4 > variable=
++ 1394468755.N /scripts/functions/db : __rvm_db() 6 > [[ -f /Users/mwlang/.rvm/user/db ]]
+++ 1394468755.N /scripts/functions/db : __rvm_db() 1 > __rvm_db_ /Users/mwlang/.rvm/user/db rbx_2.0.0_url
+++ 1394468755.N /scripts/functions/db : __rvm_db_() 1 > typeset __db __key __value
+++ 1394468755.N /scripts/functions/db : __rvm_db_() 2 > __db=/Users/mwlang/.rvm/user/db
+++ 1394468755.N /scripts/functions/db : __rvm_db_() 3 > __key=rbx_2.0.0_url
+++ 1394468755.N /scripts/functions/db : __rvm_db_() 4 > shift 2
+++ 1394468755.N /scripts/functions/db : __rvm_db_() 5 > __value=
+++ 1394468755.N /scripts/functions/db : __rvm_db_() 65 > case "${__value}" in
+++ 1394468755.N /scripts/functions/db : __rvm_db_() 11 > __rvm_db_get /Users/mwlang/.rvm/user/db rbx_2.0.0_url
+++ 1394468755.N /scripts/functions/db : __rvm_db_get() 1 > [[ -f /Users/mwlang/.rvm/user/db ]]
+++ 1394468755.N /scripts/functions/db : __rvm_db_get() 2 > __rvm_grep '^rbx_2.0.0_url=' /Users/mwlang/.rvm/user/db
+++ 1394468755.N /scripts/functions/db : __rvm_db_get() 2 > __rvm_sed -e 's#^rbx_2.0.0_url=##' -e '/^$/d'
+++ 1394468755.N /scripts/functions/support : __rvm_sed() 0 > sed -e 's#^rbx_2.0.0_url=##' -e '/^$/d'
+++ 1394468755.N /scripts/functions/support : __rvm_grep() 0 > GREP_OPTIONS=
+++ 1394468755.N /scripts/functions/support : __rvm_grep() 0 > grep '^rbx_2.0.0_url=' /Users/mwlang/.rvm/user/db
+++ 1394468755.N /scripts/functions/support : __rvm_grep() 0 > return 1
++ 1394468755.N /scripts/functions/db : __rvm_db() 7 > value=
++ 1394468755.N /scripts/functions/db : __rvm_db() 9 > [[ -z '' ]]
++ 1394468755.N /scripts/functions/db : __rvm_db() 9 > [[ -f /Users/mwlang/.rvm/config/db ]]
+++ 1394468755.N /scripts/functions/db : __rvm_db() 4 > __rvm_db_ /Users/mwlang/.rvm/config/db rbx_2.0.0_url
+++ 1394468755.N /scripts/functions/db : __rvm_db_() 1 > typeset __db __key __value
+++ 1394468755.N /scripts/functions/db : __rvm_db_() 2 > __db=/Users/mwlang/.rvm/config/db
+++ 1394468755.N /scripts/functions/db : __rvm_db_() 3 > __key=rbx_2.0.0_url
+++ 1394468755.N /scripts/functions/db : __rvm_db_() 4 > shift 2
+++ 1394468755.N /scripts/functions/db : __rvm_db_() 5 > __value=
+++ 1394468755.N /scripts/functions/db : __rvm_db_() 65 > case "${__value}" in
+++ 1394468755.N /scripts/functions/db : __rvm_db_() 11 > __rvm_db_get /Users/mwlang/.rvm/config/db rbx_2.0.0_url
+++ 1394468755.N /scripts/functions/db : __rvm_db_get() 1 > [[ -f /Users/mwlang/.rvm/config/db ]]
+++ 1394468755.N /scripts/functions/db : __rvm_db_get() 2 > __rvm_sed -e 's#^rbx_2.0.0_url=##' -e '/^$/d'
+++ 1394468755.N /scripts/functions/db : __rvm_db_get() 2 > __rvm_grep '^rbx_2.0.0_url=' /Users/mwlang/.rvm/config/db
+++ 1394468755.N /scripts/functions/support : __rvm_sed() 0 > sed -e 's#^rbx_2.0.0_url=##' -e '/^$/d'
+++ 1394468755.N /scripts/functions/support : __rvm_grep() 0 > GREP_OPTIONS=
+++ 1394468755.N /scripts/functions/support : __rvm_grep() 0 > grep '^rbx_2.0.0_url=' /Users/mwlang/.rvm/config/db
++ 1394468755.N /scripts/functions/db : __rvm_db() 10 > value=http://releases.rubini.us
++ 1394468755.N /scripts/functions/db : __rvm_db() 13 > [[ -n http://releases.rubini.us ]]
++ 1394468755.N /scripts/functions/db : __rvm_db() 15 > [[ -n '' ]]
++ 1394468755.N /scripts/functions/db : __rvm_db() 17 > echo http://releases.rubini.us
++ 1394468755.N /scripts/functions/db : __rvm_db() 20 > true
+ 1394468755.N /scripts/selector_interpreters : __rvm_select_interpreter_rbx() -7 > rbx_url=http://releases.rubini.us
+ 1394468755.N /scripts/selector_interpreters : __rvm_select_interpreter_rbx() -6 > rvm_archive_extension=tar.bz2
+ 1394468755.N /scripts/selector_interpreters : __rvm_select_interpreter_rbx() -5 > rvm_ruby_package_file=rubinius-2.2.5
+ 1394468755.N /scripts/selector_interpreters : __rvm_select_interpreter_rbx() -4 > rvm_ruby_url=http://releases.rubini.us/rubinius-2.2.5.tar.bz2
+ 1394468755.N /scripts/selector_interpreters : __rvm_select_interpreter_rbx() 11 > [[ -n '' ]]
+ 1394468755.N /scripts/selector_interpreters : __rvm_select_interpreter_rbx() 14 > true
+ 1394468755.N /scripts/selector : __rvm_select_after_parse() -93 > __rvm_select_version_variables
+ 1394468755.N /scripts/selector : __rvm_select_version_variables() 54 > case "$rvm_ruby_version" in
+ 1394468755.N /scripts/selector : __rvm_select_version_variables() 3 > rvm_ruby_release_version=2
+ 1394468755.N /scripts/selector : __rvm_select_version_variables() 4 > rvm_ruby_major_version=2.2
+ 1394468755.N /scripts/selector : __rvm_select_version_variables() 5 > rvm_ruby_major_version=2
+ 1394468755.N /scripts/selector : __rvm_select_version_variables() 6 > rvm_ruby_minor_version=5
+ 1394468755.N /scripts/selector : __rvm_select_after_parse() 43 > __rvm_select_default_variables
+ 1394468755.N /scripts/selector : __rvm_select_default_variables() 1 > [[ rbx != ext ]]
+ 1394468755.N /scripts/selector : __rvm_select_default_variables() 2 > rvm_ruby_package_name=rbx-2.2.5
+ 1394468755.N /scripts/selector : __rvm_select_default_variables() 5 > rvm_ruby_home=/Users/mwlang/.rvm/rubies/rbx-2.2.5
+ 1394468755.N /scripts/selector : __rvm_select_default_variables() 6 > rvm_ruby_binary=/Users/mwlang/.rvm/rubies/rbx-2.2.5/bin/ruby
+ 1394468755.N /scripts/selector : __rvm_select_default_variables() 7 > rvm_ruby_irbrc=/Users/mwlang/.rvm/rubies/rbx-2.2.5/.irbrc
+ 1394468755.N /scripts/selector : __rvm_select_after_parse() 29 > [[ system == \r\b\x ]]
+ 1394468755.N /scripts/selector : __rvm_select_after_parse() 29 > __rvm_gemset_select
+ 1394468755.N /scripts/selector_gemsets : __rvm_gemset_select() 1 > __rvm_gemset_select_only
+ 1394468755.N /scripts/selector_gemsets : __rvm_gemset_select_only() 1 > rvm_ruby_gem_home=/Users/mwlang/.rvm/gems/rbx-2.2.5
+ 1394468755.N /scripts/selector_gemsets : __rvm_gemset_select_only() 3 > : rvm_ignore_gemsets_flag:0:
+ 1394468755.N /scripts/selector_gemsets : __rvm_gemset_select_only() 4 > (( rvm_ignore_gemsets_flag ))
+ 1394468755.N /scripts/selector_gemsets : __rvm_gemset_select_only() 10 > rvm_ruby_global_gems_path=/Users/mwlang/.rvm/gems/rbx-2.2.5@global
+ 1394468755.N /scripts/selector_gemsets : __rvm_gemset_select_only() 12 > __rvm_gemset_handle_default
+ 1394468755.N /scripts/selector_gemsets : __rvm_gemset_handle_default() 1 > rvm_gemset_name=@@
+ 1394468755.N /scripts/selector_gemsets : __rvm_gemset_handle_default() 2 > rvm_gemset_name=@@
+ 1394468755.N /scripts/selector_gemsets : __rvm_gemset_handle_default() 4 > rvm_gemset_name=
+ 1394468755.N /scripts/selector_gemsets : __rvm_gemset_select_only() 62 > [[ -z '' ]]
+ 1394468755.N /scripts/selector_gemsets : __rvm_gemset_select_only() 65 > [[ '' == \g\l\o\b\a\l ]]
+ 1394468755.N /scripts/selector_gemsets : __rvm_gemset_select_only() 69 > rvm_ruby_gem_path=/Users/mwlang/.rvm/gems/rbx-2.2.5:/Users/mwlang/.rvm/gems/rbx-2.2.5@global
+ 1394468755.N /scripts/selector_gemsets : __rvm_gemset_select_only() 73 > [[ -n '' ]]
+ 1394468755.N /scripts/selector_gemsets : __rvm_gemset_select_only() 77 > rvm_env_string=rbx-2.2.5
+ 1394468755.N /scripts/selector_gemsets : __rvm_gemset_select_only() 79 > true
+ 1394468755.N /scripts/selector_gemsets : __rvm_gemset_select() 137 > __rvm_gemset_select_validation
+ 1394468755.N /scripts/selector_gemsets : __rvm_gemset_select_validation() 3 > [[ ! -d /Users/mwlang/.rvm/gems/rbx-2.2.5 ]]
+ 1394468755.N /scripts/selector_gemsets : __rvm_gemset_select_validation() 6 > (( 0 == 0 && 0 == 0 && 0 == 0 ))
+ 1394468755.N /scripts/selector_gemsets : __rvm_gemset_select_validation() 8 > rvm_expected_gemset_name=
+ 1394468755.N /scripts/selector_gemsets : __rvm_gemset_select_validation() 9 > rvm_gemset_name=
+ 1394468755.N /scripts/selector_gemsets : __rvm_gemset_select_validation() 10 > __rvm_gemset_select_only
+ 1394468755.N /scripts/selector_gemsets : __rvm_gemset_select_only() 1 > rvm_ruby_gem_home=/Users/mwlang/.rvm/gems/rbx-2.2.5
+ 1394468755.N /scripts/selector_gemsets : __rvm_gemset_select_only() 3 > : rvm_ignore_gemsets_flag:0:
+ 1394468755.N /scripts/selector_gemsets : __rvm_gemset_select_only() 4 > (( rvm_ignore_gemsets_flag ))
+ 1394468755.N /scripts/selector_gemsets : __rvm_gemset_select_only() 10 > rvm_ruby_global_gems_path=/Users/mwlang/.rvm/gems/rbx-2.2.5@global
+ 1394468755.N /scripts/selector_gemsets : __rvm_gemset_select_only() 12 > __rvm_gemset_handle_default
+ 1394468755.N /scripts/selector_gemsets : __rvm_gemset_handle_default() 1 > rvm_gemset_name=@@
+ 1394468755.N /scripts/selector_gemsets : __rvm_gemset_handle_default() 2 > rvm_gemset_name=@@
+ 1394468755.N /scripts/selector_gemsets : __rvm_gemset_handle_default() 4 > rvm_gemset_name=
+ 1394468755.N /scripts/selector_gemsets : __rvm_gemset_select_only() 62 > [[ -z '' ]]
+ 1394468755.N /scripts/selector_gemsets : __rvm_gemset_select_only() 65 > [[ '' == \g\l\o\b\a\l ]]
+ 1394468755.N /scripts/selector_gemsets : __rvm_gemset_select_only() 69 > rvm_ruby_gem_path=/Users/mwlang/.rvm/gems/rbx-2.2.5:/Users/mwlang/.rvm/gems/rbx-2.2.5@global
+ 1394468755.N /scripts/selector_gemsets : __rvm_gemset_select_only() 73 > [[ -n '' ]]
+ 1394468755.N /scripts/selector_gemsets : __rvm_gemset_select_only() 77 > rvm_env_string=rbx-2.2.5
+ 1394468755.N /scripts/selector_gemsets : __rvm_gemset_select_only() 79 > true
+ 1394468755.N /scripts/selector_gemsets : __rvm_gemset_select_validation() 94 > return 2
+ 1394468755.N /scripts/selector_gemsets : __rvm_gemset_select() 138 > return 2
+ 1394468755.N /scripts/selector : __rvm_select_after_parse() 96 > return 0
+ 1394468755.N /scripts/functions/cli : __rvm_cli_rubies_select() 283 > [[ -n rbx-2.2.5 ]]
+ 1394468755.N /scripts/functions/cli : __rvm_cli_rubies_select() 284 > __search_list+='^rbx-2.2.5$|'
+ 1394468755.N /scripts/functions/cli : __rvm_cli_rubies_select() 290 > __search_list='^rbx-2.2.5$'
+ 1394468755.N /scripts/functions/cli : __rvm_cli_install_ruby() 267 > __rvm_cli_rubies_not_installed
+ 1394468755.N /scripts/functions/cli : __rvm_cli_rubies_not_installed() 2 > (( 0 == 0 ))
++ 1394468755.N /scripts/functions/cli : __rvm_cli_rubies_not_installed() -292 > __rvm_list_strings
++ 1394468755.N /scripts/functions/cli : __rvm_cli_rubies_not_installed() -292 > __rvm_grep -E '^rbx-2.2.5$'
++ 1394468755.N /scripts/functions/list : __rvm_list_strings() 1 > __rvm_awk -F/ '{print $NF}'
++ 1394468755.N /scripts/functions/list : __rvm_list_strings() 1 > __rvm_find /Users/mwlang/.rvm/rubies -mindepth 1 -maxdepth 1 -type d
++ 1394468755.N /scripts/functions/support : __rvm_grep() 0 > GREP_OPTIONS=
++ 1394468755.N /scripts/functions/support : __rvm_find() 0 > find /Users/mwlang/.rvm/rubies -mindepth 1 -maxdepth 1 -type d
++ 1394468755.N /scripts/functions/support : __rvm_awk() 0 > awk -F/ '{print $NF}'
++ 1394468755.N /scripts/functions/support : __rvm_grep() 0 > grep -E '^rbx-2.2.5$'
++ 1394468755.N /scripts/functions/support : __rvm_grep() 0 > return 1
+ 1394468755.N /scripts/functions/cli : __rvm_cli_rubies_not_installed() 5 > __installed=
+ 1394468755.N /scripts/functions/cli : __rvm_cli_rubies_not_installed() 15 > true
+ 1394468755.N /scripts/functions/cli : __rvm_cli_install_ruby() -26 > __rvm_run_wrapper manage install rbx
+ 1394468755.N /scripts/functions/utility : __rvm_run_wrapper() 97 > file=manage
+ 1394468755.N /scripts/functions/utility : __rvm_run_wrapper() 98 > action=install
+ 1394468755.N /scripts/functions/utility : __rvm_run_wrapper() 99 > shift 2
+ 1394468755.N /scripts/functions/utility : __rvm_run_wrapper() 100 > rubies_string=rbx
+ 1394468755.N /scripts/functions/utility : __rvm_run_wrapper() 101 > export -a args
+ 1394468755.N /scripts/functions/utility : __rvm_run_wrapper() 102 > args=($@)
+ 1394468755.N /scripts/functions/utility : __rvm_run_wrapper() 103 > source /Users/mwlang/.rvm/scripts/manage
+++ 1394468755.N /scripts/manage : source() -566 > command uname -s
+++ 1394468755.N /scripts/manage : source() -851 > uname -s
++ 1394468755.N /scripts/manage : source() -281 > sys=Darwin
++ 1394468755.N /scripts/manage : source() -280 > [[ Darwin == AIX ]]
++ 1394468755.N /scripts/manage : source() -278 > name_opt=-iname
++ 1394468755.N /scripts/manage : source() -276 > original_ruby_version=2.2.5
++ 1394468755.N /scripts/manage : source() -275 > original_ruby_string=rbx-2.2.5
++ 1394468755.N /scripts/manage : source() -273 > source /Users/mwlang/.rvm/scripts/patches
++ 1394468755.N /scripts/manage : source() -272 > source /Users/mwlang/.rvm/scripts/functions/build
+++ 1394468756.N /scripts/functions/build : source() -282 > source /Users/mwlang/.rvm/scripts/functions/autolibs
+++ 1394468756.N /scripts/functions/build : source() -281 > source /Users/mwlang/.rvm/scripts/functions/build_config
+++ 1394468756.N /scripts/functions/build : source() -280 > source /Users/mwlang/.rvm/scripts/functions/build_config_system
+++ 1394468756.N /scripts/functions/build : source() -279 > source /Users/mwlang/.rvm/scripts/functions/build_requirements
++++ 1394468756.N /scripts/functions/build_requirements : source() -282 > source /Users/mwlang/.rvm/scripts/functions/build_requirements_helpers
+++ 1394468756.N /scripts/functions/build : source() -277 > [[ Darwin == \D\a\r\w\i\n ]]
+++ 1394468756.N /scripts/functions/build : source() -275 > source /Users/mwlang/.rvm/scripts/functions/osx-ssl-certs
++++ 1394468756.N /scripts/functions/osx-ssl-certs : source() -95 > export 'RVM_OSX_SSL_UPDATER=/Users/mwlang/.rvm/bin/rvm --silent osx-ssl-certs update all'
++++ 1394468756.N /scripts/functions/osx-ssl-certs : source() -95 > RVM_OSX_SSL_UPDATER='/Users/mwlang/.rvm/bin/rvm --silent osx-ssl-certs update all'
+++ 1394468756.N /scripts/functions/build : source() -274 > source /Users/mwlang/.rvm/scripts/functions/osx-support
++ 1394468756.N /scripts/manage : source() -271 > source /Users/mwlang/.rvm/scripts/functions/pkg
++ 1394468756.N /scripts/manage : source() -270 > source /Users/mwlang/.rvm/scripts/functions/irbrc
++ 1394468756.N /scripts/manage : source() -269 > source /Users/mwlang/.rvm/scripts/functions/db
++ 1394468756.N /scripts/manage : source() -268 > source /Users/mwlang/.rvm/scripts/functions/rubygems
++ 1394468756.N /scripts/manage : source() -267 > source /Users/mwlang/.rvm/scripts/functions/manage/base
+++ 1394468756.N /scripts/functions/manage/base : source() -282 > source /Users/mwlang/.rvm/scripts/functions/manage/base_fetch
+++ 1394468756.N /scripts/functions/manage/base : source() -281 > source /Users/mwlang/.rvm/scripts/functions/manage/base_install
+++ 1394468756.N /scripts/functions/manage/base : source() -280 > source /Users/mwlang/.rvm/scripts/functions/manage/base_install_patches
+++ 1394468756.N /scripts/functions/manage/base : source() -279 > source /Users/mwlang/.rvm/scripts/functions/manage/base_remove
++++ 1394468756.N /scripts/functions/manage/base_remove : source() -282 > source /Users/mwlang/.rvm/scripts/functions/alias
++ 1394468756.N /scripts/manage : source() -265 > [[ -n '' ]]
++ 1394468756.N /scripts/manage : source() -262 > unset RUBYLIB RUBYOPT
++ 1394468756.N /scripts/manage : source() -260 > binaries=()
++ 1394468756.N /scripts/manage : source() -258 > __rvm_manage_rubies
++ 1394468756.N /scripts/functions/manage/base : __rvm_manage_rubies() 1 > typeset manage_result bin_line current_ruby_string
++ 1394468756.N /scripts/functions/manage/base : __rvm_manage_rubies() 2 > typeset -a rubies
++ 1394468756.N /scripts/functions/manage/base : __rvm_manage_rubies() 3 > rubies=()
++ 1394468756.N /scripts/functions/manage/base : __rvm_manage_rubies() 5 > rvm_gemset_name=
++ 1394468756.N /scripts/functions/manage/base : __rvm_manage_rubies() 6 > rvm_ruby_selected_flag=0
++ 1394468756.N /scripts/functions/manage/base : __rvm_manage_rubies() 7 > rvm_ruby_gem_home=/Users/mwlang/.rvm/gems/rbx-2.2.5
++ 1394468756.N /scripts/functions/manage/base : __rvm_manage_rubies() 8 > rvm_ruby_string=rbx-2.2.5
++ 1394468756.N /scripts/functions/manage/base : __rvm_manage_rubies() 12 > __rvm_string_match rbx 'old:*'
++ 1394468756.N /scripts/functions/support : __rvm_string_match() 1 > typeset _string
++ 1394468756.N /scripts/functions/support : __rvm_string_match() 2 > _string=rbx
++ 1394468756.N /scripts/functions/support : __rvm_string_match() 3 > shift
++ 1394468756.N /scripts/functions/support : __rvm_string_match() 4 > (( 1 ))
++ 1394468756.N /scripts/functions/support : __rvm_string_match() 37 > case "${_string}" in
++ 1394468756.N /scripts/functions/support : __rvm_string_match() 9 > shift
++ 1394468756.N /scripts/functions/support : __rvm_string_match() 4 > (( 0 ))
++ 1394468756.N /scripts/functions/support : __rvm_string_match() 11 > return 1
++ 1394468756.N /scripts/functions/manage/base : __rvm_manage_rubies() 43 > [[ -n rbx ]]
++ 1394468756.N /scripts/functions/manage/base : __rvm_manage_rubies() 43 > [[ rbx != \a\l\l ]]
++ 1394468756.N /scripts/functions/manage/base : __rvm_manage_rubies() 46 > [[ rbx == *,* ]]
++ 1394468756.N /scripts/functions/manage/base : __rvm_manage_rubies() 46 > [[ -z rbx-2.2.5 ]]
++ 1394468756.N /scripts/functions/manage/base : __rvm_manage_rubies() 50 > rubies=("${rvm_ruby_string}")
++ 1394468756.N /scripts/functions/manage/base : __rvm_manage_rubies() 107 > for rvm_ruby_string in '"${rubies[@]}"'
++ 1394468756.N /scripts/functions/manage/base : __rvm_manage_rubies() 78 > rvm_debug 'rbx-2.2.5 - install'
++ 1394468756.N /scripts/functions/logging : rvm_debug() 1 > (( 0 ))
++ 1394468756.N /scripts/functions/logging : rvm_debug() 1 > return 0
++ 1394468756.N /scripts/functions/manage/base : __rvm_manage_rubies() -33 > current_ruby_string=rbx-2.2.5
++ 1394468756.N /scripts/functions/manage/base : __rvm_manage_rubies() -29 > rvm_hook=before_install
++ 1394468756.N /scripts/functions/manage/base : __rvm_manage_rubies() -28 > source /Users/mwlang/.rvm/scripts/hook
+++ 1394468756.N /scripts/hook : source() -139 > typeset old_rvm_verbose_flag old_rvm_debug_flag
+++ 1394468756.N /scripts/hook : source() -138 > old_rvm_verbose_flag=0
+++ 1394468756.N /scripts/hook : source() -137 > old_rvm_debug_flag=0
+++ 1394468756.N /scripts/hook : source() -134 > typeset rvm_verbose_flag rvm_debug_flag hooks
+++ 1394468756.N /scripts/hook : source() -132 > true rvm_verbose_flag:0 rvm_debug_flag:0 rvm_hook:before_install
+++ 1394468756.N /scripts/hook : source() -128 > [[ -n before_install ]]
+++ 1394468756.N /scripts/hook : source() -126 > hooks=("$rvm_hooks_path")
+++ 1394468756.N /scripts/hook : source() -125 > [[ /Users/mwlang/.rvm/hooks == \/\U\s\e\r\s\/\m\w\l\a\n\g\/\.\r\v\m\/\h\o\o\k\s ]]
+++ 1394468756.N /scripts/hook : source() -120 > _hooks_list=($(
__rvm_find -L "${hooks[@]}" -iname "$rvm_hook*" -type f 2>/dev/null
))
++++ 1394468756.N /scripts/hook : source() -262 > __rvm_find -L /Users/mwlang/.rvm/hooks -iname 'before_install*' -type f
+++ 1394468756.N /scripts/hook : source() -108 > unset rvm_hook hooks _hooks_list hook
++ 1394468756.N /scripts/functions/manage/base : __rvm_manage_rubies() -27 > __rvm_install_ruby
++ 1394468756.N /scripts/functions/manage/base_install : __rvm_install_ruby() 1 > true 0 0
++ 1394468756.N /scripts/functions/manage/base_install : __rvm_install_ruby() 2 > typeset binary __rvm_ruby_name ruby_install_type
++ 1394468756.N /scripts/functions/manage/base_install : __rvm_install_ruby() 5 > (( rvm_ruby_selected_flag == 0 ))
++ 1394468756.N /scripts/functions/manage/base_install : __rvm_install_ruby() 7 > __rvm_ruby_name=
++ 1394468756.N /scripts/functions/manage/base_install : __rvm_install_ruby() 8 > __rvm_select
++ 1394468756.N /scripts/selector : __rvm_select() 1 > true
++ 1394468756.N /scripts/selector : __rvm_select() 3 > __rvm_select_set_variable_defaults
++ 1394468756.N /scripts/selector : __rvm_select_set_variable_defaults() 1 > export -a rvm_configure_flags rvm_patch_names rvm_ree_options rvm_make_flags
++ 1394468756.N /scripts/selector : __rvm_select_set_variable_defaults() 2 > export GEM_HOME GEM_PATH MY_RUBY_HOME RUBY_VERSION IRBRC
++ 1394468756.N /scripts/selector : __rvm_select_set_variable_defaults() 3 > export rvm_env_string rvm_action rvm_alias_expanded rvm_archive_extension rvm_bin_flag rvm_bin_path rvm_debug_flag rvm_default_flag rvm_delete_flag rvm_docs_type rvm_dump_environment_flag rvm_error_message rvm_expanding_aliases rvm_file_name rvm_gemdir_flag rvm_gemset_name rvm_gemstone_package_file rvm_gemstone_url rvm_head_flag rvm_hook rvm_install_on_use_flag rvm_llvm_flag rvm_loaded_flag rvm_niceness rvm_nightly_flag rvm_only_path_flag rvm_parse_break rvm_patch_original_pwd rvm_pretty_print_flag rvm_proxy rvm_quiet_flag rvm_reload_flag rvm_remove_flag rvm_ruby_alias rvm_ruby_args rvm_ruby_binary rvm_ruby_bits rvm_ruby_configure rvm_ruby_file rvm_ruby_gem_home rvm_ruby_gem_path rvm_ruby_global_gems_path rvm_ruby_home rvm_ruby_interpreter rvm_ruby_irbrc rvm_ruby_major_version rvm_ruby_make rvm_ruby_make_install rvm_ruby_minor_version rvm_ruby_mode rvm_ruby_name rvm_ruby_package_file rvm_ruby_package_name rvm_ruby_patch rvm_ruby_patch_level rvm_ruby_release_version rvm_ruby_repo_url rvm_ruby_revision rvm_ruby_selected_flag rvm_ruby_sha rvm_ruby_string rvm_ruby_strings rvm_ruby_tag rvm_ruby_url rvm_ruby_user_tag rvm_ruby_version rvm_script_name rvm_sdk rvm_silent_flag rvm_sticky_flag rvm_system_flag rvm_token rvm_trace_flag rvm_use_flag rvm_user_flag rvm_verbose_flag rvm_wrapper_name
++ 1394468756.N /scripts/selector : __rvm_select() 82 > __rvm_select_detect_ruby_string ''
++ 1394468756.N /scripts/selector : __rvm_select_detect_ruby_string() 1 > rvm_ruby_string=rbx-2.2.5
++ 1394468756.N /scripts/selector : __rvm_select_detect_ruby_string() 3 > [[ -z rbx-2.2.5 ]]
++ 1394468756.N /scripts/selector : __rvm_select() 76 > __rvm_ruby_string
++ 1394468756.N /scripts/selector : __rvm_ruby_string() 9 > true 0 0
++ 1394468756.N /scripts/selector : __rvm_ruby_string() 10 > rvm_expanding_aliases=
++ 1394468756.N /scripts/selector : __rvm_ruby_string() 12 > true 2.2.5 '' rbx 2.2.5 '' '' '' @ rbx-2.2.5 0 0
++ 1394468756.N /scripts/selector : __rvm_ruby_string() 18 > [[ rbx-2.2.5 == *\@* ]]
++ 1394468756.N /scripts/selector : __rvm_ruby_string() 25 > (( rvm_expanding_aliases == 0 ))
++ 1394468756.N /scripts/selector : __rvm_ruby_string() 26 > [[ -n rbx-2.2.5 ]]
++ 1394468756.N /scripts/selector : __rvm_ruby_string() 26 > [[ rbx-2.2.5 != \s\y\s\t\e\m ]]
++ 1394468756.N /scripts/selector : __rvm_ruby_string() 29 > [[ -f /Users/mwlang/.rvm/config/alias ]]
++ 1394468756.N /scripts/selector : __rvm_ruby_string() 29 > [[ -s /Users/mwlang/.rvm/config/alias ]]
+++ 1394468756.N /scripts/selector : __rvm_ruby_string() -250 > __rvm_db_ /Users/mwlang/.rvm/config/alias rbx-2.2.5
+++ 1394468756.N /scripts/functions/db : __rvm_db_() 1 > typeset __db __key __value
+++ 1394468756.N /scripts/functions/db : __rvm_db_() 2 > __db=/Users/mwlang/.rvm/config/alias
+++ 1394468756.N /scripts/functions/db : __rvm_db_() 3 > __key=rbx-2.2.5
+++ 1394468756.N /scripts/functions/db : __rvm_db_() 4 > shift 2
+++ 1394468756.N /scripts/functions/db : __rvm_db_() 5 > __value=
+++ 1394468756.N /scripts/functions/db : __rvm_db_() 65 > case "${__value}" in
+++ 1394468756.N /scripts/functions/db : __rvm_db_() 11 > __rvm_db_get /Users/mwlang/.rvm/config/alias rbx-2.2.5
+++ 1394468756.N /scripts/functions/db : __rvm_db_get() 1 > [[ -f /Users/mwlang/.rvm/config/alias ]]
+++ 1394468756.N /scripts/functions/db : __rvm_db_get() 2 > __rvm_grep '^rbx-2.2.5=' /Users/mwlang/.rvm/config/alias
+++ 1394468756.N /scripts/functions/db : __rvm_db_get() 2 > __rvm_sed -e 's#^rbx-2.2.5=##' -e '/^$/d'
+++ 1394468756.N /scripts/functions/support : __rvm_sed() 0 > sed -e 's#^rbx-2.2.5=##' -e '/^$/d'
+++ 1394468756.N /scripts/functions/support : __rvm_grep() 0 > GREP_OPTIONS=
+++ 1394468756.N /scripts/functions/support : __rvm_grep() 0 > grep '^rbx-2.2.5=' /Users/mwlang/.rvm/config/alias
+++ 1394468756.N /scripts/functions/support : __rvm_grep() 0 > return 1
++ 1394468756.N /scripts/selector : __rvm_ruby_string() 30 > expanded_alias_name=
++ 1394468756.N /scripts/selector : __rvm_ruby_string() 31 > [[ -n '' ]]
++ 1394468756.N /scripts/selector : __rvm_ruby_string() 35 > [[ rbx-2.2.5 == default ]]
++ 1394468756.N /scripts/selector : __rvm_ruby_string() 41 > [[ rbx-2.2.5 == *\@* ]]
++ 1394468756.N /scripts/selector : __rvm_ruby_string() 48 > [[ -n '' ]]
++ 1394468756.N /scripts/selector : __rvm_ruby_string() 54 > __rvm_ruby_string_parse
++ 1394468756.N /scripts/selector_parse : __rvm_ruby_string_parse() 1 > typeset __check_latest
++ 1394468756.N /scripts/selector_parse : __rvm_ruby_string_parse() 2 > __check_latest=0
++ 1394468756.N /scripts/selector_parse : __rvm_ruby_string_parse() 5 > __rvm_ruby_string_parse_
++ 1394468756.N /scripts/selector_parse : __rvm_ruby_string_parse_() 1 > typeset ruby_string gemset_name expanded_alias_name repo_url branch_name ruby_name
++ 1394468756.N /scripts/selector_parse : __rvm_ruby_string_parse_() 4 > ruby_string=rbx-2.2.5
++ 1394468756.N /scripts/selector_parse : __rvm_ruby_string_parse_() 5 > gemset_name=
++ 1394468756.N /scripts/selector_parse : __rvm_ruby_string_parse_() 6 > repo_url=
++ 1394468756.N /scripts/selector_parse : __rvm_ruby_string_parse_() 7 > branch_name=
++ 1394468756.N /scripts/selector_parse : __rvm_ruby_string_parse_() 8 > ruby_name=
++ 1394468756.N /scripts/selector_parse : __rvm_ruby_string_parse_() 10 > __rvm_unset_ruby_variables
++ 1394468756.N /scripts/functions/env : __rvm_unset_ruby_variables() 2 > unset rvm_env_string rvm_ruby_string rvm_ruby_strings rvm_ruby_binary rvm_ruby_gem_home rvm_ruby_gem_path rvm_ruby_home rvm_ruby_interpreter rvm_ruby_irbrc rvm_ruby_log_path rvm_ruby_major_version rvm_ruby_minor_version rvm_ruby_package_name rvm_ruby_patch_level rvm_ruby_release_version rvm_ruby_repo_url rvm_ruby_repo_branch rvm_ruby_revision rvm_ruby_selected_flag rvm_ruby_tag rvm_ruby_version rvm_head_flag rvm_ruby_package_file rvm_ruby_configure rvm_ruby_name rvm_ruby_url rvm_ruby_global_gems_path rvm_ruby_args rvm_ruby_name rvm_llvm_flag
++ 1394468756.N /scripts/functions/env : __rvm_unset_ruby_variables() 3 > __rvm_load_rvmrc
++ 1394468756.N /scripts/functions/init : __rvm_load_rvmrc() 1 > typeset _file
++ 1394468756.N /scripts/functions/init : __rvm_load_rvmrc() 2 > typeset -a rvm_rvmrc_files
++ 1394468756.N /scripts/functions/init : __rvm_load_rvmrc() 3 > (( 0 == 1 ))
++ 1394468756.N /scripts/functions/init : __rvm_load_rvmrc() 8 > [[ -n 0022 ]]
++ 1394468756.N /scripts/functions/init : __rvm_load_rvmrc() 10 > rvm_rvmrc_files=("/etc/rvmrc" "$HOME/.rvmrc")
++ 1394468756.N /scripts/functions/init : __rvm_load_rvmrc() 11 > [[ -n /Users/mwlang ]]
++ 1394468756.N /scripts/functions/init : __rvm_load_rvmrc() 11 > [[ /Users/mwlang/.rvmrc -ef /Users/mwlang/.rvmrc ]]
++ 1394468756.N /scripts/functions/init : __rvm_load_rvmrc() 12 > rvm_rvmrc_files+=("${rvm_prefix}/.rvmrc")
++ 1394468756.N /scripts/functions/init : __rvm_load_rvmrc() 18 > for _file in '"${rvm_rvmrc_files[@]}"'
++ 1394468756.N /scripts/functions/init : __rvm_load_rvmrc() 16 > [[ -s /etc/rvmrc ]]
++ 1394468756.N /scripts/functions/init : __rvm_load_rvmrc() 18 > for _file in '"${rvm_rvmrc_files[@]}"'
++ 1394468756.N /scripts/functions/init : __rvm_load_rvmrc() 16 > [[ -s /Users/mwlang/.rvmrc ]]
++ 1394468756.N /scripts/functions/init : __rvm_load_rvmrc() 18 > for _file in '"${rvm_rvmrc_files[@]}"'
++ 1394468756.N /scripts/functions/init : __rvm_load_rvmrc() 16 > [[ -s /Users/mwlang/.rvmrc ]]
++ 1394468756.N /scripts/functions/init : __rvm_load_rvmrc() 31 > return 0
++ 1394468756.N /scripts/selector_parse : __rvm_ruby_string_parse_() 56 > rvm_ruby_repo_url=
++ 1394468756.N /scripts/selector_parse : __rvm_ruby_string_parse_() 57 > rvm_ruby_repo_branch=
++ 1394468756.N /scripts/selector_parse : __rvm_ruby_string_parse_() 58 > rvm_ruby_name=
++ 1394468756.N /scripts/selector_parse : __rvm_ruby_string_parse_() 61 > [[ -z rbx-2.2.5 ]]
++ 1394468756.N /scripts/selector_parse : __rvm_ruby_string_parse_() 74 > strings=()
++ 1394468756.N /scripts/selector_parse : __rvm_ruby_string_parse_() 75 > __rvm_custom_separated_array strings - rbx-2.2.5
++ 1394468756.N /scripts/functions/utility : __rvm_custom_separated_array() 1 > typeset IFS
++ 1394468756.N /scripts/functions/utility : __rvm_custom_separated_array() 2 > IFS=-
++ 1394468756.N /scripts/functions/utility : __rvm_custom_separated_array() 3 > [[ -n '' ]]
++ 1394468756.N /scripts/functions/utility : __rvm_custom_separated_array() 5 > eval 'strings+=( $3 )'
+++ 1394468756.N /scripts/functions/utility : __rvm_custom_separated_array() -218 > strings+=($3)
++ 1394468756.N /scripts/selector_parse : __rvm_ruby_string_parse_() -143 > rvm_ruby_string=rbx-2.2.5
++ 1394468756.N /scripts/selector_parse : __rvm_ruby_string_parse_() 82 > for string in '${strings[@]}'
++ 1394468756.N /scripts/selector_parse : __rvm_ruby_string_parse_() 84 > case "$string" in
++ 1394468756.N /scripts/selector_parse : __rvm_ruby_string_parse_() -9 > rvm_ruby_interpreter=rbx
++ 1394468756.N /scripts/selector_parse : __rvm_ruby_string_parse_() 82 > for string in '${strings[@]}'
++ 1394468756.N /scripts/selector_parse : __rvm_ruby_string_parse_() 84 > case "$string" in
++ 1394468756.N /scripts/selector_parse : __rvm_ruby_string_parse_() -83 > rvm_ruby_version=2.2.5
++ 1394468756.N /scripts/selector_parse : __rvm_ruby_string_parse_() -82 > rvm_ruby_revision=
++ 1394468756.N /scripts/selector_parse : __rvm_ruby_string_parse_() -81 > rvm_ruby_tag=
++ 1394468756.N /scripts/selector_parse : __rvm_ruby_string_parse_() 6 > [[ -z rbx ]]
++ 1394468756.N /scripts/selector_parse : __rvm_ruby_string_parse_() 13 > true
++ 1394468756.N /scripts/selector_parse : __rvm_ruby_string_parse() 56 > (( 0 == 1 ))
++ 1394468756.N /scripts/selector_parse : __rvm_ruby_string_parse() 71 > __rvm_ruby_string_parse_
++ 1394468756.N /scripts/selector_parse : __rvm_ruby_string_parse_() 1 > typeset ruby_string gemset_name expanded_alias_name repo_url branch_name ruby_name
++ 1394468756.N /scripts/selector_parse : __rvm_ruby_string_parse_() 4 > ruby_string=rbx-2.2.5
++ 1394468756.N /scripts/selector_parse : __rvm_ruby_string_parse_() 5 > gemset_name=
++ 1394468756.N /scripts/selector_parse : __rvm_ruby_string_parse_() 6 > repo_url=
++ 1394468756.N /scripts/selector_parse : __rvm_ruby_string_parse_() 7 > branch_name=
++ 1394468756.N /scripts/selector_parse : __rvm_ruby_string_parse_() 8 > ruby_name=
++ 1394468756.N /scripts/selector_parse : __rvm_ruby_string_parse_() 10 > __rvm_unset_ruby_variables
++ 1394468756.N /scripts/functions/env : __rvm_unset_ruby_variables() 2 > unset rvm_env_string rvm_ruby_string rvm_ruby_strings rvm_ruby_binary rvm_ruby_gem_home rvm_ruby_gem_path rvm_ruby_home rvm_ruby_interpreter rvm_ruby_irbrc rvm_ruby_log_path rvm_ruby_major_version rvm_ruby_minor_version rvm_ruby_package_name rvm_ruby_patch_level rvm_ruby_release_version rvm_ruby_repo_url rvm_ruby_repo_branch rvm_ruby_revision rvm_ruby_selected_flag rvm_ruby_tag rvm_ruby_version rvm_head_flag rvm_ruby_package_file rvm_ruby_configure rvm_ruby_name rvm_ruby_url rvm_ruby_global_gems_path rvm_ruby_args rvm_ruby_name rvm_llvm_flag
++ 1394468756.N /scripts/functions/env : __rvm_unset_ruby_variables() 3 > __rvm_load_rvmrc
++ 1394468756.N /scripts/functions/init : __rvm_load_rvmrc() 1 > typeset _file
++ 1394468756.N /scripts/functions/init : __rvm_load_rvmrc() 2 > typeset -a rvm_rvmrc_files
++ 1394468756.N /scripts/functions/init : __rvm_load_rvmrc() 3 > (( 0 == 1 ))
++ 1394468756.N /scripts/functions/init : __rvm_load_rvmrc() 8 > [[ -n 0022 ]]
++ 1394468756.N /scripts/functions/init : __rvm_load_rvmrc() 10 > rvm_rvmrc_files=("/etc/rvmrc" "$HOME/.rvmrc")
++ 1394468756.N /scripts/functions/init : __rvm_load_rvmrc() 11 > [[ -n /Users/mwlang ]]
++ 1394468757.N /scripts/functions/init : __rvm_load_rvmrc() 11 > [[ /Users/mwlang/.rvmrc -ef /Users/mwlang/.rvmrc ]]
++ 1394468757.N /scripts/functions/init : __rvm_load_rvmrc() 12 > rvm_rvmrc_files+=("${rvm_prefix}/.rvmrc")
++ 1394468757.N /scripts/functions/init : __rvm_load_rvmrc() 18 > for _file in '"${rvm_rvmrc_files[@]}"'
++ 1394468757.N /scripts/functions/init : __rvm_load_rvmrc() 16 > [[ -s /etc/rvmrc ]]
++ 1394468757.N /scripts/functions/init : __rvm_load_rvmrc() 18 > for _file in '"${rvm_rvmrc_files[@]}"'
++ 1394468757.N /scripts/functions/init : __rvm_load_rvmrc() 16 > [[ -s /Users/mwlang/.rvmrc ]]
++ 1394468757.N /scripts/functions/init : __rvm_load_rvmrc() 18 > for _file in '"${rvm_rvmrc_files[@]}"'
++ 1394468757.N /scripts/functions/init : __rvm_load_rvmrc() 16 > [[ -s /Users/mwlang/.rvmrc ]]
++ 1394468757.N /scripts/functions/init : __rvm_load_rvmrc() 31 > return 0
++ 1394468757.N /scripts/selector_parse : __rvm_ruby_string_parse_() 56 > rvm_ruby_repo_url=
++ 1394468757.N /scripts/selector_parse : __rvm_ruby_string_parse_() 57 > rvm_ruby_repo_branch=
++ 1394468757.N /scripts/selector_parse : __rvm_ruby_string_parse_() 58 > rvm_ruby_name=
++ 1394468757.N /scripts/selector_parse : __rvm_ruby_string_parse_() 61 > [[ -z rbx-2.2.5 ]]
++ 1394468757.N /scripts/selector_parse : __rvm_ruby_string_parse_() 74 > strings=()
++ 1394468757.N /scripts/selector_parse : __rvm_ruby_string_parse_() 75 > __rvm_custom_separated_array strings - rbx-2.2.5
++ 1394468757.N /scripts/functions/utility : __rvm_custom_separated_array() 1 > typeset IFS
++ 1394468757.N /scripts/functions/utility : __rvm_custom_separated_array() 2 > IFS=-
++ 1394468757.N /scripts/functions/utility : __rvm_custom_separated_array() 3 > [[ -n '' ]]
++ 1394468757.N /scripts/functions/utility : __rvm_custom_separated_array() 5 > eval 'strings+=( $3 )'
+++ 1394468757.N /scripts/functions/utility : __rvm_custom_separated_array() -218 > strings+=($3)
++ 1394468757.N /scripts/selector_parse : __rvm_ruby_string_parse_() -143 > rvm_ruby_string=rbx-2.2.5
++ 1394468757.N /scripts/selector_parse : __rvm_ruby_string_parse_() 82 > for string in '${strings[@]}'
++ 1394468757.N /scripts/selector_parse : __rvm_ruby_string_parse_() 84 > case "$string" in
++ 1394468757.N /scripts/selector_parse : __rvm_ruby_string_parse_() -9 > rvm_ruby_interpreter=rbx
++ 1394468757.N /scripts/selector_parse : __rvm_ruby_string_parse_() 82 > for string in '${strings[@]}'
++ 1394468757.N /scripts/selector_parse : __rvm_ruby_string_parse_() 84 > case "$string" in
++ 1394468757.N /scripts/selector_parse : __rvm_ruby_string_parse_() -83 > rvm_ruby_version=2.2.5
++ 1394468757.N /scripts/selector_parse : __rvm_ruby_string_parse_() -82 > rvm_ruby_revision=
++ 1394468757.N /scripts/selector_parse : __rvm_ruby_string_parse_() -81 > rvm_ruby_tag=
++ 1394468757.N /scripts/selector_parse : __rvm_ruby_string_parse_() 6 > [[ -z rbx ]]
++ 1394468757.N /scripts/selector_parse : __rvm_ruby_string_parse_() 13 > true
++ 1394468757.N /scripts/selector_parse : __rvm_ruby_string_parse() 74 > (( __check_latest ))
++ 1394468757.N /scripts/selector_parse : __rvm_ruby_string_parse() 82 > [[ -z rbx ]]
++ 1394468757.N /scripts/selector : __rvm_ruby_string() 114 > __rvm_ruby_string_installed
++ 1394468757.N /scripts/selector : __rvm_ruby_string_installed() 3 > [[ -n rbx ]]
++ 1394468757.N /scripts/selector : __rvm_ruby_string_installed() 3 > [[ -n rbx-2.2.5 ]]
++ 1394468757.N /scripts/selector : __rvm_ruby_string_installed() 3 > [[ -d /Users/mwlang/.rvm/rubies/rbx-2.2.5 ]]
++ 1394468757.N /scripts/selector : __rvm_ruby_string() 75 > __rvm_ruby_string_remotely_available
++ 1394468757.N /scripts/selector : __rvm_ruby_string_remotely_available() 1 > (( 0 == 1 ))
++ 1394468757.N /scripts/selector : __rvm_ruby_string() 69 > __rvm_ruby_string_autodetect
++ 1394468757.N /scripts/selector : __rvm_ruby_string_autodetect() 5 > [[ -z 2.2.5 ]]
++ 1394468757.N /scripts/selector : __rvm_ruby_string_autodetect() 24 > (( 0 ))
++ 1394468757.N /scripts/selector : __rvm_ruby_string_autodetect() 30 > rvm_ruby_string=rbx-2.2.5
++ 1394468757.N /scripts/selector : __rvm_ruby_string_autodetect() 32 > [[ rbx == \e\x\t ]]
++ 1394468757.N /scripts/selector : __rvm_ruby_string_autodetect() 36 > [[ 0 == \1 ]]
++ 1394468757.N /scripts/selector : __rvm_ruby_string_autodetect() 36 > [[ -n '' ]]
++ 1394468757.N /scripts/selector : __rvm_ruby_string_autodetect() 36 > [[ -n '' ]]
++ 1394468757.N /scripts/selector : __rvm_ruby_string_autodetect() 60 > [[ -n '' ]]
++ 1394468757.N /scripts/selector : __rvm_ruby_string_autodetect() 64 > [[ -n '' ]]
++ 1394468757.N /scripts/selector : __rvm_ruby_string_autodetect() 68 > [[ -n '' ]]
++ 1394468757.N /scripts/selector : __rvm_ruby_string_autodetect() 73 > (( 0 == 1 ))
++ 1394468757.N /scripts/selector : __rvm_ruby_string_autodetect() 84 > [[ -n '' ]]
+++ 1394468757.N /scripts/selector : __rvm_ruby_string_autodetect() -266 > __rvm_db rbx_2.2.5_patch_level
+++ 1394468757.N /scripts/functions/db : __rvm_db() 1 > typeset value key variable
+++ 1394468757.N /scripts/functions/db : __rvm_db() 2 > key=rbx_2.2.5_patch_level
+++ 1394468757.N /scripts/functions/db : __rvm_db() 3 > key=rbx_2.2.5_patch_level
+++ 1394468757.N /scripts/functions/db : __rvm_db() 4 > variable=
+++ 1394468757.N /scripts/functions/db : __rvm_db() 6 > [[ -f /Users/mwlang/.rvm/user/db ]]
++++ 1394468757.N /scripts/functions/db : __rvm_db() 1 > __rvm_db_ /Users/mwlang/.rvm/user/db rbx_2.2.5_patch_level
++++ 1394468757.N /scripts/functions/db : __rvm_db_() 1 > typeset __db __key __value
++++ 1394468757.N /scripts/functions/db : __rvm_db_() 2 > __db=/Users/mwlang/.rvm/user/db
++++ 1394468757.N /scripts/functions/db : __rvm_db_() 3 > __key=rbx_2.2.5_patch_level
++++ 1394468757.N /scripts/functions/db : __rvm_db_() 4 > shift 2
++++ 1394468757.N /scripts/functions/db : __rvm_db_() 5 > __value=
++++ 1394468757.N /scripts/functions/db : __rvm_db_() 65 > case "${__value}" in
++++ 1394468757.N /scripts/functions/db : __rvm_db_() 11 > __rvm_db_get /Users/mwlang/.rvm/user/db rbx_2.2.5_patch_level
++++ 1394468757.N /scripts/functions/db : __rvm_db_get() 1 > [[ -f /Users/mwlang/.rvm/user/db ]]
++++ 1394468757.N /scripts/functions/db : __rvm_db_get() 2 > __rvm_grep '^rbx_2.2.5_patch_level=' /Users/mwlang/.rvm/user/db
++++ 1394468757.N /scripts/functions/db : __rvm_db_get() 2 > __rvm_sed -e 's#^rbx_2.2.5_patch_level=##' -e '/^$/d'
++++ 1394468757.N /scripts/functions/support : __rvm_sed() 0 > sed -e 's#^rbx_2.2.5_patch_level=##' -e '/^$/d'
++++ 1394468757.N /scripts/functions/support : __rvm_grep() 0 > GREP_OPTIONS=
++++ 1394468757.N /scripts/functions/support : __rvm_grep() 0 > grep '^rbx_2.2.5_patch_level=' /Users/mwlang/.rvm/user/db
++++ 1394468757.N /scripts/functions/support : __rvm_grep() 0 > return 1
+++ 1394468757.N /scripts/functions/db : __rvm_db() 7 > value=
+++ 1394468757.N /scripts/functions/db : __rvm_db() 9 > [[ -z '' ]]
+++ 1394468757.N /scripts/functions/db : __rvm_db() 9 > [[ -f /Users/mwlang/.rvm/config/db ]]
++++ 1394468757.N /scripts/functions/db : __rvm_db() 4 > __rvm_db_ /Users/mwlang/.rvm/config/db rbx_2.2.5_patch_level
++++ 1394468757.N /scripts/functions/db : __rvm_db_() 1 > typeset __db __key __value
++++ 1394468757.N /scripts/functions/db : __rvm_db_() 2 > __db=/Users/mwlang/.rvm/config/db
++++ 1394468757.N /scripts/functions/db : __rvm_db_() 3 > __key=rbx_2.2.5_patch_level
++++ 1394468757.N /scripts/functions/db : __rvm_db_() 4 > shift 2
++++ 1394468757.N /scripts/functions/db : __rvm_db_() 5 > __value=
++++ 1394468757.N /scripts/functions/db : __rvm_db_() 65 > case "${__value}" in
++++ 1394468757.N /scripts/functions/db : __rvm_db_() 11 > __rvm_db_get /Users/mwlang/.rvm/config/db rbx_2.2.5_patch_level
++++ 1394468757.N /scripts/functions/db : __rvm_db_get() 1 > [[ -f /Users/mwlang/.rvm/config/db ]]
++++ 1394468757.N /scripts/functions/db : __rvm_db_get() 2 > __rvm_grep '^rbx_2.2.5_patch_level=' /Users/mwlang/.rvm/config/db
++++ 1394468757.N /scripts/functions/db : __rvm_db_get() 2 > __rvm_sed -e 's#^rbx_2.2.5_patch_level=##' -e '/^$/d'
++++ 1394468757.N /scripts/functions/support : __rvm_sed() 0 > sed -e 's#^rbx_2.2.5_patch_level=##' -e '/^$/d'
++++ 1394468757.N /scripts/functions/support : __rvm_grep() 0 > GREP_OPTIONS=
++++ 1394468757.N /scripts/functions/support : __rvm_grep() 0 > grep '^rbx_2.2.5_patch_level=' /Users/mwlang/.rvm/config/db
++++ 1394468757.N /scripts/functions/support : __rvm_grep() 0 > return 1
+++ 1394468757.N /scripts/functions/db : __rvm_db() 10 > value=
+++ 1394468757.N /scripts/functions/db : __rvm_db() 13 > [[ -n '' ]]
+++ 1394468757.N /scripts/functions/db : __rvm_db() 20 > true
++ 1394468757.N /scripts/selector : __rvm_ruby_string_autodetect() 87 > rvm_ruby_patch_level=
++ 1394468757.N /scripts/selector : __rvm_ruby_string_autodetect() 88 > [[ -n '' ]]
++ 1394468757.N /scripts/selector : __rvm_ruby_string_autodetect() 92 > true
++ 1394468757.N /scripts/selector : __rvm_ruby_string() -11 > rvm_ruby_string=rbx-2.2.5
++ 1394468757.N /scripts/selector : __rvm_ruby_string() -7 > detected_rvm_ruby_name=
++ 1394468757.N /scripts/selector : __rvm_ruby_string() -5 > rvm_ruby_name=
++ 1394468757.N /scripts/selector : __rvm_ruby_string() -4 > true
++ 1394468757.N /scripts/selector : __rvm_select() -266 > __rvm_select_after_parse
++ 1394468757.N /scripts/selector : __rvm_select_after_parse() 1 > __rvm_select_interpreter_variables
++ 1394468757.N /scripts/selector : __rvm_select_interpreter_variables() 1 > rvm_archive_extension=tar.gz
++ 1394468757.N /scripts/selector : __rvm_select_interpreter_variables() 3 > [[ -z rbx ]]
++ 1394468757.N /scripts/selector : __rvm_select_interpreter_variables() 7 > rvm_ruby_interpreter=rbx
++ 1394468757.N /scripts/selector : __rvm_select_interpreter_variables() 10 > is_a_function __rvm_select_interpreter_rbx
++ 1394468757.N /scripts/functions/support : is_a_function() 1 > typeset -f __rvm_select_interpreter_rbx
++ 1394468757.N /scripts/selector : __rvm_select_interpreter_variables() 35 > __rvm_select_interpreter_rbx
++ 1394468757.N /scripts/selector_interpreters : __rvm_select_interpreter_rbx() 1 > __rvm_select_rbx_nightly
++ 1394468757.N /scripts/selector_interpreters : __rvm_select_rbx_nightly() 1 > (( 0 == 1 ))
++ 1394468757.N /scripts/selector_interpreters : __rvm_select_rbx_nightly() 1 > return 0
++ 1394468757.N /scripts/selector_interpreters : __rvm_select_interpreter_rbx() 165 > rvm_ruby_interpreter=rbx
++ 1394468757.N /scripts/selector_interpreters : __rvm_select_interpreter_rbx() 167 > __rvm_select_rbx_compatibility_branch
++ 1394468757.N /scripts/selector_interpreters : __rvm_select_rbx_compatibility_branch() 49 > case "${rvm_ruby_version}" in
++ 1394468757.N /scripts/selector_interpreters : __rvm_select_rbx_compatibility_branch() 7 > [[ 0 == 1 ]]
++ 1394468757.N /scripts/selector_interpreters : __rvm_select_rbx_compatibility_branch() 12 > [[ 0 == 1 ]]
++ 1394468757.N /scripts/selector_interpreters : __rvm_select_rbx_compatibility_branch() 18 > true
++ 1394468757.N /scripts/selector_interpreters : __rvm_select_interpreter_rbx() 126 > (( 0 == 0 ))
++ 1394468757.N /scripts/selector_interpreters : __rvm_select_interpreter_rbx() 127 > [[ -z '' ]]
++ 1394468757.N /scripts/selector_interpreters : __rvm_select_interpreter_rbx() 128 > [[ 2.2.5 != \h\e\a\d ]]
++ 1394468757.N /scripts/selector_interpreters : __rvm_select_interpreter_rbx() 131 > __rvm_version_compare 2.2.5 -ge 2.0.0
++ 1394468757.N /scripts/functions/utility : __rvm_version_compare() 1 > typeset first
+++ 1394468757.N /scripts/functions/utility : __rvm_version_compare() -186 > printf %b '2.2.5\n2.0.0\n'
+++ 1394468757.N /scripts/functions/utility : __rvm_version_compare() -186 > __rvm_version_sort
+++ 1394468757.N /scripts/functions/utility : __rvm_version_compare() -186 > head -n1
+++ 1394468757.N /scripts/functions/utility : __rvm_version_sort() 1 > LC_ALL=C
+++ 1394468757.N /scripts/functions/utility : __rvm_version_sort() 1 > sort -t. -k 1,1n -k 2,2n -k 3,3n -k 4,4n -k 5,5n
++ 1394468757.N /scripts/functions/utility : __rvm_version_compare() 2 > first=2.0.0
++ 1394468757.N /scripts/functions/utility : __rvm_version_compare() 192 > case "$2" in
++ 1394468757.N /scripts/functions/utility : __rvm_version_compare() 15 > [[ 2.0.0 == \2\.\0\.\0 ]]
++ 1394468757.N /scripts/functions/utility : __rvm_version_compare() 28 > return 0
+++ 1394468757.N /scripts/selector_interpreters : __rvm_select_interpreter_rbx() -195 > __rvm_db rbx_2.0.0_url
+++ 1394468757.N /scripts/functions/db : __rvm_db() 1 > typeset value key variable
+++ 1394468757.N /scripts/functions/db : __rvm_db() 2 > key=rbx_2.0.0_url
+++ 1394468757.N /scripts/functions/db : __rvm_db() 3 > key=rbx_2.0.0_url
+++ 1394468757.N /scripts/functions/db : __rvm_db() 4 > variable=
+++ 1394468757.N /scripts/functions/db : __rvm_db() 6 > [[ -f /Users/mwlang/.rvm/user/db ]]
++++ 1394468757.N /scripts/functions/db : __rvm_db() 1 > __rvm_db_ /Users/mwlang/.rvm/user/db rbx_2.0.0_url
++++ 1394468757.N /scripts/functions/db : __rvm_db_() 1 > typeset __db __key __value
++++ 1394468757.N /scripts/functions/db : __rvm_db_() 2 > __db=/Users/mwlang/.rvm/user/db
++++ 1394468757.N /scripts/functions/db : __rvm_db_() 3 > __key=rbx_2.0.0_url
++++ 1394468757.N /scripts/functions/db : __rvm_db_() 4 > shift 2
++++ 1394468757.N /scripts/functions/db : __rvm_db_() 5 > __value=
++++ 1394468757.N /scripts/functions/db : __rvm_db_() 65 > case "${__value}" in
++++ 1394468757.N /scripts/functions/db : __rvm_db_() 11 > __rvm_db_get /Users/mwlang/.rvm/user/db rbx_2.0.0_url
++++ 1394468757.N /scripts/functions/db : __rvm_db_get() 1 > [[ -f /Users/mwlang/.rvm/user/db ]]
++++ 1394468757.N /scripts/functions/db : __rvm_db_get() 2 > __rvm_grep '^rbx_2.0.0_url=' /Users/mwlang/.rvm/user/db
++++ 1394468757.N /scripts/functions/db : __rvm_db_get() 2 > __rvm_sed -e 's#^rbx_2.0.0_url=##' -e '/^$/d'
++++ 1394468757.N /scripts/functions/support : __rvm_sed() 0 > sed -e 's#^rbx_2.0.0_url=##' -e '/^$/d'
++++ 1394468757.N /scripts/functions/support : __rvm_grep() 0 > GREP_OPTIONS=
++++ 1394468757.N /scripts/functions/support : __rvm_grep() 0 > grep '^rbx_2.0.0_url=' /Users/mwlang/.rvm/user/db
++++ 1394468757.N /scripts/functions/support : __rvm_grep() 0 > return 1
+++ 1394468757.N /scripts/functions/db : __rvm_db() 7 > value=
+++ 1394468757.N /scripts/functions/db : __rvm_db() 9 > [[ -z '' ]]
+++ 1394468757.N /scripts/functions/db : __rvm_db() 9 > [[ -f /Users/mwlang/.rvm/config/db ]]
++++ 1394468757.N /scripts/functions/db : __rvm_db() 4 > __rvm_db_ /Users/mwlang/.rvm/config/db rbx_2.0.0_url
++++ 1394468757.N /scripts/functions/db : __rvm_db_() 1 > typeset __db __key __value
++++ 1394468757.N /scripts/functions/db : __rvm_db_() 2 > __db=/Users/mwlang/.rvm/config/db
++++ 1394468757.N /scripts/functions/db : __rvm_db_() 3 > __key=rbx_2.0.0_url
++++ 1394468757.N /scripts/functions/db : __rvm_db_() 4 > shift 2
++++ 1394468757.N /scripts/functions/db : __rvm_db_() 5 > __value=
++++ 1394468757.N /scripts/functions/db : __rvm_db_() 65 > case "${__value}" in
++++ 1394468757.N /scripts/functions/db : __rvm_db_() 11 > __rvm_db_get /Users/mwlang/.rvm/config/db rbx_2.0.0_url
++++ 1394468757.N /scripts/functions/db : __rvm_db_get() 1 > [[ -f /Users/mwlang/.rvm/config/db ]]
++++ 1394468757.N /scripts/functions/db : __rvm_db_get() 2 > __rvm_sed -e 's#^rbx_2.0.0_url=##' -e '/^$/d'
++++ 1394468757.N /scripts/functions/db : __rvm_db_get() 2 > __rvm_grep '^rbx_2.0.0_url=' /Users/mwlang/.rvm/config/db
++++ 1394468757.N /scripts/functions/support : __rvm_sed() 0 > sed -e 's#^rbx_2.0.0_url=##' -e '/^$/d'
++++ 1394468757.N /scripts/functions/support : __rvm_grep() 0 > GREP_OPTIONS=
++++ 1394468757.N /scripts/functions/support : __rvm_grep() 0 > grep '^rbx_2.0.0_url=' /Users/mwlang/.rvm/config/db
+++ 1394468757.N /scripts/functions/db : __rvm_db() 10 > value=http://releases.rubini.us
+++ 1394468757.N /scripts/functions/db : __rvm_db() 13 > [[ -n http://releases.rubini.us ]]
+++ 1394468757.N /scripts/functions/db : __rvm_db() 15 > [[ -n '' ]]
+++ 1394468757.N /scripts/functions/db : __rvm_db() 17 > echo http://releases.rubini.us
+++ 1394468757.N /scripts/functions/db : __rvm_db() 20 > true
++ 1394468757.N /scripts/selector_interpreters : __rvm_select_interpreter_rbx() -7 > rbx_url=http://releases.rubini.us
++ 1394468757.N /scripts/selector_interpreters : __rvm_select_interpreter_rbx() -6 > rvm_archive_extension=tar.bz2
++ 1394468757.N /scripts/selector_interpreters : __rvm_select_interpreter_rbx() -5 > rvm_ruby_package_file=rubinius-2.2.5
++ 1394468757.N /scripts/selector_interpreters : __rvm_select_interpreter_rbx() -4 > rvm_ruby_url=http://releases.rubini.us/rubinius-2.2.5.tar.bz2
++ 1394468758.N /scripts/selector_interpreters : __rvm_select_interpreter_rbx() 11 > [[ -n '' ]]
++ 1394468758.N /scripts/selector_interpreters : __rvm_select_interpreter_rbx() 14 > true
++ 1394468758.N /scripts/selector : __rvm_select_after_parse() -93 > __rvm_select_version_variables
++ 1394468758.N /scripts/selector : __rvm_select_version_variables() 54 > case "$rvm_ruby_version" in
++ 1394468758.N /scripts/selector : __rvm_select_version_variables() 3 > rvm_ruby_release_version=2
++ 1394468758.N /scripts/selector : __rvm_select_version_variables() 4 > rvm_ruby_major_version=2.2
++ 1394468758.N /scripts/selector : __rvm_select_version_variables() 5 > rvm_ruby_major_version=2
++ 1394468758.N /scripts/selector : __rvm_select_version_variables() 6 > rvm_ruby_minor_version=5
++ 1394468758.N /scripts/selector : __rvm_select_after_parse() 43 > __rvm_select_default_variables
++ 1394468758.N /scripts/selector : __rvm_select_default_variables() 1 > [[ rbx != ext ]]
++ 1394468758.N /scripts/selector : __rvm_select_default_variables() 2 > rvm_ruby_package_name=rbx-2.2.5
++ 1394468758.N /scripts/selector : __rvm_select_default_variables() 5 > rvm_ruby_home=/Users/mwlang/.rvm/rubies/rbx-2.2.5
++ 1394468758.N /scripts/selector : __rvm_select_default_variables() 6 > rvm_ruby_binary=/Users/mwlang/.rvm/rubies/rbx-2.2.5/bin/ruby
++ 1394468758.N /scripts/selector : __rvm_select_default_variables() 7 > rvm_ruby_irbrc=/Users/mwlang/.rvm/rubies/rbx-2.2.5/.irbrc
++ 1394468758.N /scripts/selector : __rvm_select_after_parse() 29 > [[ system == \r\b\x ]]
++ 1394468758.N /scripts/selector : __rvm_select_after_parse() 29 > __rvm_gemset_select
++ 1394468758.N /scripts/selector_gemsets : __rvm_gemset_select() 1 > __rvm_gemset_select_only
++ 1394468758.N /scripts/selector_gemsets : __rvm_gemset_select_only() 1 > rvm_ruby_gem_home=/Users/mwlang/.rvm/gems/rbx-2.2.5
++ 1394468758.N /scripts/selector_gemsets : __rvm_gemset_select_only() 3 > : rvm_ignore_gemsets_flag:0:
++ 1394468758.N /scripts/selector_gemsets : __rvm_gemset_select_only() 4 > (( rvm_ignore_gemsets_flag ))
++ 1394468758.N /scripts/selector_gemsets : __rvm_gemset_select_only() 10 > rvm_ruby_global_gems_path=/Users/mwlang/.rvm/gems/rbx-2.2.5@global
++ 1394468758.N /scripts/selector_gemsets : __rvm_gemset_select_only() 12 > __rvm_gemset_handle_default
++ 1394468758.N /scripts/selector_gemsets : __rvm_gemset_handle_default() 1 > rvm_gemset_name=@@
++ 1394468758.N /scripts/selector_gemsets : __rvm_gemset_handle_default() 2 > rvm_gemset_name=@@
++ 1394468758.N /scripts/selector_gemsets : __rvm_gemset_handle_default() 4 > rvm_gemset_name=
++ 1394468758.N /scripts/selector_gemsets : __rvm_gemset_select_only() 62 > [[ -z '' ]]
++ 1394468758.N /scripts/selector_gemsets : __rvm_gemset_select_only() 65 > [[ '' == \g\l\o\b\a\l ]]
++ 1394468758.N /scripts/selector_gemsets : __rvm_gemset_select_only() 69 > rvm_ruby_gem_path=/Users/mwlang/.rvm/gems/rbx-2.2.5:/Users/mwlang/.rvm/gems/rbx-2.2.5@global
++ 1394468758.N /scripts/selector_gemsets : __rvm_gemset_select_only() 73 > [[ -n '' ]]
++ 1394468758.N /scripts/selector_gemsets : __rvm_gemset_select_only() 77 > rvm_env_string=rbx-2.2.5
++ 1394468758.N /scripts/selector_gemsets : __rvm_gemset_select_only() 79 > true
++ 1394468758.N /scripts/selector_gemsets : __rvm_gemset_select() 137 > __rvm_gemset_select_validation
++ 1394468758.N /scripts/selector_gemsets : __rvm_gemset_select_validation() 3 > [[ ! -d /Users/mwlang/.rvm/gems/rbx-2.2.5 ]]
++ 1394468758.N /scripts/selector_gemsets : __rvm_gemset_select_validation() 6 > (( 0 == 0 && 0 == 0 && 0 == 0 ))
++ 1394468758.N /scripts/selector_gemsets : __rvm_gemset_select_validation() 8 > rvm_expected_gemset_name=
++ 1394468758.N /scripts/selector_gemsets : __rvm_gemset_select_validation() 9 > rvm_gemset_name=
++ 1394468758.N /scripts/selector_gemsets : __rvm_gemset_select_validation() 10 > __rvm_gemset_select_only
++ 1394468758.N /scripts/selector_gemsets : __rvm_gemset_select_only() 1 > rvm_ruby_gem_home=/Users/mwlang/.rvm/gems/rbx-2.2.5
++ 1394468758.N /scripts/selector_gemsets : __rvm_gemset_select_only() 3 > : rvm_ignore_gemsets_flag:0:
++ 1394468758.N /scripts/selector_gemsets : __rvm_gemset_select_only() 4 > (( rvm_ignore_gemsets_flag ))
++ 1394468758.N /scripts/selector_gemsets : __rvm_gemset_select_only() 10 > rvm_ruby_global_gems_path=/Users/mwlang/.rvm/gems/rbx-2.2.5@global
++ 1394468758.N /scripts/selector_gemsets : __rvm_gemset_select_only() 12 > __rvm_gemset_handle_default
++ 1394468758.N /scripts/selector_gemsets : __rvm_gemset_handle_default() 1 > rvm_gemset_name=@@
++ 1394468758.N /scripts/selector_gemsets : __rvm_gemset_handle_default() 2 > rvm_gemset_name=@@
++ 1394468758.N /scripts/selector_gemsets : __rvm_gemset_handle_default() 4 > rvm_gemset_name=
++ 1394468758.N /scripts/selector_gemsets : __rvm_gemset_select_only() 62 > [[ -z '' ]]
++ 1394468758.N /scripts/selector_gemsets : __rvm_gemset_select_only() 65 > [[ '' == \g\l\o\b\a\l ]]
++ 1394468758.N /scripts/selector_gemsets : __rvm_gemset_select_only() 69 > rvm_ruby_gem_path=/Users/mwlang/.rvm/gems/rbx-2.2.5:/Users/mwlang/.rvm/gems/rbx-2.2.5@global
++ 1394468758.N /scripts/selector_gemsets : __rvm_gemset_select_only() 73 > [[ -n '' ]]
++ 1394468758.N /scripts/selector_gemsets : __rvm_gemset_select_only() 77 > rvm_env_string=rbx-2.2.5
++ 1394468758.N /scripts/selector_gemsets : __rvm_gemset_select_only() 79 > true
++ 1394468758.N /scripts/selector_gemsets : __rvm_gemset_select_validation() 94 > return 2
++ 1394468758.N /scripts/selector_gemsets : __rvm_gemset_select() 138 > return 2
++ 1394468758.N /scripts/selector : __rvm_select_after_parse() 96 > return 0
++ 1394468758.N /scripts/functions/manage/base_install : __rvm_install_ruby() 340 > [[ -n '' ]]
++ 1394468758.N /scripts/functions/manage/base_install : __rvm_install_ruby() 359 > [[ -n '' ]]
++ 1394468758.N /scripts/functions/manage/base_install : __rvm_install_ruby() 365 > __rvm_select_late
++ 1394468758.N /scripts/selector_late : __rvm_select_late() 2 > is_a_function __rvm_select_late_rbx
++ 1394468758.N /scripts/functions/support : is_a_function() 1 > typeset -f __rvm_select_late_rbx
++ 1394468758.N /scripts/selector_late : __rvm_select_late() 4 > __rvm_select_late_rbx
++ 1394468758.N /scripts/selector_late : __rvm_select_late_rbx() 5 > [[ -n rubinius-2.2.5 ]]
++ 1394468758.N /scripts/selector_late : __rvm_select_late_rbx() 5 > [[ -f /Users/mwlang/.rvm/archives/rubinius-2.2.5 ]]
++ 1394468758.N /scripts/selector_late : __rvm_select_late_rbx() 8 > [[ -n http://releases.rubini.us/rubinius-2.2.5.tar.bz2 ]]
++ 1394468758.N /scripts/selector_late : __rvm_select_late_rbx() 9 > file_exists_at_url http://releases.rubini.us/rubinius-2.2.5.tar.bz2
++ 1394468758.N /scripts/functions/utility : file_exists_at_url() 22 > [[ -n http://releases.rubini.us/rubinius-2.2.5.tar.bz2 ]]
++ 1394468758.N /scripts/functions/utility : file_exists_at_url() 24 > unset curl
++ 1394468758.N /scripts/functions/utility : file_exists_at_url() 25 > __rvm_curl --silent --insecure --location --list-only --max-time 5 --head http://releases.rubini.us/rubinius-2.2.5.tar.bz2
++ 1394468758.N /scripts/functions/utility : file_exists_at_url() 27 > __rvm_grep -E 'HTTP/[0-9\.]+ 200 OK'
++ 1394468759.N /scripts/selector_late : __rvm_select_late_rbx() -233 > rvm_head_flag=0
++ 1394468759.N /scripts/functions/manage/base_install : __rvm_install_ruby() 85 > (( 0 == 0 ))
++ 1394468759.N /scripts/functions/manage/base_install : __rvm_install_ruby() 86 > __rvm_remove_src_and_ruby
++ 1394468759.N /scripts/functions/manage/base_remove : __rvm_remove_src_and_ruby() 1 > typeset _dir
++ 1394468759.N /scripts/functions/manage/base_remove : __rvm_remove_src_and_ruby() 70 > for _dir in '"${rvm_src_path}"' '"${rvm_rubies_path}"'
++ 1394468759.N /scripts/functions/manage/base_remove : __rvm_remove_src_and_ruby() 5 > [[ -d /Users/mwlang/.rvm/src/rbx-2.2.5 ]]
++ 1394468759.N /scripts/functions/manage/base_remove : __rvm_remove_src_and_ruby() 7 > let __removed_counter+=1
++ 1394468759.N /scripts/functions/manage/base_remove : __rvm_remove_src_and_ruby() 8 > __rvm_log_command remove.src 'rbx-2.2.5 - #removing src' __rvm_rm_rf /Users/mwlang/.rvm/src/rbx-2.2.5
++ 1394468759.N /scripts/functions/utility_logging : __rvm_log_command() 1 > typeset name message _command_start _command_name
++ 1394468759.N /scripts/functions/utility_logging : __rvm_log_command() 2 > typeset -a _command
++ 1394468759.N /scripts/functions/utility_logging : __rvm_log_command() 4 > name=remove.src
++ 1394468759.N /scripts/functions/utility_logging : __rvm_log_command() 5 > message='rbx-2.2.5 - #removing src'
++ 1394468759.N /scripts/functions/utility_logging : __rvm_log_command() 6 > shift 2
++ 1394468759.N /scripts/functions/utility_logging : __rvm_log_command() 7 > _command=("$@")
++ 1394468759.N /scripts/functions/utility_logging : __rvm_log_command() 8 > _command_start=__rvm_rm_rf
++ 1394468759.N /scripts/functions/utility_logging : __rvm_log_command() 9 > (( 2 ))
++ 1394468759.N /scripts/functions/utility_logging : __rvm_log_command() 9 > [[ __rvm_rm_rf =~ = ]]
++ 1394468759.N /scripts/functions/utility_logging : __rvm_log_command() 12 > _command_name=__rvm_rm_rf
++ 1394468759.N /scripts/functions/utility_logging : __rvm_log_command() 14 > [[ ! __rvm_rm_rf =~ = ]]
++ 1394468759.N /scripts/functions/utility_logging : __rvm_log_command() 15 > __function_on_stack __rvm_log_command_internal
++ 1394468759.N /scripts/functions/support : __function_on_stack() 1 > __rvm_string_includes '__function_on_stack __rvm_log_command __rvm_remove_src_and_ruby __rvm_install_ruby __rvm_manage_rubies source __rvm_run_wrapper __rvm_cli_install_ruby rvm' __rvm_log_command_internal
++ 1394468759.N /scripts/functions/support : __rvm_string_includes() 1 > typeset __search '__text=__function_on_stack __rvm_log_command __rvm_remove_src_and_ruby __rvm_install_ruby __rvm_manage_rubies source __rvm_run_wrapper __rvm_cli_install_ruby rvm'
++ 1394468759.N /scripts/functions/support : __rvm_string_includes() 2 > shift
++ 1394468759.N /scripts/functions/support : __rvm_string_includes() 380 > for __search in '"$@"'
++ 1394468759.N /scripts/functions/support : __rvm_string_includes() 5 > [[ __function_on_stack __rvm_log_command __rvm_remove_src_and_ruby __rvm_install_ruby __rvm_manage_rubies source __rvm_run_wrapper __rvm_cli_install_ruby rvm =~ __rvm_log_command_internal ]]
++ 1394468759.N /scripts/functions/support : __rvm_string_includes() 9 > return 1
++ 1394468759.N /scripts/functions/support : __function_on_stack() 14 > return 1
++ 1394468759.N /scripts/functions/utility_logging : __rvm_log_command() -315 > __rvm_log_command_internal __rvm_rm_rf /Users/mwlang/.rvm/src/rbx-2.2.5
++ 1394468759.N /scripts/functions/utility_logging : __rvm_log_command_internal() 1 > typeset _log
++ 1394468759.N /scripts/functions/utility_logging : __rvm_log_command_internal() 3 > (( 0 == 0 ))
++ 1394468759.N /scripts/functions/utility_logging : __rvm_log_command_internal() 5 > __rvm_log_command_caclulate_log_file_name
++ 1394468759.N /scripts/functions/utility_logging : __rvm_log_command_caclulate_log_file_name() 1[[ -n '' ]]
++ 1394468759.N /scripts/functions/utility_logging : __rvm_log_command_caclulate_log_file_name() 1__rvm_log_command_caclulate_log_timestamp
+++ 1394468759.N /scripts/functions/utility_logging : __rvm_log_command_caclulate_log_timestamp() __rvm_date +%s
+++ 1394468759.N /scripts/functions/support : __rvm_date() 0 > date +%s
++ 1394468759.N /scripts/functions/utility_logging : __rvm_log_command_caclulate_log_timestamp() 1export rvm_log_timestamp=1394468759
++ 1394468759.N /scripts/functions/utility_logging : __rvm_log_command_caclulate_log_timestamp() 1rvm_log_timestamp=1394468759
++ 1394468759.N /scripts/functions/utility_logging : __rvm_log_command_caclulate_log_timestamp() 2rvm_debug 'Log prefix: /Users/mwlang/.rvm/log/1394468759_rbx-2.2.5/'
++ 1394468759.N /scripts/functions/logging : rvm_debug() 1 > (( 0 ))
++ 1394468759.N /scripts/functions/logging : rvm_debug() 1 > return 0
++ 1394468759.N /scripts/functions/utility_logging : __rvm_log_command_caclulate_log_file_name() -[[ -n '' ]]
++ 1394468759.N /scripts/functions/utility_logging : __rvm_log_command_caclulate_log_file_name() -__rvm_log_command_caclulate_log_filesystem
+++ 1394468759.N /scripts/functions/utility_logging : __rvm_log_command_caclulate_log_filesystem() __rvm_mount
+++ 1394468759.N /scripts/functions/utility_logging : __rvm_log_command_caclulate_log_filesystem() __rvm_awk -v rvm_path=/Users/mwlang/.rvm '
BEGIN{longest=""; fstype=""}
{if (index(rvm_path,$3)==1 && length($3)>length(longest)){longest=$3; fstype=$5}}
END{print fstype}
'
+++ 1394468759.N /scripts/functions/support : __rvm_awk() 0 > awk -v rvm_path=/Users/mwlang/.rvm '
BEGIN{longest=""; fstype=""}
{if (index(rvm_path,$3)==1 && length($3)>length(longest)){longest=$3; fstype=$5}}
END{print fstype}
'
++ 1394468759.N /scripts/functions/utility_logging : __rvm_log_command_caclulate_log_filesystem() export rvm_log_filesystem=local,
++ 1394468759.N /scripts/functions/utility_logging : __rvm_log_command_caclulate_log_filesystem() rvm_log_filesystem=local,
++ 1394468759.N /scripts/functions/utility_logging : __rvm_log_command_caclulate_log_filesystem() rvm_debug 'Log filesystem: local,'
++ 1394468759.N /scripts/functions/logging : rvm_debug() 1 > (( 0 ))
++ 1394468759.N /scripts/functions/logging : rvm_debug() 1 > return 0
++ 1394468759.N /scripts/functions/utility_logging : __rvm_log_command_caclulate_log_file_name() -[[ -n '' ]]
++ 1394468759.N /scripts/functions/utility_logging : __rvm_log_command_caclulate_log_file_name() -__rvm_log_command_caclulate_log_namelen
++ 1394468759.N /scripts/functions/utility_logging : __rvm_log_command_caclulate_log_namelen() 23 case "${rvm_log_filesystem}" in
++ 1394468759.N /scripts/functions/utility_logging : __rvm_log_command_caclulate_log_namelen() 3 >export rvm_log_namelen=250
++ 1394468759.N /scripts/functions/utility_logging : __rvm_log_command_caclulate_log_namelen() 3 >rvm_log_namelen=250
++ 1394468759.N /scripts/functions/utility_logging : __rvm_log_command_caclulate_log_namelen() 5 >rvm_debug 'Log max name length: 250'
++ 1394468759.N /scripts/functions/logging : rvm_debug() 1 > (( 0 ))
++ 1394468759.N /scripts/functions/logging : rvm_debug() 1 > return 0
++ 1394468759.N /scripts/functions/utility_logging : __rvm_log_command_caclulate_log_file_name() -name=remove.src
++ 1394468759.N /scripts/functions/utility_logging : __rvm_log_command_caclulate_log_file_name() -_log=/Users/mwlang/.rvm/log/1394468759_rbx-2.2.5/remove.src
++ 1394468759.N /scripts/functions/utility_logging : __rvm_log_command_caclulate_log_file_name() -[[ -n '' ]]
++ 1394468759.N /scripts/functions/utility_logging : __rvm_log_command_caclulate_log_file_name() -_log=/Users/mwlang/.rvm/log/1394468759_rbx-2.2.5/remove.src.log
++ 1394468759.N /scripts/functions/utility_logging : __rvm_log_command_internal() -49 > rvm_debug 'Log file: /Users/mwlang/.rvm/log/1394468759_rbx-2.2.5/remove.src.log'
++ 1394468759.N /scripts/functions/logging : rvm_debug() 1 > (( 0 ))
++ 1394468759.N /scripts/functions/logging : rvm_debug() 1 > return 0
++ 1394468759.N /scripts/functions/utility_logging : __rvm_log_command_internal() -47 > [[ -d /Users/mwlang/.rvm/log/1394468759_rbx-2.2.5 ]]
++ 1394468759.N /scripts/functions/utility_logging : __rvm_log_command_internal() -47 > mkdir -p /Users/mwlang/.rvm/log/1394468759_rbx-2.2.5
++ 1394468759.N /scripts/functions/utility_logging : __rvm_log_command_internal() -46 > [[ -f /Users/mwlang/.rvm/log/1394468759_rbx-2.2.5/remove.src.log ]]
++ 1394468759.N /scripts/functions/utility_logging : __rvm_log_command_internal() -46 > rm -f /Users/mwlang/.rvm/log/1394468759_rbx-2.2.5/remove.src.log
++ 1394468759.N /scripts/functions/utility_logging : __rvm_log_command_internal() -44 > __rvm_log_command_debug
++ 1394468759.N /scripts/functions/utility_logging : __rvm_log_command_internal() -44 > rvm_debug_stream
++ 1394468759.N /scripts/functions/utility_logging : __rvm_log_command_internal() -44 > tee /Users/mwlang/.rvm/log/1394468759_rbx-2.2.5/remove.src.log
++ 1394468759.N /scripts/functions/logging : rvm_debug_stream() 1 > (( 0 == 0 && 1 == 0 ))
+++ 1394468759.N /scripts/functions/utility_logging : __rvm_log_command_debug() -67 > __rvm_date '+%Y-%m-%d %H:%M:%S'
++ 1394468759.N /scripts/functions/logging : rvm_debug_stream() 3 > rvm_pretty_print stdout
+++ 1394468759.N /scripts/functions/support : __rvm_date() 0 > date '+%Y-%m-%d %H:%M:%S'
++ 1394468759.N /scripts/functions/logging : rvm_pretty_print() 73 > case "${rvm_pretty_print_flag:=auto}" in
++ 1394468759.N /scripts/functions/utility_logging : __rvm_log_command_debug() 1 > printf %b '[2014-03-10 12:25:59] __rvm_rm_rf\n'
++ 1394468759.N /scripts/functions/logging : rvm_pretty_print() 78 > case "${TERM:-dumb}" in
++ 1394468759.N /scripts/functions/utility_logging : __rvm_log_command_debug() 2 > is_a_function __rvm_rm_rf
++ 1394468759.N /scripts/functions/logging : rvm_pretty_print() 81 > case "$1" in
++ 1394468759.N /scripts/functions/support : is_a_function() 1 > typeset -f __rvm_rm_rf
++ 1394468759.N /scripts/functions/logging : rvm_pretty_print() 10 > [[ -t 1 ]]
++ 1394468759.N /scripts/functions/logging : rvm_pretty_print() 10 > return 1
++ 1394468759.N /scripts/functions/utility_logging : __rvm_log_command_debug() 67 > typeset -f __rvm_rm_rf
++ 1394468759.N /scripts/functions/logging : rvm_debug_stream() 84 > cat -
++ 1394468759.N /scripts/functions/utility_logging : __rvm_log_command_debug() 69 > printf %b 'current path: /Users/mwlang\n'
[2014-03-10 12:25:59] __rvm_rm_rf
__rvm_rm_rf ()
{
__rvm_rm_rf_verbose "$@"
}
current path: /Users/mwlang
++ 1394468759.N /scripts/functions/utility_logging : __rvm_log_command_debug() 70 > env
++ 1394468759.N /scripts/functions/utility_logging : __rvm_log_command_debug() 70 > grep -E '^GEM_HOME=|^GEM_PATH=|^PATH='
GEM_HOME=/Users/mwlang/.rvm/gems/ruby-2.0.0-p247
PATH=/Users/mwlang/.rvm/gems/ruby-2.0.0-p247/bin:/Users/mwlang/.rvm/gems/ruby-2.0.0-p247@global/bin:/Users/mwlang/.rvm/rubies/ruby-2.0.0-p247/bin:/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/local/sbin:/usr/local/share/npm/bin:/opt/local/bin:/opt/local/sbin:/opt/local/lib/mysql5/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/Users/mwlang/.rvm/bin
GEM_PATH=/Users/mwlang/.rvm/gems/ruby-2.0.0-p247:/Users/mwlang/.rvm/gems/ruby-2.0.0-p247@global
++ 1394468759.N /scripts/functions/utility_logging : __rvm_log_command_debug() 71 > printf %b 'command(2): __rvm_rm_rf /Users/mwlang/.rvm/src/rbx-2.2.5\n'
command(2): __rvm_rm_rf /Users/mwlang/.rvm/src/rbx-2.2.5
++ 1394468759.N /scripts/functions/utility_logging : __rvm_log_command_internal() -42 > __rvm_log_dotted /Users/mwlang/.rvm/log/1394468759_rbx-2.2.5/remove.src.log 'rbx-2.2.5 - #removing src' __rvm_rm_rf /Users/mwlang/.rvm/src/rbx-2.2.5
++ 1394468759.N /scripts/functions/utility_logging : __rvm_log_dotted() 1 > typeset __log_file __message __iterator
++ 1394468759.N /scripts/functions/utility_logging : __rvm_log_dotted() 2 > __log_file=/Users/mwlang/.rvm/log/1394468759_rbx-2.2.5/remove.src.log
++ 1394468759.N /scripts/functions/utility_logging : __rvm_log_dotted() 3 > __message='rbx-2.2.5 - #removing src'
++ 1394468759.N /scripts/functions/utility_logging : __rvm_log_dotted() 4 > shift 2
++ 1394468759.N /scripts/functions/utility_logging : __rvm_log_dotted() 6 > [[ -n '' ]]
++ 1394468759.N /scripts/functions/utility_logging : __rvm_log_dotted() 11 > __rvm_rm_rf /Users/mwlang/.rvm/src/rbx-2.2.5
++ 1394468759.N /scripts/functions/utility_logging : __rvm_log_dotted() 11 > tee -a /Users/mwlang/.rvm/log/1394468759_rbx-2.2.5/remove.src.log
++ 1394468759.N /scripts/functions/utility_logging : __rvm_log_dotted() 11 > __rvm_dotted 'rbx-2.2.5 - #removing src'
++ 1394468759.N /scripts/functions/utility_logging : __rvm_dotted() 1 > typeset flush
++ 1394468759.N /scripts/functions/utility_logging : __rvm_dotted() 3 > (( 1 ))
++ 1394468759.N /scripts/functions/utility_logging : __rvm_dotted() 4 > printf %b 'rbx-2.2.5 - #removing src'
rbx-2.2.5 - #removing src++ 1394468759.N /scripts/functions/utility_logging : __rvm_dotted() 7 > __rvm_awk '{fflush;}'
++ 1394468759.N /scripts/functions/utility_logging : __rvm_dotted() 151 > flush=fflush
+++ 1394468759.N /scripts/functions/utility_logging : __rvm_dotted() 152 > tput cub1
++ 1394468759.N /scripts/functions/utility_logging : __rvm_dotted() 157 > awk -v $'go_back=\b' '
BEGIN{ spin[0]="|"go_back; spin[1]="/"go_back; spin[2]="-"go_back; spin[3]="\\"go_back }
{
if ((NR-1)%(10)==9)
printf ".";
else
if (go_back!="") printf spin[(NR-1)%4];
fflush
}
END{print "."}
'
|/-\|/-\|..
++ 1394468760.N /scripts/functions/utility_logging : __rvm_log_dotted() 12 > __rvm_check_pipestatus 0 0 0
++ 1394468760.N /scripts/functions/utility_logging : __rvm_check_pipestatus() 195 > for __iterator in '"$@"'
++ 1394468760.N /scripts/functions/utility_logging : __rvm_check_pipestatus() 197 > case "${__iterator}" in
++ 1394468760.N /scripts/functions/utility_logging : __rvm_check_pipestatus() 5 > true
++ 1394468760.N /scripts/functions/utility_logging : __rvm_check_pipestatus() 195 > for __iterator in '"$@"'
++ 1394468760.N /scripts/functions/utility_logging : __rvm_check_pipestatus() 197 > case "${__iterator}" in
++ 1394468760.N /scripts/functions/utility_logging : __rvm_check_pipestatus() 5 > true
++ 1394468760.N /scripts/functions/utility_logging : __rvm_check_pipestatus() 195 > for __iterator in '"$@"'
++ 1394468760.N /scripts/functions/utility_logging : __rvm_check_pipestatus() 197 > case "${__iterator}" in
++ 1394468760.N /scripts/functions/utility_logging : __rvm_check_pipestatus() 5 > true
++ 1394468760.N /scripts/functions/utility_logging : __rvm_check_pipestatus() 9 > return 0
++ 1394468760.N /scripts/functions/manage/base_remove : __rvm_remove_src_and_ruby() 70 > for _dir in '"${rvm_src_path}"' '"${rvm_rubies_path}"'
++ 1394468760.N /scripts/functions/manage/base_remove : __rvm_remove_src_and_ruby() -121 > [[ -d /Users/mwlang/.rvm/rubies/rbx-2.2.5 ]]
++ 1394468760.N /scripts/functions/manage/base_remove : __rvm_remove_src_and_ruby() -113 > rvm_debug 'rbx-2.2.5 - #already removed rubies'
++ 1394468760.N /scripts/functions/logging : rvm_debug() 1 > (( 0 ))
++ 1394468760.N /scripts/functions/logging : rvm_debug() 1 > return 0
++ 1394468760.N /scripts/functions/manage/base_remove : __rvm_remove_src_and_ruby() -58 > [[ -e /Users/mwlang/.rvm/bin/rbx-2.2.5 ]]
++ 1394468760.N /scripts/functions/manage/base_install : __rvm_install_ruby() 231 > __rvm_install_ruby_try_remote
++ 1394468760.N /scripts/functions/manage/base_install : __rvm_install_ruby_try_remote() 1 > : rvm_disable_binary_flag:0: rvm_remote_flag:0:
++ 1394468760.N /scripts/functions/manage/base_install : __rvm_install_ruby_try_remote() 3 > (( rvm_remote_flag > 0 ))
++ 1394468760.N /scripts/functions/manage/base_install : __rvm_install_ruby_try_remote() 4 > (( rvm_head_flag == 0 && rvm_disable_binary_flag == 0 ))
++ 1394468760.N /scripts/functions/manage/base_install : __rvm_install_ruby_try_remote() 6 > rvm_log 'Searching for binary rubies, this might take some time.'
++ 1394468760.N /scripts/functions/logging : rvm_log() 1 > rvm_pretty_print stdout
++ 1394468760.N /scripts/functions/logging : rvm_pretty_print() 73 > case "${rvm_pretty_print_flag:=auto}" in
++ 1394468760.N /scripts/functions/logging : rvm_pretty_print() 78 > case "${TERM:-dumb}" in
++ 1394468760.N /scripts/functions/logging : rvm_pretty_print() 81 > case "$1" in
++ 1394468760.N /scripts/functions/logging : rvm_pretty_print() 10 > [[ -t 1 ]]
++ 1394468760.N /scripts/functions/logging : rvm_pretty_print() 10 > return 1
++ 1394468760.N /scripts/functions/logging : rvm_log() 91 > printf %b 'Searching for binary rubies, this might take some time.\n'
Searching for binary rubies, this might take some time.
++ 1394468760.N /scripts/functions/manage/base_install : __rvm_install_ruby_try_remote() 147 > typeset __rvm_ruby_url __rvm_ruby_verify_download_flag __ruby_identifier
++ 1394468760.N /scripts/functions/manage/base_install : __rvm_install_ruby_try_remote() 148 > __ruby_identifier=rbx-2.2.5
+++ 1394468760.N /scripts/functions/manage/base_install : __rvm_install_ruby_try_remote() 77 > __rvm_remote_server_path rbx-2.2.5
+++ 1394468760.N /scripts/functions/utility_system : __rvm_remote_server_path() 1 > typeset _iterator
+++ 1394468760.N /scripts/functions/utility_system : __rvm_remote_server_path() 2 > _iterator=
+++ 1394468760.N /scripts/functions/utility_system : __rvm_remote_server_path() 3 > __rvm_remote_server_path_single 0 1 '' rbx-2.2.5
+++ 1394468760.N /scripts/functions/utility_system : __rvm_remote_server_path_single() 1 > typeset __remote_file
+++ 1394468760.N /scripts/functions/utility_system : __rvm_remote_server_path_single() 2 > __rvm_calculate_remote_file 0 1 '' rbx-2.2.5
++++ 1394468760.N /scripts/functions/utility_system : __rvm_calculate_remote_file() -285 > __rvm_db rvm_remote_server_url
++++ 1394468760.N /scripts/functions/db : __rvm_db() 1 > typeset value key variable
++++ 1394468760.N /scripts/functions/db : __rvm_db() 2 > key=rvm_remote_server_url
++++ 1394468760.N /scripts/functions/db : __rvm_db() 3 > key=rvm_remote_server_url
++++ 1394468760.N /scripts/functions/db : __rvm_db() 4 > variable=
++++ 1394468760.N /scripts/functions/db : __rvm_db() 6 > [[ -f /Users/mwlang/.rvm/user/db ]]
+++++ 1394468760.N /scripts/functions/db : __rvm_db() 1 > __rvm_db_ /Users/mwlang/.rvm/user/db rvm_remote_server_url
+++++ 1394468760.N /scripts/functions/db : __rvm_db_() 1 > typeset __db __key __value
+++++ 1394468760.N /scripts/functions/db : __rvm_db_() 2 > __db=/Users/mwlang/.rvm/user/db
+++++ 1394468760.N /scripts/functions/db : __rvm_db_() 3 > __key=rvm_remote_server_url
+++++ 1394468760.N /scripts/functions/db : __rvm_db_() 4 > shift 2
+++++ 1394468760.N /scripts/functions/db : __rvm_db_() 5 > __value=
+++++ 1394468760.N /scripts/functions/db : __rvm_db_() 65 > case "${__value}" in
+++++ 1394468760.N /scripts/functions/db : __rvm_db_() 11 > __rvm_db_get /Users/mwlang/.rvm/user/db rvm_remote_server_url
+++++ 1394468760.N /scripts/functions/db : __rvm_db_get() 1 > [[ -f /Users/mwlang/.rvm/user/db ]]
+++++ 1394468760.N /scripts/functions/db : __rvm_db_get() 2 > __rvm_grep '^rvm_remote_server_url=' /Users/mwlang/.rvm/user/db
+++++ 1394468760.N /scripts/functions/db : __rvm_db_get() 2 > __rvm_sed -e 's#^rvm_remote_server_url=##' -e '/^$/d'
+++++ 1394468760.N /scripts/functions/support : __rvm_sed() 0 > sed -e 's#^rvm_remote_server_url=##' -e '/^$/d'
+++++ 1394468760.N /scripts/functions/support : __rvm_grep() 0 > GREP_OPTIONS=
+++++ 1394468760.N /scripts/functions/support : __rvm_grep() 0 > grep '^rvm_remote_server_url=' /Users/mwlang/.rvm/user/db
+++++ 1394468760.N /scripts/functions/support : __rvm_grep() 0 > return 1
++++ 1394468760.N /scripts/functions/db : __rvm_db() 7 > value=
++++ 1394468760.N /scripts/functions/db : __rvm_db() 9 > [[ -z '' ]]
++++ 1394468760.N /scripts/functions/db : __rvm_db() 9 > [[ -f /Users/mwlang/.rvm/config/db ]]
+++++ 1394468760.N /scripts/functions/db : __rvm_db() 4 > __rvm_db_ /Users/mwlang/.rvm/config/db rvm_remote_server_url
+++++ 1394468760.N /scripts/functions/db : __rvm_db_() 1 > typeset __db __key __value
+++++ 1394468760.N /scripts/functions/db : __rvm_db_() 2 > __db=/Users/mwlang/.rvm/config/db
+++++ 1394468760.N /scripts/functions/db : __rvm_db_() 3 > __key=rvm_remote_server_url
+++++ 1394468760.N /scripts/functions/db : __rvm_db_() 4 > shift 2
+++++ 1394468760.N /scripts/functions/db : __rvm_db_() 5 > __value=
+++++ 1394468760.N /scripts/functions/db : __rvm_db_() 65 > case "${__value}" in
+++++ 1394468760.N /scripts/functions/db : __rvm_db_() 11 > __rvm_db_get /Users/mwlang/.rvm/config/db rvm_remote_server_url
+++++ 1394468760.N /scripts/functions/db : __rvm_db_get() 1 > [[ -f /Users/mwlang/.rvm/config/db ]]
+++++ 1394468760.N /scripts/functions/db : __rvm_db_get() 2 > __rvm_grep '^rvm_remote_server_url=' /Users/mwlang/.rvm/config/db
+++++ 1394468760.N /scripts/functions/db : __rvm_db_get() 2 > __rvm_sed -e 's#^rvm_remote_server_url=##' -e '/^$/d'
+++++ 1394468760.N /scripts/functions/support : __rvm_sed() 0 > sed -e 's#^rvm_remote_server_url=##' -e '/^$/d'
+++++ 1394468760.N /scripts/functions/support : __rvm_grep() 0 > GREP_OPTIONS=
+++++ 1394468760.N /scripts/functions/support : __rvm_grep() 0 > grep '^rvm_remote_server_url=' /Users/mwlang/.rvm/config/db
++++ 1394468760.N /scripts/functions/db : __rvm_db() 10 > value=https://rvm.io/binaries
++++ 1394468760.N /scripts/functions/db : __rvm_db() 13 > [[ -n https://rvm.io/binaries ]]
++++ 1394468760.N /scripts/functions/db : __rvm_db() 15 > [[ -n '' ]]
++++ 1394468760.N /scripts/functions/db : __rvm_db() 17 > echo https://rvm.io/binaries
++++ 1394468760.N /scripts/functions/db : __rvm_db() 20 > true
+++ 1394468760.N /scripts/functions/utility_system : __rvm_calculate_remote_file() 1 > rvm_remote_server_url=https://rvm.io/binaries
+++ 1394468760.N /scripts/functions/utility_system : __rvm_calculate_remote_file() 2 > [[ -n https://rvm.io/binaries ]]
+++ 1394468760.N /scripts/functions/utility_system : __rvm_calculate_remote_file() 6 > __rvm_system_path '' ''
++++ 1394468760.N /scripts/functions/utility_system : __rvm_system_path() -210 > __rvm_db rvm_remote_server_path
++++ 1394468760.N /scripts/functions/db : __rvm_db() 1 > typeset value key variable
++++ 1394468760.N /scripts/functions/db : __rvm_db() 2 > key=rvm_remote_server_path
++++ 1394468760.N /scripts/functions/db : __rvm_db() 3 > key=rvm_remote_server_path
++++ 1394468760.N /scripts/functions/db : __rvm_db() 4 > variable=
++++ 1394468760.N /scripts/functions/db : __rvm_db() 6 > [[ -f /Users/mwlang/.rvm/user/db ]]
+++++ 1394468760.N /scripts/functions/db : __rvm_db() 1 > __rvm_db_ /Users/mwlang/.rvm/user/db rvm_remote_server_path
+++++ 1394468760.N /scripts/functions/db : __rvm_db_() 1 > typeset __db __key __value
+++++ 1394468760.N /scripts/functions/db : __rvm_db_() 2 > __db=/Users/mwlang/.rvm/user/db
+++++ 1394468760.N /scripts/functions/db : __rvm_db_() 3 > __key=rvm_remote_server_path
+++++ 1394468760.N /scripts/functions/db : __rvm_db_() 4 > shift 2
+++++ 1394468760.N /scripts/functions/db : __rvm_db_() 5 > __value=
+++++ 1394468760.N /scripts/functions/db : __rvm_db_() 65 > case "${__value}" in
+++++ 1394468760.N /scripts/functions/db : __rvm_db_() 11 > __rvm_db_get /Users/mwlang/.rvm/user/db rvm_remote_server_path
+++++ 1394468760.N /scripts/functions/db : __rvm_db_get() 1 > [[ -f /Users/mwlang/.rvm/user/db ]]
+++++ 1394468760.N /scripts/functions/db : __rvm_db_get() 2 > __rvm_grep '^rvm_remote_server_path=' /Users/mwlang/.rvm/user/db
+++++ 1394468760.N /scripts/functions/db : __rvm_db_get() 2 > __rvm_sed -e 's#^rvm_remote_server_path=##' -e '/^$/d'
+++++ 1394468760.N /scripts/functions/support : __rvm_sed() 0 > sed -e 's#^rvm_remote_server_path=##' -e '/^$/d'
+++++ 1394468760.N /scripts/functions/support : __rvm_grep() 0 > GREP_OPTIONS=
+++++ 1394468760.N /scripts/functions/support : __rvm_grep() 0 > grep '^rvm_remote_server_path=' /Users/mwlang/.rvm/user/db
+++++ 1394468760.N /scripts/functions/support : __rvm_grep() 0 > return 1
++++ 1394468760.N /scripts/functions/db : __rvm_db() 7 > value=
++++ 1394468760.N /scripts/functions/db : __rvm_db() 9 > [[ -z '' ]]
++++ 1394468760.N /scripts/functions/db : __rvm_db() 9 > [[ -f /Users/mwlang/.rvm/config/db ]]
+++++ 1394468760.N /scripts/functions/db : __rvm_db() 4 > __rvm_db_ /Users/mwlang/.rvm/config/db rvm_remote_server_path
+++++ 1394468760.N /scripts/functions/db : __rvm_db_() 1 > typeset __db __key __value
+++++ 1394468760.N /scripts/functions/db : __rvm_db_() 2 > __db=/Users/mwlang/.rvm/config/db
+++++ 1394468760.N /scripts/functions/db : __rvm_db_() 3 > __key=rvm_remote_server_path
+++++ 1394468760.N /scripts/functions/db : __rvm_db_() 4 > shift 2
+++++ 1394468760.N /scripts/functions/db : __rvm_db_() 5 > __value=
+++++ 1394468760.N /scripts/functions/db : __rvm_db_() 65 > case "${__value}" in
+++++ 1394468760.N /scripts/functions/db : __rvm_db_() 11 > __rvm_db_get /Users/mwlang/.rvm/config/db rvm_remote_server_path
+++++ 1394468760.N /scripts/functions/db : __rvm_db_get() 1 > [[ -f /Users/mwlang/.rvm/config/db ]]
+++++ 1394468760.N /scripts/functions/db : __rvm_db_get() 2 > __rvm_sed -e 's#^rvm_remote_server_path=##' -e '/^$/d'
+++++ 1394468760.N /scripts/functions/db : __rvm_db_get() 2 > __rvm_grep '^rvm_remote_server_path=' /Users/mwlang/.rvm/config/db
+++++ 1394468760.N /scripts/functions/support : __rvm_sed() 0 > sed -e 's#^rvm_remote_server_path=##' -e '/^$/d'
+++++ 1394468760.N /scripts/functions/support : __rvm_grep() 0 > GREP_OPTIONS=
+++++ 1394468760.N /scripts/functions/support : __rvm_grep() 0 > grep '^rvm_remote_server_path=' /Users/mwlang/.rvm/config/db
+++++ 1394468760.N /scripts/functions/support : __rvm_grep() 0 > return 1
++++ 1394468760.N /scripts/functions/db : __rvm_db() 10 > value=
++++ 1394468760.N /scripts/functions/db : __rvm_db() 13 > [[ -n '' ]]
++++ 1394468760.N /scripts/functions/db : __rvm_db() 20 > true
+++ 1394468760.N /scripts/functions/utility_system : __rvm_system_path() 1 > rvm_remote_server_path=
+++ 1394468760.N /scripts/functions/utility_system : __rvm_system_path() 2 > [[ -n '' ]]
+++ 1394468760.N /scripts/functions/utility_system : __rvm_system_path() 3 > rvm_remote_server_path=osx/10.9/x86_64
+++ 1394468760.N /scripts/functions/utility_system : __rvm_system_path() 4 > [[ '' == \- ]]
+++ 1394468760.N /scripts/functions/utility_system : __rvm_calculate_remote_file() 82 > __rvm_ruby_package_file rbx-2.2.5
+++ 1394468760.N /scripts/functions/utility_system : __rvm_ruby_package_file() 257 > case "$1" in
++++ 1394468760.N /scripts/functions/utility_system : __rvm_ruby_package_file() -250 > __rvm_remote_extension rbx-2.2.5 -
++++ 1394468760.N /scripts/functions/utility_system : __rvm_remote_extension() 240 > case "$1" in
++++ 1394468760.N /scripts/functions/utility_system : __rvm_remote_extension() 9 > rvm_remote_extension=tar.bz2
++++ 1394468760.N /scripts/functions/utility_system : __rvm_remote_extension() 12 > [[ - != \- ]]
++++ 1394468760.N /scripts/functions/utility_system : __rvm_remote_extension() 12 > printf %b tar.bz2
+++ 1394468760.N /scripts/functions/utility_system : __rvm_ruby_package_file() 6 > rvm_ruby_package_file=/rubinius-2.2.5.tar.bz2
+++ 1394468760.N /scripts/functions/utility_system : __rvm_calculate_remote_file() 38 > __remote_file=https://rvm.io/binaries/osx/10.9/x86_64/rubinius-2.2.5.tar.bz2
+++ 1394468760.N /scripts/functions/utility_system : __rvm_remote_server_path_single() 47 > [[ -z https://rvm.io/binaries/osx/10.9/x86_64/rubinius-2.2.5.tar.bz2 ]]
+++ 1394468760.N /scripts/functions/utility_system : __rvm_remote_server_path_single() 52 > file_exists_at_url https://rvm.io/binaries/osx/10.9/x86_64/rubinius-2.2.5.tar.bz2
+++ 1394468760.N /scripts/functions/utility : file_exists_at_url() 22 > [[ -n https://rvm.io/binaries/osx/10.9/x86_64/rubinius-2.2.5.tar.bz2 ]]
+++ 1394468760.N /scripts/functions/utility : file_exists_at_url() 24 > unset curl
+++ 1394468760.N /scripts/functions/utility : file_exists_at_url() 25 > __rvm_curl --silent --insecure --location --list-only --max-time 5 --head https://rvm.io/binaries/osx/10.9/x86_64/rubinius-2.2.5.tar.bz2
+++ 1394468760.N /scripts/functions/utility : file_exists_at_url() 27 > __rvm_grep -E 'HTTP/[0-9\.]+ 200 OK'
+++ 1394468761.N /scripts/functions/utility : file_exists_at_url() 29 > typeset __ret=1
+++ 1394468761.N /scripts/functions/utility : file_exists_at_url() 315 > case ${__ret} in
+++ 1394468761.N /scripts/functions/utility : file_exists_at_url() 36 > return 1
+++ 1394468761.N /scripts/functions/utility_system : __rvm_remote_server_path_single() 27 > [[ -f /Users/mwlang/.rvm/archives/rubinius-2.2.5.tar.bz2 ]]
+++ 1394468761.N /scripts/functions/utility_system : __rvm_remote_server_path_single() 27 > [[ rubinius-2.2.5.tar.bz2 == *bin-* ]]
+++ 1394468761.N /scripts/functions/utility_system : __rvm_remote_server_path_single() 31 > rvm_debug 'Remote file does not exist https://rvm.io/binaries/osx/10.9/x86_64/rubinius-2.2.5.tar.bz2'
+++ 1394468761.N /scripts/functions/logging : rvm_debug() 1 > (( 0 ))
+++ 1394468761.N /scripts/functions/logging : rvm_debug() 1 > return 0
+++ 1394468761.N /scripts/functions/utility_system : __rvm_remote_server_path_single() 174 > return 1
+++ 1394468761.N /scripts/functions/utility_system : __rvm_remote_server_path() 184 > : 1
+++ 1394468761.N /scripts/functions/utility_system : __rvm_remote_server_path() 183 > __rvm_remote_server_path_single 0 1 1 rbx-2.2.5
+++ 1394468761.N /scripts/functions/utility_system : __rvm_remote_server_path_single() 1 > typeset __remote_file
+++ 1394468761.N /scripts/functions/utility_system : __rvm_remote_server_path_single() 2 > __rvm_calculate_remote_file 0 1 1 rbx-2.2.5
++++ 1394468761.N /scripts/functions/utility_system : __rvm_calculate_remote_file() -285 > __rvm_db rvm_remote_server_url1
++++ 1394468761.N /scripts/functions/db : __rvm_db() 1 > typeset value key variable
++++ 1394468761.N /scripts/functions/db : __rvm_db() 2 > key=rvm_remote_server_url1
++++ 1394468761.N /scripts/functions/db : __rvm_db() 3 > key=rvm_remote_server_url1
++++ 1394468761.N /scripts/functions/db : __rvm_db() 4 > variable=
++++ 1394468761.N /scripts/functions/db : __rvm_db() 6 > [[ -f /Users/mwlang/.rvm/user/db ]]
+++++ 1394468761.N /scripts/functions/db : __rvm_db() 1 > __rvm_db_ /Users/mwlang/.rvm/user/db rvm_remote_server_url1
+++++ 1394468761.N /scripts/functions/db : __rvm_db_() 1 > typeset __db __key __value
+++++ 1394468761.N /scripts/functions/db : __rvm_db_() 2 > __db=/Users/mwlang/.rvm/user/db
+++++ 1394468761.N /scripts/functions/db : __rvm_db_() 3 > __key=rvm_remote_server_url1
+++++ 1394468761.N /scripts/functions/db : __rvm_db_() 4 > shift 2
+++++ 1394468761.N /scripts/functions/db : __rvm_db_() 5 > __value=
+++++ 1394468761.N /scripts/functions/db : __rvm_db_() 65 > case "${__value}" in
+++++ 1394468761.N /scripts/functions/db : __rvm_db_() 11 > __rvm_db_get /Users/mwlang/.rvm/user/db rvm_remote_server_url1
+++++ 1394468761.N /scripts/functions/db : __rvm_db_get() 1 > [[ -f /Users/mwlang/.rvm/user/db ]]
+++++ 1394468761.N /scripts/functions/db : __rvm_db_get() 2 > __rvm_grep '^rvm_remote_server_url1=' /Users/mwlang/.rvm/user/db
+++++ 1394468761.N /scripts/functions/db : __rvm_db_get() 2 > __rvm_sed -e 's#^rvm_remote_server_url1=##' -e '/^$/d'
+++++ 1394468761.N /scripts/functions/support : __rvm_sed() 0 > sed -e 's#^rvm_remote_server_url1=##' -e '/^$/d'
+++++ 1394468761.N /scripts/functions/support : __rvm_grep() 0 > GREP_OPTIONS=
+++++ 1394468761.N /scripts/functions/support : __rvm_grep() 0 > grep '^rvm_remote_server_url1=' /Users/mwlang/.rvm/user/db
+++++ 1394468761.N /scripts/functions/support : __rvm_grep() 0 > return 1
++++ 1394468761.N /scripts/functions/db : __rvm_db() 7 > value=
++++ 1394468761.N /scripts/functions/db : __rvm_db() 9 > [[ -z '' ]]
++++ 1394468761.N /scripts/functions/db : __rvm_db() 9 > [[ -f /Users/mwlang/.rvm/config/db ]]
+++++ 1394468761.N /scripts/functions/db : __rvm_db() 4 > __rvm_db_ /Users/mwlang/.rvm/config/db rvm_remote_server_url1
+++++ 1394468761.N /scripts/functions/db : __rvm_db_() 1 > typeset __db __key __value
+++++ 1394468761.N /scripts/functions/db : __rvm_db_() 2 > __db=/Users/mwlang/.rvm/config/db
+++++ 1394468761.N /scripts/functions/db : __rvm_db_() 3 > __key=rvm_remote_server_url1
+++++ 1394468761.N /scripts/functions/db : __rvm_db_() 4 > shift 2
+++++ 1394468761.N /scripts/functions/db : __rvm_db_() 5 > __value=
+++++ 1394468761.N /scripts/functions/db : __rvm_db_() 65 > case "${__value}" in
+++++ 1394468761.N /scripts/functions/db : __rvm_db_() 11 > __rvm_db_get /Users/mwlang/.rvm/config/db rvm_remote_server_url1
+++++ 1394468761.N /scripts/functions/db : __rvm_db_get() 1 > [[ -f /Users/mwlang/.rvm/config/db ]]
+++++ 1394468761.N /scripts/functions/db : __rvm_db_get() 2 > __rvm_sed -e 's#^rvm_remote_server_url1=##' -e '/^$/d'
+++++ 1394468761.N /scripts/functions/db : __rvm_db_get() 2 > __rvm_grep '^rvm_remote_server_url1=' /Users/mwlang/.rvm/config/db
+++++ 1394468761.N /scripts/functions/support : __rvm_sed() 0 > sed -e 's#^rvm_remote_server_url1=##' -e '/^$/d'
+++++ 1394468761.N /scripts/functions/support : __rvm_grep() 0 > GREP_OPTIONS=
+++++ 1394468761.N /scripts/functions/support : __rvm_grep() 0 > grep '^rvm_remote_server_url1=' /Users/mwlang/.rvm/config/db
++++ 1394468761.N /scripts/functions/db : __rvm_db() 10 > value=http://jruby.org.s3.amazonaws.com
++++ 1394468761.N /scripts/functions/db : __rvm_db() 13 > [[ -n http://jruby.org.s3.amazonaws.com ]]
++++ 1394468761.N /scripts/functions/db : __rvm_db() 15 > [[ -n '' ]]
++++ 1394468761.N /scripts/functions/db : __rvm_db() 17 > echo http://jruby.org.s3.amazonaws.com
++++ 1394468761.N /scripts/functions/db : __rvm_db() 20 > true
+++ 1394468761.N /scripts/functions/utility_system : __rvm_calculate_remote_file() 1 > rvm_remote_server_url=http://jruby.org.s3.amazonaws.com
+++ 1394468761.N /scripts/functions/utility_system : __rvm_calculate_remote_file() 2 > [[ -n http://jruby.org.s3.amazonaws.com ]]
+++ 1394468761.N /scripts/functions/utility_system : __rvm_calculate_remote_file() 6 > __rvm_system_path '' 1
++++ 1394468761.N /scripts/functions/utility_system : __rvm_system_path() -210 > __rvm_db rvm_remote_server_path1
++++ 1394468761.N /scripts/functions/db : __rvm_db() 1 > typeset value key variable
++++ 1394468761.N /scripts/functions/db : __rvm_db() 2 > key=rvm_remote_server_path1
++++ 1394468761.N /scripts/functions/db : __rvm_db() 3 > key=rvm_remote_server_path1
++++ 1394468762.N /scripts/functions/db : __rvm_db() 4 > variable=
++++ 1394468762.N /scripts/functions/db : __rvm_db() 6 > [[ -f /Users/mwlang/.rvm/user/db ]]
+++++ 1394468762.N /scripts/functions/db : __rvm_db() 1 > __rvm_db_ /Users/mwlang/.rvm/user/db rvm_remote_server_path1
+++++ 1394468762.N /scripts/functions/db : __rvm_db_() 1 > typeset __db __key __value
+++++ 1394468762.N /scripts/functions/db : __rvm_db_() 2 > __db=/Users/mwlang/.rvm/user/db
+++++ 1394468762.N /scripts/functions/db : __rvm_db_() 3 > __key=rvm_remote_server_path1
+++++ 1394468762.N /scripts/functions/db : __rvm_db_() 4 > shift 2
+++++ 1394468762.N /scripts/functions/db : __rvm_db_() 5 > __value=
+++++ 1394468762.N /scripts/functions/db : __rvm_db_() 65 > case "${__value}" in
+++++ 1394468762.N /scripts/functions/db : __rvm_db_() 11 > __rvm_db_get /Users/mwlang/.rvm/user/db rvm_remote_server_path1
+++++ 1394468762.N /scripts/functions/db : __rvm_db_get() 1 > [[ -f /Users/mwlang/.rvm/user/db ]]
+++++ 1394468762.N /scripts/functions/db : __rvm_db_get() 2 > __rvm_grep '^rvm_remote_server_path1=' /Users/mwlang/.rvm/user/db
+++++ 1394468762.N /scripts/functions/db : __rvm_db_get() 2 > __rvm_sed -e 's#^rvm_remote_server_path1=##' -e '/^$/d'
+++++ 1394468762.N /scripts/functions/support : __rvm_sed() 0 > sed -e 's#^rvm_remote_server_path1=##' -e '/^$/d'
+++++ 1394468762.N /scripts/functions/support : __rvm_grep() 0 > GREP_OPTIONS=
+++++ 1394468762.N /scripts/functions/support : __rvm_grep() 0 > grep '^rvm_remote_server_path1=' /Users/mwlang/.rvm/user/db
+++++ 1394468762.N /scripts/functions/support : __rvm_grep() 0 > return 1
++++ 1394468762.N /scripts/functions/db : __rvm_db() 7 > value=
++++ 1394468762.N /scripts/functions/db : __rvm_db() 9 > [[ -z '' ]]
++++ 1394468762.N /scripts/functions/db : __rvm_db() 9 > [[ -f /Users/mwlang/.rvm/config/db ]]
+++++ 1394468762.N /scripts/functions/db : __rvm_db() 4 > __rvm_db_ /Users/mwlang/.rvm/config/db rvm_remote_server_path1
+++++ 1394468762.N /scripts/functions/db : __rvm_db_() 1 > typeset __db __key __value
+++++ 1394468762.N /scripts/functions/db : __rvm_db_() 2 > __db=/Users/mwlang/.rvm/config/db
+++++ 1394468762.N /scripts/functions/db : __rvm_db_() 3 > __key=rvm_remote_server_path1
+++++ 1394468762.N /scripts/functions/db : __rvm_db_() 4 > shift 2
+++++ 1394468762.N /scripts/functions/db : __rvm_db_() 5 > __value=
+++++ 1394468762.N /scripts/functions/db : __rvm_db_() 65 > case "${__value}" in
+++++ 1394468762.N /scripts/functions/db : __rvm_db_() 11 > __rvm_db_get /Users/mwlang/.rvm/config/db rvm_remote_server_path1
+++++ 1394468762.N /scripts/functions/db : __rvm_db_get() 1 > [[ -f /Users/mwlang/.rvm/config/db ]]
+++++ 1394468762.N /scripts/functions/db : __rvm_db_get() 2 > __rvm_sed -e 's#^rvm_remote_server_path1=##' -e '/^$/d'
+++++ 1394468762.N /scripts/functions/db : __rvm_db_get() 2 > __rvm_grep '^rvm_remote_server_path1=' /Users/mwlang/.rvm/config/db
+++++ 1394468762.N /scripts/functions/support : __rvm_sed() 0 > sed -e 's#^rvm_remote_server_path1=##' -e '/^$/d'
+++++ 1394468762.N /scripts/functions/support : __rvm_grep() 0 > GREP_OPTIONS=
+++++ 1394468762.N /scripts/functions/support : __rvm_grep() 0 > grep '^rvm_remote_server_path1=' /Users/mwlang/.rvm/config/db
++++ 1394468762.N /scripts/functions/db : __rvm_db() 10 > value=downloads
++++ 1394468762.N /scripts/functions/db : __rvm_db() 13 > [[ -n downloads ]]
++++ 1394468762.N /scripts/functions/db : __rvm_db() 15 > [[ -n '' ]]
++++ 1394468762.N /scripts/functions/db : __rvm_db() 17 > echo downloads
++++ 1394468762.N /scripts/functions/db : __rvm_db() 20 > true
+++ 1394468762.N /scripts/functions/utility_system : __rvm_system_path() 1 > rvm_remote_server_path=downloads
+++ 1394468762.N /scripts/functions/utility_system : __rvm_system_path() 2 > [[ -n downloads ]]
+++ 1394468762.N /scripts/functions/utility_system : __rvm_system_path() 4 > [[ '' == \- ]]
+++ 1394468762.N /scripts/functions/utility_system : __rvm_calculate_remote_file() 82 > __rvm_ruby_package_file rbx-2.2.5
+++ 1394468762.N /scripts/functions/utility_system : __rvm_ruby_package_file() 257 > case "$1" in
++++ 1394468762.N /scripts/functions/utility_system : __rvm_ruby_package_file() -250 > __rvm_remote_extension rbx-2.2.5 -
++++ 1394468762.N /scripts/functions/utility_system : __rvm_remote_extension() 240 > case "$1" in
++++ 1394468762.N /scripts/functions/utility_system : __rvm_remote_extension() 9 > rvm_remote_extension=tar.bz2
++++ 1394468762.N /scripts/functions/utility_system : __rvm_remote_extension() 12 > [[ - != \- ]]
++++ 1394468762.N /scripts/functions/utility_system : __rvm_remote_extension() 12 > printf %b tar.bz2
+++ 1394468762.N /scripts/functions/utility_system : __rvm_ruby_package_file() 6 > rvm_ruby_package_file=/rubinius-2.2.5.tar.bz2
+++ 1394468762.N /scripts/functions/utility_system : __rvm_calculate_remote_file() 38 > __remote_file=http://jruby.org.s3.amazonaws.com/downloads/rubinius-2.2.5.tar.bz2
+++ 1394468762.N /scripts/functions/utility_system : __rvm_remote_server_path_single() 47 > [[ -z http://jruby.org.s3.amazonaws.com/downloads/rubinius-2.2.5.tar.bz2 ]]
+++ 1394468762.N /scripts/functions/utility_system : __rvm_remote_server_path_single() 52 > file_exists_at_url http://jruby.org.s3.amazonaws.com/downloads/rubinius-2.2.5.tar.bz2
+++ 1394468762.N /scripts/functions/utility : file_exists_at_url() 22 > [[ -n http://jruby.org.s3.amazonaws.com/downloads/rubinius-2.2.5.tar.bz2 ]]
+++ 1394468762.N /scripts/functions/utility : file_exists_at_url() 24 > unset curl
+++ 1394468762.N /scripts/functions/utility : file_exists_at_url() 25 > __rvm_curl --silent --insecure --location --list-only --max-time 5 --head http://jruby.org.s3.amazonaws.com/downloads/rubinius-2.2.5.tar.bz2
+++ 1394468762.N /scripts/functions/utility : file_exists_at_url() 27 > __rvm_grep -E 'HTTP/[0-9\.]+ 200 OK'
+++ 1394468762.N /scripts/functions/utility : file_exists_at_url() 29 > typeset __ret=1
+++ 1394468762.N /scripts/functions/utility : file_exists_at_url() 315 > case ${__ret} in
+++ 1394468762.N /scripts/functions/utility : file_exists_at_url() 36 > return 1
+++ 1394468762.N /scripts/functions/utility_system : __rvm_remote_server_path_single() 27 > [[ -f /Users/mwlang/.rvm/archives/rubinius-2.2.5.tar.bz2 ]]
+++ 1394468762.N /scripts/functions/utility_system : __rvm_remote_server_path_single() 27 > [[ rubinius-2.2.5.tar.bz2 == *bin-* ]]
+++ 1394468762.N /scripts/functions/utility_system : __rvm_remote_server_path_single() 31 > rvm_debug 'Remote file does not exist http://jruby.org.s3.amazonaws.com/downloads/rubinius-2.2.5.tar.bz2'
+++ 1394468762.N /scripts/functions/logging : rvm_debug() 1 > (( 0 ))
+++ 1394468762.N /scripts/functions/logging : rvm_debug() 1 > return 0
+++ 1394468762.N /scripts/functions/utility_system : __rvm_remote_server_path_single() 174 > return 1
+++ 1394468762.N /scripts/functions/utility_system : __rvm_remote_server_path() 184 > : 2
+++ 1394468762.N /scripts/functions/utility_system : __rvm_remote_server_path() 183 > __rvm_remote_server_path_single 0 1 2 rbx-2.2.5
+++ 1394468762.N /scripts/functions/utility_system : __rvm_remote_server_path_single() 1 > typeset __remote_file
+++ 1394468762.N /scripts/functions/utility_system : __rvm_remote_server_path_single() 2 > __rvm_calculate_remote_file 0 1 2 rbx-2.2.5
++++ 1394468762.N /scripts/functions/utility_system : __rvm_calculate_remote_file() -285 > __rvm_db rvm_remote_server_url2
++++ 1394468762.N /scripts/functions/db : __rvm_db() 1 > typeset value key variable
++++ 1394468762.N /scripts/functions/db : __rvm_db() 2 > key=rvm_remote_server_url2
++++ 1394468762.N /scripts/functions/db : __rvm_db() 3 > key=rvm_remote_server_url2
++++ 1394468762.N /scripts/functions/db : __rvm_db() 4 > variable=
++++ 1394468762.N /scripts/functions/db : __rvm_db() 6 > [[ -f /Users/mwlang/.rvm/user/db ]]
+++++ 1394468762.N /scripts/functions/db : __rvm_db() 1 > __rvm_db_ /Users/mwlang/.rvm/user/db rvm_remote_server_url2
+++++ 1394468762.N /scripts/functions/db : __rvm_db_() 1 > typeset __db __key __value
+++++ 1394468762.N /scripts/functions/db : __rvm_db_() 2 > __db=/Users/mwlang/.rvm/user/db
+++++ 1394468762.N /scripts/functions/db : __rvm_db_() 3 > __key=rvm_remote_server_url2
+++++ 1394468762.N /scripts/functions/db : __rvm_db_() 4 > shift 2
+++++ 1394468762.N /scripts/functions/db : __rvm_db_() 5 > __value=
+++++ 1394468762.N /scripts/functions/db : __rvm_db_() 65 > case "${__value}" in
+++++ 1394468762.N /scripts/functions/db : __rvm_db_() 11 > __rvm_db_get /Users/mwlang/.rvm/user/db rvm_remote_server_url2
+++++ 1394468762.N /scripts/functions/db : __rvm_db_get() 1 > [[ -f /Users/mwlang/.rvm/user/db ]]
+++++ 1394468762.N /scripts/functions/db : __rvm_db_get() 2 > __rvm_sed -e 's#^rvm_remote_server_url2=##' -e '/^$/d'
+++++ 1394468762.N /scripts/functions/db : __rvm_db_get() 2 > __rvm_grep '^rvm_remote_server_url2=' /Users/mwlang/.rvm/user/db
+++++ 1394468762.N /scripts/functions/support : __rvm_sed() 0 > sed -e 's#^rvm_remote_server_url2=##' -e '/^$/d'
+++++ 1394468762.N /scripts/functions/support : __rvm_grep() 0 > GREP_OPTIONS=
+++++ 1394468762.N /scripts/functions/support : __rvm_grep() 0 > grep '^rvm_remote_server_url2=' /Users/mwlang/.rvm/user/db
+++++ 1394468762.N /scripts/functions/support : __rvm_grep() 0 > return 1
++++ 1394468762.N /scripts/functions/db : __rvm_db() 7 > value=
++++ 1394468762.N /scripts/functions/db : __rvm_db() 9 > [[ -z '' ]]
++++ 1394468762.N /scripts/functions/db : __rvm_db() 9 > [[ -f /Users/mwlang/.rvm/config/db ]]
+++++ 1394468762.N /scripts/functions/db : __rvm_db() 4 > __rvm_db_ /Users/mwlang/.rvm/config/db rvm_remote_server_url2
+++++ 1394468762.N /scripts/functions/db : __rvm_db_() 1 > typeset __db __key __value
+++++ 1394468762.N /scripts/functions/db : __rvm_db_() 2 > __db=/Users/mwlang/.rvm/config/db
+++++ 1394468762.N /scripts/functions/db : __rvm_db_() 3 > __key=rvm_remote_server_url2
+++++ 1394468762.N /scripts/functions/db : __rvm_db_() 4 > shift 2
+++++ 1394468762.N /scripts/functions/db : __rvm_db_() 5 > __value=
+++++ 1394468762.N /scripts/functions/db : __rvm_db_() 65 > case "${__value}" in
+++++ 1394468762.N /scripts/functions/db : __rvm_db_() 11 > __rvm_db_get /Users/mwlang/.rvm/config/db rvm_remote_server_url2
+++++ 1394468763.N /scripts/functions/db : __rvm_db_get() 1 > [[ -f /Users/mwlang/.rvm/config/db ]]
+++++ 1394468763.N /scripts/functions/db : __rvm_db_get() 2 > __rvm_grep '^rvm_remote_server_url2=' /Users/mwlang/.rvm/config/db
+++++ 1394468763.N /scripts/functions/db : __rvm_db_get() 2 > __rvm_sed -e 's#^rvm_remote_server_url2=##' -e '/^$/d'
+++++ 1394468763.N /scripts/functions/support : __rvm_sed() 0 > sed -e 's#^rvm_remote_server_url2=##' -e '/^$/d'
+++++ 1394468763.N /scripts/functions/support : __rvm_grep() 0 > GREP_OPTIONS=
+++++ 1394468763.N /scripts/functions/support : __rvm_grep() 0 > grep '^rvm_remote_server_url2=' /Users/mwlang/.rvm/config/db
++++ 1394468763.N /scripts/functions/db : __rvm_db() 10 > value=http://binaries.rubini.us
++++ 1394468763.N /scripts/functions/db : __rvm_db() 13 > [[ -n http://binaries.rubini.us ]]
++++ 1394468763.N /scripts/functions/db : __rvm_db() 15 > [[ -n '' ]]
++++ 1394468763.N /scripts/functions/db : __rvm_db() 17 > echo http://binaries.rubini.us
++++ 1394468763.N /scripts/functions/db : __rvm_db() 20 > true
+++ 1394468763.N /scripts/functions/utility_system : __rvm_calculate_remote_file() 1 > rvm_remote_server_url=http://binaries.rubini.us
+++ 1394468763.N /scripts/functions/utility_system : __rvm_calculate_remote_file() 2 > [[ -n http://binaries.rubini.us ]]
+++ 1394468763.N /scripts/functions/utility_system : __rvm_calculate_remote_file() 6 > __rvm_system_path '' 2
++++ 1394468763.N /scripts/functions/utility_system : __rvm_system_path() -210 > __rvm_db rvm_remote_server_path2
++++ 1394468763.N /scripts/functions/db : __rvm_db() 1 > typeset value key variable
++++ 1394468763.N /scripts/functions/db : __rvm_db() 2 > key=rvm_remote_server_path2
++++ 1394468763.N /scripts/functions/db : __rvm_db() 3 > key=rvm_remote_server_path2
++++ 1394468763.N /scripts/functions/db : __rvm_db() 4 > variable=
++++ 1394468763.N /scripts/functions/db : __rvm_db() 6 > [[ -f /Users/mwlang/.rvm/user/db ]]
+++++ 1394468763.N /scripts/functions/db : __rvm_db() 1 > __rvm_db_ /Users/mwlang/.rvm/user/db rvm_remote_server_path2
+++++ 1394468763.N /scripts/functions/db : __rvm_db_() 1 > typeset __db __key __value
+++++ 1394468763.N /scripts/functions/db : __rvm_db_() 2 > __db=/Users/mwlang/.rvm/user/db
+++++ 1394468763.N /scripts/functions/db : __rvm_db_() 3 > __key=rvm_remote_server_path2
+++++ 1394468763.N /scripts/functions/db : __rvm_db_() 4 > shift 2
+++++ 1394468763.N /scripts/functions/db : __rvm_db_() 5 > __value=
+++++ 1394468763.N /scripts/functions/db : __rvm_db_() 65 > case "${__value}" in
+++++ 1394468763.N /scripts/functions/db : __rvm_db_() 11 > __rvm_db_get /Users/mwlang/.rvm/user/db rvm_remote_server_path2
+++++ 1394468763.N /scripts/functions/db : __rvm_db_get() 1 > [[ -f /Users/mwlang/.rvm/user/db ]]
+++++ 1394468763.N /scripts/functions/db : __rvm_db_get() 2 > __rvm_grep '^rvm_remote_server_path2=' /Users/mwlang/.rvm/user/db
+++++ 1394468763.N /scripts/functions/db : __rvm_db_get() 2 > __rvm_sed -e 's#^rvm_remote_server_path2=##' -e '/^$/d'
+++++ 1394468763.N /scripts/functions/support : __rvm_sed() 0 > sed -e 's#^rvm_remote_server_path2=##' -e '/^$/d'
+++++ 1394468763.N /scripts/functions/support : __rvm_grep() 0 > GREP_OPTIONS=
+++++ 1394468763.N /scripts/functions/support : __rvm_grep() 0 > grep '^rvm_remote_server_path2=' /Users/mwlang/.rvm/user/db
+++++ 1394468763.N /scripts/functions/support : __rvm_grep() 0 > return 1
++++ 1394468763.N /scripts/functions/db : __rvm_db() 7 > value=
++++ 1394468763.N /scripts/functions/db : __rvm_db() 9 > [[ -z '' ]]
++++ 1394468763.N /scripts/functions/db : __rvm_db() 9 > [[ -f /Users/mwlang/.rvm/config/db ]]
+++++ 1394468763.N /scripts/functions/db : __rvm_db() 4 > __rvm_db_ /Users/mwlang/.rvm/config/db rvm_remote_server_path2
+++++ 1394468763.N /scripts/functions/db : __rvm_db_() 1 > typeset __db __key __value
+++++ 1394468763.N /scripts/functions/db : __rvm_db_() 2 > __db=/Users/mwlang/.rvm/config/db
+++++ 1394468763.N /scripts/functions/db : __rvm_db_() 3 > __key=rvm_remote_server_path2
+++++ 1394468763.N /scripts/functions/db : __rvm_db_() 4 > shift 2
+++++ 1394468763.N /scripts/functions/db : __rvm_db_() 5 > __value=
+++++ 1394468763.N /scripts/functions/db : __rvm_db_() 65 > case "${__value}" in
+++++ 1394468763.N /scripts/functions/db : __rvm_db_() 11 > __rvm_db_get /Users/mwlang/.rvm/config/db rvm_remote_server_path2
+++++ 1394468763.N /scripts/functions/db : __rvm_db_get() 1 > [[ -f /Users/mwlang/.rvm/config/db ]]
+++++ 1394468763.N /scripts/functions/db : __rvm_db_get() 2 > __rvm_sed -e 's#^rvm_remote_server_path2=##' -e '/^$/d'
+++++ 1394468763.N /scripts/functions/db : __rvm_db_get() 2 > __rvm_grep '^rvm_remote_server_path2=' /Users/mwlang/.rvm/config/db
+++++ 1394468763.N /scripts/functions/support : __rvm_sed() 0 > sed -e 's#^rvm_remote_server_path2=##' -e '/^$/d'
+++++ 1394468763.N /scripts/functions/support : __rvm_grep() 0 > GREP_OPTIONS=
+++++ 1394468763.N /scripts/functions/support : __rvm_grep() 0 > grep '^rvm_remote_server_path2=' /Users/mwlang/.rvm/config/db
+++++ 1394468763.N /scripts/functions/support : __rvm_grep() 0 > return 1
++++ 1394468763.N /scripts/functions/db : __rvm_db() 10 > value=
++++ 1394468763.N /scripts/functions/db : __rvm_db() 13 > [[ -n '' ]]
++++ 1394468763.N /scripts/functions/db : __rvm_db() 20 > true
+++ 1394468763.N /scripts/functions/utility_system : __rvm_system_path() 1 > rvm_remote_server_path=
+++ 1394468763.N /scripts/functions/utility_system : __rvm_system_path() 2 > [[ -n '' ]]
+++ 1394468763.N /scripts/functions/utility_system : __rvm_system_path() 3 > rvm_remote_server_path=osx/10.9/x86_64
+++ 1394468763.N /scripts/functions/utility_system : __rvm_system_path() 4 > [[ '' == \- ]]
+++ 1394468763.N /scripts/functions/utility_system : __rvm_calculate_remote_file() 82 > __rvm_ruby_package_file rbx-2.2.5
+++ 1394468763.N /scripts/functions/utility_system : __rvm_ruby_package_file() 257 > case "$1" in
++++ 1394468763.N /scripts/functions/utility_system : __rvm_ruby_package_file() -250 > __rvm_remote_extension rbx-2.2.5 -
++++ 1394468763.N /scripts/functions/utility_system : __rvm_remote_extension() 240 > case "$1" in
++++ 1394468763.N /scripts/functions/utility_system : __rvm_remote_extension() 9 > rvm_remote_extension=tar.bz2
++++ 1394468763.N /scripts/functions/utility_system : __rvm_remote_extension() 12 > [[ - != \- ]]
++++ 1394468763.N /scripts/functions/utility_system : __rvm_remote_extension() 12 > printf %b tar.bz2
+++ 1394468763.N /scripts/functions/utility_system : __rvm_ruby_package_file() 6 > rvm_ruby_package_file=/rubinius-2.2.5.tar.bz2
+++ 1394468763.N /scripts/functions/utility_system : __rvm_calculate_remote_file() 38 > __remote_file=http://binaries.rubini.us/osx/10.9/x86_64/rubinius-2.2.5.tar.bz2
+++ 1394468763.N /scripts/functions/utility_system : __rvm_remote_server_path_single() 47 > [[ -z http://binaries.rubini.us/osx/10.9/x86_64/rubinius-2.2.5.tar.bz2 ]]
+++ 1394468763.N /scripts/functions/utility_system : __rvm_remote_server_path_single() 52 > file_exists_at_url http://binaries.rubini.us/osx/10.9/x86_64/rubinius-2.2.5.tar.bz2
+++ 1394468763.N /scripts/functions/utility : file_exists_at_url() 22 > [[ -n http://binaries.rubini.us/osx/10.9/x86_64/rubinius-2.2.5.tar.bz2 ]]
+++ 1394468763.N /scripts/functions/utility : file_exists_at_url() 24 > unset curl
+++ 1394468763.N /scripts/functions/utility : file_exists_at_url() 25 > __rvm_curl --silent --insecure --location --list-only --max-time 5 --head http://binaries.rubini.us/osx/10.9/x86_64/rubinius-2.2.5.tar.bz2
+++ 1394468763.N /scripts/functions/utility : file_exists_at_url() 27 > __rvm_grep -E 'HTTP/[0-9\.]+ 200 OK'
+++ 1394468764.N /scripts/functions/utility : file_exists_at_url() 29 > typeset __ret=1
+++ 1394468764.N /scripts/functions/utility : file_exists_at_url() 315 > case ${__ret} in
+++ 1394468764.N /scripts/functions/utility : file_exists_at_url() 36 > return 1
+++ 1394468764.N /scripts/functions/utility_system : __rvm_remote_server_path_single() 27 > [[ -f /Users/mwlang/.rvm/archives/rubinius-2.2.5.tar.bz2 ]]
+++ 1394468764.N /scripts/functions/utility_system : __rvm_remote_server_path_single() 27 > [[ rubinius-2.2.5.tar.bz2 == *bin-* ]]
+++ 1394468764.N /scripts/functions/utility_system : __rvm_remote_server_path_single() 31 > rvm_debug 'Remote file does not exist http://binaries.rubini.us/osx/10.9/x86_64/rubinius-2.2.5.tar.bz2'
+++ 1394468764.N /scripts/functions/logging : rvm_debug() 1 > (( 0 ))
+++ 1394468764.N /scripts/functions/logging : rvm_debug() 1 > return 0
+++ 1394468764.N /scripts/functions/utility_system : __rvm_remote_server_path_single() 174 > return 1
+++ 1394468764.N /scripts/functions/utility_system : __rvm_remote_server_path() 184 > : 3
+++ 1394468764.N /scripts/functions/utility_system : __rvm_remote_server_path() 183 > __rvm_remote_server_path_single 0 1 3 rbx-2.2.5
+++ 1394468764.N /scripts/functions/utility_system : __rvm_remote_server_path_single() 1 > typeset __remote_file
+++ 1394468764.N /scripts/functions/utility_system : __rvm_remote_server_path_single() 2 > __rvm_calculate_remote_file 0 1 3 rbx-2.2.5
++++ 1394468764.N /scripts/functions/utility_system : __rvm_calculate_remote_file() -285 > __rvm_db rvm_remote_server_url3
++++ 1394468764.N /scripts/functions/db : __rvm_db() 1 > typeset value key variable
++++ 1394468764.N /scripts/functions/db : __rvm_db() 2 > key=rvm_remote_server_url3
++++ 1394468764.N /scripts/functions/db : __rvm_db() 3 > key=rvm_remote_server_url3
++++ 1394468764.N /scripts/functions/db : __rvm_db() 4 > variable=
++++ 1394468764.N /scripts/functions/db : __rvm_db() 6 > [[ -f /Users/mwlang/.rvm/user/db ]]
+++++ 1394468764.N /scripts/functions/db : __rvm_db() 1 > __rvm_db_ /Users/mwlang/.rvm/user/db rvm_remote_server_url3
+++++ 1394468764.N /scripts/functions/db : __rvm_db_() 1 > typeset __db __key __value
+++++ 1394468764.N /scripts/functions/db : __rvm_db_() 2 > __db=/Users/mwlang/.rvm/user/db
+++++ 1394468764.N /scripts/functions/db : __rvm_db_() 3 > __key=rvm_remote_server_url3
+++++ 1394468764.N /scripts/functions/db : __rvm_db_() 4 > shift 2
+++++ 1394468764.N /scripts/functions/db : __rvm_db_() 5 > __value=
+++++ 1394468764.N /scripts/functions/db : __rvm_db_() 65 > case "${__value}" in
+++++ 1394468764.N /scripts/functions/db : __rvm_db_() 11 > __rvm_db_get /Users/mwlang/.rvm/user/db rvm_remote_server_url3
+++++ 1394468764.N /scripts/functions/db : __rvm_db_get() 1 > [[ -f /Users/mwlang/.rvm/user/db ]]
+++++ 1394468764.N /scripts/functions/db : __rvm_db_get() 2 > __rvm_grep '^rvm_remote_server_url3=' /Users/mwlang/.rvm/user/db
+++++ 1394468764.N /scripts/functions/db : __rvm_db_get() 2 > __rvm_sed -e 's#^rvm_remote_server_url3=##' -e '/^$/d'
+++++ 1394468764.N /scripts/functions/support : __rvm_sed() 0 > sed -e 's#^rvm_remote_server_url3=##' -e '/^$/d'
+++++ 1394468764.N /scripts/functions/support : __rvm_grep() 0 > GREP_OPTIONS=
+++++ 1394468764.N /scripts/functions/support : __rvm_grep() 0 > grep '^rvm_remote_server_url3=' /Users/mwlang/.rvm/user/db
+++++ 1394468764.N /scripts/functions/support : __rvm_grep() 0 > return 1
++++ 1394468764.N /scripts/functions/db : __rvm_db() 7 > value=
++++ 1394468764.N /scripts/functions/db : __rvm_db() 9 > [[ -z '' ]]
++++ 1394468764.N /scripts/functions/db : __rvm_db() 9 > [[ -f /Users/mwlang/.rvm/config/db ]]
+++++ 1394468764.N /scripts/functions/db : __rvm_db() 4 > __rvm_db_ /Users/mwlang/.rvm/config/db rvm_remote_server_url3
+++++ 1394468764.N /scripts/functions/db : __rvm_db_() 1 > typeset __db __key __value
+++++ 1394468764.N /scripts/functions/db : __rvm_db_() 2 > __db=/Users/mwlang/.rvm/config/db
+++++ 1394468764.N /scripts/functions/db : __rvm_db_() 3 > __key=rvm_remote_server_url3
+++++ 1394468764.N /scripts/functions/db : __rvm_db_() 4 > shift 2
+++++ 1394468764.N /scripts/functions/db : __rvm_db_() 5 > __value=
+++++ 1394468764.N /scripts/functions/db : __rvm_db_() 65 > case "${__value}" in
+++++ 1394468764.N /scripts/functions/db : __rvm_db_() 11 > __rvm_db_get /Users/mwlang/.rvm/config/db rvm_remote_server_url3
+++++ 1394468764.N /scripts/functions/db : __rvm_db_get() 1 > [[ -f /Users/mwlang/.rvm/config/db ]]
+++++ 1394468764.N /scripts/functions/db : __rvm_db_get() 2 > __rvm_sed -e 's#^rvm_remote_server_url3=##' -e '/^$/d'
+++++ 1394468764.N /scripts/functions/db : __rvm_db_get() 2 > __rvm_grep '^rvm_remote_server_url3=' /Users/mwlang/.rvm/config/db
+++++ 1394468764.N /scripts/functions/support : __rvm_sed() 0 > sed -e 's#^rvm_remote_server_url3=##' -e '/^$/d'
+++++ 1394468764.N /scripts/functions/support : __rvm_grep() 0 > GREP_OPTIONS=
+++++ 1394468764.N /scripts/functions/support : __rvm_grep() 0 > grep '^rvm_remote_server_url3=' /Users/mwlang/.rvm/config/db
+++++ 1394468764.N /scripts/functions/support : __rvm_grep() 0 > return 1
++++ 1394468764.N /scripts/functions/db : __rvm_db() 10 > value=
++++ 1394468764.N /scripts/functions/db : __rvm_db() 13 > [[ -n '' ]]
++++ 1394468764.N /scripts/functions/db : __rvm_db() 20 > true
+++ 1394468764.N /scripts/functions/utility_system : __rvm_calculate_remote_file() 1 > rvm_remote_server_url=
+++ 1394468764.N /scripts/functions/utility_system : __rvm_calculate_remote_file() 2 > [[ -n '' ]]
+++ 1394468764.N /scripts/functions/utility_system : __rvm_calculate_remote_file() 3 > rvm_debug 'rvm_remote_server_url3 not found'
+++ 1394468764.N /scripts/functions/logging : rvm_debug() 1 > (( 0 ))
+++ 1394468764.N /scripts/functions/logging : rvm_debug() 1 > return 0
+++ 1394468764.N /scripts/functions/utility_system : __rvm_calculate_remote_file() 147 > return 0
+++ 1394468764.N /scripts/functions/utility_system : __rvm_remote_server_path_single() 160 > [[ -z '' ]]
+++ 1394468764.N /scripts/functions/utility_system : __rvm_remote_server_path_single() 162 > rvm_debug 'No remote file name found'
+++ 1394468764.N /scripts/functions/logging : rvm_debug() 1 > (( 0 ))
+++ 1394468764.N /scripts/functions/logging : rvm_debug() 1 > return 0
+++ 1394468764.N /scripts/functions/utility_system : __rvm_remote_server_path_single() 163 > return 0
++ 1394468764.N /scripts/functions/manage/base_install : __rvm_install_ruby_try_remote() 149 > __rvm_ruby_url=
++ 1394468764.N /scripts/functions/manage/base_install : __rvm_install_ruby_try_remote() 150 > IFS=:
++ 1394468764.N /scripts/functions/manage/base_install : __rvm_install_ruby_try_remote() 150 > read __rvm_ruby_verify_download_flag __rvm_ruby_url
++ 1394468764.N /scripts/functions/manage/base_install : __rvm_install_ruby_try_remote() 152 > (( 1 > 0 ))
++ 1394468764.N /scripts/functions/manage/base_install : __rvm_install_ruby_try_remote() 154 > __rvm_ruby_verify_download_flag=
++ 1394468764.N /scripts/functions/manage/base_install : __rvm_install_ruby_try_remote() 157 > [[ -z '' ]]
++ 1394468764.N /scripts/functions/manage/base_install : __rvm_install_ruby_try_remote() 160 > (( rvm_remote_flag ))
++ 1394468764.N /scripts/functions/manage/base_install : __rvm_install_ruby_try_remote() 165 > __rvm_old_ruby rbx-2.2.5
++ 1394468764.N /scripts/functions/manage/base_install : __rvm_old_ruby() 205 > case "$1" in
++ 1394468764.N /scripts/functions/manage/base_install : __rvm_old_ruby() 3 > return 1
+++ 1394468764.N /scripts/functions/manage/base_install : __rvm_install_ruby_try_remote() -164 > __rvm_system_path -
++++ 1394468764.N /scripts/functions/utility_system : __rvm_system_path() -210 > __rvm_db rvm_remote_server_path
++++ 1394468764.N /scripts/functions/db : __rvm_db() 1 > typeset value key variable
++++ 1394468764.N /scripts/functions/db : __rvm_db() 2 > key=rvm_remote_server_path
++++ 1394468764.N /scripts/functions/db : __rvm_db() 3 > key=rvm_remote_server_path
++++ 1394468764.N /scripts/functions/db : __rvm_db() 4 > variable=
++++ 1394468764.N /scripts/functions/db : __rvm_db() 6 > [[ -f /Users/mwlang/.rvm/user/db ]]
+++++ 1394468764.N /scripts/functions/db : __rvm_db() 1 > __rvm_db_ /Users/mwlang/.rvm/user/db rvm_remote_server_path
+++++ 1394468764.N /scripts/functions/db : __rvm_db_() 1 > typeset __db __key __value
+++++ 1394468764.N /scripts/functions/db : __rvm_db_() 2 > __db=/Users/mwlang/.rvm/user/db
+++++ 1394468764.N /scripts/functions/db : __rvm_db_() 3 > __key=rvm_remote_server_path
+++++ 1394468764.N /scripts/functions/db : __rvm_db_() 4 > shift 2
+++++ 1394468764.N /scripts/functions/db : __rvm_db_() 5 > __value=
+++++ 1394468764.N /scripts/functions/db : __rvm_db_() 65 > case "${__value}" in
+++++ 1394468764.N /scripts/functions/db : __rvm_db_() 11 > __rvm_db_get /Users/mwlang/.rvm/user/db rvm_remote_server_path
+++++ 1394468764.N /scripts/functions/db : __rvm_db_get() 1 > [[ -f /Users/mwlang/.rvm/user/db ]]
+++++ 1394468764.N /scripts/functions/db : __rvm_db_get() 2 > __rvm_grep '^rvm_remote_server_path=' /Users/mwlang/.rvm/user/db
+++++ 1394468764.N /scripts/functions/db : __rvm_db_get() 2 > __rvm_sed -e 's#^rvm_remote_server_path=##' -e '/^$/d'
+++++ 1394468764.N /scripts/functions/support : __rvm_sed() 0 > sed -e 's#^rvm_remote_server_path=##' -e '/^$/d'
+++++ 1394468764.N /scripts/functions/support : __rvm_grep() 0 > GREP_OPTIONS=
+++++ 1394468764.N /scripts/functions/support : __rvm_grep() 0 > grep '^rvm_remote_server_path=' /Users/mwlang/.rvm/user/db
+++++ 1394468764.N /scripts/functions/support : __rvm_grep() 0 > return 1
++++ 1394468764.N /scripts/functions/db : __rvm_db() 7 > value=
++++ 1394468764.N /scripts/functions/db : __rvm_db() 9 > [[ -z '' ]]
++++ 1394468764.N /scripts/functions/db : __rvm_db() 9 > [[ -f /Users/mwlang/.rvm/config/db ]]
+++++ 1394468764.N /scripts/functions/db : __rvm_db() 4 > __rvm_db_ /Users/mwlang/.rvm/config/db rvm_remote_server_path
+++++ 1394468764.N /scripts/functions/db : __rvm_db_() 1 > typeset __db __key __value
+++++ 1394468764.N /scripts/functions/db : __rvm_db_() 2 > __db=/Users/mwlang/.rvm/config/db
+++++ 1394468764.N /scripts/functions/db : __rvm_db_() 3 > __key=rvm_remote_server_path
+++++ 1394468764.N /scripts/functions/db : __rvm_db_() 4 > shift 2
+++++ 1394468764.N /scripts/functions/db : __rvm_db_() 5 > __value=
+++++ 1394468764.N /scripts/functions/db : __rvm_db_() 65 > case "${__value}" in
+++++ 1394468764.N /scripts/functions/db : __rvm_db_() 11 > __rvm_db_get /Users/mwlang/.rvm/config/db rvm_remote_server_path
+++++ 1394468764.N /scripts/functions/db : __rvm_db_get() 1 > [[ -f /Users/mwlang/.rvm/config/db ]]
+++++ 1394468764.N /scripts/functions/db : __rvm_db_get() 2 > __rvm_grep '^rvm_remote_server_path=' /Users/mwlang/.rvm/config/db
+++++ 1394468764.N /scripts/functions/db : __rvm_db_get() 2 > __rvm_sed -e 's#^rvm_remote_server_path=##' -e '/^$/d'
+++++ 1394468764.N /scripts/functions/support : __rvm_sed() 0 > sed -e 's#^rvm_remote_server_path=##' -e '/^$/d'
+++++ 1394468764.N /scripts/functions/support : __rvm_grep() 0 > GREP_OPTIONS=
+++++ 1394468764.N /scripts/functions/support : __rvm_grep() 0 > grep '^rvm_remote_server_path=' /Users/mwlang/.rvm/config/db
+++++ 1394468764.N /scripts/functions/support : __rvm_grep() 0 > return 1
++++ 1394468764.N /scripts/functions/db : __rvm_db() 10 > value=
++++ 1394468764.N /scripts/functions/db : __rvm_db() 13 > [[ -n '' ]]
++++ 1394468764.N /scripts/functions/db : __rvm_db() 20 > true
+++ 1394468765.N /scripts/functions/utility_system : __rvm_system_path() 1 > rvm_remote_server_path=
+++ 1394468765.N /scripts/functions/utility_system : __rvm_system_path() 2 > [[ -n '' ]]
+++ 1394468765.N /scripts/functions/utility_system : __rvm_system_path() 3 > rvm_remote_server_path=osx/10.9/x86_64
+++ 1394468765.N /scripts/functions/utility_system : __rvm_system_path() 4 > [[ - == \- ]]
+++ 1394468765.N /scripts/functions/utility_system : __rvm_system_path() 5 > printf %b 'osx/10.9/x86_64\n'
++ 1394468765.N /scripts/functions/manage/base_install : __rvm_install_ruby_try_remote() 40 > rvm_warn 'No binary rubies available for: osx/10.9/x86_64/rbx-2.2.5.
Continuing with compilation. Please read '\''rvm help mount'\'' to get more information on binary rubies.'
++ 1394468765.N /scripts/functions/logging : rvm_warn() 1 > rvm_pretty_print stdout
++ 1394468765.N /scripts/functions/logging : rvm_pretty_print() 73 > case "${rvm_pretty_print_flag:=auto}" in
++ 1394468765.N /scripts/functions/logging : rvm_pretty_print() 78 > case "${TERM:-dumb}" in
++ 1394468765.N /scripts/functions/logging : rvm_pretty_print() 81 > case "$1" in
++ 1394468765.N /scripts/functions/logging : rvm_pretty_print() 10 > [[ -t 1 ]]
++ 1394468765.N /scripts/functions/logging : rvm_pretty_print() 10 > return 1
++ 1394468765.N /scripts/functions/logging : rvm_warn() 67 > printf %b 'No binary rubies available for: osx/10.9/x86_64/rbx-2.2.5.
Continuing with compilation. Please read '\''rvm help mount'\'' to get more information on binary rubies.\n'
No binary rubies available for: osx/10.9/x86_64/rbx-2.2.5.
Continuing with compilation. Please read 'rvm help mount' to get more information on binary rubies.
++ 1394468765.N /scripts/functions/manage/base_install : __rvm_install_ruby_try_remote() 189 > return 2
++ 1394468765.N /scripts/functions/manage/base_install : __rvm_install_ruby() 304 > (( 2 == 2 ))
++ 1394468765.N /scripts/functions/manage/base_install : __rvm_install_ruby() 307 > __rvm_check_available_space rbx-2.2.5 sources
++ 1394468765.N /scripts/functions/manage/base_install : __rvm_check_available_space() 1 > typeset __required_space __free_space __i_have_no_idea
++ 1394468765.N /scripts/functions/manage/base_install : __rvm_check_available_space() 2 > __rvm_calculate_space_free /Users/mwlang/.rvm/rubies
+++ 1394468765.N /scripts/functions/utility : __rvm_calculate_space_free() -390 > df -Pk /Users/mwlang/.rvm/rubies
+++ 1394468765.N /scripts/functions/utility : __rvm_calculate_space_free() -390 > __rvm_awk 'BEGIN{x=4} /Free/{x=3} END{print $x}'
+++ 1394468765.N /scripts/functions/support : __rvm_awk() 0 > awk 'BEGIN{x=4} /Free/{x=3} END{print $x}'
++ 1394468765.N /scripts/functions/utility : __rvm_calculate_space_free() 2 > __free_space=42478796
++ 1394468765.N /scripts/functions/utility : __rvm_calculate_space_free() 3 > __free_space=41483
++ 1394468765.N /scripts/functions/manage/base_install : __rvm_check_available_space() -123 > __i_have_no_idea=0
++ 1394468765.N /scripts/functions/manage/base_install : __rvm_check_available_space() 270 > case "$1" in
++ 1394468765.N /scripts/functions/manage/base_install : __rvm_check_available_space() -117 > __required_space=170
++ 1394468765.N /scripts/functions/manage/base_install : __rvm_check_available_space() -100 > [[ sources == \s\o\u\r\c\e\s ]]
++ 1394468765.N /scripts/functions/manage/base_install : __rvm_check_available_space() 296 > case "$1" in
++ 1394468765.N /scripts/functions/manage/base_install : __rvm_check_available_space() -93 > let __required_space+=600
++ 1394468765.N /scripts/functions/manage/base_install : __rvm_check_available_space() -77 > (( __i_have_no_idea ))
++ 1394468765.N /scripts/functions/manage/base_install : __rvm_check_available_space() -72 > (( __required_space > __free_space ))
++ 1394468765.N /scripts/functions/manage/base_install : __rvm_check_available_space() -67 > (( __required_space*12 > __free_space*10 ))
++ 1394468765.N /scripts/functions/manage/base_install : __rvm_check_available_space() -63 > rvm_debug 'Free disk space 41483MB, required 770MB.'
++ 1394468765.N /scripts/functions/logging : rvm_debug() 1 > (( 0 ))
++ 1394468765.N /scripts/functions/logging : rvm_debug() 1 > return 0
++ 1394468765.N /scripts/functions/manage/base_install : __rvm_install_ruby() 237 > __rvm_check_for_compiler
++ 1394468765.N /scripts/functions/build : __rvm_check_for_compiler() 1 > __rvm_selected_compiler
++ 1394468765.N /scripts/functions/build : __rvm_selected_compiler() 3 > [[ =~ --with-gcc= ]]
++ 1394468765.N /scripts/functions/build : __rvm_selected_compiler() 16 > [[ -n '' ]]
++ 1394468765.N /scripts/functions/build : __rvm_selected_compiler() 21 > return 1
++ 1394468765.N /scripts/functions/manage/base_install : __rvm_install_ruby() 382 > case "${rvm_ruby_interpreter}" in
++ 1394468765.N /scripts/functions/manage/base_install : __rvm_install_ruby() 370 > ruby_install_type=rubinius
++ 1394468765.N /scripts/functions/manage/base_install : __rvm_install_ruby() 383 > export -a rvm_configure_env
++ 1394468765.N /scripts/functions/manage/base_install : __rvm_install_ruby() 384 > [[ -n '' ]]
++ 1394468765.N /scripts/functions/manage/base_install : __rvm_install_ruby() 384 > rvm_configure_env=()
++ 1394468765.N /scripts/functions/manage/base_install : __rvm_install_ruby() 386 > source /Users/mwlang/.rvm/scripts/functions/manage/rubinius
+++ 1394468765.N /scripts/functions/manage/rubinius : source() -13 > source /Users/mwlang/.rvm/scripts/functions/osx-ssl-certs
++++ 1394468765.N /scripts/functions/osx-ssl-certs : source() 174 > export 'RVM_OSX_SSL_UPDATER=/Users/mwlang/.rvm/bin/rvm --silent osx-ssl-certs update all'
++++ 1394468765.N /scripts/functions/osx-ssl-certs : source() 174 > RVM_OSX_SSL_UPDATER='/Users/mwlang/.rvm/bin/rvm --silent osx-ssl-certs update all'
++ 1394468765.N /scripts/functions/manage/base_install : __rvm_install_ruby() 387 > rubinius_install
++ 1394468765.N /scripts/functions/manage/rubinius : rubinius_install() 1 > rubinius_install_detect_required_ruby
++ 1394468765.N /scripts/functions/manage/rubinius : rubinius_install_detect_required_ruby() 1 > export ruby
++ 1394468765.N /scripts/functions/manage/rubinius : rubinius_install_detect_required_ruby() 18 > case "${rvm_ruby_version}" in
++ 1394468765.N /scripts/functions/manage/rubinius : rubinius_install_detect_required_ruby() 16 > ruby=ruby-2
++ 1394468765.N /scripts/functions/manage/rubinius : rubinius_install_detect_required_ruby() 19 > __rvm_ensure_has_mri_ruby ruby-2
++ 1394468765.N /scripts/functions/build : __rvm_ensure_has_mri_ruby() 1 > typeset versions
++ 1394468765.N /scripts/functions/build : __rvm_ensure_has_mri_ruby() 2 > versions=ruby-2
+++ 1394468765.N /scripts/functions/build : __rvm_ensure_has_mri_ruby() -312 > __rvm_mri_ruby ruby-2
+++ 1394468765.N /scripts/functions/build : __rvm_mri_ruby() 1 > __rvm_mri_rubies ruby-2
+++ 1394468765.N /scripts/functions/build : __rvm_mri_ruby() 1 > sort
++++ 1394468765.N /scripts/functions/build : __rvm_mri_ruby() -308 > __rvm_env_string
++++ 1394468765.N /scripts/functions/environment : __rvm_env_string() 1 > typeset _path _string
+++ 1394468765.N /scripts/functions/build : __rvm_mri_rubies() 21 > typeset versions=ruby-2
++++ 1394468765.N /scripts/functions/environment : __rvm_env_string() 3 > _path=/Users/mwlang/.rvm/gems/ruby-2.0.0-p247
+++ 1394468765.N /scripts/functions/build : __rvm_mri_rubies() 22 > __rvm_cd /Users/mwlang/.rvm/rubies
++++ 1394468765.N /scripts/functions/environment : __rvm_env_string() 6 > _string=ruby-2.0.0-p247
+++ 1394468765.N /scripts/functions/support : __rvm_cd() 1 > typeset old_cdpath ret
++++ 1394468765.N /scripts/functions/environment : __rvm_env_string() 7 > _string=ruby-2.0.0-p247
+++ 1394468765.N /scripts/functions/support : __rvm_cd() 2 > ret=0
++++ 1394468765.N /scripts/functions/environment : __rvm_env_string() 8 > _string=ruby-2.0.0-p247
+++ 1394468765.N /scripts/functions/support : __rvm_cd() 3 > old_cdpath=
++++ 1394468765.N /scripts/functions/environment : __rvm_env_string() 10 > printf %b 'ruby-2.0.0-p247\n'
+++ 1394468765.N /scripts/functions/support : __rvm_cd() 4 > CDPATH=.
+++ 1394468765.N /scripts/functions/build : __rvm_mri_ruby() 2 > __rvm_awk 'BEGIN{ selected=$0 } /ruby-2.0.0-p247/{ selected=$0 } END {print $0}'
+++ 1394468765.N /scripts/functions/support : __rvm_cd() 5 > chpwd_functions=
+++ 1394468765.N /scripts/functions/support : __rvm_awk() 0 > awk 'BEGIN{ selected=$0 } /ruby-2.0.0-p247/{ selected=$0 } END {print $0}'
+++ 1394468765.N /scripts/functions/support : __rvm_cd() 5 > builtin cd /Users/mwlang/.rvm/rubies
+++ 1394468765.N /scripts/functions/support : __rvm_cd() 6 > CDPATH=
+++ 1394468765.N /scripts/functions/support : __rvm_cd() 7 > return 0
+++ 1394468765.N /scripts/functions/build : __rvm_mri_rubies() 144 > __rvm_find . -maxdepth 1 -mindepth 1 -type d '!' -type l
+++ 1394468765.N /scripts/functions/build : __rvm_mri_rubies() 145 > __rvm_awk -F/ '/ruby-2/ {if (system("test -x \""$0"/bin/ruby\"")==0) print $2}'
+++ 1394468765.N /scripts/functions/support : __rvm_find() 0 > find . -maxdepth 1 -mindepth 1 -type d '!' -type l
+++ 1394468765.N /scripts/functions/support : __rvm_awk() 0 > awk -F/ '/ruby-2/ {if (system("test -x \""$0"/bin/ruby\"")==0) print $2}'
++ 1394468765.N /scripts/functions/build : __rvm_ensure_has_mri_ruby() 4 > [[ -z ruby-2.0.0-p353 ]]
++ 1394468765.N /scripts/functions/build : __rvm_ensure_has_mri_ruby() 27 > return 0
+++ 1394468765.N /scripts/functions/manage/rubinius : rubinius_install_detect_required_ruby() -592__rvm_mri_ruby ruby-2
+++ 1394468765.N /scripts/functions/build : __rvm_mri_ruby() 1 > sort
+++ 1394468765.N /scripts/functions/build : __rvm_mri_ruby() 1 > __rvm_mri_rubies ruby-2
++++ 1394468765.N /scripts/functions/build : __rvm_mri_ruby() -308 > __rvm_env_string
++++ 1394468765.N /scripts/functions/environment : __rvm_env_string() 1 > typeset _path _string
+++ 1394468765.N /scripts/functions/build : __rvm_mri_rubies() 21 > typeset versions=ruby-2
++++ 1394468765.N /scripts/functions/environment : __rvm_env_string() 3 > _path=/Users/mwlang/.rvm/gems/ruby-2.0.0-p247
+++ 1394468765.N /scripts/functions/build : __rvm_mri_rubies() 22 > __rvm_cd /Users/mwlang/.rvm/rubies
++++ 1394468765.N /scripts/functions/environment : __rvm_env_string() 6 > _string=ruby-2.0.0-p247
+++ 1394468765.N /scripts/functions/support : __rvm_cd() 1 > typeset old_cdpath ret
++++ 1394468765.N /scripts/functions/environment : __rvm_env_string() 7 > _string=ruby-2.0.0-p247
+++ 1394468765.N /scripts/functions/support : __rvm_cd() 2 > ret=0
++++ 1394468765.N /scripts/functions/environment : __rvm_env_string() 8 > _string=ruby-2.0.0-p247
+++ 1394468765.N /scripts/functions/support : __rvm_cd() 3 > old_cdpath=
+++ 1394468765.N /scripts/functions/support : __rvm_cd() 4 > CDPATH=.
++++ 1394468765.N /scripts/functions/environment : __rvm_env_string() 10 > printf %b 'ruby-2.0.0-p247\n'
+++ 1394468765.N /scripts/functions/build : __rvm_mri_ruby() 2 > __rvm_awk 'BEGIN{ selected=$0 } /ruby-2.0.0-p247/{ selected=$0 } END {print $0}'
+++ 1394468765.N /scripts/functions/support : __rvm_cd() 5 > chpwd_functions=
+++ 1394468765.N /scripts/functions/support : __rvm_awk() 0 > awk 'BEGIN{ selected=$0 } /ruby-2.0.0-p247/{ selected=$0 } END {print $0}'
+++ 1394468765.N /scripts/functions/support : __rvm_cd() 5 > builtin cd /Users/mwlang/.rvm/rubies
+++ 1394468765.N /scripts/functions/support : __rvm_cd() 6 > CDPATH=
+++ 1394468765.N /scripts/functions/support : __rvm_cd() 7 > return 0
+++ 1394468765.N /scripts/functions/build : __rvm_mri_rubies() 145 > __rvm_awk -F/ '/ruby-2/ {if (system("test -x \""$0"/bin/ruby\"")==0) print $2}'
+++ 1394468765.N /scripts/functions/build : __rvm_mri_rubies() 144 > __rvm_find . -maxdepth 1 -mindepth 1 -type d '!' -type l
+++ 1394468765.N /scripts/functions/support : __rvm_awk() 0 > awk -F/ '/ruby-2/ {if (system("test -x \""$0"/bin/ruby\"")==0) print $2}'
+++ 1394468765.N /scripts/functions/support : __rvm_find() 0 > find . -maxdepth 1 -mindepth 1 -type d '!' -type l
++ 1394468765.N /scripts/functions/manage/rubinius : rubinius_install_detect_required_ruby() -276 ruby=ruby-2.0.0-p353
++ 1394468765.N /scripts/functions/manage/rubinius : rubinius_install() -236 > make_sure_its_enough_ram_for_rbx
++ 1394468765.N /scripts/functions/manage/rubinius : make_sure_its_enough_ram_for_rbx() 1 > typeset rvm_rbx_required_ram
++ 1394468765.N /scripts/functions/manage/rubinius : make_sure_its_enough_ram_for_rbx() 2 > rvm_rbx_required_ram_mb=500
++ 1394468765.N /scripts/functions/manage/rubinius : make_sure_its_enough_ram_for_rbx() 4 > __rvm_compiler_is_llvm
++ 1394468765.N /scripts/functions/build : __rvm_compiler_is_llvm() 1 > __rvm_compiler_version_is llvm ''
++ 1394468765.N /scripts/functions/build : __rvm_compiler_version_is() 1 > typeset compiler __check
++ 1394468765.N /scripts/functions/build : __rvm_compiler_version_is() 2 > __check=llvm
+++ 1394468765.N /scripts/functions/build : __rvm_compiler_version_is() -128 > __rvm_found_compiler
+++ 1394468765.N /scripts/functions/build : __rvm_found_compiler() 1 > __rvm_selected_compiler
+++ 1394468765.N /scripts/functions/build : __rvm_selected_compiler() 3 > [[ =~ --with-gcc= ]]
+++ 1394468765.N /scripts/functions/build : __rvm_selected_compiler() 16 > [[ -n '' ]]
+++ 1394468765.N /scripts/functions/build : __rvm_selected_compiler() 21 > return 1
+++ 1394468765.N /scripts/functions/build : __rvm_found_compiler() 27 > __rvm_which gcc
++ 1394468765.N /scripts/functions/build : __rvm_compiler_version_is() 3 > compiler=/usr/bin/gcc
++ 1394468765.N /scripts/functions/build : __rvm_compiler_version_is() 4 > __rvm_compiler_is /usr/bin/gcc --version llvm
++ 1394468765.N /scripts/functions/build : __rvm_compiler_is() 1 > __rvm_run_compiler /usr/bin/gcc --version
++ 1394468765.N /scripts/functions/build : __rvm_compiler_is() 1 > __rvm_grep -i llvm
++ 1394468765.N /scripts/functions/build : __rvm_run_compiler() 2 > [[ -n /usr/bin/gcc ]]
++ 1394468765.N /scripts/functions/support : __rvm_grep() 0 > GREP_OPTIONS=
++ 1394468765.N /scripts/functions/build : __rvm_run_compiler() 4 > typeset compiler=/usr/bin/gcc
++ 1394468765.N /scripts/functions/support : __rvm_grep() 0 > grep -i llvm
++ 1394468765.N /scripts/functions/build : __rvm_run_compiler() 5 > shift
++ 1394468765.N /scripts/functions/build : __rvm_run_compiler() 6 > [[ -n '' ]]
++ 1394468765.N /scripts/functions/build : __rvm_run_compiler() 8 > /usr/bin/gcc --version
++ 1394468765.N /scripts/functions/manage/rubinius : rubinius_install() -44 > typeset rvm_configure_args
++ 1394468765.N /scripts/functions/manage/rubinius : rubinius_install() -43 > typeset -a rvm_ruby_configure
++ 1394468765.N /scripts/functions/manage/rubinius : rubinius_install() -42 > unset CFLAGS LDFLAGS ARCHFLAGS
++ 1394468765.N /scripts/functions/manage/rubinius : rubinius_install() -41 > unset GEM_HOME GEM_PATH MY_RUBY_HOME IRBRC RBXOPT
++ 1394468765.N /scripts/functions/manage/rubinius : rubinius_install() -40 > export PATH
++ 1394468765.N /scripts/functions/manage/rubinius : rubinius_install() -39 > rvm_ruby_make=
++ 1394468765.N /scripts/functions/manage/rubinius : rubinius_install() -37 > __rvm_setup_compile_environment rbx-2.2.5
++ 1394468765.N /scripts/functions/build_config : __rvm_setup_compile_environment() 1 > typeset __type
++ 1394468765.N /scripts/functions/build_config : __rvm_setup_compile_environment() 2 > typeset -a __types
++ 1394468765.N /scripts/functions/build_config : __rvm_setup_compile_environment() 7 > __types=(setup movable_early system_early requirements movable parse_name system architectures gcc47plus bison flags_docs flags_shared_static flags_threads compatibility_flag)
++ 1394468765.N /scripts/functions/build_config : __rvm_setup_compile_environment() 12 > for __type in '"${__types[@]}"'
++ 1394468765.N /scripts/functions/build_config : __rvm_setup_compile_environment() 10 > rvm_debug '__rvm_setup_compile_environment_setup rbx-2.2.5'
++ 1394468765.N /scripts/functions/logging : rvm_debug() 1 > (( 0 ))
++ 1394468765.N /scripts/functions/logging : rvm_debug() 1 > return 0
++ 1394468765.N /scripts/functions/build_config : __rvm_setup_compile_environment() -128 > __rvm_setup_compile_environment_setup rbx-2.2.5
++ 1394468765.N /scripts/functions/build_config : __rvm_setup_compile_environment_setup() 1 > [[ -z '' ]]
+++ 1394468765.N /scripts/functions/build_config : __rvm_setup_compile_environment_setup() -19 > /Users/mwlang/.rvm/scripts/db /Users/mwlang/.rvm/user/db autolibs
++ 1394468765.N /scripts/functions/build_config : __rvm_setup_compile_environment_setup() 2 > rvm_autolibs_flag=enable
++ 1394468765.N /scripts/functions/build_config : __rvm_setup_compile_environment_setup() 4 > rvm_debug rvm_autolibs_flag=enable
++ 1394468765.N /scripts/functions/logging : rvm_debug() 1 > (( 0 ))
++ 1394468765.N /scripts/functions/logging : rvm_debug() 1 > return 0
++ 1394468765.N /scripts/functions/build_config : __rvm_setup_compile_environment_setup() -117 > __rvm_autolibs_translate
++ 1394468765.N /scripts/functions/autolibs : __rvm_autolibs_translate() 5 > case "${rvm_autolibs_flag}" in
++ 1394468765.N /scripts/functions/autolibs : __rvm_autolibs_translate() 31 > rvm_autolibs_flag_number=4
++ 1394468765.N /scripts/functions/autolibs : __rvm_autolibs_translate() 32 > rvm_autolibs_flag_runner=osx
++ 1394468765.N /scripts/functions/build_config : __rvm_setup_compile_environment_setup() 23 > [[ -n 4 ]]
+++ 1394468765.N /scripts/functions/build_config : __rvm_setup_compile_environment_setup() 20 > __rvm_selected_compiler
+++ 1394468765.N /scripts/functions/build : __rvm_selected_compiler() 3 > [[ =~ --with-gcc= ]]
+++ 1394468765.N /scripts/functions/build : __rvm_selected_compiler() 16 > [[ -n '' ]]
+++ 1394468765.N /scripts/functions/build : __rvm_selected_compiler() 21 > return 1
++ 1394468765.N /scripts/functions/build_config : __rvm_setup_compile_environment_setup() 24 > export initially_selected_compiler=
++ 1394468765.N /scripts/functions/build_config : __rvm_setup_compile_environment_setup() 24 > initially_selected_compiler=
++ 1394468765.N /scripts/functions/build_config : __rvm_setup_compile_environment_setup() 25 > true
++ 1394468765.N /scripts/functions/build_config : __rvm_setup_compile_environment() 12 > for __type in '"${__types[@]}"'
++ 1394468766.N /scripts/functions/build_config : __rvm_setup_compile_environment() 10 > rvm_debug '__rvm_setup_compile_environment_movable_early rbx-2.2.5'
++ 1394468766.N /scripts/functions/logging : rvm_debug() 1 > (( 0 ))
++ 1394468766.N /scripts/functions/logging : rvm_debug() 1 > return 0
++ 1394468766.N /scripts/functions/build_config : __rvm_setup_compile_environment() -128 > __rvm_setup_compile_environment_movable_early rbx-2.2.5
++ 1394468766.N /scripts/functions/build_config : __rvm_setup_compile_environment_movable_early() (( 0 > 0 ))
++ 1394468766.N /scripts/functions/build_config : __rvm_setup_compile_environment_movable_early() return 0
++ 1394468766.N /scripts/functions/build_config : __rvm_setup_compile_environment() 12 > for __type in '"${__types[@]}"'
++ 1394468766.N /scripts/functions/build_config : __rvm_setup_compile_environment() -19 > rvm_debug '__rvm_setup_compile_environment_system_early rbx-2.2.5'
++ 1394468766.N /scripts/functions/logging : rvm_debug() 1 > (( 0 ))
++ 1394468766.N /scripts/functions/logging : rvm_debug() 1 > return 0
++ 1394468766.N /scripts/functions/build_config : __rvm_setup_compile_environment() -128 > __rvm_setup_compile_environment_system_early rbx-2.2.5
++ 1394468766.N /scripts/functions/build_config : __rvm_setup_compile_environment_system_early() 1is_a_function __rvm_setup_compile_environment_system_early_OSX
++ 1394468766.N /scripts/functions/support : is_a_function() 1 > typeset -f __rvm_setup_compile_environment_system_early_OSX
++ 1394468766.N /scripts/functions/build_config : __rvm_setup_compile_environment_system_early() 7__rvm_setup_compile_environment_system_early_OSX rbx-2.2.5
++ 1394468766.N /scripts/functions/build_config_system : __rvm_setup_compile_environment_system_ear__rvm_setup_compile_environment_system_early_osx_fix_devtools
++ 1394468766.N /scripts/functions/build_config_system : __rvm_setup_compile_environment_system_eartypeset __xcode_dir_path
++ 1394468766.N /scripts/functions/build_config_system : __rvm_setup_compile_environment_system_ear[[ -r /usr/share/xcode-select/xcode_dir_path ]]
++ 1394468766.N /scripts/functions/build_config_system : __rvm_setup_compile_environment_system_ear__rvm_setup_compile_environment_system_early_osx_install_clt
++ 1394468766.N /scripts/functions/build_config_system : __rvm_setup_compile_environment_system_eartypeset __developer_update
++ 1394468766.N /scripts/functions/build_config_system : __rvm_setup_compile_environment_system_ear__rvm_version_compare 10.9 -ge 10.9
++ 1394468766.N /scripts/functions/utility : __rvm_version_compare() 1 > typeset first
+++ 1394468766.N /scripts/functions/utility : __rvm_version_compare() -186 > printf %b '10.9\n10.9\n'
+++ 1394468766.N /scripts/functions/utility : __rvm_version_compare() -186 > head -n1
+++ 1394468766.N /scripts/functions/utility : __rvm_version_compare() -186 > __rvm_version_sort
+++ 1394468766.N /scripts/functions/utility : __rvm_version_sort() 1 > LC_ALL=C
+++ 1394468766.N /scripts/functions/utility : __rvm_version_sort() 1 > sort -t. -k 1,1n -k 2,2n -k 3,3n -k 4,4n -k 5,5n
++ 1394468766.N /scripts/functions/utility : __rvm_version_compare() 2 > first=10.9
++ 1394468766.N /scripts/functions/utility : __rvm_version_compare() 192 > case "$2" in
++ 1394468766.N /scripts/functions/utility : __rvm_version_compare() 15 > [[ 10.9 == \1\0\.\9 ]]
++ 1394468766.N /scripts/functions/utility : __rvm_version_compare() 28 > return 0
++ 1394468766.N /scripts/functions/build_config_system : __rvm_setup_compile_environment_system_earxcode-select -p
++ 1394468766.N /scripts/functions/build_config_system : __rvm_setup_compile_environment_system_earreturn 0
++ 1394468766.N /scripts/functions/build_config : __rvm_setup_compile_environment() 12 > for __type in '"${__types[@]}"'
++ 1394468766.N /scripts/functions/build_config : __rvm_setup_compile_environment() -174 > rvm_debug '__rvm_setup_compile_environment_requirements rbx-2.2.5'
++ 1394468766.N /scripts/functions/logging : rvm_debug() 1 > (( 0 ))
++ 1394468766.N /scripts/functions/logging : rvm_debug() 1 > return 0
++ 1394468766.N /scripts/functions/build_config : __rvm_setup_compile_environment() -128 > __rvm_setup_compile_environment_requirements rbx-2.2.5
++ 1394468766.N /scripts/functions/build_config : __rvm_setup_compile_environment_requirements() 1(( 4 > 0 ))
++ 1394468766.N /scripts/functions/build_config : __rvm_setup_compile_environment_requirements() 2rvm_log 'Checking requirements for osx.'
++ 1394468766.N /scripts/functions/logging : rvm_log() 1 > rvm_pretty_print stdout
++ 1394468766.N /scripts/functions/logging : rvm_pretty_print() 73 > case "${rvm_pretty_print_flag:=auto}" in
++ 1394468766.N /scripts/functions/logging : rvm_pretty_print() 78 > case "${TERM:-dumb}" in
++ 1394468766.N /scripts/functions/logging : rvm_pretty_print() 81 > case "$1" in
++ 1394468766.N /scripts/functions/logging : rvm_pretty_print() 10 > [[ -t 1 ]]
++ 1394468766.N /scripts/functions/logging : rvm_pretty_print() 10 > return 1
++ 1394468766.N /scripts/functions/logging : rvm_log() 91 > printf %b 'Checking requirements for osx.\n'
Checking requirements for osx.
++ 1394468766.N /scripts/functions/build_config : __rvm_setup_compile_environment_requirements() 2__rvm_requirements_run osx rbx-2.2.5
++ 1394468766.N /scripts/functions/build_requirements : __rvm_requirements_run() 1 > typeset -a packages_installed packages_missing packages_to_install packages_flags
++ 1394468766.N /scripts/functions/build_requirements : __rvm_requirements_run() 2 > typeset -a packages_custom packages_custom_after
++ 1394468766.N /scripts/functions/build_requirements : __rvm_requirements_run() 3 > typeset __type __lib_type __iterator
++ 1394468766.N /scripts/functions/build_requirements : __rvm_requirements_run() 4 > __type=osx
++ 1394468766.N /scripts/functions/build_requirements : __rvm_requirements_run() 5 > __lib_type=osx
++ 1394468766.N /scripts/functions/build_requirements : __rvm_requirements_run() 6 > shift
++ 1394468766.N /scripts/functions/build_requirements : __rvm_requirements_run() 13 > for __iterator in load reset before define summary update custom install custom_after after
++ 1394468766.N /scripts/functions/build_requirements : __rvm_requirements_run() 9 > __rvm_requirements_run_load rbx-2.2.5
++ 1394468766.N /scripts/functions/build_requirements : __rvm_requirements_run_load() 2 > is_a_function requirements_osx_before
++ 1394468766.N /scripts/functions/support : is_a_function() 1 > typeset -f requirements_osx_before
++ 1394468766.N /scripts/functions/support : is_a_function() 1 > return 1
++ 1394468766.N /scripts/functions/build_requirements : __rvm_requirements_run_load() 19 > is_a_function requirements_osx_define
++ 1394468766.N /scripts/functions/support : is_a_function() 1 > typeset -f requirements_osx_define
++ 1394468766.N /scripts/functions/support : is_a_function() 1 > return 1
++ 1394468766.N /scripts/functions/build_requirements : __rvm_requirements_run_load() 23 > [[ -s /Users/mwlang/.rvm/scripts/functions/requirements/osx ]]
++ 1394468766.N /scripts/functions/build_requirements : __rvm_requirements_run_load() 29 > source /Users/mwlang/.rvm/scripts/functions/requirements/osx
+++ 1394468766.N /scripts/functions/requirements/osx : source() -1 > source /Users/mwlang/.rvm/scripts/functions/requirements/osx_brew
+++ 1394468766.N /scripts/functions/requirements/osx : source() 0 > source /Users/mwlang/.rvm/scripts/functions/requirements/osx_fink
+++ 1394468766.N /scripts/functions/requirements/osx : source() 1 > source /Users/mwlang/.rvm/scripts/functions/requirements/osx_port
+++ 1394468766.N /scripts/functions/requirements/osx : source() 2 > source /Users/mwlang/.rvm/scripts/functions/requirements/smf
++ 1394468766.N /scripts/functions/build_requirements : __rvm_requirements_run_load() 31 > is_a_function requirements_osx_before
++ 1394468766.N /scripts/functions/support : is_a_function() 1 > typeset -f requirements_osx_before
++ 1394468766.N /scripts/functions/build_requirements : __rvm_requirements_run_load() 34 > rvm_debug 'requirements code for osx loaded'
++ 1394468766.N /scripts/functions/logging : rvm_debug() 1 > (( 0 ))
++ 1394468766.N /scripts/functions/logging : rvm_debug() 1 > return 0
++ 1394468766.N /scripts/functions/build_requirements : __rvm_requirements_run() 13 > for __iterator in load reset before define summary update custom install custom_after after
++ 1394468766.N /scripts/functions/build_requirements : __rvm_requirements_run() -128 > __rvm_requirements_run_reset rbx-2.2.5
++ 1394468766.N /scripts/functions/build_requirements : __rvm_requirements_run_reset() 1 > packages_installed=()
++ 1394468766.N /scripts/functions/build_requirements : __rvm_requirements_run_reset() 2 > packages_missing=()
++ 1394468766.N /scripts/functions/build_requirements : __rvm_requirements_run_reset() 3 > packages_to_install=()
++ 1394468766.N /scripts/functions/build_requirements : __rvm_requirements_run_reset() 4 > packages_flags=()
++ 1394468766.N /scripts/functions/build_requirements : __rvm_requirements_run_reset() 5 > packages_custom=()
++ 1394468766.N /scripts/functions/build_requirements : __rvm_requirements_run_reset() 6 > packages_custom_after=()
++ 1394468766.N /scripts/functions/build_requirements : __rvm_requirements_run() 13 > for __iterator in load reset before define summary update custom install custom_after after
++ 1394468766.N /scripts/functions/build_requirements : __rvm_requirements_run() -32 > __rvm_requirements_run_before rbx-2.2.5
++ 1394468766.N /scripts/functions/build_requirements : __rvm_requirements_run_before() 1 > is_a_function requirements_osx_before
++ 1394468766.N /scripts/functions/support : is_a_function() 1 > typeset -f requirements_osx_before
++ 1394468766.N /scripts/functions/build_requirements : __rvm_requirements_run_before() 55 > requirements_osx_before rbx-2.2.5
++ 1394468766.N /scripts/functions/requirements/osx : requirements_osx_before() 1 > typeset __type
++ 1394468766.N /scripts/functions/requirements/osx : requirements_osx_before() 11 > for __type in osx_brew osx_port smf osx_fink
++ 1394468766.N /scripts/functions/requirements/osx : requirements_osx_before() 5 > requirements_find_osx_brew
++ 1394468766.N /scripts/functions/requirements/osx_brew : requirements_find_osx_brew() 2 > __rvm_which brew
++ 1394468766.N /scripts/functions/requirements/osx_brew : requirements_find_osx_brew() -233 > return 0
++ 1394468766.N /scripts/functions/requirements/osx : requirements_osx_before() -225 > __lib_type=osx_brew
++ 1394468766.N /scripts/functions/requirements/osx : requirements_osx_before() -224 > return 0
++ 1394468766.N /scripts/functions/build_requirements : __rvm_requirements_run_before() -180 > [[ osx_brew != \o\s\x ]]
++ 1394468766.N /scripts/functions/build_requirements : __rvm_requirements_run_before() -179 > rvm_debug 'requirements lib type set to osx_brew'
++ 1394468766.N /scripts/functions/logging : rvm_debug() 1 > (( 0 ))
++ 1394468766.N /scripts/functions/logging : rvm_debug() 1 > return 0
++ 1394468766.N /scripts/functions/build_requirements : __rvm_requirements_run_before() -79 > [[ osx_brew != \o\s\x ]]
++ 1394468766.N /scripts/functions/build_requirements : __rvm_requirements_run_before() -79 > is_a_function requirements_osx_brew_before
++ 1394468766.N /scripts/functions/support : is_a_function() 1 > typeset -f requirements_osx_brew_before
++ 1394468766.N /scripts/functions/build_requirements : __rvm_requirements_run_before() 61 > requirements_osx_brew_before rbx-2.2.5
++ 1394468766.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_before() 1 > typeset -ax brew_libs brew_libs_conf
++ 1394468766.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_before() 2 > requirements_osx_brew_ensure_brew_available
++ 1394468766.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_ensure_brew_availa__rvm_which brew
++ 1394468766.N /scripts/functions/support : __rvm_which() 0 > command which brew
++ 1394468766.N /scripts/functions/support : __rvm_which() -241 > which brew
++ 1394468766.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_before() 229 > requirements_osx_brew_ensure_brew_can_install
++ 1394468766.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_ensure_brew_can_in(( rvm_autolibs_flag_number > 2 ))
++ 1394468766.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_ensure_brew_can_intypeset __celar_path
+++ 1394468766.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_ensure_brew_can_ibrew --cellar
++ 1394468766.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_ensure_brew_can_in__celar_path=/usr/local/Cellar
++ 1394468766.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_ensure_brew_can_in[[ ! -w /usr/local/bin ]]
++ 1394468766.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_ensure_brew_can_in[[ ! -w /usr/local/Cellar ]]
++ 1394468766.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_ensure_brew_can_inrvm_debug 'brew seems to be writable'
++ 1394468766.N /scripts/functions/logging : rvm_debug() 1 > (( 0 ))
++ 1394468766.N /scripts/functions/logging : rvm_debug() 1 > return 0
++ 1394468766.N /scripts/functions/build_requirements : __rvm_requirements_run_before() -76 > true
++ 1394468766.N /scripts/functions/build_requirements : __rvm_requirements_run() 13 > for __iterator in load reset before define summary update custom install custom_after after
++ 1394468766.N /scripts/functions/build_requirements : __rvm_requirements_run() -128 > __rvm_requirements_run_define rbx-2.2.5
++ 1394468766.N /scripts/functions/build_requirements : __rvm_requirements_run_define() 1 > typeset -a list
++ 1394468766.N /scripts/functions/build_requirements : __rvm_requirements_run_define() 2 > typeset element __handler
++ 1394468766.N /scripts/functions/build_requirements : __rvm_requirements_run_define() 3 > is_a_function requirements_osx_brew_define
++ 1394468766.N /scripts/functions/support : is_a_function() 1 > typeset -f requirements_osx_brew_define
++ 1394468766.N /scripts/functions/build_requirements : __rvm_requirements_run_define() 71 > __handler=requirements_osx_brew_define
++ 1394468766.N /scripts/functions/build_requirements : __rvm_requirements_run_define() 75 > list=(rvm)
++ 1394468766.N /scripts/functions/build_requirements : __rvm_requirements_run_define() 76 > (( 1 ))
++ 1394468766.N /scripts/functions/build_requirements : __rvm_requirements_run_define() 76 > [[ -z rbx-2.2.5 ]]
++ 1394468766.N /scripts/functions/build_requirements : __rvm_requirements_run_define() 79 > (( 1 ))
++ 1394468766.N /scripts/functions/build_requirements : __rvm_requirements_run_define() 80 > list+=("$@")
++ 1394468766.N /scripts/functions/build_requirements : __rvm_requirements_run_define() 88 > for element in '"${list[@]}"'
++ 1394468766.N /scripts/functions/build_requirements : __rvm_requirements_run_define() 85 > requirements_osx_brew_define rvm
++ 1394468766.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_define() 307 > case "$1" in
++ 1394468766.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_define() 3 > true
++ 1394468766.N /scripts/functions/build_requirements : __rvm_requirements_run_define() 88 > for element in '"${list[@]}"'
++ 1394468766.N /scripts/functions/build_requirements : __rvm_requirements_run_define() -217 > requirements_osx_brew_define rbx-2.2.5
++ 1394468766.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_define() 307 > case "$1" in
++ 1394468766.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_define() 32 > requirements_osx_brew_libs_default rbx-2.2.5
++ 1394468766.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_libs_default() 3 brew_libs=(autoconf automake libtool pkg-config)
+++ 1394468766.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_libs_default() -__rvm_selected_compiler
+++ 1394468766.N /scripts/functions/build : __rvm_selected_compiler() 3 > [[ =~ --with-gcc= ]]
+++ 1394468766.N /scripts/functions/build : __rvm_selected_compiler() 16 > [[ -n '' ]]
+++ 1394468766.N /scripts/functions/build : __rvm_selected_compiler() 21 > return 1
++ 1394468766.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_libs_default() 5 typeset selected_compiler=
++ 1394468766.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_libs_default() 26case "${selected_compiler:-}" in
++ 1394468766.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_libs_default() 27case "$1" in
++ 1394468766.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_libs_default() 10requirements_osx_brew_lib_installed llvm
++ 1394468766.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_lib_installed() 1typeset brew_lib_prefix
++ 1394468766.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_lib_installed() 2__rvm_grep '^llvm$'
++ 1394468766.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_lib_installed() 2brew list -1
++ 1394468767.N /scripts/functions/support : __rvm_grep() 0 > GREP_OPTIONS=
++ 1394468767.N /scripts/functions/support : __rvm_grep() 0 > grep '^llvm$'
++ 1394468767.N /scripts/functions/support : __rvm_grep() 0 > return 1
++ 1394468767.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_lib_installed() 4return 1
++ 1394468767.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_libs_default() 25brew_libs_conf=(libyaml readline libksba)
++ 1394468767.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_libs_default() 29case "$1" in
++ 1394468767.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_libs_default() 25brew_libs_conf+=(openssl)
++ 1394468767.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_libs_default() 26requirements_check autoconf automake libtool pkg-config libyaml readline libksba openssl
++ 1394468767.N /scripts/functions/build_requirements_helpers : requirements_check() 1 > typeset _package_name _list
++ 1394468767.N /scripts/functions/build_requirements_helpers : requirements_check() 3 > is_a_function requirements_osx_brew_lib_installed_all_missing
++ 1394468767.N /scripts/functions/support : is_a_function() 1 > typeset -f requirements_osx_brew_lib_installed_all_missing
++ 1394468767.N /scripts/functions/support : is_a_function() 1 > return 1
++ 1394468767.N /scripts/functions/build_requirements_helpers : requirements_check() 7 > is_a_function requirements_osx_brew_lib_installed
++ 1394468767.N /scripts/functions/support : is_a_function() 1 > typeset -f requirements_osx_brew_lib_installed
++ 1394468767.N /scripts/functions/build_requirements_helpers : requirements_check() 13 > for _package_name in '"$@"'
++ 1394468767.N /scripts/functions/build_requirements_helpers : requirements_check() 10 > __rvm_filter_installed_package_check requirements_osx_brew_lib_installed autoconf
++ 1394468767.N /scripts/functions/build_requirements_helpers : __rvm_filter_installed_package_checrequirements_osx_brew_lib_installed autoconf
++ 1394468767.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_lib_installed() 1typeset brew_lib_prefix
++ 1394468767.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_lib_installed() 2brew list -1
++ 1394468767.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_lib_installed() 2__rvm_grep '^autoconf$'
++ 1394468767.N /scripts/functions/support : __rvm_grep() 0 > GREP_OPTIONS=
++ 1394468767.N /scripts/functions/support : __rvm_grep() 0 > grep '^autoconf$'
++ 1394468767.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_lib_installed() 3requirements_osx_brew_lib_installed_prefix_check autoconf
+++ 1394468767.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_lib_installed_prebrew --prefix autoconf
++ 1394468767.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_lib_installed_prefbrew_lib_prefix=/usr/local/opt/autoconf
++ 1394468767.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_lib_installed_pref[[ -n /usr/local/opt/autoconf ]]
++ 1394468767.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_lib_installed_pref[[ -d /usr/local/opt/autoconf ]]
++ 1394468767.N /scripts/functions/build_requirements_helpers : __rvm_filter_installed_package_chec__rvm_add_once packages_installed autoconf
++ 1394468767.N /scripts/functions/utility : __rvm_add_once() 1 > typeset IFS
++ 1394468767.N /scripts/functions/utility : __rvm_add_once() 2 > IFS='|'
++ 1394468767.N /scripts/functions/utility : __rvm_add_once() 3 > eval '[[ "|${packages_installed[*]}|" == \*"|${2}|"\* ]] || packages_installed+=( "${2}" )'
+++ 1394468767.N /scripts/functions/utility : __rvm_add_once() -275 > [[ || == \*\|\a\u\t\o\c\o\n\f\|\* ]]
+++ 1394468767.N /scripts/functions/utility : __rvm_add_once() -275 > packages_installed+=("${2}")
++ 1394468767.N /scripts/functions/build_requirements_helpers : requirements_check() 13 > for _package_name in '"$@"'
++ 1394468767.N /scripts/functions/build_requirements_helpers : requirements_check() -264 > __rvm_filter_installed_package_check requirements_osx_brew_lib_installed automake
++ 1394468767.N /scripts/functions/build_requirements_helpers : __rvm_filter_installed_package_checrequirements_osx_brew_lib_installed automake
++ 1394468767.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_lib_installed() 1typeset brew_lib_prefix
++ 1394468767.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_lib_installed() 2__rvm_grep '^automake$'
++ 1394468767.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_lib_installed() 2brew list -1
++ 1394468767.N /scripts/functions/support : __rvm_grep() 0 > GREP_OPTIONS=
++ 1394468767.N /scripts/functions/support : __rvm_grep() 0 > grep '^automake$'
++ 1394468767.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_lib_installed() 3requirements_osx_brew_lib_installed_prefix_check automake
+++ 1394468767.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_lib_installed_prebrew --prefix automake
++ 1394468768.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_lib_installed_prefbrew_lib_prefix=/usr/local/opt/automake
++ 1394468768.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_lib_installed_pref[[ -n /usr/local/opt/automake ]]
++ 1394468768.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_lib_installed_pref[[ -d /usr/local/opt/automake ]]
++ 1394468768.N /scripts/functions/build_requirements_helpers : __rvm_filter_installed_package_chec__rvm_add_once packages_installed automake
++ 1394468768.N /scripts/functions/utility : __rvm_add_once() 1 > typeset IFS
++ 1394468768.N /scripts/functions/utility : __rvm_add_once() 2 > IFS='|'
++ 1394468768.N /scripts/functions/utility : __rvm_add_once() 3 > eval '[[ "|${packages_installed[*]}|" == \*"|${2}|"\* ]] || packages_installed+=( "${2}" )'
+++ 1394468768.N /scripts/functions/utility : __rvm_add_once() -275 > [[ |autoconf| == \*\|\a\u\t\o\m\a\k\e\|\* ]]
+++ 1394468768.N /scripts/functions/utility : __rvm_add_once() -275 > packages_installed+=("${2}")
++ 1394468768.N /scripts/functions/build_requirements_helpers : requirements_check() 13 > for _package_name in '"$@"'
++ 1394468768.N /scripts/functions/build_requirements_helpers : requirements_check() -264 > __rvm_filter_installed_package_check requirements_osx_brew_lib_installed libtool
++ 1394468768.N /scripts/functions/build_requirements_helpers : __rvm_filter_installed_package_checrequirements_osx_brew_lib_installed libtool
++ 1394468768.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_lib_installed() 1typeset brew_lib_prefix
++ 1394468768.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_lib_installed() 2brew list -1
++ 1394468768.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_lib_installed() 2__rvm_grep '^libtool$'
++ 1394468768.N /scripts/functions/support : __rvm_grep() 0 > GREP_OPTIONS=
++ 1394468768.N /scripts/functions/support : __rvm_grep() 0 > grep '^libtool$'
++ 1394468768.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_lib_installed() 3requirements_osx_brew_lib_installed_prefix_check libtool
+++ 1394468768.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_lib_installed_prebrew --prefix libtool
++ 1394468768.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_lib_installed_prefbrew_lib_prefix=/usr/local/opt/libtool
++ 1394468768.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_lib_installed_pref[[ -n /usr/local/opt/libtool ]]
++ 1394468768.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_lib_installed_pref[[ -d /usr/local/opt/libtool ]]
++ 1394468768.N /scripts/functions/build_requirements_helpers : __rvm_filter_installed_package_chec__rvm_add_once packages_installed libtool
++ 1394468768.N /scripts/functions/utility : __rvm_add_once() 1 > typeset IFS
++ 1394468768.N /scripts/functions/utility : __rvm_add_once() 2 > IFS='|'
++ 1394468768.N /scripts/functions/utility : __rvm_add_once() 3 > eval '[[ "|${packages_installed[*]}|" == \*"|${2}|"\* ]] || packages_installed+=( "${2}" )'
+++ 1394468768.N /scripts/functions/utility : __rvm_add_once() -275 > [[ |autoconf|automake| == \*\|\l\i\b\t\o\o\l\|\* ]]
+++ 1394468768.N /scripts/functions/utility : __rvm_add_once() -275 > packages_installed+=("${2}")
++ 1394468768.N /scripts/functions/build_requirements_helpers : requirements_check() 13 > for _package_name in '"$@"'
++ 1394468768.N /scripts/functions/build_requirements_helpers : requirements_check() -264 > __rvm_filter_installed_package_check requirements_osx_brew_lib_installed pkg-config
++ 1394468768.N /scripts/functions/build_requirements_helpers : __rvm_filter_installed_package_checrequirements_osx_brew_lib_installed pkg-config
++ 1394468768.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_lib_installed() 1typeset brew_lib_prefix
++ 1394468768.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_lib_installed() 2brew list -1
++ 1394468768.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_lib_installed() 2__rvm_grep '^pkg-config$'
++ 1394468768.N /scripts/functions/support : __rvm_grep() 0 > GREP_OPTIONS=
++ 1394468768.N /scripts/functions/support : __rvm_grep() 0 > grep '^pkg-config$'
++ 1394468768.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_lib_installed() 3requirements_osx_brew_lib_installed_prefix_check pkg-config
+++ 1394468768.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_lib_installed_prebrew --prefix pkg-config
++ 1394468768.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_lib_installed_prefbrew_lib_prefix=/usr/local/opt/pkg-config
++ 1394468768.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_lib_installed_pref[[ -n /usr/local/opt/pkg-config ]]
++ 1394468768.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_lib_installed_pref[[ -d /usr/local/opt/pkg-config ]]
++ 1394468768.N /scripts/functions/build_requirements_helpers : __rvm_filter_installed_package_chec__rvm_add_once packages_installed pkg-config
++ 1394468768.N /scripts/functions/utility : __rvm_add_once() 1 > typeset IFS
++ 1394468768.N /scripts/functions/utility : __rvm_add_once() 2 > IFS='|'
++ 1394468768.N /scripts/functions/utility : __rvm_add_once() 3 > eval '[[ "|${packages_installed[*]}|" == \*"|${2}|"\* ]] || packages_installed+=( "${2}" )'
+++ 1394468768.N /scripts/functions/utility : __rvm_add_once() -275 > [[ |autoconf|automake|libtool| == \*\|\p\k\g\-\c\o\n\f\i\g\|\* ]]
+++ 1394468768.N /scripts/functions/utility : __rvm_add_once() -275 > packages_installed+=("${2}")
++ 1394468768.N /scripts/functions/build_requirements_helpers : requirements_check() 13 > for _package_name in '"$@"'
++ 1394468768.N /scripts/functions/build_requirements_helpers : requirements_check() -264 > __rvm_filter_installed_package_check requirements_osx_brew_lib_installed libyaml
++ 1394468768.N /scripts/functions/build_requirements_helpers : __rvm_filter_installed_package_checrequirements_osx_brew_lib_installed libyaml
++ 1394468768.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_lib_installed() 1typeset brew_lib_prefix
++ 1394468768.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_lib_installed() 2brew list -1
++ 1394468768.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_lib_installed() 2__rvm_grep '^libyaml$'
++ 1394468768.N /scripts/functions/support : __rvm_grep() 0 > GREP_OPTIONS=
++ 1394468768.N /scripts/functions/support : __rvm_grep() 0 > grep '^libyaml$'
++ 1394468769.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_lib_installed() 3requirements_osx_brew_lib_installed_prefix_check libyaml
+++ 1394468769.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_lib_installed_prebrew --prefix libyaml
++ 1394468769.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_lib_installed_prefbrew_lib_prefix=/usr/local/opt/libyaml
++ 1394468769.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_lib_installed_pref[[ -n /usr/local/opt/libyaml ]]
++ 1394468769.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_lib_installed_pref[[ -d /usr/local/opt/libyaml ]]
++ 1394468769.N /scripts/functions/build_requirements_helpers : __rvm_filter_installed_package_chec__rvm_add_once packages_installed libyaml
++ 1394468769.N /scripts/functions/utility : __rvm_add_once() 1 > typeset IFS
++ 1394468769.N /scripts/functions/utility : __rvm_add_once() 2 > IFS='|'
++ 1394468769.N /scripts/functions/utility : __rvm_add_once() 3 > eval '[[ "|${packages_installed[*]}|" == \*"|${2}|"\* ]] || packages_installed+=( "${2}" )'
+++ 1394468769.N /scripts/functions/utility : __rvm_add_once() -275 > [[ |autoconf|automake|libtool|pkg-config| == \*\|\l\i\b\y\a\m\l\|\* ]]
+++ 1394468769.N /scripts/functions/utility : __rvm_add_once() -275 > packages_installed+=("${2}")
++ 1394468769.N /scripts/functions/build_requirements_helpers : requirements_check() 13 > for _package_name in '"$@"'
++ 1394468769.N /scripts/functions/build_requirements_helpers : requirements_check() -264 > __rvm_filter_installed_package_check requirements_osx_brew_lib_installed readline
++ 1394468769.N /scripts/functions/build_requirements_helpers : __rvm_filter_installed_package_checrequirements_osx_brew_lib_installed readline
++ 1394468769.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_lib_installed() 1typeset brew_lib_prefix
++ 1394468769.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_lib_installed() 2brew list -1
++ 1394468769.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_lib_installed() 2__rvm_grep '^readline$'
++ 1394468769.N /scripts/functions/support : __rvm_grep() 0 > GREP_OPTIONS=
++ 1394468769.N /scripts/functions/support : __rvm_grep() 0 > grep '^readline$'
++ 1394468769.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_lib_installed() 3requirements_osx_brew_lib_installed_prefix_check readline
+++ 1394468769.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_lib_installed_prebrew --prefix readline
++ 1394468769.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_lib_installed_prefbrew_lib_prefix=/usr/local/opt/readline
++ 1394468769.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_lib_installed_pref[[ -n /usr/local/opt/readline ]]
++ 1394468769.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_lib_installed_pref[[ -d /usr/local/opt/readline ]]
++ 1394468769.N /scripts/functions/build_requirements_helpers : __rvm_filter_installed_package_chec__rvm_add_once packages_installed readline
++ 1394468769.N /scripts/functions/utility : __rvm_add_once() 1 > typeset IFS
++ 1394468769.N /scripts/functions/utility : __rvm_add_once() 2 > IFS='|'
++ 1394468769.N /scripts/functions/utility : __rvm_add_once() 3 > eval '[[ "|${packages_installed[*]}|" == \*"|${2}|"\* ]] || packages_installed+=( "${2}" )'
+++ 1394468769.N /scripts/functions/utility : __rvm_add_once() -275 > [[ |autoconf|automake|libtool|pkg-config|libyaml| == \*\|\r\e\a\d\l\i\n\e\|\* ]]
+++ 1394468769.N /scripts/functions/utility : __rvm_add_once() -275 > packages_installed+=("${2}")
++ 1394468769.N /scripts/functions/build_requirements_helpers : requirements_check() 13 > for _package_name in '"$@"'
++ 1394468769.N /scripts/functions/build_requirements_helpers : requirements_check() -264 > __rvm_filter_installed_package_check requirements_osx_brew_lib_installed libksba
++ 1394468769.N /scripts/functions/build_requirements_helpers : __rvm_filter_installed_package_checrequirements_osx_brew_lib_installed libksba
++ 1394468769.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_lib_installed() 1typeset brew_lib_prefix
++ 1394468769.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_lib_installed() 2brew list -1
++ 1394468769.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_lib_installed() 2__rvm_grep '^libksba$'
++ 1394468769.N /scripts/functions/support : __rvm_grep() 0 > GREP_OPTIONS=
++ 1394468769.N /scripts/functions/support : __rvm_grep() 0 > grep '^libksba$'
++ 1394468769.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_lib_installed() 3requirements_osx_brew_lib_installed_prefix_check libksba
+++ 1394468769.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_lib_installed_prebrew --prefix libksba
++ 1394468769.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_lib_installed_prefbrew_lib_prefix=/usr/local/opt/libksba
++ 1394468769.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_lib_installed_pref[[ -n /usr/local/opt/libksba ]]
++ 1394468769.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_lib_installed_pref[[ -d /usr/local/opt/libksba ]]
++ 1394468769.N /scripts/functions/build_requirements_helpers : __rvm_filter_installed_package_chec__rvm_add_once packages_installed libksba
++ 1394468769.N /scripts/functions/utility : __rvm_add_once() 1 > typeset IFS
++ 1394468769.N /scripts/functions/utility : __rvm_add_once() 2 > IFS='|'
++ 1394468769.N /scripts/functions/utility : __rvm_add_once() 3 > eval '[[ "|${packages_installed[*]}|" == \*"|${2}|"\* ]] || packages_installed+=( "${2}" )'
+++ 1394468769.N /scripts/functions/utility : __rvm_add_once() -275 > [[ |autoconf|automake|libtool|pkg-config|libyaml|readline| == \*\|\l\i\b\k\s\b\a\|\* ]]
+++ 1394468769.N /scripts/functions/utility : __rvm_add_once() -275 > packages_installed+=("${2}")
++ 1394468769.N /scripts/functions/build_requirements_helpers : requirements_check() 13 > for _package_name in '"$@"'
++ 1394468769.N /scripts/functions/build_requirements_helpers : requirements_check() -264 > __rvm_filter_installed_package_check requirements_osx_brew_lib_installed openssl
++ 1394468769.N /scripts/functions/build_requirements_helpers : __rvm_filter_installed_package_checrequirements_osx_brew_lib_installed openssl
++ 1394468769.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_lib_installed() 1typeset brew_lib_prefix
++ 1394468769.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_lib_installed() 2brew list -1
++ 1394468769.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_lib_installed() 2__rvm_grep '^openssl$'
++ 1394468769.N /scripts/functions/support : __rvm_grep() 0 > GREP_OPTIONS=
++ 1394468769.N /scripts/functions/support : __rvm_grep() 0 > grep '^openssl$'
++ 1394468770.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_lib_installed() 3requirements_osx_brew_lib_installed_prefix_check openssl
+++ 1394468770.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_lib_installed_prebrew --prefix openssl
++ 1394468770.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_lib_installed_prefbrew_lib_prefix=/usr/local/opt/openssl
++ 1394468770.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_lib_installed_pref[[ -n /usr/local/opt/openssl ]]
++ 1394468770.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_lib_installed_pref[[ -d /usr/local/opt/openssl ]]
++ 1394468770.N /scripts/functions/build_requirements_helpers : __rvm_filter_installed_package_chec__rvm_add_once packages_installed openssl
++ 1394468770.N /scripts/functions/utility : __rvm_add_once() 1 > typeset IFS
++ 1394468770.N /scripts/functions/utility : __rvm_add_once() 2 > IFS='|'
++ 1394468770.N /scripts/functions/utility : __rvm_add_once() 3 > eval '[[ "|${packages_installed[*]}|" == \*"|${2}|"\* ]] || packages_installed+=( "${2}" )'
+++ 1394468770.N /scripts/functions/utility : __rvm_add_once() -275 > [[ |autoconf|automake|libtool|pkg-config|libyaml|readline|libksba| == \*\|\o\p\e\n\s\s\l\|\* ]]
+++ 1394468770.N /scripts/functions/utility : __rvm_add_once() -275 > packages_installed+=("${2}")
++ 1394468770.N /scripts/functions/build_requirements_helpers : requirements_check() -259 > true
++ 1394468770.N /scripts/functions/build_requirements : __rvm_requirements_run_define() -187 > true
++ 1394468770.N /scripts/functions/build_requirements : __rvm_requirements_run() 13 > for __iterator in load reset before define summary update custom install custom_after after
++ 1394468770.N /scripts/functions/build_requirements : __rvm_requirements_run() -263 > __rvm_requirements_run_summary rbx-2.2.5
++ 1394468770.N /scripts/functions/build_requirements : __rvm_requirements_run_summary() 1 > (( 0 == 0 ))
++ 1394468770.N /scripts/functions/build_requirements : __rvm_requirements_run_summary() 6 > (( 8 == 0 ))
++ 1394468770.N /scripts/functions/build_requirements : __rvm_requirements_run_summary() 8 > _list='autoconf automake libtool pkg-config libyaml readline libksba openssl'
++ 1394468770.N /scripts/functions/build_requirements : __rvm_requirements_run_summary() 9 > rvm_debug 'Found required packages: autoconf, automake, libtool, pkg-config, libyaml, readline, libksba, openssl.'
++ 1394468770.N /scripts/functions/logging : rvm_debug() 1 > (( 0 ))
++ 1394468770.N /scripts/functions/logging : rvm_debug() 1 > return 0
++ 1394468770.N /scripts/functions/build_requirements : __rvm_requirements_run_summary() -27 > (( 0 == 0 ))
++ 1394468770.N /scripts/functions/build_requirements : __rvm_requirements_run_summary() -21 > (( 0 == 0 ))
++ 1394468770.N /scripts/functions/build_requirements : __rvm_requirements_run() 13 > for __iterator in load reset before define summary update custom install custom_after after
++ 1394468770.N /scripts/functions/build_requirements : __rvm_requirements_run() -128 > __rvm_requirements_run_update rbx-2.2.5
++ 1394468770.N /scripts/functions/build_requirements : __rvm_requirements_run_update() 2 > (( 0 > 0 ))
++ 1394468770.N /scripts/functions/build_requirements : __rvm_requirements_run_update() 3 > (( 0+0 > 0 && 4 > 2 ))
++ 1394468770.N /scripts/functions/build_requirements : __rvm_requirements_run() 13 > for __iterator in load reset before define summary update custom install custom_after after
++ 1394468770.N /scripts/functions/build_requirements : __rvm_requirements_run() -115 > __rvm_requirements_run_custom rbx-2.2.5
++ 1394468770.N /scripts/functions/build_requirements : __rvm_requirements_run_custom() 1 > (( 0 ))
++ 1394468770.N /scripts/functions/build_requirements : __rvm_requirements_run_custom() 1 > return 0
++ 1394468770.N /scripts/functions/build_requirements : __rvm_requirements_run() 13 > for __iterator in load reset before define summary update custom install custom_after after
++ 1394468770.N /scripts/functions/build_requirements : __rvm_requirements_run() -196 > __rvm_requirements_run_install rbx-2.2.5
++ 1394468770.N /scripts/functions/build_requirements : __rvm_requirements_run_install() 1 > (( 0 ))
++ 1394468770.N /scripts/functions/build_requirements : __rvm_requirements_run_install() 1 > return 0
++ 1394468770.N /scripts/functions/build_requirements : __rvm_requirements_run() 13 > for __iterator in load reset before define summary update custom install custom_after after
++ 1394468770.N /scripts/functions/build_requirements : __rvm_requirements_run() -202 > __rvm_requirements_run_custom_after rbx-2.2.5
++ 1394468770.N /scripts/functions/build_requirements : __rvm_requirements_run_custom_after() 1 > (( 0 ))
++ 1394468770.N /scripts/functions/build_requirements : __rvm_requirements_run_custom_after() 1 > return 0
++ 1394468770.N /scripts/functions/build_requirements : __rvm_requirements_run() 13 > for __iterator in load reset before define summary update custom install custom_after after
++ 1394468770.N /scripts/functions/build_requirements : __rvm_requirements_run() -228 > __rvm_requirements_run_after rbx-2.2.5
++ 1394468770.N /scripts/functions/build_requirements : __rvm_requirements_run_after() 2 > is_a_function requirements_osx_brew_after
++ 1394468770.N /scripts/functions/support : is_a_function() 1 > typeset -f requirements_osx_brew_after
++ 1394468770.N /scripts/functions/build_requirements : __rvm_requirements_run_after() 249 > requirements_osx_brew_after rbx-2.2.5
++ 1394468770.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_after() 1 > (( 8 == 0 ))
++ 1394468770.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_after() 2 > requirements_osx_brew_libs_try_upgrade autoconf automake libtool pkg-config libyaml readline libksba openssl
++ 1394468770.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_libs_try_upgrade()(( rvm_autolibs_flag_number > 0 ))
++ 1394468770.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_libs_try_upgrade()typeset -a outdated_libs
+++ 1394468770.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_libs_try_upgrade(requirements_osx_brew_libs_outdated_filter autoconf automake libtool pkg-config libyaml readline libksba openssl
++ 1394468770.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_libs_try_upgrade()__rvm_read_lines outdated_libs /dev/fd/63
+++ 1394468770.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_libs_outdated_filtypeset IFS
++ 1394468770.N /scripts/functions/support : __rvm_read_lines() 1 > typeset IFS
+++ 1394468770.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_libs_outdated_filIFS='|'
++ 1394468770.N /scripts/functions/support : __rvm_read_lines() 4 > IFS='
'
++ 1394468770.N /scripts/functions/support : __rvm_read_lines() 5 > [[ /dev/fd/63 == \- ]]
+++ 1394468770.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_libs_outdated_filbrew outdated --quiet
+++ 1394468770.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_libs_outdated_fil__rvm_grep -E 'autoconf|automake|libtool|pkg-config|libyaml|readline|libksba|openssl'
++ 1394468770.N /scripts/functions/support : __rvm_read_lines() 7 > eval 'outdated_libs=( $( \cat "${2:--}" ) )'
+++ 1394468770.N /scripts/functions/support : __rvm_grep() 0 > GREP_OPTIONS=
+++ 1394468770.N /scripts/functions/support : __rvm_read_lines() -389 > outdated_libs=($( \cat "${2:--}" ))
+++ 1394468770.N /scripts/functions/support : __rvm_grep() 0 > grep -E 'autoconf|automake|libtool|pkg-config|libyaml|readline|libksba|openssl'
++++ 1394468770.N /scripts/functions/support : __rvm_read_lines() -785 > cat /dev/fd/63
+++ 1394468771.N /scripts/functions/support : __rvm_grep() 0 > return 1
++ 1394468771.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_libs_try_upgrade()(( 0 ))
++ 1394468771.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_after() -234 > requirements_osx_brew_libs_default_check_gcc42
++ 1394468771.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_libs_default_check[[ autoconf automake libtool pkg-config =~ apple-gcc42 ]]
++ 1394468771.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_after() 50 > requirements_osx_brew_libs_set_path autoconf automake libtool pkg-config
++ 1394468771.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_libs_set_path() 1typeset brew_lib brew_lib_prefix
++ 1394468771.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_libs_set_path() 1for brew_lib in '"$@"'
++ 1394468771.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_libs_set_path() 5requirements_osx_brew_lib_installed_prefix_check autoconf
+++ 1394468771.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_lib_installed_prebrew --prefix autoconf
++ 1394468771.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_lib_installed_prefbrew_lib_prefix=/usr/local/opt/autoconf
++ 1394468771.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_lib_installed_pref[[ -n /usr/local/opt/autoconf ]]
++ 1394468771.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_lib_installed_pref[[ -d /usr/local/opt/autoconf ]]
++ 1394468771.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_libs_set_path() 1__rvm_add_to_path prepend /usr/local/opt/autoconf/bin
++ 1394468771.N /scripts/functions/utility : __rvm_add_to_path() 1 > export PATH
++ 1394468771.N /scripts/functions/utility : __rvm_add_to_path() 3 > (( 2 != 2 ))
++ 1394468771.N /scripts/functions/utility : __rvm_add_to_path() 3 > [[ -z /usr/local/opt/autoconf/bin ]]
++ 1394468771.N /scripts/functions/utility : __rvm_add_to_path() 9 > __rvm_remove_from_path /usr/local/opt/autoconf/bin
++ 1394468771.N /scripts/functions/utility : __rvm_remove_from_path() 1 > export PATH
++ 1394468771.N /scripts/functions/utility : __rvm_remove_from_path() 2 > typeset _value
++ 1394468771.N /scripts/functions/utility : __rvm_remove_from_path() 3 > _value=/usr/local/opt/autoconf/bin
++ 1394468771.N /scripts/functions/utility : __rvm_remove_from_path() 7 > [[ /Users/mwlang/.rvm/gems/ruby-2.0.0-p247/bin:/Users/mwlang/.rvm/gems/ruby-2.0.0-p247@global/bin:/Users/mwlang/.rvm/rubies/ruby-2.0.0-p247/bin:/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/local/sbin:/usr/local/share/npm/bin:/opt/local/bin:/opt/local/sbin:/opt/local/lib/mysql5/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/Users/mwlang/.rvm/bin =~ // ]]
++ 1394468771.N /scripts/functions/utility : __rvm_remove_from_path() 16 > __rvm_string_match :/Users/mwlang/.rvm/gems/ruby-2.0.0-p247/bin:/Users/mwlang/.rvm/gems/ruby-2.0.0-p247@global/bin:/Users/mwlang/.rvm/rubies/ruby-2.0.0-p247/bin:/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/local/sbin:/usr/local/share/npm/bin:/opt/local/bin:/opt/local/sbin:/opt/local/lib/mysql5/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/Users/mwlang/.rvm/bin: '*:/usr/local/opt/autoconf/bin:*'
++ 1394468771.N /scripts/functions/support : __rvm_string_match() 1 > typeset _string
++ 1394468771.N /scripts/functions/support : __rvm_string_match() 2 > _string=:/Users/mwlang/.rvm/gems/ruby-2.0.0-p247/bin:/Users/mwlang/.rvm/gems/ruby-2.0.0-p247@global/bin:/Users/mwlang/.rvm/rubies/ruby-2.0.0-p247/bin:/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/local/sbin:/usr/local/share/npm/bin:/opt/local/bin:/opt/local/sbin:/opt/local/lib/mysql5/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/Users/mwlang/.rvm/bin:
++ 1394468771.N /scripts/functions/support : __rvm_string_match() 3 > shift
++ 1394468771.N /scripts/functions/support : __rvm_string_match() 4 > (( 1 ))
++ 1394468771.N /scripts/functions/support : __rvm_string_match() 37 > case "${_string}" in
++ 1394468771.N /scripts/functions/support : __rvm_string_match() 9 > shift
++ 1394468771.N /scripts/functions/support : __rvm_string_match() 4 > (( 0 ))
++ 1394468771.N /scripts/functions/support : __rvm_string_match() 11 > return 1
++ 1394468771.N /scripts/functions/utility : __rvm_add_to_path() 106 > case "$1" in
++ 1394468771.N /scripts/functions/utility : __rvm_add_to_path() 76 > PATH=/usr/local/opt/autoconf/bin:/Users/mwlang/.rvm/gems/ruby-2.0.0-p247/bin:/Users/mwlang/.rvm/gems/ruby-2.0.0-p247@global/bin:/Users/mwlang/.rvm/rubies/ruby-2.0.0-p247/bin:/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/local/sbin:/usr/local/share/npm/bin:/opt/local/bin:/opt/local/sbin:/opt/local/lib/mysql5/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/Users/mwlang/.rvm/bin
++ 1394468771.N /scripts/functions/utility : __rvm_add_to_path() 82 > [[ -n '' ]]
++ 1394468771.N /scripts/functions/utility : __rvm_add_to_path() 87 > builtin hash -r
++ 1394468771.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_libs_set_path() 1for brew_lib in '"$@"'
++ 1394468771.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_libs_set_path() 1requirements_osx_brew_lib_installed_prefix_check automake
+++ 1394468771.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_lib_installed_prebrew --prefix automake
++ 1394468771.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_lib_installed_prefbrew_lib_prefix=/usr/local/opt/automake
++ 1394468771.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_lib_installed_pref[[ -n /usr/local/opt/automake ]]
++ 1394468771.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_lib_installed_pref[[ -d /usr/local/opt/automake ]]
++ 1394468771.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_libs_set_path() 1__rvm_add_to_path prepend /usr/local/opt/automake/bin
++ 1394468771.N /scripts/functions/utility : __rvm_add_to_path() 1 > export PATH
++ 1394468771.N /scripts/functions/utility : __rvm_add_to_path() 3 > (( 2 != 2 ))
++ 1394468771.N /scripts/functions/utility : __rvm_add_to_path() 3 > [[ -z /usr/local/opt/automake/bin ]]
++ 1394468771.N /scripts/functions/utility : __rvm_add_to_path() 9 > __rvm_remove_from_path /usr/local/opt/automake/bin
++ 1394468771.N /scripts/functions/utility : __rvm_remove_from_path() 1 > export PATH
++ 1394468771.N /scripts/functions/utility : __rvm_remove_from_path() 2 > typeset _value
++ 1394468771.N /scripts/functions/utility : __rvm_remove_from_path() 3 > _value=/usr/local/opt/automake/bin
++ 1394468771.N /scripts/functions/utility : __rvm_remove_from_path() 7 > [[ /usr/local/opt/autoconf/bin:/Users/mwlang/.rvm/gems/ruby-2.0.0-p247/bin:/Users/mwlang/.rvm/gems/ruby-2.0.0-p247@global/bin:/Users/mwlang/.rvm/rubies/ruby-2.0.0-p247/bin:/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/local/sbin:/usr/local/share/npm/bin:/opt/local/bin:/opt/local/sbin:/opt/local/lib/mysql5/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/Users/mwlang/.rvm/bin =~ // ]]
++ 1394468771.N /scripts/functions/utility : __rvm_remove_from_path() 16 > __rvm_string_match :/usr/local/opt/autoconf/bin:/Users/mwlang/.rvm/gems/ruby-2.0.0-p247/bin:/Users/mwlang/.rvm/gems/ruby-2.0.0-p247@global/bin:/Users/mwlang/.rvm/rubies/ruby-2.0.0-p247/bin:/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/local/sbin:/usr/local/share/npm/bin:/opt/local/bin:/opt/local/sbin:/opt/local/lib/mysql5/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/Users/mwlang/.rvm/bin: '*:/usr/local/opt/automake/bin:*'
++ 1394468771.N /scripts/functions/support : __rvm_string_match() 1 > typeset _string
++ 1394468771.N /scripts/functions/support : __rvm_string_match() 2 > _string=:/usr/local/opt/autoconf/bin:/Users/mwlang/.rvm/gems/ruby-2.0.0-p247/bin:/Users/mwlang/.rvm/gems/ruby-2.0.0-p247@global/bin:/Users/mwlang/.rvm/rubies/ruby-2.0.0-p247/bin:/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/local/sbin:/usr/local/share/npm/bin:/opt/local/bin:/opt/local/sbin:/opt/local/lib/mysql5/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/Users/mwlang/.rvm/bin:
++ 1394468771.N /scripts/functions/support : __rvm_string_match() 3 > shift
++ 1394468771.N /scripts/functions/support : __rvm_string_match() 4 > (( 1 ))
++ 1394468771.N /scripts/functions/support : __rvm_string_match() 37 > case "${_string}" in
++ 1394468771.N /scripts/functions/support : __rvm_string_match() 9 > shift
++ 1394468771.N /scripts/functions/support : __rvm_string_match() 4 > (( 0 ))
++ 1394468771.N /scripts/functions/support : __rvm_string_match() 11 > return 1
++ 1394468771.N /scripts/functions/utility : __rvm_add_to_path() 106 > case "$1" in
++ 1394468771.N /scripts/functions/utility : __rvm_add_to_path() 76 > PATH=/usr/local/opt/automake/bin:/usr/local/opt/autoconf/bin:/Users/mwlang/.rvm/gems/ruby-2.0.0-p247/bin:/Users/mwlang/.rvm/gems/ruby-2.0.0-p247@global/bin:/Users/mwlang/.rvm/rubies/ruby-2.0.0-p247/bin:/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/local/sbin:/usr/local/share/npm/bin:/opt/local/bin:/opt/local/sbin:/opt/local/lib/mysql5/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/Users/mwlang/.rvm/bin
++ 1394468771.N /scripts/functions/utility : __rvm_add_to_path() 82 > [[ -n '' ]]
++ 1394468771.N /scripts/functions/utility : __rvm_add_to_path() 87 > builtin hash -r
++ 1394468771.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_libs_set_path() 1for brew_lib in '"$@"'
++ 1394468771.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_libs_set_path() 1requirements_osx_brew_lib_installed_prefix_check libtool
+++ 1394468771.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_lib_installed_prebrew --prefix libtool
++ 1394468771.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_lib_installed_prefbrew_lib_prefix=/usr/local/opt/libtool
++ 1394468771.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_lib_installed_pref[[ -n /usr/local/opt/libtool ]]
++ 1394468772.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_lib_installed_pref[[ -d /usr/local/opt/libtool ]]
++ 1394468772.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_libs_set_path() 1__rvm_add_to_path prepend /usr/local/opt/libtool/bin
++ 1394468772.N /scripts/functions/utility : __rvm_add_to_path() 1 > export PATH
++ 1394468772.N /scripts/functions/utility : __rvm_add_to_path() 3 > (( 2 != 2 ))
++ 1394468772.N /scripts/functions/utility : __rvm_add_to_path() 3 > [[ -z /usr/local/opt/libtool/bin ]]
++ 1394468772.N /scripts/functions/utility : __rvm_add_to_path() 9 > __rvm_remove_from_path /usr/local/opt/libtool/bin
++ 1394468772.N /scripts/functions/utility : __rvm_remove_from_path() 1 > export PATH
++ 1394468772.N /scripts/functions/utility : __rvm_remove_from_path() 2 > typeset _value
++ 1394468772.N /scripts/functions/utility : __rvm_remove_from_path() 3 > _value=/usr/local/opt/libtool/bin
++ 1394468772.N /scripts/functions/utility : __rvm_remove_from_path() 7 > [[ /usr/local/opt/automake/bin:/usr/local/opt/autoconf/bin:/Users/mwlang/.rvm/gems/ruby-2.0.0-p247/bin:/Users/mwlang/.rvm/gems/ruby-2.0.0-p247@global/bin:/Users/mwlang/.rvm/rubies/ruby-2.0.0-p247/bin:/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/local/sbin:/usr/local/share/npm/bin:/opt/local/bin:/opt/local/sbin:/opt/local/lib/mysql5/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/Users/mwlang/.rvm/bin =~ // ]]
++ 1394468772.N /scripts/functions/utility : __rvm_remove_from_path() 16 > __rvm_string_match :/usr/local/opt/automake/bin:/usr/local/opt/autoconf/bin:/Users/mwlang/.rvm/gems/ruby-2.0.0-p247/bin:/Users/mwlang/.rvm/gems/ruby-2.0.0-p247@global/bin:/Users/mwlang/.rvm/rubies/ruby-2.0.0-p247/bin:/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/local/sbin:/usr/local/share/npm/bin:/opt/local/bin:/opt/local/sbin:/opt/local/lib/mysql5/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/Users/mwlang/.rvm/bin: '*:/usr/local/opt/libtool/bin:*'
++ 1394468772.N /scripts/functions/support : __rvm_string_match() 1 > typeset _string
++ 1394468772.N /scripts/functions/support : __rvm_string_match() 2 > _string=:/usr/local/opt/automake/bin:/usr/local/opt/autoconf/bin:/Users/mwlang/.rvm/gems/ruby-2.0.0-p247/bin:/Users/mwlang/.rvm/gems/ruby-2.0.0-p247@global/bin:/Users/mwlang/.rvm/rubies/ruby-2.0.0-p247/bin:/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/local/sbin:/usr/local/share/npm/bin:/opt/local/bin:/opt/local/sbin:/opt/local/lib/mysql5/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/Users/mwlang/.rvm/bin:
++ 1394468772.N /scripts/functions/support : __rvm_string_match() 3 > shift
++ 1394468772.N /scripts/functions/support : __rvm_string_match() 4 > (( 1 ))
++ 1394468772.N /scripts/functions/support : __rvm_string_match() 37 > case "${_string}" in
++ 1394468772.N /scripts/functions/support : __rvm_string_match() 9 > shift
++ 1394468772.N /scripts/functions/support : __rvm_string_match() 4 > (( 0 ))
++ 1394468772.N /scripts/functions/support : __rvm_string_match() 11 > return 1
++ 1394468772.N /scripts/functions/utility : __rvm_add_to_path() 106 > case "$1" in
++ 1394468772.N /scripts/functions/utility : __rvm_add_to_path() 76 > PATH=/usr/local/opt/libtool/bin:/usr/local/opt/automake/bin:/usr/local/opt/autoconf/bin:/Users/mwlang/.rvm/gems/ruby-2.0.0-p247/bin:/Users/mwlang/.rvm/gems/ruby-2.0.0-p247@global/bin:/Users/mwlang/.rvm/rubies/ruby-2.0.0-p247/bin:/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/local/sbin:/usr/local/share/npm/bin:/opt/local/bin:/opt/local/sbin:/opt/local/lib/mysql5/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/Users/mwlang/.rvm/bin
++ 1394468772.N /scripts/functions/utility : __rvm_add_to_path() 82 > [[ -n '' ]]
++ 1394468772.N /scripts/functions/utility : __rvm_add_to_path() 87 > builtin hash -r
++ 1394468772.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_libs_set_path() 1for brew_lib in '"$@"'
++ 1394468772.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_libs_set_path() 1requirements_osx_brew_lib_installed_prefix_check pkg-config
+++ 1394468772.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_lib_installed_prebrew --prefix pkg-config
++ 1394468772.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_lib_installed_prefbrew_lib_prefix=/usr/local/opt/pkg-config
++ 1394468772.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_lib_installed_pref[[ -n /usr/local/opt/pkg-config ]]
++ 1394468772.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_lib_installed_pref[[ -d /usr/local/opt/pkg-config ]]
++ 1394468772.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_libs_set_path() 1__rvm_add_to_path prepend /usr/local/opt/pkg-config/bin
++ 1394468772.N /scripts/functions/utility : __rvm_add_to_path() 1 > export PATH
++ 1394468772.N /scripts/functions/utility : __rvm_add_to_path() 3 > (( 2 != 2 ))
++ 1394468772.N /scripts/functions/utility : __rvm_add_to_path() 3 > [[ -z /usr/local/opt/pkg-config/bin ]]
++ 1394468772.N /scripts/functions/utility : __rvm_add_to_path() 9 > __rvm_remove_from_path /usr/local/opt/pkg-config/bin
++ 1394468772.N /scripts/functions/utility : __rvm_remove_from_path() 1 > export PATH
++ 1394468772.N /scripts/functions/utility : __rvm_remove_from_path() 2 > typeset _value
++ 1394468772.N /scripts/functions/utility : __rvm_remove_from_path() 3 > _value=/usr/local/opt/pkg-config/bin
++ 1394468772.N /scripts/functions/utility : __rvm_remove_from_path() 7 > [[ /usr/local/opt/libtool/bin:/usr/local/opt/automake/bin:/usr/local/opt/autoconf/bin:/Users/mwlang/.rvm/gems/ruby-2.0.0-p247/bin:/Users/mwlang/.rvm/gems/ruby-2.0.0-p247@global/bin:/Users/mwlang/.rvm/rubies/ruby-2.0.0-p247/bin:/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/local/sbin:/usr/local/share/npm/bin:/opt/local/bin:/opt/local/sbin:/opt/local/lib/mysql5/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/Users/mwlang/.rvm/bin =~ // ]]
++ 1394468772.N /scripts/functions/utility : __rvm_remove_from_path() 16 > __rvm_string_match :/usr/local/opt/libtool/bin:/usr/local/opt/automake/bin:/usr/local/opt/autoconf/bin:/Users/mwlang/.rvm/gems/ruby-2.0.0-p247/bin:/Users/mwlang/.rvm/gems/ruby-2.0.0-p247@global/bin:/Users/mwlang/.rvm/rubies/ruby-2.0.0-p247/bin:/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/local/sbin:/usr/local/share/npm/bin:/opt/local/bin:/opt/local/sbin:/opt/local/lib/mysql5/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/Users/mwlang/.rvm/bin: '*:/usr/local/opt/pkg-config/bin:*'
++ 1394468772.N /scripts/functions/support : __rvm_string_match() 1 > typeset _string
++ 1394468772.N /scripts/functions/support : __rvm_string_match() 2 > _string=:/usr/local/opt/libtool/bin:/usr/local/opt/automake/bin:/usr/local/opt/autoconf/bin:/Users/mwlang/.rvm/gems/ruby-2.0.0-p247/bin:/Users/mwlang/.rvm/gems/ruby-2.0.0-p247@global/bin:/Users/mwlang/.rvm/rubies/ruby-2.0.0-p247/bin:/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/local/sbin:/usr/local/share/npm/bin:/opt/local/bin:/opt/local/sbin:/opt/local/lib/mysql5/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/Users/mwlang/.rvm/bin:
++ 1394468772.N /scripts/functions/support : __rvm_string_match() 3 > shift
++ 1394468772.N /scripts/functions/support : __rvm_string_match() 4 > (( 1 ))
++ 1394468772.N /scripts/functions/support : __rvm_string_match() 37 > case "${_string}" in
++ 1394468772.N /scripts/functions/support : __rvm_string_match() 9 > shift
++ 1394468772.N /scripts/functions/support : __rvm_string_match() 4 > (( 0 ))
++ 1394468772.N /scripts/functions/support : __rvm_string_match() 11 > return 1
++ 1394468772.N /scripts/functions/utility : __rvm_add_to_path() 106 > case "$1" in
++ 1394468772.N /scripts/functions/utility : __rvm_add_to_path() 76 > PATH=/usr/local/opt/pkg-config/bin:/usr/local/opt/libtool/bin:/usr/local/opt/automake/bin:/usr/local/opt/autoconf/bin:/Users/mwlang/.rvm/gems/ruby-2.0.0-p247/bin:/Users/mwlang/.rvm/gems/ruby-2.0.0-p247@global/bin:/Users/mwlang/.rvm/rubies/ruby-2.0.0-p247/bin:/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/local/sbin:/usr/local/share/npm/bin:/opt/local/bin:/opt/local/sbin:/opt/local/lib/mysql5/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/Users/mwlang/.rvm/bin
++ 1394468772.N /scripts/functions/utility : __rvm_add_to_path() 82 > [[ -n '' ]]
++ 1394468772.N /scripts/functions/utility : __rvm_add_to_path() 87 > builtin hash -r
++ 1394468772.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_libs_set_path() 1rvm_debug PATH=/usr/local/opt/pkg-config/bin:/usr/local/opt/libtool/bin:/usr/local/opt/automake/bin:/usr/local/opt/autoconf/bin:/Users/mwlang/.rvm/gems/ruby-2.0.0-p247/bin:/Users/mwlang/.rvm/gems/ruby-2.0.0-p247@global/bin:/Users/mwlang/.rvm/rubies/ruby-2.0.0-p247/bin:/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/local/sbin:/usr/local/share/npm/bin:/opt/local/bin:/opt/local/sbin:/opt/local/lib/mysql5/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/Users/mwlang/.rvm/bin
++ 1394468772.N /scripts/functions/logging : rvm_debug() 1 > (( 0 ))
++ 1394468772.N /scripts/functions/logging : rvm_debug() 1 > return 0
++ 1394468772.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_after() 21 > requirements_osx_brew_libs_configure rbx-2.2.5 libyaml readline libksba openssl
++ 1394468772.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_libs_configure() typeset package brew_lib brew_lib_prefix
++ 1394468772.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_libs_configure() package=rbx-2.2.5
++ 1394468772.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_libs_configure() shift
++ 1394468772.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_libs_configure() for brew_lib in '"$@"'
++ 1394468772.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_libs_configure() requirements_osx_brew_lib_installed_prefix_check libyaml
+++ 1394468772.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_lib_installed_prebrew --prefix libyaml
++ 1394468772.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_lib_installed_prefbrew_lib_prefix=/usr/local/opt/libyaml
++ 1394468772.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_lib_installed_pref[[ -n /usr/local/opt/libyaml ]]
++ 1394468772.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_lib_installed_pref[[ -d /usr/local/opt/libyaml ]]
++ 1394468772.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_libs_configure() __rvm_update_configure_opt_dir rbx-2.2.5 /usr/local/opt/libyaml
++ 1394468772.N /scripts/functions/build : __rvm_update_configure_opt_dir() 179 > case "$1" in
++ 1394468772.N /scripts/functions/build : __rvm_update_configure_opt_dir() 3 > __rvm_update_configure_opt_dir_options /usr/local/opt/libyaml
++ 1394468772.N /scripts/functions/build : __rvm_update_configure_opt_dir_options() 1 > rvm_debug 'rvm_configure_flags+=( --with-opt-dir=/usr/local/opt/libyaml )'
++ 1394468772.N /scripts/functions/logging : rvm_debug() 1 > (( 0 ))
++ 1394468772.N /scripts/functions/logging : rvm_debug() 1 > return 0
++ 1394468772.N /scripts/functions/build : __rvm_update_configure_opt_dir_options() 68 > rvm_configure_flags+=(--with-opt-dir="$1")
++ 1394468772.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_libs_configure() for brew_lib in '"$@"'
++ 1394468772.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_libs_configure() requirements_osx_brew_lib_installed_prefix_check readline
+++ 1394468772.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_lib_installed_prebrew --prefix readline
++ 1394468772.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_lib_installed_prefbrew_lib_prefix=/usr/local/opt/readline
++ 1394468772.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_lib_installed_pref[[ -n /usr/local/opt/readline ]]
++ 1394468772.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_lib_installed_pref[[ -d /usr/local/opt/readline ]]
++ 1394468772.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_libs_configure() __rvm_update_configure_opt_dir rbx-2.2.5 /usr/local/opt/readline
++ 1394468772.N /scripts/functions/build : __rvm_update_configure_opt_dir() 179 > case "$1" in
++ 1394468772.N /scripts/functions/build : __rvm_update_configure_opt_dir() 3 > __rvm_update_configure_opt_dir_options /usr/local/opt/readline
++ 1394468772.N /scripts/functions/build : __rvm_update_configure_opt_dir_options() 1 > rvm_debug 'rvm_configure_flags+=( --with-opt-dir=/usr/local/opt/readline )'
++ 1394468772.N /scripts/functions/logging : rvm_debug() 1 > (( 0 ))
++ 1394468772.N /scripts/functions/logging : rvm_debug() 1 > return 0
++ 1394468772.N /scripts/functions/build : __rvm_update_configure_opt_dir_options() 68 > rvm_configure_flags+=(--with-opt-dir="$1")
++ 1394468772.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_libs_configure() for brew_lib in '"$@"'
++ 1394468772.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_libs_configure() requirements_osx_brew_lib_installed_prefix_check libksba
+++ 1394468772.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_lib_installed_prebrew --prefix libksba
++ 1394468773.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_lib_installed_prefbrew_lib_prefix=/usr/local/opt/libksba
++ 1394468773.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_lib_installed_pref[[ -n /usr/local/opt/libksba ]]
++ 1394468773.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_lib_installed_pref[[ -d /usr/local/opt/libksba ]]
++ 1394468773.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_libs_configure() __rvm_update_configure_opt_dir rbx-2.2.5 /usr/local/opt/libksba
++ 1394468773.N /scripts/functions/build : __rvm_update_configure_opt_dir() 179 > case "$1" in
++ 1394468773.N /scripts/functions/build : __rvm_update_configure_opt_dir() 3 > __rvm_update_configure_opt_dir_options /usr/local/opt/libksba
++ 1394468773.N /scripts/functions/build : __rvm_update_configure_opt_dir_options() 1 > rvm_debug 'rvm_configure_flags+=( --with-opt-dir=/usr/local/opt/libksba )'
++ 1394468773.N /scripts/functions/logging : rvm_debug() 1 > (( 0 ))
++ 1394468773.N /scripts/functions/logging : rvm_debug() 1 > return 0
++ 1394468773.N /scripts/functions/build : __rvm_update_configure_opt_dir_options() 68 > rvm_configure_flags+=(--with-opt-dir="$1")
++ 1394468773.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_libs_configure() for brew_lib in '"$@"'
++ 1394468773.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_libs_configure() requirements_osx_brew_lib_installed_prefix_check openssl
+++ 1394468773.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_lib_installed_prebrew --prefix openssl
++ 1394468773.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_lib_installed_prefbrew_lib_prefix=/usr/local/opt/openssl
++ 1394468773.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_lib_installed_pref[[ -n /usr/local/opt/openssl ]]
++ 1394468773.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_lib_installed_pref[[ -d /usr/local/opt/openssl ]]
++ 1394468773.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_libs_configure() __rvm_update_configure_opt_dir rbx-2.2.5 /usr/local/opt/openssl
++ 1394468773.N /scripts/functions/build : __rvm_update_configure_opt_dir() 179 > case "$1" in
++ 1394468773.N /scripts/functions/build : __rvm_update_configure_opt_dir() 3 > __rvm_update_configure_opt_dir_options /usr/local/opt/openssl
++ 1394468773.N /scripts/functions/build : __rvm_update_configure_opt_dir_options() 1 > rvm_debug 'rvm_configure_flags+=( --with-opt-dir=/usr/local/opt/openssl )'
++ 1394468773.N /scripts/functions/logging : rvm_debug() 1 > (( 0 ))
++ 1394468773.N /scripts/functions/logging : rvm_debug() 1 > return 0
++ 1394468773.N /scripts/functions/build : __rvm_update_configure_opt_dir_options() 68 > rvm_configure_flags+=(--with-opt-dir="$1")
++ 1394468773.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_after() 22 > unset brew_libs brew_libs_conf
++ 1394468773.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_after() 167 > case "$1" in
++ 1394468773.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_after() 26 > requirements_osx_brew_after_update_certs_openssl rbx-2.2.5
++ 1394468773.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_after_update_certstypeset brew_lib_prefix openssl_name
++ 1394468773.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_after_update_certscase "$1" in
++ 1394468773.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_after_update_certsopenssl_name=openssl
++ 1394468773.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_after_update_certsrequirements_osx_brew_lib_installed_prefix_check openssl
+++ 1394468773.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_lib_installed_prebrew --prefix openssl
++ 1394468773.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_lib_installed_prefbrew_lib_prefix=/usr/local/opt/openssl
++ 1394468773.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_lib_installed_pref[[ -n /usr/local/opt/openssl ]]
++ 1394468773.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_lib_installed_pref[[ -d /usr/local/opt/openssl ]]
++ 1394468773.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_after_update_certs[[ -x /usr/local/opt/openssl/bin/openssl ]]
++ 1394468773.N /scripts/functions/requirements/osx_brew : requirements_osx_brew_after_update_certsrequirements_osx_update_openssl_cert /usr/local/opt/openssl/bin/openssl
++ 1394468773.N /scripts/functions/osx-ssl-certs : requirements_osx_update_openssl_cert() 1 > [[ Darwin == \D\a\r\w\i\n ]]
++ 1394468773.N /scripts/functions/osx-ssl-certs : requirements_osx_update_openssl_cert() 3 > typeset ssl_binary ssl_dir cert_file
++ 1394468773.N /scripts/functions/osx-ssl-certs : requirements_osx_update_openssl_cert() 4 > ssl_binary=/usr/local/opt/openssl/bin/openssl
++ 1394468773.N /scripts/functions/osx-ssl-certs : requirements_osx_update_openssl_cert() 5 > __rvm_osx_ssl_certs_file_from_openssl /usr/local/opt/openssl/bin/openssl
+++ 1394468773.N /scripts/functions/osx-ssl-certs : __rvm_osx_ssl_certs_file_from_openssl() -162 >/usr/local/opt/openssl/bin/openssl version -d
++ 1394468773.N /scripts/functions/osx-ssl-certs : __rvm_osx_ssl_certs_file_from_openssl() 1 > cert_file='OPENSSLDIR: "/usr/local/etc/openssl"'
++ 1394468773.N /scripts/functions/osx-ssl-certs : __rvm_osx_ssl_certs_file_from_openssl() 4 > cert_file='/usr/local/etc/openssl"'
++ 1394468773.N /scripts/functions/osx-ssl-certs : __rvm_osx_ssl_certs_file_from_openssl() 5 > cert_file=/usr/local/etc/openssl
++ 1394468773.N /scripts/functions/osx-ssl-certs : __rvm_osx_ssl_certs_file_from_openssl() 6 > cert_file=/usr/local/etc/openssl/cert.pem
++ 1394468773.N /scripts/functions/osx-ssl-certs : requirements_osx_update_openssl_cert() -96 > ssl_dir=/usr/local/etc/openssl
++ 1394468773.N /scripts/functions/osx-ssl-certs : requirements_osx_update_openssl_cert() 69 > case "${rvm_autolibs_flag_number}" in
++ 1394468773.N /scripts/functions/osx-ssl-certs : requirements_osx_update_openssl_cert() -84 > requirements_osx_update_openssl_cert_old
++ 1394468773.N /scripts/functions/osx-ssl-certs : requirements_osx_update_openssl_cert_old() -31 [[ ! -f /usr/local/etc/openssl/cert.pem ]]
++ 1394468773.N /scripts/functions/osx-ssl-certs : requirements_osx_update_openssl_cert_old() -31 [[ /usr/local/etc/openssl/cert.pem -ot /Library/Keychains/System.keychain ]]
++ 1394468773.N /scripts/functions/osx-ssl-certs : requirements_osx_update_openssl_cert_old() -31 [[ /usr/local/etc/openssl/cert.pem -ot /System/Library/Keychains/SystemRootCertificates.keychain ]]
++ 1394468773.N /scripts/functions/osx-ssl-certs : requirements_osx_update_openssl_cert() 51 > rvm_log 'Certificates in '\''/usr/local/etc/openssl/cert.pem'\'' already are up to date.'
++ 1394468773.N /scripts/functions/logging : rvm_log() 1 > rvm_pretty_print stdout
++ 1394468773.N /scripts/functions/logging : rvm_pretty_print() 73 > case "${rvm_pretty_print_flag:=auto}" in
++ 1394468773.N /scripts/functions/logging : rvm_pretty_print() 78 > case "${TERM:-dumb}" in
++ 1394468773.N /scripts/functions/logging : rvm_pretty_print() 81 > case "$1" in
++ 1394468773.N /scripts/functions/logging : rvm_pretty_print() 10 > [[ -t 1 ]]
++ 1394468773.N /scripts/functions/logging : rvm_pretty_print() 10 > return 1
++ 1394468773.N /scripts/functions/logging : rvm_log() 91 > printf %b 'Certificates in '\''/usr/local/etc/openssl/cert.pem'\'' already are up to date.\n'
Certificates in '/usr/local/etc/openssl/cert.pem' already are up to date.
++ 1394468773.N /scripts/functions/build_requirements : __rvm_requirements_run_after() 187 > true
++ 1394468773.N /scripts/functions/build_config : __rvm_setup_compile_environment_requirements() 2rvm_log 'Requirements installation successful.'
++ 1394468773.N /scripts/functions/logging : rvm_log() 1 > rvm_pretty_print stdout
++ 1394468773.N /scripts/functions/logging : rvm_pretty_print() 73 > case "${rvm_pretty_print_flag:=auto}" in
++ 1394468773.N /scripts/functions/logging : rvm_pretty_print() 78 > case "${TERM:-dumb}" in
++ 1394468773.N /scripts/functions/logging : rvm_pretty_print() 81 > case "$1" in
++ 1394468773.N /scripts/functions/logging : rvm_pretty_print() 10 > [[ -t 1 ]]
++ 1394468773.N /scripts/functions/logging : rvm_pretty_print() 10 > return 1
++ 1394468773.N /scripts/functions/logging : rvm_log() 91 > printf %b 'Requirements installation successful.\n'
Requirements installation successful.
++ 1394468773.N /scripts/functions/build_config : __rvm_setup_compile_environment() 12 > for __type in '"${__types[@]}"'
++ 1394468773.N /scripts/functions/build_config : __rvm_setup_compile_environment() -58 > rvm_debug '__rvm_setup_compile_environment_movable rbx-2.2.5'
++ 1394468773.N /scripts/functions/logging : rvm_debug() 1 > (( 0 ))
++ 1394468773.N /scripts/functions/logging : rvm_debug() 1 > return 0
++ 1394468773.N /scripts/functions/build_config : __rvm_setup_compile_environment() -128 > __rvm_setup_compile_environment_movable rbx-2.2.5
++ 1394468773.N /scripts/functions/build_config : __rvm_setup_compile_environment_movable() 1 > (( 0 > 0 ))
++ 1394468773.N /scripts/functions/build_config : __rvm_setup_compile_environment_movable() 1 > return 0
++ 1394468773.N /scripts/functions/build_config : __rvm_setup_compile_environment() 12 > for __type in '"${__types[@]}"'
++ 1394468773.N /scripts/functions/build_config : __rvm_setup_compile_environment() -96 > rvm_debug '__rvm_setup_compile_environment_parse_name rbx-2.2.5'
++ 1394468773.N /scripts/functions/logging : rvm_debug() 1 > (( 0 ))
++ 1394468773.N /scripts/functions/logging : rvm_debug() 1 > return 0
++ 1394468773.N /scripts/functions/build_config : __rvm_setup_compile_environment() -128 > __rvm_setup_compile_environment_parse_name rbx-2.2.5
++ 1394468773.N /scripts/functions/build_config : __rvm_setup_compile_environment_parse_name() 104case "${rvm_ruby_name:-}" in
++ 1394468773.N /scripts/functions/build_config : __rvm_setup_compile_environment() 12 > for __type in '"${__types[@]}"'
++ 1394468773.N /scripts/functions/build_config : __rvm_setup_compile_environment() -89 > rvm_debug '__rvm_setup_compile_environment_system rbx-2.2.5'
++ 1394468773.N /scripts/functions/logging : rvm_debug() 1 > (( 0 ))
++ 1394468773.N /scripts/functions/logging : rvm_debug() 1 > return 0
++ 1394468773.N /scripts/functions/build_config : __rvm_setup_compile_environment() -128 > __rvm_setup_compile_environment_system rbx-2.2.5
++ 1394468773.N /scripts/functions/build_config : __rvm_setup_compile_environment_system() 1 > is_a_function __rvm_setup_compile_environment_system_OSX
++ 1394468773.N /scripts/functions/support : is_a_function() 1 > typeset -f __rvm_setup_compile_environment_system_OSX
++ 1394468773.N /scripts/functions/build_config : __rvm_setup_compile_environment_system() 230 > __rvm_setup_compile_environment_system_OSX rbx-2.2.5
++ 1394468773.N /scripts/functions/build_config_system : __rvm_setup_compile_environment_system_OSX__rvm_setup_compile_environment_flags_tcltk rbx-2.2.5
++ 1394468773.N /scripts/functions/build_config_system : __rvm_setup_compile_environment_flags_tcltcase "$1" in
++ 1394468773.N /scripts/functions/build_config_system : __rvm_setup_compile_environment_flags_tclttrue
++ 1394468773.N /scripts/functions/build_config_system : __rvm_setup_compile_environment_system_OSX__rvm_setup_compile_environment_osx_compiler rbx-2.2.5
++ 1394468773.N /scripts/functions/build_config_system : __rvm_setup_compile_environment_osx_compil__rvm_array_contains '*debug*'
++ 1394468773.N /scripts/functions/support : __rvm_array_contains() 1 > typeset _search _iterator
++ 1394468773.N /scripts/functions/support : __rvm_array_contains() 2 > _search='*debug*'
++ 1394468773.N /scripts/functions/support : __rvm_array_contains() 3 > shift
++ 1394468773.N /scripts/functions/support : __rvm_array_contains() 10 > return 1
++ 1394468773.N /scripts/functions/build_config_system : __rvm_setup_compile_environment_osx_compil[[ -n '' ]]
++ 1394468773.N /scripts/functions/build_config_system : __rvm_setup_compile_environment_osx_compil[[ -n '' ]]
++ 1394468773.N /scripts/functions/build_config_system : __rvm_setup_compile_environment_osx_compil__rvm_setup_compile_environment_osx_compiler_find rbx-2.2.5
++ 1394468773.N /scripts/functions/build_config_system : __rvm_setup_compile_environment_osx_compil__rvm_version_compare 10.9 -ge 10.9
++ 1394468773.N /scripts/functions/utility : __rvm_version_compare() 1 > typeset first
+++ 1394468773.N /scripts/functions/utility : __rvm_version_compare() -186 > printf %b '10.9\n10.9\n'
+++ 1394468773.N /scripts/functions/utility : __rvm_version_compare() -186 > __rvm_version_sort
+++ 1394468773.N /scripts/functions/utility : __rvm_version_compare() -186 > head -n1
+++ 1394468773.N /scripts/functions/utility : __rvm_version_sort() 1 > LC_ALL=C
+++ 1394468773.N /scripts/functions/utility : __rvm_version_sort() 1 > sort -t. -k 1,1n -k 2,2n -k 3,3n -k 4,4n -k 5,5n
++ 1394468773.N /scripts/functions/utility : __rvm_version_compare() 2 > first=10.9
++ 1394468773.N /scripts/functions/utility : __rvm_version_compare() 192 > case "$2" in
++ 1394468773.N /scripts/functions/utility : __rvm_version_compare() 15 > [[ 10.9 == \1\0\.\9 ]]
++ 1394468773.N /scripts/functions/utility : __rvm_version_compare() 28 > return 0
++ 1394468773.N /scripts/functions/build_config_system : __rvm_setup_compile_environment_osx_compil__rvm_setup_compile_environment_osx_compiler_clang_installed
++ 1394468773.N /scripts/functions/build_config_system : __rvm_setup_compile_environment_osx_compil[[ -x /usr/bin/clang ]]
++ 1394468773.N /scripts/functions/build_config_system : __rvm_setup_compile_environment_osx_compil__rvm_setup_compile_environment_osx_compiler_clang_latest
++ 1394468773.N /scripts/functions/build_config_system : __rvm_setup_compile_environment_osx_compiltypeset __clang_version
+++ 1394468773.N /scripts/functions/build_config_system : __rvm_setup_compile_environment_osx_compi__rvm_grep -oE 'clang-[0-9]+\.[0-9]+\.[0-9]+'
+++ 1394468773.N /scripts/functions/build_config_system : __rvm_setup_compile_environment_osx_compi/usr/bin/clang --version
+++ 1394468773.N /scripts/functions/support : __rvm_grep() 0 > GREP_OPTIONS=
+++ 1394468773.N /scripts/functions/support : __rvm_grep() 0 > grep -oE 'clang-[0-9]+\.[0-9]+\.[0-9]+'
++ 1394468773.N /scripts/functions/build_config_system : __rvm_setup_compile_environment_osx_compil__clang_version=clang-500.2.79
++ 1394468774.N /scripts/functions/build_config_system : __rvm_setup_compile_environment_osx_compil[[ -n clang-500.2.79 ]]
++ 1394468774.N /scripts/functions/build_config_system : __rvm_setup_compile_environment_osx_compil__clang_version=500.2.79
++ 1394468774.N /scripts/functions/build_config_system : __rvm_setup_compile_environment_osx_compil__rvm_version_compare 500.2.79 -ge 425.0.24
++ 1394468774.N /scripts/functions/utility : __rvm_version_compare() 1 > typeset first
+++ 1394468774.N /scripts/functions/utility : __rvm_version_compare() -186 > __rvm_version_sort
+++ 1394468774.N /scripts/functions/utility : __rvm_version_compare() -186 > printf %b '500.2.79\n425.0.24\n'
+++ 1394468774.N /scripts/functions/utility : __rvm_version_compare() -186 > head -n1
+++ 1394468774.N /scripts/functions/utility : __rvm_version_sort() 1 > LC_ALL=C
+++ 1394468774.N /scripts/functions/utility : __rvm_version_sort() 1 > sort -t. -k 1,1n -k 2,2n -k 3,3n -k 4,4n -k 5,5n
++ 1394468774.N /scripts/functions/utility : __rvm_version_compare() 2 > first=425.0.24
++ 1394468774.N /scripts/functions/utility : __rvm_version_compare() 192 > case "$2" in
++ 1394468774.N /scripts/functions/utility : __rvm_version_compare() 15 > [[ 425.0.24 == \4\2\5\.\0\.\2\4 ]]
++ 1394468774.N /scripts/functions/utility : __rvm_version_compare() 28 > return 0
++ 1394468774.N /scripts/functions/build_config_system : __rvm_setup_compile_environment_osx_compiltrue
++ 1394468774.N /scripts/functions/build_config_system : __rvm_setup_compile_environment_osx_compilexport CC=/usr/bin/clang
++ 1394468774.N /scripts/functions/build_config_system : __rvm_setup_compile_environment_osx_compilCC=/usr/bin/clang
++ 1394468774.N /scripts/functions/build_config_system : __rvm_setup_compile_environment_osx_compilreturn 0
++ 1394468774.N /scripts/functions/build_config_system : __rvm_setup_compile_environment_osx_compil__rvm_compiler_is_clang
++ 1394468774.N /scripts/functions/build : __rvm_compiler_is_clang() 1 > __rvm_compiler_version_is clang ''
++ 1394468774.N /scripts/functions/build : __rvm_compiler_version_is() 1 > typeset compiler __check
++ 1394468774.N /scripts/functions/build : __rvm_compiler_version_is() 2 > __check=clang
+++ 1394468774.N /scripts/functions/build : __rvm_compiler_version_is() -128 > __rvm_found_compiler
+++ 1394468774.N /scripts/functions/build : __rvm_found_compiler() 1 > __rvm_selected_compiler
+++ 1394468774.N /scripts/functions/build : __rvm_selected_compiler() 3 > [[ --with-opt-dir=/usr/local/opt/libyaml --with-opt-dir=/usr/local/opt/readline --with-opt-dir=/usr/local/opt/libksba --with-opt-dir=/usr/local/opt/openssl =~ --with-gcc= ]]
+++ 1394468774.N /scripts/functions/build : __rvm_selected_compiler() 16 > [[ -n /usr/bin/clang ]]
+++ 1394468774.N /scripts/functions/build : __rvm_selected_compiler() 18 > echo /usr/bin/clang
+++ 1394468774.N /scripts/functions/build : __rvm_selected_compiler() 19 > return 0
++ 1394468774.N /scripts/functions/build : __rvm_compiler_version_is() 3 > compiler=/usr/bin/clang
++ 1394468774.N /scripts/functions/build : __rvm_compiler_version_is() 4 > __rvm_compiler_is /usr/bin/clang --version clang
++ 1394468774.N /scripts/functions/build : __rvm_compiler_is() 1 > __rvm_run_compiler /usr/bin/clang --version
++ 1394468774.N /scripts/functions/build : __rvm_compiler_is() 1 > __rvm_grep -i clang
++ 1394468774.N /scripts/functions/build : __rvm_run_compiler() 2 > [[ -n /usr/bin/clang ]]
++ 1394468774.N /scripts/functions/support : __rvm_grep() 0 > GREP_OPTIONS=
++ 1394468774.N /scripts/functions/build : __rvm_run_compiler() 4 > typeset compiler=/usr/bin/clang
++ 1394468774.N /scripts/functions/support : __rvm_grep() 0 > grep -i clang
++ 1394468774.N /scripts/functions/build : __rvm_run_compiler() 5 > shift
++ 1394468774.N /scripts/functions/build : __rvm_run_compiler() 6 > [[ -n '' ]]
++ 1394468774.N /scripts/functions/build : __rvm_run_compiler() 8 > /usr/bin/clang --version
++ 1394468774.N /scripts/functions/build_config_system : __rvm_setup_compile_environment_osx_compil__rvm_setup_compile_environment_osx_compiler_clang rbx-2.2.5
++ 1394468774.N /scripts/functions/build_config_system : __rvm_setup_compile_environment_osx_compil__rvm_version_compare 10.9 -ge 10.7
++ 1394468774.N /scripts/functions/utility : __rvm_version_compare() 1 > typeset first
+++ 1394468774.N /scripts/functions/utility : __rvm_version_compare() -186 > __rvm_version_sort
+++ 1394468774.N /scripts/functions/utility : __rvm_version_compare() -186 > printf %b '10.9\n10.7\n'
+++ 1394468774.N /scripts/functions/utility : __rvm_version_compare() -186 > head -n1
+++ 1394468774.N /scripts/functions/utility : __rvm_version_sort() 1 > LC_ALL=C
+++ 1394468774.N /scripts/functions/utility : __rvm_version_sort() 1 > sort -t. -k 1,1n -k 2,2n -k 3,3n -k 4,4n -k 5,5n
++ 1394468774.N /scripts/functions/utility : __rvm_version_compare() 2 > first=10.7
++ 1394468774.N /scripts/functions/utility : __rvm_version_compare() 192 > case "$2" in
++ 1394468774.N /scripts/functions/utility : __rvm_version_compare() 15 > [[ 10.7 == \1\0\.\7 ]]
++ 1394468774.N /scripts/functions/utility : __rvm_version_compare() 28 > return 0
++ 1394468774.N /scripts/functions/build_config_system : __rvm_setup_compile_environment_osx_compil__rvm_setup_compile_environment_osx_compiler_clang_installed
++ 1394468774.N /scripts/functions/build_config_system : __rvm_setup_compile_environment_osx_compil[[ -x /usr/bin/clang ]]
++ 1394468774.N /scripts/functions/build_config_system : __rvm_setup_compile_environment_osx_compil__rvm_setup_compile_environment_osx_compiler_clang_latest
++ 1394468774.N /scripts/functions/build_config_system : __rvm_setup_compile_environment_osx_compiltypeset __clang_version
+++ 1394468774.N /scripts/functions/build_config_system : __rvm_setup_compile_environment_osx_compi/usr/bin/clang --version
+++ 1394468774.N /scripts/functions/build_config_system : __rvm_setup_compile_environment_osx_compi__rvm_grep -oE 'clang-[0-9]+\.[0-9]+\.[0-9]+'
+++ 1394468774.N /scripts/functions/support : __rvm_grep() 0 > GREP_OPTIONS=
+++ 1394468774.N /scripts/functions/support : __rvm_grep() 0 > grep -oE 'clang-[0-9]+\.[0-9]+\.[0-9]+'
++ 1394468774.N /scripts/functions/build_config_system : __rvm_setup_compile_environment_osx_compil__clang_version=clang-500.2.79
++ 1394468774.N /scripts/functions/build_config_system : __rvm_setup_compile_environment_osx_compil[[ -n clang-500.2.79 ]]
++ 1394468774.N /scripts/functions/build_config_system : __rvm_setup_compile_environment_osx_compil__clang_version=500.2.79
++ 1394468774.N /scripts/functions/build_config_system : __rvm_setup_compile_environment_osx_compil__rvm_version_compare 500.2.79 -ge 425.0.24
++ 1394468774.N /scripts/functions/utility : __rvm_version_compare() 1 > typeset first
+++ 1394468774.N /scripts/functions/utility : __rvm_version_compare() -186 > printf %b '500.2.79\n425.0.24\n'
+++ 1394468774.N /scripts/functions/utility : __rvm_version_compare() -186 > head -n1
+++ 1394468774.N /scripts/functions/utility : __rvm_version_compare() -186 > __rvm_version_sort
+++ 1394468774.N /scripts/functions/utility : __rvm_version_sort() 1 > LC_ALL=C
+++ 1394468774.N /scripts/functions/utility : __rvm_version_sort() 1 > sort -t. -k 1,1n -k 2,2n -k 3,3n -k 4,4n -k 5,5n
++ 1394468774.N /scripts/functions/utility : __rvm_version_compare() 2 > first=425.0.24
++ 1394468774.N /scripts/functions/utility : __rvm_version_compare() 192 > case "$2" in
++ 1394468774.N /scripts/functions/utility : __rvm_version_compare() 15 > [[ 425.0.24 == \4\2\5\.\0\.\2\4 ]]
++ 1394468774.N /scripts/functions/utility : __rvm_version_compare() 28 > return 0
++ 1394468774.N /scripts/functions/build_config_system : __rvm_setup_compile_environment_osx_compiltrue
++ 1394468774.N /scripts/functions/build_config_system : __rvm_setup_compile_environment_system_OSXtrue
++ 1394468774.N /scripts/functions/build_config : __rvm_setup_compile_environment() 12 > for __type in '"${__types[@]}"'
++ 1394468774.N /scripts/functions/build_config : __rvm_setup_compile_environment() -174 > rvm_debug '__rvm_setup_compile_environment_architectures rbx-2.2.5'
++ 1394468774.N /scripts/functions/logging : rvm_debug() 1 > (( 0 ))
++ 1394468774.N /scripts/functions/logging : rvm_debug() 1 > return 0
++ 1394468774.N /scripts/functions/build_config : __rvm_setup_compile_environment() -128 > __rvm_setup_compile_environment_architectures rbx-2.2.5
++ 1394468774.N /scripts/functions/build_config : __rvm_setup_compile_environment_architectures() rvm_debug 'rvm_architectures(0):.'
++ 1394468774.N /scripts/functions/logging : rvm_debug() 1 > (( 0 ))
++ 1394468774.N /scripts/functions/logging : rvm_debug() 1 > return 0
++ 1394468774.N /scripts/functions/build_config : __rvm_setup_compile_environment_architectures() (( 0 > 0 ))
++ 1394468774.N /scripts/functions/build_config : __rvm_setup_compile_environment_architectures() return 0
++ 1394468774.N /scripts/functions/build_config : __rvm_setup_compile_environment() 12 > for __type in '"${__types[@]}"'
++ 1394468774.N /scripts/functions/build_config : __rvm_setup_compile_environment() -129 > rvm_debug '__rvm_setup_compile_environment_gcc47plus rbx-2.2.5'
++ 1394468774.N /scripts/functions/logging : rvm_debug() 1 > (( 0 ))
++ 1394468774.N /scripts/functions/logging : rvm_debug() 1 > return 0
++ 1394468774.N /scripts/functions/build_config : __rvm_setup_compile_environment() -128 > __rvm_setup_compile_environment_gcc47plus rbx-2.2.5
++ 1394468774.N /scripts/functions/build_config : __rvm_setup_compile_environment_gcc47plus() 1 > __rvm_compiler_version_or_higher 4.7
++ 1394468774.N /scripts/functions/build : __rvm_compiler_version_or_higher() 1 > typeset __version compiler
+++ 1394468774.N /scripts/functions/build : __rvm_compiler_version_or_higher() -148 > __rvm_found_compiler
+++ 1394468774.N /scripts/functions/build : __rvm_found_compiler() 1 > __rvm_selected_compiler
+++ 1394468774.N /scripts/functions/build : __rvm_selected_compiler() 3 > [[ --with-opt-dir=/usr/local/opt/libyaml --with-opt-dir=/usr/local/opt/readline --with-opt-dir=/usr/local/opt/libksba --with-opt-dir=/usr/local/opt/openssl =~ --with-gcc= ]]
+++ 1394468774.N /scripts/functions/build : __rvm_selected_compiler() 16 > [[ -n /usr/bin/clang ]]
+++ 1394468774.N /scripts/functions/build : __rvm_selected_compiler() 18 > echo /usr/bin/clang
+++ 1394468774.N /scripts/functions/build : __rvm_selected_compiler() 19 > return 0
++ 1394468774.N /scripts/functions/build : __rvm_compiler_version_or_higher() 2 > compiler=/usr/bin/clang
+++ 1394468774.N /scripts/functions/build : __rvm_compiler_version_or_higher() -147 > __rvm_run_compiler /usr/bin/clang -dumpversion
+++ 1394468774.N /scripts/functions/build : __rvm_run_compiler() 2 > [[ -n /usr/bin/clang ]]
+++ 1394468774.N /scripts/functions/build : __rvm_run_compiler() 4 > typeset compiler=/usr/bin/clang
+++ 1394468774.N /scripts/functions/build : __rvm_run_compiler() 5 > shift
+++ 1394468774.N /scripts/functions/build : __rvm_run_compiler() 6 > [[ -n '' ]]
+++ 1394468774.N /scripts/functions/build : __rvm_run_compiler() 8 > /usr/bin/clang -dumpversion
++ 1394468774.N /scripts/functions/build : __rvm_compiler_version_or_higher() 3 > __version=4.2.1
++ 1394468774.N /scripts/functions/build : __rvm_compiler_version_or_higher() 4 > __rvm_version_compare 4.2.1 -ge 4.7
++ 1394468774.N /scripts/functions/utility : __rvm_version_compare() 1 > typeset first
+++ 1394468774.N /scripts/functions/utility : __rvm_version_compare() -186 > printf %b '4.2.1\n4.7\n'
+++ 1394468774.N /scripts/functions/utility : __rvm_version_compare() -186 > __rvm_version_sort
+++ 1394468774.N /scripts/functions/utility : __rvm_version_compare() -186 > head -n1
+++ 1394468774.N /scripts/functions/utility : __rvm_version_sort() 1 > LC_ALL=C
+++ 1394468774.N /scripts/functions/utility : __rvm_version_sort() 1 > sort -t. -k 1,1n -k 2,2n -k 3,3n -k 4,4n -k 5,5n
++ 1394468774.N /scripts/functions/utility : __rvm_version_compare() 2 > first=4.2.1
++ 1394468774.N /scripts/functions/utility : __rvm_version_compare() 192 > case "$2" in
++ 1394468774.N /scripts/functions/utility : __rvm_version_compare() 15 > [[ 4.2.1 == \4\.\7 ]]
++ 1394468774.N /scripts/functions/utility : __rvm_version_compare() 15 > [[ 4.2.1 == \4\.\7 ]]
++ 1394468774.N /scripts/functions/utility : __rvm_version_compare() 15 > return 1
++ 1394468774.N /scripts/functions/build : __rvm_compiler_version_or_higher() -33 > return 1
++ 1394468774.N /scripts/functions/build_config : __rvm_setup_compile_environment_gcc47plus() 36 >return 0
++ 1394468774.N /scripts/functions/build_config : __rvm_setup_compile_environment() 12 > for __type in '"${__types[@]}"'
++ 1394468774.N /scripts/functions/build_config : __rvm_setup_compile_environment() -174 > rvm_debug '__rvm_setup_compile_environment_bison rbx-2.2.5'
++ 1394468774.N /scripts/functions/logging : rvm_debug() 1 > (( 0 ))
++ 1394468774.N /scripts/functions/logging : rvm_debug() 1 > return 0
++ 1394468774.N /scripts/functions/build_config : __rvm_setup_compile_environment() -128 > __rvm_setup_compile_environment_bison rbx-2.2.5
++ 1394468774.N /scripts/functions/build_config : __rvm_setup_compile_environment_bison() 1 > (( 4 > 1 ))
++ 1394468774.N /scripts/functions/build_config : __rvm_setup_compile_environment_bison() 131 > case "$1" in
++ 1394468774.N /scripts/functions/build_config : __rvm_setup_compile_environment_bison() 4 > __rvm_check_for_bison
++ 1394468774.N /scripts/functions/build : __rvm_check_for_bison() 1 > true 0
++ 1394468774.N /scripts/functions/build : __rvm_check_for_bison() 2 > (( rvm_head_flag > 0 ))
++ 1394468774.N /scripts/functions/build_config : __rvm_setup_compile_environment() 12 > for __type in '"${__types[@]}"'
++ 1394468774.N /scripts/functions/build_config : __rvm_setup_compile_environment() -252 > rvm_debug '__rvm_setup_compile_environment_flags_docs rbx-2.2.5'
++ 1394468774.N /scripts/functions/logging : rvm_debug() 1 > (( 0 ))
++ 1394468774.N /scripts/functions/logging : rvm_debug() 1 > return 0
++ 1394468774.N /scripts/functions/build_config : __rvm_setup_compile_environment() -128 > __rvm_setup_compile_environment_flags_docs rbx-2.2.5
++ 1394468774.N /scripts/functions/build_config : __rvm_setup_compile_environment_flags_docs() 2 >[[ Darwin == \D\a\r\w\i\n ]]
++ 1394468774.N /scripts/functions/build_config : __rvm_setup_compile_environment_flags_docs() 3 >: rvm_docs_flag=1
++ 1394468774.N /scripts/functions/build_config : __rvm_setup_compile_environment_flags_docs() 6 >(( 1 == 1 ))
++ 1394468774.N /scripts/functions/build_config : __rvm_setup_compile_environment_flags_docs() 12 true
++ 1394468774.N /scripts/functions/build_config : __rvm_setup_compile_environment() 12 > for __type in '"${__types[@]}"'
++ 1394468774.N /scripts/functions/build_config : __rvm_setup_compile_environment() -227 > rvm_debug '__rvm_setup_compile_environment_flags_shared_static rbx-2.2.5'
++ 1394468774.N /scripts/functions/logging : rvm_debug() 1 > (( 0 ))
++ 1394468774.N /scripts/functions/logging : rvm_debug() 1 > return 0
++ 1394468774.N /scripts/functions/build_config : __rvm_setup_compile_environment() -128 > __rvm_setup_compile_environment_flags_shared_static rbx-2.2.5
++ 1394468774.N /scripts/functions/build_config : __rvm_setup_compile_environment_flags_shared_stat(( 0 == 1 ))
++ 1394468774.N /scripts/functions/build_config : __rvm_setup_compile_environment_flags_shared_statcase "$1" in
++ 1394468774.N /scripts/functions/build_config : __rvm_setup_compile_environment_flags_shared_stattrue
++ 1394468774.N /scripts/functions/build_config : __rvm_setup_compile_environment_flags_shared_stattrue
++ 1394468774.N /scripts/functions/build_config : __rvm_setup_compile_environment() 12 > for __type in '"${__types[@]}"'
++ 1394468774.N /scripts/functions/build_config : __rvm_setup_compile_environment() -253 > rvm_debug '__rvm_setup_compile_environment_flags_threads rbx-2.2.5'
++ 1394468774.N /scripts/functions/logging : rvm_debug() 1 > (( 0 ))
++ 1394468774.N /scripts/functions/logging : rvm_debug() 1 > return 0
++ 1394468774.N /scripts/functions/build_config : __rvm_setup_compile_environment() -128 > __rvm_setup_compile_environment_flags_threads rbx-2.2.5
++ 1394468774.N /scripts/functions/build_config : __rvm_setup_compile_environment_flags_threads() case "$1" in
++ 1394468774.N /scripts/functions/build_config : __rvm_setup_compile_environment_flags_threads() [[ OSX == \F\r\e\e\B\S\D ]]
++ 1394468774.N /scripts/functions/build_config : __rvm_setup_compile_environment_flags_threads() [[ OSX == \D\r\a\g\o\n\F\l\y ]]
++ 1394468774.N /scripts/functions/build_config : __rvm_setup_compile_environment_flags_threads() [[ =~ -j ]]
++ 1394468774.N /scripts/functions/build_config : __rvm_setup_compile_environment_flags_threads() rvm_make_flags+=(-j$(__rvm_detect_max_threads))
+++ 1394468774.N /scripts/functions/build_config : __rvm_setup_compile_environment_flags_threads() __rvm_detect_max_threads
+++ 1394468774.N /scripts/functions/build_config : __rvm_detect_max_threads() 312 > case "${_system_name}" in
+++ 1394468774.N /scripts/functions/build_config : __rvm_detect_max_threads() 20 > cat /proc/cpuinfo
+++ 1394468774.N /scripts/functions/build_config : __rvm_detect_max_threads() 20 > wc -l
+++ 1394468774.N /scripts/functions/build_config : __rvm_detect_max_threads() 20 > grep vendor_id
+++ 1394468774.N /scripts/functions/build_config : __rvm_detect_max_threads() 20 > echo one
++ 1394468774.N /scripts/functions/build_config : __rvm_setup_compile_environment() 12 > for __type in '"${__types[@]}"'
++ 1394468774.N /scripts/functions/build_config : __rvm_setup_compile_environment() -323 > rvm_debug '__rvm_setup_compile_environment_compatibility_flag rbx-2.2.5'
++ 1394468774.N /scripts/functions/logging : rvm_debug() 1 > (( 0 ))
++ 1394468774.N /scripts/functions/logging : rvm_debug() 1 > return 0
++ 1394468774.N /scripts/functions/build_config : __rvm_setup_compile_environment() -128 > __rvm_setup_compile_environment_compatibility_flag rbx-2.2.5
++ 1394468774.N /scripts/functions/build_config : __rvm_setup_compile_environment_compatibility_flacase "$1" in
+++ 1394468774.N /scripts/functions/build_config : __rvm_setup_compile_environment() -691 > __rvm_found_compiler
+++ 1394468775.N /scripts/functions/build : __rvm_found_compiler() 1 > __rvm_selected_compiler
+++ 1394468775.N /scripts/functions/build : __rvm_selected_compiler() 3 > [[ --with-opt-dir=/usr/local/opt/libyaml --with-opt-dir=/usr/local/opt/readline --with-opt-dir=/usr/local/opt/libksba --with-opt-dir=/usr/local/opt/openssl =~ --with-gcc= ]]
+++ 1394468775.N /scripts/functions/build : __rvm_selected_compiler() 16 > [[ -n /usr/bin/clang ]]
+++ 1394468775.N /scripts/functions/build : __rvm_selected_compiler() 18 > echo /usr/bin/clang
+++ 1394468775.N /scripts/functions/build : __rvm_selected_compiler() 19 > return 0
++ 1394468775.N /scripts/functions/build_config : __rvm_setup_compile_environment() -337 > rvm_debug 'found compiler: /usr/bin/clang'
++ 1394468775.N /scripts/functions/logging : rvm_debug() 1 > (( 0 ))
++ 1394468775.N /scripts/functions/logging : rvm_debug() 1 > return 0
++ 1394468775.N /scripts/functions/manage/rubinius : rubinius_install() -53 > __rvm_remove_rvm_from_path
++ 1394468775.N /scripts/functions/env : __rvm_remove_rvm_from_path() 1 > typeset local_rvm_path
++ 1394468775.N /scripts/functions/env : __rvm_remove_rvm_from_path() 2 > __rvm_remove_from_path '/Users/mwlang/.rvm/*'
++ 1394468775.N /scripts/functions/utility : __rvm_remove_from_path() 1 > export PATH
++ 1394468775.N /scripts/functions/utility : __rvm_remove_from_path() 2 > typeset _value
++ 1394468775.N /scripts/functions/utility : __rvm_remove_from_path() 3 > _value='/Users/mwlang/.rvm/*'
++ 1394468775.N /scripts/functions/utility : __rvm_remove_from_path() 7 > [[ /usr/local/opt/pkg-config/bin:/usr/local/opt/libtool/bin:/usr/local/opt/automake/bin:/usr/local/opt/autoconf/bin:/Users/mwlang/.rvm/gems/ruby-2.0.0-p247/bin:/Users/mwlang/.rvm/gems/ruby-2.0.0-p247@global/bin:/Users/mwlang/.rvm/rubies/ruby-2.0.0-p247/bin:/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/local/sbin:/usr/local/share/npm/bin:/opt/local/bin:/opt/local/sbin:/opt/local/lib/mysql5/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/Users/mwlang/.rvm/bin =~ // ]]
++ 1394468775.N /scripts/functions/utility : __rvm_remove_from_path() 16 > __rvm_string_match :/usr/local/opt/pkg-config/bin:/usr/local/opt/libtool/bin:/usr/local/opt/automake/bin:/usr/local/opt/autoconf/bin:/Users/mwlang/.rvm/gems/ruby-2.0.0-p247/bin:/Users/mwlang/.rvm/gems/ruby-2.0.0-p247@global/bin:/Users/mwlang/.rvm/rubies/ruby-2.0.0-p247/bin:/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/local/sbin:/usr/local/share/npm/bin:/opt/local/bin:/opt/local/sbin:/opt/local/lib/mysql5/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/Users/mwlang/.rvm/bin: '*:/Users/mwlang/.rvm/*:*'
++ 1394468775.N /scripts/functions/support : __rvm_string_match() 1 > typeset _string
++ 1394468775.N /scripts/functions/support : __rvm_string_match() 2 > _string=:/usr/local/opt/pkg-config/bin:/usr/local/opt/libtool/bin:/usr/local/opt/automake/bin:/usr/local/opt/autoconf/bin:/Users/mwlang/.rvm/gems/ruby-2.0.0-p247/bin:/Users/mwlang/.rvm/gems/ruby-2.0.0-p247@global/bin:/Users/mwlang/.rvm/rubies/ruby-2.0.0-p247/bin:/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/local/sbin:/usr/local/share/npm/bin:/opt/local/bin:/opt/local/sbin:/opt/local/lib/mysql5/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/Users/mwlang/.rvm/bin:
++ 1394468775.N /scripts/functions/support : __rvm_string_match() 3 > shift
++ 1394468775.N /scripts/functions/support : __rvm_string_match() 4 > (( 1 ))
++ 1394468775.N /scripts/functions/support : __rvm_string_match() 37 > case "${_string}" in
++ 1394468775.N /scripts/functions/support : __rvm_string_match() 7 > return 0
++ 1394468775.N /scripts/functions/utility : __rvm_remove_from_path() 56 > typeset -a _path
++ 1394468775.N /scripts/functions/utility : __rvm_remove_from_path() 57 > _path=()
++ 1394468775.N /scripts/functions/utility : __rvm_remove_from_path() 58 > __rvm_custom_separated_array _path : /usr/local/opt/pkg-config/bin:/usr/local/opt/libtool/bin:/usr/local/opt/automake/bin:/usr/local/opt/autoconf/bin:/Users/mwlang/.rvm/gems/ruby-2.0.0-p247/bin:/Users/mwlang/.rvm/gems/ruby-2.0.0-p247@global/bin:/Users/mwlang/.rvm/rubies/ruby-2.0.0-p247/bin:/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/local/sbin:/usr/local/share/npm/bin:/opt/local/bin:/opt/local/sbin:/opt/local/lib/mysql5/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/Users/mwlang/.rvm/bin
++ 1394468775.N /scripts/functions/utility : __rvm_custom_separated_array() 1 > typeset IFS
++ 1394468775.N /scripts/functions/utility : __rvm_custom_separated_array() 2 > IFS=:
++ 1394468775.N /scripts/functions/utility : __rvm_custom_separated_array() 3 > [[ -n '' ]]
++ 1394468775.N /scripts/functions/utility : __rvm_custom_separated_array() 5 > eval '_path+=( $3 )'
+++ 1394468775.N /scripts/functions/utility : __rvm_custom_separated_array() -218 > _path+=($3)
++ 1394468775.N /scripts/functions/utility : __rvm_remove_from_path() -133 > __rvm_remove_from_array _path '/Users/mwlang/.rvm/*' /usr/local/opt/pkg-config/bin /usr/local/opt/libtool/bin /usr/local/opt/automake/bin /usr/local/opt/autoconf/bin /Users/mwlang/.rvm/gems/ruby-2.0.0-p247/bin /Users/mwlang/.rvm/gems/ruby-2.0.0-p247@global/bin /Users/mwlang/.rvm/rubies/ruby-2.0.0-p247/bin /opt/local/bin /opt/local/sbin /usr/local/bin /usr/local/sbin /usr/local/share/npm/bin /opt/local/bin /opt/local/sbin /opt/local/lib/mysql5/bin /usr/bin /bin /usr/sbin /sbin /usr/local/bin /opt/X11/bin /Users/mwlang/.rvm/bin
++ 1394468775.N /scripts/functions/utility : __rvm_remove_from_array() 1 > typeset _array_name _iterator
++ 1394468775.N /scripts/functions/utility : __rvm_remove_from_array() 2 > typeset -a _temp_array _search
++ 1394468775.N /scripts/functions/utility : __rvm_remove_from_array() 3 > _array_name=_path
++ 1394468775.N /scripts/functions/utility : __rvm_remove_from_array() 4 > _search=()
++ 1394468775.N /scripts/functions/utility : __rvm_remove_from_array() 5 > [[ /Users/mwlang/.rvm/* == *\|* ]]
++ 1394468775.N /scripts/functions/utility : __rvm_remove_from_array() 7 > _search=("$2")
++ 1394468775.N /scripts/functions/utility : __rvm_remove_from_array() 9 > shift 2
++ 1394468775.N /scripts/functions/utility : __rvm_remove_from_array() 10 > _temp_array=()
++ 1394468775.N /scripts/functions/utility : __rvm_remove_from_array() 244 > for _iterator in '"$@"'
++ 1394468775.N /scripts/functions/utility : __rvm_remove_from_array() 13 > __rvm_string_match /usr/local/opt/pkg-config/bin '/Users/mwlang/.rvm/*'
++ 1394468775.N /scripts/functions/support : __rvm_string_match() 1 > typeset _string
++ 1394468775.N /scripts/functions/support : __rvm_string_match() 2 > _string=/usr/local/opt/pkg-config/bin
++ 1394468775.N /scripts/functions/support : __rvm_string_match() 3 > shift
++ 1394468775.N /scripts/functions/support : __rvm_string_match() 4 > (( 1 ))
++ 1394468775.N /scripts/functions/support : __rvm_string_match() 37 > case "${_string}" in
++ 1394468775.N /scripts/functions/support : __rvm_string_match() 9 > shift
++ 1394468775.N /scripts/functions/support : __rvm_string_match() 4 > (( 0 ))
++ 1394468775.N /scripts/functions/support : __rvm_string_match() 11 > return 1
++ 1394468775.N /scripts/functions/utility : __rvm_remove_from_array() 215 > _temp_array+=("$_iterator")
++ 1394468775.N /scripts/functions/utility : __rvm_remove_from_array() 244 > for _iterator in '"$@"'
++ 1394468775.N /scripts/functions/utility : __rvm_remove_from_array() 215 > __rvm_string_match /usr/local/opt/libtool/bin '/Users/mwlang/.rvm/*'
++ 1394468775.N /scripts/functions/support : __rvm_string_match() 1 > typeset _string
++ 1394468775.N /scripts/functions/support : __rvm_string_match() 2 > _string=/usr/local/opt/libtool/bin
++ 1394468775.N /scripts/functions/support : __rvm_string_match() 3 > shift
++ 1394468775.N /scripts/functions/support : __rvm_string_match() 4 > (( 1 ))
++ 1394468775.N /scripts/functions/support : __rvm_string_match() 37 > case "${_string}" in
++ 1394468775.N /scripts/functions/support : __rvm_string_match() 9 > shift
++ 1394468775.N /scripts/functions/support : __rvm_string_match() 4 > (( 0 ))
++ 1394468775.N /scripts/functions/support : __rvm_string_match() 11 > return 1
++ 1394468775.N /scripts/functions/utility : __rvm_remove_from_array() 215 > _temp_array+=("$_iterator")
++ 1394468775.N /scripts/functions/utility : __rvm_remove_from_array() 244 > for _iterator in '"$@"'
++ 1394468775.N /scripts/functions/utility : __rvm_remove_from_array() 215 > __rvm_string_match /usr/local/opt/automake/bin '/Users/mwlang/.rvm/*'
++ 1394468775.N /scripts/functions/support : __rvm_string_match() 1 > typeset _string
++ 1394468775.N /scripts/functions/support : __rvm_string_match() 2 > _string=/usr/local/opt/automake/bin
++ 1394468775.N /scripts/functions/support : __rvm_string_match() 3 > shift
++ 1394468775.N /scripts/functions/support : __rvm_string_match() 4 > (( 1 ))
++ 1394468775.N /scripts/functions/support : __rvm_string_match() 37 > case "${_string}" in
++ 1394468775.N /scripts/functions/support : __rvm_string_match() 9 > shift
++ 1394468775.N /scripts/functions/support : __rvm_string_match() 4 > (( 0 ))
++ 1394468775.N /scripts/functions/support : __rvm_string_match() 11 > return 1
++ 1394468775.N /scripts/functions/utility : __rvm_remove_from_array() 215 > _temp_array+=("$_iterator")
++ 1394468775.N /scripts/functions/utility : __rvm_remove_from_array() 244 > for _iterator in '"$@"'
++ 1394468775.N /scripts/functions/utility : __rvm_remove_from_array() 215 > __rvm_string_match /usr/local/opt/autoconf/bin '/Users/mwlang/.rvm/*'
++ 1394468775.N /scripts/functions/support : __rvm_string_match() 1 > typeset _string
++ 1394468775.N /scripts/functions/support : __rvm_string_match() 2 > _string=/usr/local/opt/autoconf/bin
++ 1394468775.N /scripts/functions/support : __rvm_string_match() 3 > shift
++ 1394468775.N /scripts/functions/support : __rvm_string_match() 4 > (( 1 ))
++ 1394468775.N /scripts/functions/support : __rvm_string_match() 37 > case "${_string}" in
++ 1394468775.N /scripts/functions/support : __rvm_string_match() 9 > shift
++ 1394468775.N /scripts/functions/support : __rvm_string_match() 4 > (( 0 ))
++ 1394468775.N /scripts/functions/support : __rvm_string_match() 11 > return 1
++ 1394468775.N /scripts/functions/utility : __rvm_remove_from_array() 215 > _temp_array+=("$_iterator")
++ 1394468775.N /scripts/functions/utility : __rvm_remove_from_array() 244 > for _iterator in '"$@"'
++ 1394468775.N /scripts/functions/utility : __rvm_remove_from_array() 215 > __rvm_string_match /Users/mwlang/.rvm/gems/ruby-2.0.0-p247/bin '/Users/mwlang/.rvm/*'
++ 1394468775.N /scripts/functions/support : __rvm_string_match() 1 > typeset _string
++ 1394468775.N /scripts/functions/support : __rvm_string_match() 2 > _string=/Users/mwlang/.rvm/gems/ruby-2.0.0-p247/bin
++ 1394468775.N /scripts/functions/support : __rvm_string_match() 3 > shift
++ 1394468775.N /scripts/functions/support : __rvm_string_match() 4 > (( 1 ))
++ 1394468775.N /scripts/functions/support : __rvm_string_match() 37 > case "${_string}" in
++ 1394468775.N /scripts/functions/support : __rvm_string_match() 7 > return 0
++ 1394468775.N /scripts/functions/utility : __rvm_remove_from_array() 244 > for _iterator in '"$@"'
++ 1394468775.N /scripts/functions/utility : __rvm_remove_from_array() 215 > __rvm_string_match /Users/mwlang/.rvm/gems/ruby-2.0.0-p247@global/bin '/Users/mwlang/.rvm/*'
++ 1394468775.N /scripts/functions/support : __rvm_string_match() 1 > typeset _string
++ 1394468775.N /scripts/functions/support : __rvm_string_match() 2 > _string=/Users/mwlang/.rvm/gems/ruby-2.0.0-p247@global/bin
++ 1394468775.N /scripts/functions/support : __rvm_string_match() 3 > shift
++ 1394468775.N /scripts/functions/support : __rvm_string_match() 4 > (( 1 ))
++ 1394468775.N /scripts/functions/support : __rvm_string_match() 37 > case "${_string}" in
++ 1394468775.N /scripts/functions/support : __rvm_string_match() 7 > return 0
++ 1394468775.N /scripts/functions/utility : __rvm_remove_from_array() 244 > for _iterator in '"$@"'
++ 1394468775.N /scripts/functions/utility : __rvm_remove_from_array() 215 > __rvm_string_match /Users/mwlang/.rvm/rubies/ruby-2.0.0-p247/bin '/Users/mwlang/.rvm/*'
++ 1394468775.N /scripts/functions/support : __rvm_string_match() 1 > typeset _string
++ 1394468775.N /scripts/functions/support : __rvm_string_match() 2 > _string=/Users/mwlang/.rvm/rubies/ruby-2.0.0-p247/bin
++ 1394468775.N /scripts/functions/support : __rvm_string_match() 3 > shift
++ 1394468775.N /scripts/functions/support : __rvm_string_match() 4 > (( 1 ))
++ 1394468775.N /scripts/functions/support : __rvm_string_match() 37 > case "${_string}" in
++ 1394468775.N /scripts/functions/support : __rvm_string_match() 7 > return 0
++ 1394468775.N /scripts/functions/utility : __rvm_remove_from_array() 244 > for _iterator in '"$@"'
++ 1394468775.N /scripts/functions/utility : __rvm_remove_from_array() 215 > __rvm_string_match /opt/local/bin '/Users/mwlang/.rvm/*'
++ 1394468775.N /scripts/functions/support : __rvm_string_match() 1 > typeset _string
++ 1394468775.N /scripts/functions/support : __rvm_string_match() 2 > _string=/opt/local/bin
++ 1394468775.N /scripts/functions/support : __rvm_string_match() 3 > shift
++ 1394468775.N /scripts/functions/support : __rvm_string_match() 4 > (( 1 ))
++ 1394468775.N /scripts/functions/support : __rvm_string_match() 37 > case "${_string}" in
++ 1394468775.N /scripts/functions/support : __rvm_string_match() 9 > shift
++ 1394468775.N /scripts/functions/support : __rvm_string_match() 4 > (( 0 ))
++ 1394468775.N /scripts/functions/support : __rvm_string_match() 11 > return 1
++ 1394468775.N /scripts/functions/utility : __rvm_remove_from_array() 215 > _temp_array+=("$_iterator")
++ 1394468775.N /scripts/functions/utility : __rvm_remove_from_array() 244 > for _iterator in '"$@"'
++ 1394468775.N /scripts/functions/utility : __rvm_remove_from_array() 215 > __rvm_string_match /opt/local/sbin '/Users/mwlang/.rvm/*'
++ 1394468775.N /scripts/functions/support : __rvm_string_match() 1 > typeset _string
++ 1394468775.N /scripts/functions/support : __rvm_string_match() 2 > _string=/opt/local/sbin
++ 1394468775.N /scripts/functions/support : __rvm_string_match() 3 > shift
++ 1394468775.N /scripts/functions/support : __rvm_string_match() 4 > (( 1 ))
++ 1394468775.N /scripts/functions/support : __rvm_string_match() 37 > case "${_string}" in
++ 1394468775.N /scripts/functions/support : __rvm_string_match() 9 > shift
++ 1394468775.N /scripts/functions/support : __rvm_string_match() 4 > (( 0 ))
++ 1394468775.N /scripts/functions/support : __rvm_string_match() 11 > return 1
++ 1394468775.N /scripts/functions/utility : __rvm_remove_from_array() 215 > _temp_array+=("$_iterator")
++ 1394468775.N /scripts/functions/utility : __rvm_remove_from_array() 244 > for _iterator in '"$@"'
++ 1394468775.N /scripts/functions/utility : __rvm_remove_from_array() 215 > __rvm_string_match /usr/local/bin '/Users/mwlang/.rvm/*'
++ 1394468775.N /scripts/functions/support : __rvm_string_match() 1 > typeset _string
++ 1394468775.N /scripts/functions/support : __rvm_string_match() 2 > _string=/usr/local/bin
++ 1394468775.N /scripts/functions/support : __rvm_string_match() 3 > shift
++ 1394468775.N /scripts/functions/support : __rvm_string_match() 4 > (( 1 ))
++ 1394468775.N /scripts/functions/support : __rvm_string_match() 37 > case "${_string}" in
++ 1394468775.N /scripts/functions/support : __rvm_string_match() 9 > shift
++ 1394468775.N /scripts/functions/support : __rvm_string_match() 4 > (( 0 ))
++ 1394468775.N /scripts/functions/support : __rvm_string_match() 11 > return 1
++ 1394468775.N /scripts/functions/utility : __rvm_remove_from_array() 215 > _temp_array+=("$_iterator")
++ 1394468775.N /scripts/functions/utility : __rvm_remove_from_array() 244 > for _iterator in '"$@"'
++ 1394468775.N /scripts/functions/utility : __rvm_remove_from_array() 215 > __rvm_string_match /usr/local/sbin '/Users/mwlang/.rvm/*'
++ 1394468775.N /scripts/functions/support : __rvm_string_match() 1 > typeset _string
++ 1394468775.N /scripts/functions/support : __rvm_string_match() 2 > _string=/usr/local/sbin
++ 1394468775.N /scripts/functions/support : __rvm_string_match() 3 > shift
++ 1394468775.N /scripts/functions/support : __rvm_string_match() 4 > (( 1 ))
++ 1394468775.N /scripts/functions/support : __rvm_string_match() 37 > case "${_string}" in
++ 1394468775.N /scripts/functions/support : __rvm_string_match() 9 > shift
++ 1394468775.N /scripts/functions/support : __rvm_string_match() 4 > (( 0 ))
++ 1394468775.N /scripts/functions/support : __rvm_string_match() 11 > return 1
++ 1394468775.N /scripts/functions/utility : __rvm_remove_from_array() 215 > _temp_array+=("$_iterator")
++ 1394468775.N /scripts/functions/utility : __rvm_remove_from_array() 244 > for _iterator in '"$@"'
++ 1394468775.N /scripts/functions/utility : __rvm_remove_from_array() 215 > __rvm_string_match /usr/local/share/npm/bin '/Users/mwlang/.rvm/*'
++ 1394468775.N /scripts/functions/support : __rvm_string_match() 1 > typeset _string
++ 1394468775.N /scripts/functions/support : __rvm_string_match() 2 > _string=/usr/local/share/npm/bin
++ 1394468775.N /scripts/functions/support : __rvm_string_match() 3 > shift
++ 1394468775.N /scripts/functions/support : __rvm_string_match() 4 > (( 1 ))
++ 1394468775.N /scripts/functions/support : __rvm_string_match() 37 > case "${_string}" in
++ 1394468775.N /scripts/functions/support : __rvm_string_match() 9 > shift
++ 1394468775.N /scripts/functions/support : __rvm_string_match() 4 > (( 0 ))
++ 1394468775.N /scripts/functions/support : __rvm_string_match() 11 > return 1
++ 1394468775.N /scripts/functions/utility : __rvm_remove_from_array() 215 > _temp_array+=("$_iterator")
++ 1394468775.N /scripts/functions/utility : __rvm_remove_from_array() 244 > for _iterator in '"$@"'
++ 1394468775.N /scripts/functions/utility : __rvm_remove_from_array() 215 > __rvm_string_match /opt/local/bin '/Users/mwlang/.rvm/*'
++ 1394468775.N /scripts/functions/support : __rvm_string_match() 1 > typeset _string
++ 1394468775.N /scripts/functions/support : __rvm_string_match() 2 > _string=/opt/local/bin
++ 1394468775.N /scripts/functions/support : __rvm_string_match() 3 > shift
++ 1394468775.N /scripts/functions/support : __rvm_string_match() 4 > (( 1 ))
++ 1394468775.N /scripts/functions/support : __rvm_string_match() 37 > case "${_string}" in
++ 1394468775.N /scripts/functions/support : __rvm_string_match() 9 > shift
++ 1394468775.N /scripts/functions/support : __rvm_string_match() 4 > (( 0 ))
++ 1394468775.N /scripts/functions/support : __rvm_string_match() 11 > return 1
++ 1394468775.N /scripts/functions/utility : __rvm_remove_from_array() 215 > _temp_array+=("$_iterator")
++ 1394468775.N /scripts/functions/utility : __rvm_remove_from_array() 244 > for _iterator in '"$@"'
++ 1394468775.N /scripts/functions/utility : __rvm_remove_from_array() 215 > __rvm_string_match /opt/local/sbin '/Users/mwlang/.rvm/*'
++ 1394468775.N /scripts/functions/support : __rvm_string_match() 1 > typeset _string
++ 1394468775.N /scripts/functions/support : __rvm_string_match() 2 > _string=/opt/local/sbin
++ 1394468775.N /scripts/functions/support : __rvm_string_match() 3 > shift
++ 1394468775.N /scripts/functions/support : __rvm_string_match() 4 > (( 1 ))
++ 1394468775.N /scripts/functions/support : __rvm_string_match() 37 > case "${_string}" in
++ 1394468776.N /scripts/functions/support : __rvm_string_match() 9 > shift
++ 1394468776.N /scripts/functions/support : __rvm_string_match() 4 > (( 0 ))
++ 1394468776.N /scripts/functions/support : __rvm_string_match() 11 > return 1
++ 1394468776.N /scripts/functions/utility : __rvm_remove_from_array() 215 > _temp_array+=("$_iterator")
++ 1394468776.N /scripts/functions/utility : __rvm_remove_from_array() 244 > for _iterator in '"$@"'
++ 1394468776.N /scripts/functions/utility : __rvm_remove_from_array() 215 > __rvm_string_match /opt/local/lib/mysql5/bin '/Users/mwlang/.rvm/*'
++ 1394468776.N /scripts/functions/support : __rvm_string_match() 1 > typeset _string
++ 1394468776.N /scripts/functions/support : __rvm_string_match() 2 > _string=/opt/local/lib/mysql5/bin
++ 1394468776.N /scripts/functions/support : __rvm_string_match() 3 > shift
++ 1394468776.N /scripts/functions/support : __rvm_string_match() 4 > (( 1 ))
++ 1394468776.N /scripts/functions/support : __rvm_string_match() 37 > case "${_string}" in
++ 1394468776.N /scripts/functions/support : __rvm_string_match() 9 > shift
++ 1394468776.N /scripts/functions/support : __rvm_string_match() 4 > (( 0 ))
++ 1394468776.N /scripts/functions/support : __rvm_string_match() 11 > return 1
++ 1394468776.N /scripts/functions/utility : __rvm_remove_from_array() 215 > _temp_array+=("$_iterator")
++ 1394468776.N /scripts/functions/utility : __rvm_remove_from_array() 244 > for _iterator in '"$@"'
++ 1394468776.N /scripts/functions/utility : __rvm_remove_from_array() 215 > __rvm_string_match /usr/bin '/Users/mwlang/.rvm/*'
++ 1394468776.N /scripts/functions/support : __rvm_string_match() 1 > typeset _string
++ 1394468776.N /scripts/functions/support : __rvm_string_match() 2 > _string=/usr/bin
++ 1394468776.N /scripts/functions/support : __rvm_string_match() 3 > shift
++ 1394468776.N /scripts/functions/support : __rvm_string_match() 4 > (( 1 ))
++ 1394468776.N /scripts/functions/support : __rvm_string_match() 37 > case "${_string}" in
++ 1394468776.N /scripts/functions/support : __rvm_string_match() 9 > shift
++ 1394468776.N /scripts/functions/support : __rvm_string_match() 4 > (( 0 ))
++ 1394468776.N /scripts/functions/support : __rvm_string_match() 11 > return 1
++ 1394468776.N /scripts/functions/utility : __rvm_remove_from_array() 215 > _temp_array+=("$_iterator")
++ 1394468776.N /scripts/functions/utility : __rvm_remove_from_array() 244 > for _iterator in '"$@"'
++ 1394468776.N /scripts/functions/utility : __rvm_remove_from_array() 215 > __rvm_string_match /bin '/Users/mwlang/.rvm/*'
++ 1394468776.N /scripts/functions/support : __rvm_string_match() 1 > typeset _string
++ 1394468776.N /scripts/functions/support : __rvm_string_match() 2 > _string=/bin
++ 1394468776.N /scripts/functions/support : __rvm_string_match() 3 > shift
++ 1394468776.N /scripts/functions/support : __rvm_string_match() 4 > (( 1 ))
++ 1394468776.N /scripts/functions/support : __rvm_string_match() 37 > case "${_string}" in
++ 1394468776.N /scripts/functions/support : __rvm_string_match() 9 > shift
++ 1394468776.N /scripts/functions/support : __rvm_string_match() 4 > (( 0 ))
++ 1394468776.N /scripts/functions/support : __rvm_string_match() 11 > return 1
++ 1394468776.N /scripts/functions/utility : __rvm_remove_from_array() 215 > _temp_array+=("$_iterator")
++ 1394468776.N /scripts/functions/utility : __rvm_remove_from_array() 244 > for _iterator in '"$@"'
++ 1394468776.N /scripts/functions/utility : __rvm_remove_from_array() 215 > __rvm_string_match /usr/sbin '/Users/mwlang/.rvm/*'
++ 1394468776.N /scripts/functions/support : __rvm_string_match() 1 > typeset _string
++ 1394468776.N /scripts/functions/support : __rvm_string_match() 2 > _string=/usr/sbin
++ 1394468776.N /scripts/functions/support : __rvm_string_match() 3 > shift
++ 1394468776.N /scripts/functions/support : __rvm_string_match() 4 > (( 1 ))
++ 1394468776.N /scripts/functions/support : __rvm_string_match() 37 > case "${_string}" in
++ 1394468776.N /scripts/functions/support : __rvm_string_match() 9 > shift
++ 1394468776.N /scripts/functions/support : __rvm_string_match() 4 > (( 0 ))
++ 1394468776.N /scripts/functions/support : __rvm_string_match() 11 > return 1
++ 1394468776.N /scripts/functions/utility : __rvm_remove_from_array() 215 > _temp_array+=("$_iterator")
++ 1394468776.N /scripts/functions/utility : __rvm_remove_from_array() 244 > for _iterator in '"$@"'
++ 1394468776.N /scripts/functions/utility : __rvm_remove_from_array() 215 > __rvm_string_match /sbin '/Users/mwlang/.rvm/*'
++ 1394468776.N /scripts/functions/support : __rvm_string_match() 1 > typeset _string
++ 1394468776.N /scripts/functions/support : __rvm_string_match() 2 > _string=/sbin
++ 1394468776.N /scripts/functions/support : __rvm_string_match() 3 > shift
++ 1394468776.N /scripts/functions/support : __rvm_string_match() 4 > (( 1 ))
++ 1394468776.N /scripts/functions/support : __rvm_string_match() 37 > case "${_string}" in
++ 1394468776.N /scripts/functions/support : __rvm_string_match() 9 > shift
++ 1394468776.N /scripts/functions/support : __rvm_string_match() 4 > (( 0 ))
++ 1394468776.N /scripts/functions/support : __rvm_string_match() 11 > return 1
++ 1394468776.N /scripts/functions/utility : __rvm_remove_from_array() 215 > _temp_array+=("$_iterator")
++ 1394468776.N /scripts/functions/utility : __rvm_remove_from_array() 244 > for _iterator in '"$@"'
++ 1394468776.N /scripts/functions/utility : __rvm_remove_from_array() 215 > __rvm_string_match /usr/local/bin '/Users/mwlang/.rvm/*'
++ 1394468776.N /scripts/functions/support : __rvm_string_match() 1 > typeset _string
++ 1394468776.N /scripts/functions/support : __rvm_string_match() 2 > _string=/usr/local/bin
++ 1394468776.N /scripts/functions/support : __rvm_string_match() 3 > shift
++ 1394468776.N /scripts/functions/support : __rvm_string_match() 4 > (( 1 ))
++ 1394468776.N /scripts/functions/support : __rvm_string_match() 37 > case "${_string}" in
++ 1394468776.N /scripts/functions/support : __rvm_string_match() 9 > shift
++ 1394468776.N /scripts/functions/support : __rvm_string_match() 4 > (( 0 ))
++ 1394468776.N /scripts/functions/support : __rvm_string_match() 11 > return 1
++ 1394468776.N /scripts/functions/utility : __rvm_remove_from_array() 215 > _temp_array+=("$_iterator")
++ 1394468776.N /scripts/functions/utility : __rvm_remove_from_array() 244 > for _iterator in '"$@"'
++ 1394468776.N /scripts/functions/utility : __rvm_remove_from_array() 215 > __rvm_string_match /opt/X11/bin '/Users/mwlang/.rvm/*'
++ 1394468776.N /scripts/functions/support : __rvm_string_match() 1 > typeset _string
++ 1394468776.N /scripts/functions/support : __rvm_string_match() 2 > _string=/opt/X11/bin
++ 1394468776.N /scripts/functions/support : __rvm_string_match() 3 > shift
++ 1394468776.N /scripts/functions/support : __rvm_string_match() 4 > (( 1 ))
++ 1394468776.N /scripts/functions/support : __rvm_string_match() 37 > case "${_string}" in
++ 1394468776.N /scripts/functions/support : __rvm_string_match() 9 > shift
++ 1394468776.N /scripts/functions/support : __rvm_string_match() 4 > (( 0 ))
++ 1394468776.N /scripts/functions/support : __rvm_string_match() 11 > return 1
++ 1394468776.N /scripts/functions/utility : __rvm_remove_from_array() 215 > _temp_array+=("$_iterator")
++ 1394468776.N /scripts/functions/utility : __rvm_remove_from_array() 244 > for _iterator in '"$@"'
++ 1394468776.N /scripts/functions/utility : __rvm_remove_from_array() 215 > __rvm_string_match /Users/mwlang/.rvm/bin '/Users/mwlang/.rvm/*'
++ 1394468776.N /scripts/functions/support : __rvm_string_match() 1 > typeset _string
++ 1394468776.N /scripts/functions/support : __rvm_string_match() 2 > _string=/Users/mwlang/.rvm/bin
++ 1394468776.N /scripts/functions/support : __rvm_string_match() 3 > shift
++ 1394468776.N /scripts/functions/support : __rvm_string_match() 4 > (( 1 ))
++ 1394468776.N /scripts/functions/support : __rvm_string_match() 37 > case "${_string}" in
++ 1394468776.N /scripts/functions/support : __rvm_string_match() 7 > return 0
++ 1394468776.N /scripts/functions/utility : __rvm_remove_from_array() 217 > eval '_path=( "${_temp_array[@]}" )'
+++ 1394468776.N /scripts/functions/utility : __rvm_remove_from_array() 186 > _path=("${_temp_array[@]}")
++ 1394468776.N /scripts/functions/utility : __rvm_remove_from_path() 60 > __rvm_join_array PATH : _path
++ 1394468776.N /scripts/functions/utility : __rvm_join_array() 1 > typeset IFS
++ 1394468776.N /scripts/functions/utility : __rvm_join_array() 2 > IFS=:
++ 1394468776.N /scripts/functions/utility : __rvm_join_array() 3 > eval 'PATH="${_path[*]}"'
+++ 1394468776.N /scripts/functions/utility : __rvm_join_array() -249 > PATH=/usr/local/opt/pkg-config/bin:/usr/local/opt/libtool/bin:/usr/local/opt/automake/bin:/usr/local/opt/autoconf/bin:/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/local/sbin:/usr/local/share/npm/bin:/opt/local/bin:/opt/local/sbin:/opt/local/lib/mysql5/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin
++ 1394468776.N /scripts/functions/env : __rvm_remove_rvm_from_path() -113 > __rvm_remove_from_path /Users/mwlang/.rvm/bin
++ 1394468776.N /scripts/functions/utility : __rvm_remove_from_path() 1 > export PATH
++ 1394468776.N /scripts/functions/utility : __rvm_remove_from_path() 2 > typeset _value
++ 1394468776.N /scripts/functions/utility : __rvm_remove_from_path() 3 > _value=/Users/mwlang/.rvm/bin
++ 1394468776.N /scripts/functions/utility : __rvm_remove_from_path() 7 > [[ /usr/local/opt/pkg-config/bin:/usr/local/opt/libtool/bin:/usr/local/opt/automake/bin:/usr/local/opt/autoconf/bin:/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/local/sbin:/usr/local/share/npm/bin:/opt/local/bin:/opt/local/sbin:/opt/local/lib/mysql5/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin =~ // ]]
++ 1394468776.N /scripts/functions/utility : __rvm_remove_from_path() 16 > __rvm_string_match :/usr/local/opt/pkg-config/bin:/usr/local/opt/libtool/bin:/usr/local/opt/automake/bin:/usr/local/opt/autoconf/bin:/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/local/sbin:/usr/local/share/npm/bin:/opt/local/bin:/opt/local/sbin:/opt/local/lib/mysql5/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin: '*:/Users/mwlang/.rvm/bin:*'
++ 1394468776.N /scripts/functions/support : __rvm_string_match() 1 > typeset _string
++ 1394468776.N /scripts/functions/support : __rvm_string_match() 2 > _string=:/usr/local/opt/pkg-config/bin:/usr/local/opt/libtool/bin:/usr/local/opt/automake/bin:/usr/local/opt/autoconf/bin:/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/local/sbin:/usr/local/share/npm/bin:/opt/local/bin:/opt/local/sbin:/opt/local/lib/mysql5/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:
++ 1394468776.N /scripts/functions/support : __rvm_string_match() 3 > shift
++ 1394468776.N /scripts/functions/support : __rvm_string_match() 4 > (( 1 ))
++ 1394468776.N /scripts/functions/support : __rvm_string_match() 37 > case "${_string}" in
++ 1394468776.N /scripts/functions/support : __rvm_string_match() 9 > shift
++ 1394468776.N /scripts/functions/support : __rvm_string_match() 4 > (( 0 ))
++ 1394468776.N /scripts/functions/support : __rvm_string_match() 11 > return 1
+++ 1394468776.N /scripts/functions/env : __rvm_remove_rvm_from_path() 79 > __rvm_which rvm
++ 1394468776.N /scripts/functions/env : __rvm_remove_rvm_from_path() 110 > local_rvm_path=
++ 1394468776.N /scripts/functions/env : __rvm_remove_rvm_from_path() 113 > builtin hash -r
++ 1394468776.N /scripts/functions/manage/rubinius : rubinius_install() 60 > __rvm_conditionally_add_bin_path
++ 1394468776.N /scripts/functions/env : __rvm_conditionally_add_bin_path() 1 > [[ :/usr/local/opt/pkg-config/bin:/usr/local/opt/libtool/bin:/usr/local/opt/automake/bin:/usr/local/opt/autoconf/bin:/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/local/sbin:/usr/local/share/npm/bin:/opt/local/bin:/opt/local/sbin:/opt/local/lib/mysql5/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin: == *\:\/\U\s\e\r\s\/\m\w\l\a\n\g\/\.\r\v\m\/\b\i\n\:* ]]
++ 1394468776.N /scripts/functions/env : __rvm_conditionally_add_bin_path() 3 > [[ rbx-2.2.5 == \s\y\s\t\e\m ]]
++ 1394468776.N /scripts/functions/env : __rvm_conditionally_add_bin_path() 5 > PATH=/Users/mwlang/.rvm/bin:/usr/local/opt/pkg-config/bin:/usr/local/opt/libtool/bin:/usr/local/opt/automake/bin:/usr/local/opt/autoconf/bin:/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/local/sbin:/usr/local/share/npm/bin:/opt/local/bin:/opt/local/sbin:/opt/local/lib/mysql5/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin
++ 1394468776.N /scripts/functions/manage/rubinius : rubinius_install() 49 > rubinius_install_setup_ruby
++ 1394468776.N /scripts/functions/manage/rubinius : rubinius_install_setup_ruby() 1 > [[ 0 -eq 0 ]]
++ 1394468776.N /scripts/functions/manage/rubinius : rubinius_install_setup_ruby() 2 > ruby=ruby-2.0.0-p353@rubinius
++ 1394468776.N /scripts/functions/manage/rubinius : rubinius_install_setup_ruby() 4 > __rvm_with ruby-2.0.0-p353@rubinius rubinius_install_ensure_wrappers
++ 1394468776.N /scripts/functions/environment : __rvm_with() 43 > unset rvm_rvmrc_flag
++ 1394468776.N /scripts/functions/environment : __rvm_with() 44 > export rvm_create_flag=1
++ 1394468776.N /scripts/functions/environment : __rvm_with() 44 > rvm_create_flag=1
++ 1394468776.N /scripts/functions/environment : __rvm_with() 45 > export rvm_delete_flag=0
++ 1394468776.N /scripts/functions/environment : __rvm_with() 45 > rvm_delete_flag=0
++ 1394468776.N /scripts/functions/environment : __rvm_with() 46 > export rvm_internal_use_flag=1
++ 1394468776.N /scripts/functions/environment : __rvm_with() 46 > rvm_internal_use_flag=1
++ 1394468776.N /scripts/functions/environment : __rvm_with() 47 > export rvm_use_flag=0
++ 1394468776.N /scripts/functions/environment : __rvm_with() 47 > rvm_use_flag=0
++ 1394468776.N /scripts/functions/environment : __rvm_with() 48 > __rvm_use ruby-2.0.0-p353@rubinius
++ 1394468776.N /scripts/selector : __rvm_use() 1 > typeset new_path binary full_binary_path rvm_ruby_gem_home
++ 1394468776.N /scripts/selector : __rvm_use() 3 > __rvm_select ruby-2.0.0-p353@rubinius
++ 1394468776.N /scripts/selector : __rvm_select() 1 > true
++ 1394468776.N /scripts/selector : __rvm_select() 3 > __rvm_select_set_variable_defaults
++ 1394468776.N /scripts/selector : __rvm_select_set_variable_defaults() 1 > export -a rvm_configure_flags rvm_patch_names rvm_ree_options rvm_make_flags
++ 1394468776.N /scripts/selector : __rvm_select_set_variable_defaults() 2 > export GEM_HOME GEM_PATH MY_RUBY_HOME RUBY_VERSION IRBRC
++ 1394468776.N /scripts/selector : __rvm_select_set_variable_defaults() 3 > export rvm_env_string rvm_action rvm_alias_expanded rvm_archive_extension rvm_bin_flag rvm_bin_path rvm_debug_flag rvm_default_flag rvm_delete_flag rvm_docs_type rvm_dump_environment_flag rvm_error_message rvm_expanding_aliases rvm_file_name rvm_gemdir_flag rvm_gemset_name rvm_gemstone_package_file rvm_gemstone_url rvm_head_flag rvm_hook rvm_install_on_use_flag rvm_llvm_flag rvm_loaded_flag rvm_niceness rvm_nightly_flag rvm_only_path_flag rvm_parse_break rvm_patch_original_pwd rvm_pretty_print_flag rvm_proxy rvm_quiet_flag rvm_reload_flag rvm_remove_flag rvm_ruby_alias rvm_ruby_args rvm_ruby_binary rvm_ruby_bits rvm_ruby_configure rvm_ruby_file rvm_ruby_gem_home rvm_ruby_gem_path rvm_ruby_global_gems_path rvm_ruby_home rvm_ruby_interpreter rvm_ruby_irbrc rvm_ruby_major_version rvm_ruby_make rvm_ruby_make_install rvm_ruby_minor_version rvm_ruby_mode rvm_ruby_name rvm_ruby_package_file rvm_ruby_package_name rvm_ruby_patch rvm_ruby_patch_level rvm_ruby_release_version rvm_ruby_repo_url rvm_ruby_revision rvm_ruby_selected_flag rvm_ruby_sha rvm_ruby_string rvm_ruby_strings rvm_ruby_tag rvm_ruby_url rvm_ruby_user_tag rvm_ruby_version rvm_script_name rvm_sdk rvm_silent_flag rvm_sticky_flag rvm_system_flag rvm_token rvm_trace_flag rvm_use_flag rvm_user_flag rvm_verbose_flag rvm_wrapper_name
++ 1394468776.N /scripts/selector : __rvm_select() 82 > __rvm_select_detect_ruby_string ruby-2.0.0-p353@rubinius
++ 1394468776.N /scripts/selector : __rvm_select_detect_ruby_string() 1 > rvm_ruby_string=ruby-2.0.0-p353@rubinius
++ 1394468776.N /scripts/selector : __rvm_select_detect_ruby_string() 3 > [[ -z ruby-2.0.0-p353@rubinius ]]
++ 1394468776.N /scripts/selector : __rvm_select() 76 > __rvm_ruby_string
++ 1394468776.N /scripts/selector : __rvm_ruby_string() 9 > true 0 0
++ 1394468776.N /scripts/selector : __rvm_ruby_string() 10 > rvm_expanding_aliases=
++ 1394468776.N /scripts/selector : __rvm_ruby_string() 12 > true 2.2.5 '' rbx 2.2.5 '' '' '' @ ruby-2.0.0-p353@rubinius 0 0
++ 1394468776.N /scripts/selector : __rvm_ruby_string() 18 > [[ ruby-2.0.0-p353@rubinius == *\@* ]]
++ 1394468776.N /scripts/selector : __rvm_ruby_string() 20 > rvm_gemset_name=rubinius
++ 1394468776.N /scripts/selector : __rvm_ruby_string() 21 > rvm_ruby_string=ruby-2.0.0-p353
++ 1394468776.N /scripts/selector : __rvm_ruby_string() 25 > (( rvm_expanding_aliases == 0 ))
++ 1394468776.N /scripts/selector : __rvm_ruby_string() 26 > [[ -n ruby-2.0.0-p353 ]]
++ 1394468776.N /scripts/selector : __rvm_ruby_string() 26 > [[ ruby-2.0.0-p353 != \s\y\s\t\e\m ]]
++ 1394468776.N /scripts/selector : __rvm_ruby_string() 29 > [[ -f /Users/mwlang/.rvm/config/alias ]]
++ 1394468776.N /scripts/selector : __rvm_ruby_string() 29 > [[ -s /Users/mwlang/.rvm/config/alias ]]
+++ 1394468776.N /scripts/selector : __rvm_ruby_string() -250 > __rvm_db_ /Users/mwlang/.rvm/config/alias ruby-2.0.0-p353
+++ 1394468776.N /scripts/functions/db : __rvm_db_() 1 > typeset __db __key __value
+++ 1394468776.N /scripts/functions/db : __rvm_db_() 2 > __db=/Users/mwlang/.rvm/config/alias
+++ 1394468776.N /scripts/functions/db : __rvm_db_() 3 > __key=ruby-2.0.0-p353
+++ 1394468776.N /scripts/functions/db : __rvm_db_() 4 > shift 2
+++ 1394468776.N /scripts/functions/db : __rvm_db_() 5 > __value=
+++ 1394468776.N /scripts/functions/db : __rvm_db_() 65 > case "${__value}" in
+++ 1394468776.N /scripts/functions/db : __rvm_db_() 11 > __rvm_db_get /Users/mwlang/.rvm/config/alias ruby-2.0.0-p353
+++ 1394468776.N /scripts/functions/db : __rvm_db_get() 1 > [[ -f /Users/mwlang/.rvm/config/alias ]]
+++ 1394468776.N /scripts/functions/db : __rvm_db_get() 2 > __rvm_sed -e 's#^ruby-2.0.0-p353=##' -e '/^$/d'
+++ 1394468776.N /scripts/functions/db : __rvm_db_get() 2 > __rvm_grep '^ruby-2.0.0-p353=' /Users/mwlang/.rvm/config/alias
+++ 1394468776.N /scripts/functions/support : __rvm_sed() 0 > sed -e 's#^ruby-2.0.0-p353=##' -e '/^$/d'
+++ 1394468776.N /scripts/functions/support : __rvm_grep() 0 > GREP_OPTIONS=
+++ 1394468776.N /scripts/functions/support : __rvm_grep() 0 > grep '^ruby-2.0.0-p353=' /Users/mwlang/.rvm/config/alias
+++ 1394468776.N /scripts/functions/support : __rvm_grep() 0 > return 1
++ 1394468776.N /scripts/selector : __rvm_ruby_string() 30 > expanded_alias_name=
++ 1394468776.N /scripts/selector : __rvm_ruby_string() 31 > [[ -n '' ]]
++ 1394468776.N /scripts/selector : __rvm_ruby_string() 35 > [[ ruby-2.0.0-p353 == default ]]
++ 1394468776.N /scripts/selector : __rvm_ruby_string() 41 > [[ ruby-2.0.0-p353 == *\@* ]]
++ 1394468776.N /scripts/selector : __rvm_ruby_string() 48 > [[ -n '' ]]
++ 1394468777.N /scripts/selector : __rvm_ruby_string() 54 > __rvm_ruby_string_parse
++ 1394468777.N /scripts/selector_parse : __rvm_ruby_string_parse() 1 > typeset __check_latest
++ 1394468777.N /scripts/selector_parse : __rvm_ruby_string_parse() 2 > __check_latest=0
++ 1394468777.N /scripts/selector_parse : __rvm_ruby_string_parse() 5 > __rvm_ruby_string_parse_
++ 1394468777.N /scripts/selector_parse : __rvm_ruby_string_parse_() 1 > typeset ruby_string gemset_name expanded_alias_name repo_url branch_name ruby_name
++ 1394468777.N /scripts/selector_parse : __rvm_ruby_string_parse_() 4 > ruby_string=ruby-2.0.0-p353
++ 1394468777.N /scripts/selector_parse : __rvm_ruby_string_parse_() 5 > gemset_name=rubinius
++ 1394468777.N /scripts/selector_parse : __rvm_ruby_string_parse_() 6 > repo_url=
++ 1394468777.N /scripts/selector_parse : __rvm_ruby_string_parse_() 7 > branch_name=
++ 1394468777.N /scripts/selector_parse : __rvm_ruby_string_parse_() 8 > ruby_name=
++ 1394468777.N /scripts/selector_parse : __rvm_ruby_string_parse_() 10 > __rvm_unset_ruby_variables
++ 1394468777.N /scripts/functions/env : __rvm_unset_ruby_variables() 2 > unset rvm_env_string rvm_ruby_string rvm_ruby_strings rvm_ruby_binary rvm_ruby_gem_home rvm_ruby_gem_path rvm_ruby_home rvm_ruby_interpreter rvm_ruby_irbrc rvm_ruby_log_path rvm_ruby_major_version rvm_ruby_minor_version rvm_ruby_package_name rvm_ruby_patch_level rvm_ruby_release_version rvm_ruby_repo_url rvm_ruby_repo_branch rvm_ruby_revision rvm_ruby_selected_flag rvm_ruby_tag rvm_ruby_version rvm_head_flag rvm_ruby_package_file rvm_ruby_configure rvm_ruby_name rvm_ruby_url rvm_ruby_global_gems_path rvm_ruby_args rvm_ruby_name rvm_llvm_flag
++ 1394468777.N /scripts/functions/env : __rvm_unset_ruby_variables() 3 > __rvm_load_rvmrc
++ 1394468777.N /scripts/functions/init : __rvm_load_rvmrc() 1 > typeset _file
++ 1394468777.N /scripts/functions/init : __rvm_load_rvmrc() 2 > typeset -a rvm_rvmrc_files
++ 1394468777.N /scripts/functions/init : __rvm_load_rvmrc() 3 > (( 0 == 1 ))
++ 1394468777.N /scripts/functions/init : __rvm_load_rvmrc() 8 > [[ -n 0022 ]]
++ 1394468777.N /scripts/functions/init : __rvm_load_rvmrc() 10 > rvm_rvmrc_files=("/etc/rvmrc" "$HOME/.rvmrc")
++ 1394468777.N /scripts/functions/init : __rvm_load_rvmrc() 11 > [[ -n /Users/mwlang ]]
++ 1394468777.N /scripts/functions/init : __rvm_load_rvmrc() 11 > [[ /Users/mwlang/.rvmrc -ef /Users/mwlang/.rvmrc ]]
++ 1394468777.N /scripts/functions/init : __rvm_load_rvmrc() 12 > rvm_rvmrc_files+=("${rvm_prefix}/.rvmrc")
++ 1394468777.N /scripts/functions/init : __rvm_load_rvmrc() 18 > for _file in '"${rvm_rvmrc_files[@]}"'
++ 1394468777.N /scripts/functions/init : __rvm_load_rvmrc() 16 > [[ -s /etc/rvmrc ]]
++ 1394468777.N /scripts/functions/init : __rvm_load_rvmrc() 18 > for _file in '"${rvm_rvmrc_files[@]}"'
++ 1394468777.N /scripts/functions/init : __rvm_load_rvmrc() 16 > [[ -s /Users/mwlang/.rvmrc ]]
++ 1394468777.N /scripts/functions/init : __rvm_load_rvmrc() 18 > for _file in '"${rvm_rvmrc_files[@]}"'
++ 1394468777.N /scripts/functions/init : __rvm_load_rvmrc() 16 > [[ -s /Users/mwlang/.rvmrc ]]
++ 1394468777.N /scripts/functions/init : __rvm_load_rvmrc() 31 > return 0
++ 1394468777.N /scripts/selector_parse : __rvm_ruby_string_parse_() 56 > rvm_ruby_repo_url=
++ 1394468777.N /scripts/selector_parse : __rvm_ruby_string_parse_() 57 > rvm_ruby_repo_branch=
++ 1394468777.N /scripts/selector_parse : __rvm_ruby_string_parse_() 58 > rvm_ruby_name=
++ 1394468777.N /scripts/selector_parse : __rvm_ruby_string_parse_() 61 > [[ -z ruby-2.0.0-p353 ]]
++ 1394468777.N /scripts/selector_parse : __rvm_ruby_string_parse_() 74 > strings=()
++ 1394468777.N /scripts/selector_parse : __rvm_ruby_string_parse_() 75 > __rvm_custom_separated_array strings - ruby-2.0.0-p353
++ 1394468777.N /scripts/functions/utility : __rvm_custom_separated_array() 1 > typeset IFS
++ 1394468777.N /scripts/functions/utility : __rvm_custom_separated_array() 2 > IFS=-
++ 1394468777.N /scripts/functions/utility : __rvm_custom_separated_array() 3 > [[ -n '' ]]
++ 1394468777.N /scripts/functions/utility : __rvm_custom_separated_array() 5 > eval 'strings+=( $3 )'
+++ 1394468777.N /scripts/functions/utility : __rvm_custom_separated_array() -218 > strings+=($3)
++ 1394468777.N /scripts/selector_parse : __rvm_ruby_string_parse_() -143 > rvm_ruby_string=ruby-2.0.0-p353
++ 1394468777.N /scripts/selector_parse : __rvm_ruby_string_parse_() 82 > for string in '${strings[@]}'
++ 1394468777.N /scripts/selector_parse : __rvm_ruby_string_parse_() 84 > case "$string" in
++ 1394468777.N /scripts/selector_parse : __rvm_ruby_string_parse_() -9 > rvm_ruby_interpreter=ruby
++ 1394468777.N /scripts/selector_parse : __rvm_ruby_string_parse_() 82 > for string in '${strings[@]}'
++ 1394468777.N /scripts/selector_parse : __rvm_ruby_string_parse_() 84 > case "$string" in
++ 1394468777.N /scripts/selector_parse : __rvm_ruby_string_parse_() -83 > rvm_ruby_version=2.0.0
++ 1394468777.N /scripts/selector_parse : __rvm_ruby_string_parse_() -82 > rvm_ruby_revision=
++ 1394468777.N /scripts/selector_parse : __rvm_ruby_string_parse_() -81 > rvm_ruby_tag=
++ 1394468777.N /scripts/selector_parse : __rvm_ruby_string_parse_() 82 > for string in '${strings[@]}'
++ 1394468777.N /scripts/selector_parse : __rvm_ruby_string_parse_() 84 > case "$string" in
++ 1394468777.N /scripts/selector_parse : __rvm_ruby_string_parse_() -50 > rvm_ruby_patch_level=p353
++ 1394468777.N /scripts/selector_parse : __rvm_ruby_string_parse_() 6 > [[ -z ruby ]]
++ 1394468777.N /scripts/selector_parse : __rvm_ruby_string_parse_() 13 > true
++ 1394468777.N /scripts/selector_parse : __rvm_ruby_string_parse() 56 > (( 0 == 1 ))
++ 1394468777.N /scripts/selector_parse : __rvm_ruby_string_parse() 71 > __rvm_ruby_string_parse_
++ 1394468777.N /scripts/selector_parse : __rvm_ruby_string_parse_() 1 > typeset ruby_string gemset_name expanded_alias_name repo_url branch_name ruby_name
++ 1394468777.N /scripts/selector_parse : __rvm_ruby_string_parse_() 4 > ruby_string=ruby-2.0.0-p353
++ 1394468777.N /scripts/selector_parse : __rvm_ruby_string_parse_() 5 > gemset_name=rubinius
++ 1394468777.N /scripts/selector_parse : __rvm_ruby_string_parse_() 6 > repo_url=
++ 1394468777.N /scripts/selector_parse : __rvm_ruby_string_parse_() 7 > branch_name=
++ 1394468777.N /scripts/selector_parse : __rvm_ruby_string_parse_() 8 > ruby_name=
++ 1394468777.N /scripts/selector_parse : __rvm_ruby_string_parse_() 10 > __rvm_unset_ruby_variables
++ 1394468777.N /scripts/functions/env : __rvm_unset_ruby_variables() 2 > unset rvm_env_string rvm_ruby_string rvm_ruby_strings rvm_ruby_binary rvm_ruby_gem_home rvm_ruby_gem_path rvm_ruby_home rvm_ruby_interpreter rvm_ruby_irbrc rvm_ruby_log_path rvm_ruby_major_version rvm_ruby_minor_version rvm_ruby_package_name rvm_ruby_patch_level rvm_ruby_release_version rvm_ruby_repo_url rvm_ruby_repo_branch rvm_ruby_revision rvm_ruby_selected_flag rvm_ruby_tag rvm_ruby_version rvm_head_flag rvm_ruby_package_file rvm_ruby_configure rvm_ruby_name rvm_ruby_url rvm_ruby_global_gems_path rvm_ruby_args rvm_ruby_name rvm_llvm_flag
++ 1394468777.N /scripts/functions/env : __rvm_unset_ruby_variables() 3 > __rvm_load_rvmrc
++ 1394468777.N /scripts/functions/init : __rvm_load_rvmrc() 1 > typeset _file
++ 1394468777.N /scripts/functions/init : __rvm_load_rvmrc() 2 > typeset -a rvm_rvmrc_files
++ 1394468777.N /scripts/functions/init : __rvm_load_rvmrc() 3 > (( 0 == 1 ))
++ 1394468777.N /scripts/functions/init : __rvm_load_rvmrc() 8 > [[ -n 0022 ]]
++ 1394468777.N /scripts/functions/init : __rvm_load_rvmrc() 10 > rvm_rvmrc_files=("/etc/rvmrc" "$HOME/.rvmrc")
++ 1394468777.N /scripts/functions/init : __rvm_load_rvmrc() 11 > [[ -n /Users/mwlang ]]
++ 1394468777.N /scripts/functions/init : __rvm_load_rvmrc() 11 > [[ /Users/mwlang/.rvmrc -ef /Users/mwlang/.rvmrc ]]
++ 1394468777.N /scripts/functions/init : __rvm_load_rvmrc() 12 > rvm_rvmrc_files+=("${rvm_prefix}/.rvmrc")
++ 1394468777.N /scripts/functions/init : __rvm_load_rvmrc() 18 > for _file in '"${rvm_rvmrc_files[@]}"'
++ 1394468777.N /scripts/functions/init : __rvm_load_rvmrc() 16 > [[ -s /etc/rvmrc ]]
++ 1394468777.N /scripts/functions/init : __rvm_load_rvmrc() 18 > for _file in '"${rvm_rvmrc_files[@]}"'
++ 1394468777.N /scripts/functions/init : __rvm_load_rvmrc() 16 > [[ -s /Users/mwlang/.rvmrc ]]
++ 1394468777.N /scripts/functions/init : __rvm_load_rvmrc() 18 > for _file in '"${rvm_rvmrc_files[@]}"'
++ 1394468777.N /scripts/functions/init : __rvm_load_rvmrc() 16 > [[ -s /Users/mwlang/.rvmrc ]]
++ 1394468777.N /scripts/functions/init : __rvm_load_rvmrc() 31 > return 0
++ 1394468777.N /scripts/selector_parse : __rvm_ruby_string_parse_() 56 > rvm_ruby_repo_url=
++ 1394468777.N /scripts/selector_parse : __rvm_ruby_string_parse_() 57 > rvm_ruby_repo_branch=
++ 1394468777.N /scripts/selector_parse : __rvm_ruby_string_parse_() 58 > rvm_ruby_name=
++ 1394468777.N /scripts/selector_parse : __rvm_ruby_string_parse_() 61 > [[ -z ruby-2.0.0-p353 ]]
++ 1394468777.N /scripts/selector_parse : __rvm_ruby_string_parse_() 74 > strings=()
++ 1394468777.N /scripts/selector_parse : __rvm_ruby_string_parse_() 75 > __rvm_custom_separated_array strings - ruby-2.0.0-p353
++ 1394468777.N /scripts/functions/utility : __rvm_custom_separated_array() 1 > typeset IFS
++ 1394468777.N /scripts/functions/utility : __rvm_custom_separated_array() 2 > IFS=-
++ 1394468777.N /scripts/functions/utility : __rvm_custom_separated_array() 3 > [[ -n '' ]]
++ 1394468777.N /scripts/functions/utility : __rvm_custom_separated_array() 5 > eval 'strings+=( $3 )'
+++ 1394468777.N /scripts/functions/utility : __rvm_custom_separated_array() -218 > strings+=($3)
++ 1394468777.N /scripts/selector_parse : __rvm_ruby_string_parse_() -143 > rvm_ruby_string=ruby-2.0.0-p353
++ 1394468777.N /scripts/selector_parse : __rvm_ruby_string_parse_() 82 > for string in '${strings[@]}'
++ 1394468777.N /scripts/selector_parse : __rvm_ruby_string_parse_() 84 > case "$string" in
++ 1394468777.N /scripts/selector_parse : __rvm_ruby_string_parse_() -9 > rvm_ruby_interpreter=ruby
++ 1394468777.N /scripts/selector_parse : __rvm_ruby_string_parse_() 82 > for string in '${strings[@]}'
++ 1394468777.N /scripts/selector_parse : __rvm_ruby_string_parse_() 84 > case "$string" in
++ 1394468777.N /scripts/selector_parse : __rvm_ruby_string_parse_() -83 > rvm_ruby_version=2.0.0
++ 1394468777.N /scripts/selector_parse : __rvm_ruby_string_parse_() -82 > rvm_ruby_revision=
++ 1394468777.N /scripts/selector_parse : __rvm_ruby_string_parse_() -81 > rvm_ruby_tag=
++ 1394468777.N /scripts/selector_parse : __rvm_ruby_string_parse_() 82 > for string in '${strings[@]}'
++ 1394468777.N /scripts/selector_parse : __rvm_ruby_string_parse_() 84 > case "$string" in
++ 1394468777.N /scripts/selector_parse : __rvm_ruby_string_parse_() -50 > rvm_ruby_patch_level=p353
++ 1394468777.N /scripts/selector_parse : __rvm_ruby_string_parse_() 6 > [[ -z ruby ]]
++ 1394468777.N /scripts/selector_parse : __rvm_ruby_string_parse_() 13 > true
++ 1394468777.N /scripts/selector_parse : __rvm_ruby_string_parse() 74 > (( __check_latest ))
++ 1394468777.N /scripts/selector_parse : __rvm_ruby_string_parse() 82 > [[ -z ruby ]]
++ 1394468777.N /scripts/selector : __rvm_ruby_string() 114 > __rvm_ruby_string_installed
++ 1394468777.N /scripts/selector : __rvm_ruby_string_installed() 3 > [[ -n ruby ]]
++ 1394468777.N /scripts/selector : __rvm_ruby_string_installed() 3 > [[ -n ruby-2.0.0-p353 ]]
++ 1394468777.N /scripts/selector : __rvm_ruby_string_installed() 3 > [[ -d /Users/mwlang/.rvm/rubies/ruby-2.0.0-p353 ]]
++ 1394468777.N /scripts/selector : __rvm_ruby_string_installed() 6 > [[ -z rubinius ]]
++ 1394468777.N /scripts/selector : __rvm_ruby_string_installed() 6 > [[ -d /Users/mwlang/.rvm/gems/ruby-2.0.0-p353@rubinius ]]
++ 1394468777.N /scripts/selector : __rvm_ruby_string() 77 > true
++ 1394468777.N /scripts/selector : __rvm_ruby_string() 84 > detected_rvm_ruby_name=
++ 1394468777.N /scripts/selector : __rvm_ruby_string() 86 > rvm_ruby_name=
++ 1394468777.N /scripts/selector : __rvm_ruby_string() 87 > true
++ 1394468777.N /scripts/selector : __rvm_select() -175 > __rvm_select_after_parse
++ 1394468777.N /scripts/selector : __rvm_select_after_parse() 1 > __rvm_select_interpreter_variables
++ 1394468777.N /scripts/selector : __rvm_select_interpreter_variables() 1 > rvm_archive_extension=tar.gz
++ 1394468777.N /scripts/selector : __rvm_select_interpreter_variables() 3 > [[ -z ruby ]]
++ 1394468777.N /scripts/selector : __rvm_select_interpreter_variables() 7 > rvm_ruby_interpreter=ruby
++ 1394468777.N /scripts/selector : __rvm_select_interpreter_variables() 10 > is_a_function __rvm_select_interpreter_ruby
++ 1394468777.N /scripts/functions/support : is_a_function() 1 > typeset -f __rvm_select_interpreter_ruby
++ 1394468777.N /scripts/selector : __rvm_select_interpreter_variables() 35 > __rvm_select_interpreter_ruby
++ 1394468777.N /scripts/selector_interpreters : __rvm_select_interpreter_ruby() 2 > [[ p353 == \p\0 ]]
++ 1394468777.N /scripts/selector_interpreters : __rvm_select_interpreter_ruby() 9 > rvm_ruby_package_name=ruby-2.0.0-p353
++ 1394468777.N /scripts/selector_interpreters : __rvm_select_interpreter_ruby() 10 > rvm_ruby_package_file=ruby-2.0.0-p353
++ 1394468777.N /scripts/selector_interpreters : __rvm_select_interpreter_ruby() 12 > [[ -z 2.0.0 ]]
+++ 1394468777.N /scripts/selector_interpreters : __rvm_select_interpreter_ruby() -377 > __rvm_db ruby_repo_url
+++ 1394468777.N /scripts/functions/db : __rvm_db() 1 > typeset value key variable
+++ 1394468777.N /scripts/functions/db : __rvm_db() 2 > key=ruby_repo_url
+++ 1394468777.N /scripts/functions/db : __rvm_db() 3 > key=ruby_repo_url
+++ 1394468777.N /scripts/functions/db : __rvm_db() 4 > variable=
+++ 1394468777.N /scripts/functions/db : __rvm_db() 6 > [[ -f /Users/mwlang/.rvm/user/db ]]
++++ 1394468777.N /scripts/functions/db : __rvm_db() 1 > __rvm_db_ /Users/mwlang/.rvm/user/db ruby_repo_url
++++ 1394468777.N /scripts/functions/db : __rvm_db_() 1 > typeset __db __key __value
++++ 1394468777.N /scripts/functions/db : __rvm_db_() 2 > __db=/Users/mwlang/.rvm/user/db
++++ 1394468777.N /scripts/functions/db : __rvm_db_() 3 > __key=ruby_repo_url
++++ 1394468777.N /scripts/functions/db : __rvm_db_() 4 > shift 2
++++ 1394468777.N /scripts/functions/db : __rvm_db_() 5 > __value=
++++ 1394468777.N /scripts/functions/db : __rvm_db_() 65 > case "${__value}" in
++++ 1394468777.N /scripts/functions/db : __rvm_db_() 11 > __rvm_db_get /Users/mwlang/.rvm/user/db ruby_repo_url
++++ 1394468777.N /scripts/functions/db : __rvm_db_get() 1 > [[ -f /Users/mwlang/.rvm/user/db ]]
++++ 1394468777.N /scripts/functions/db : __rvm_db_get() 2 > __rvm_sed -e 's#^ruby_repo_url=##' -e '/^$/d'
++++ 1394468777.N /scripts/functions/db : __rvm_db_get() 2 > __rvm_grep '^ruby_repo_url=' /Users/mwlang/.rvm/user/db
++++ 1394468777.N /scripts/functions/support : __rvm_sed() 0 > sed -e 's#^ruby_repo_url=##' -e '/^$/d'
++++ 1394468777.N /scripts/functions/support : __rvm_grep() 0 > GREP_OPTIONS=
++++ 1394468777.N /scripts/functions/support : __rvm_grep() 0 > grep '^ruby_repo_url=' /Users/mwlang/.rvm/user/db
++++ 1394468777.N /scripts/functions/support : __rvm_grep() 0 > return 1
+++ 1394468777.N /scripts/functions/db : __rvm_db() 7 > value=
+++ 1394468777.N /scripts/functions/db : __rvm_db() 9 > [[ -z '' ]]
+++ 1394468777.N /scripts/functions/db : __rvm_db() 9 > [[ -f /Users/mwlang/.rvm/config/db ]]
++++ 1394468777.N /scripts/functions/db : __rvm_db() 4 > __rvm_db_ /Users/mwlang/.rvm/config/db ruby_repo_url
++++ 1394468777.N /scripts/functions/db : __rvm_db_() 1 > typeset __db __key __value
++++ 1394468777.N /scripts/functions/db : __rvm_db_() 2 > __db=/Users/mwlang/.rvm/config/db
++++ 1394468777.N /scripts/functions/db : __rvm_db_() 3 > __key=ruby_repo_url
++++ 1394468777.N /scripts/functions/db : __rvm_db_() 4 > shift 2
++++ 1394468777.N /scripts/functions/db : __rvm_db_() 5 > __value=
++++ 1394468777.N /scripts/functions/db : __rvm_db_() 65 > case "${__value}" in
++++ 1394468777.N /scripts/functions/db : __rvm_db_() 11 > __rvm_db_get /Users/mwlang/.rvm/config/db ruby_repo_url
++++ 1394468777.N /scripts/functions/db : __rvm_db_get() 1 > [[ -f /Users/mwlang/.rvm/config/db ]]
++++ 1394468777.N /scripts/functions/db : __rvm_db_get() 2 > __rvm_grep '^ruby_repo_url=' /Users/mwlang/.rvm/config/db
++++ 1394468777.N /scripts/functions/db : __rvm_db_get() 2 > __rvm_sed -e 's#^ruby_repo_url=##' -e '/^$/d'
++++ 1394468777.N /scripts/functions/support : __rvm_sed() 0 > sed -e 's#^ruby_repo_url=##' -e '/^$/d'
++++ 1394468777.N /scripts/functions/support : __rvm_grep() 0 > GREP_OPTIONS=
++++ 1394468777.N /scripts/functions/support : __rvm_grep() 0 > grep '^ruby_repo_url=' /Users/mwlang/.rvm/config/db
+++ 1394468777.N /scripts/functions/db : __rvm_db() 10 > value=git://github.com/ruby/ruby.git
+++ 1394468777.N /scripts/functions/db : __rvm_db() 13 > [[ -n git://github.com/ruby/ruby.git ]]
+++ 1394468777.N /scripts/functions/db : __rvm_db() 15 > [[ -n '' ]]
+++ 1394468777.N /scripts/functions/db : __rvm_db() 17 > echo git://github.com/ruby/ruby.git
+++ 1394468777.N /scripts/functions/db : __rvm_db() 20 > true
++ 1394468777.N /scripts/selector_interpreters : __rvm_select_interpreter_ruby() 17 > rvm_ruby_repo_url=git://github.com/ruby/ruby.git
++ 1394468777.N /scripts/selector_interpreters : __rvm_select_interpreter_ruby() 19 > (( 0 == 0 ))
++ 1394468777.N /scripts/selector_interpreters : __rvm_select_interpreter_ruby() 21 > __rvm_version_compare 2.0.0 -lt 1.8.5
++ 1394468777.N /scripts/functions/utility : __rvm_version_compare() 1 > typeset first
+++ 1394468777.N /scripts/functions/utility : __rvm_version_compare() -186 > __rvm_version_sort
+++ 1394468777.N /scripts/functions/utility : __rvm_version_compare() -186 > printf %b '2.0.0\n1.8.5\n'
+++ 1394468777.N /scripts/functions/utility : __rvm_version_compare() -186 > head -n1
+++ 1394468777.N /scripts/functions/utility : __rvm_version_sort() 1 > LC_ALL=C
+++ 1394468777.N /scripts/functions/utility : __rvm_version_sort() 1 > sort -t. -k 1,1n -k 2,2n -k 3,3n -k 4,4n -k 5,5n
++ 1394468778.N /scripts/functions/utility : __rvm_version_compare() 2 > first=1.8.5
++ 1394468778.N /scripts/functions/utility : __rvm_version_compare() 192 > case "$2" in
++ 1394468778.N /scripts/functions/utility : __rvm_version_compare() 18 > [[ 1.8.5 == \2\.\0\.\0 ]]
++ 1394468778.N /scripts/functions/utility : __rvm_version_compare() 18 > return 1
++ 1394468778.N /scripts/selector_interpreters : __rvm_select_interpreter_ruby() 229 > rvm_archive_extension=tar.bz2
++ 1394468778.N /scripts/selector_interpreters : __rvm_select_interpreter_ruby() 235 > true
++ 1394468778.N /scripts/selector : __rvm_select_after_parse() -93 > __rvm_select_version_variables
++ 1394468778.N /scripts/selector : __rvm_select_version_variables() 54 > case "$rvm_ruby_version" in
++ 1394468778.N /scripts/selector : __rvm_select_version_variables() 3 > rvm_ruby_release_version=2
++ 1394468778.N /scripts/selector : __rvm_select_version_variables() 4 > rvm_ruby_major_version=2.0
++ 1394468778.N /scripts/selector : __rvm_select_version_variables() 5 > rvm_ruby_major_version=0
++ 1394468778.N /scripts/selector : __rvm_select_version_variables() 6 > rvm_ruby_minor_version=0
++ 1394468778.N /scripts/selector : __rvm_select_after_parse() 43 > __rvm_select_default_variables
++ 1394468778.N /scripts/selector : __rvm_select_default_variables() 1 > [[ ruby != ext ]]
++ 1394468778.N /scripts/selector : __rvm_select_default_variables() 2 > rvm_ruby_package_name=ruby-2.0.0-p353
++ 1394468778.N /scripts/selector : __rvm_select_default_variables() 5 > rvm_ruby_home=/Users/mwlang/.rvm/rubies/ruby-2.0.0-p353
++ 1394468778.N /scripts/selector : __rvm_select_default_variables() 6 > rvm_ruby_binary=/Users/mwlang/.rvm/rubies/ruby-2.0.0-p353/bin/ruby
++ 1394468778.N /scripts/selector : __rvm_select_default_variables() 7 > rvm_ruby_irbrc=/Users/mwlang/.rvm/rubies/ruby-2.0.0-p353/.irbrc
++ 1394468778.N /scripts/selector : __rvm_select_after_parse() 29 > [[ system == \r\u\b\y ]]
++ 1394468778.N /scripts/selector : __rvm_select_after_parse() 29 > __rvm_gemset_select
++ 1394468778.N /scripts/selector_gemsets : __rvm_gemset_select() 1 > __rvm_gemset_select_only
++ 1394468778.N /scripts/selector_gemsets : __rvm_gemset_select_only() 1 > rvm_ruby_gem_home=/Users/mwlang/.rvm/gems/ruby-2.0.0-p353
++ 1394468778.N /scripts/selector_gemsets : __rvm_gemset_select_only() 3 > : rvm_ignore_gemsets_flag:0:
++ 1394468778.N /scripts/selector_gemsets : __rvm_gemset_select_only() 4 > (( rvm_ignore_gemsets_flag ))
++ 1394468778.N /scripts/selector_gemsets : __rvm_gemset_select_only() 10 > rvm_ruby_global_gems_path=/Users/mwlang/.rvm/gems/ruby-2.0.0-p353@global
++ 1394468778.N /scripts/selector_gemsets : __rvm_gemset_select_only() 12 > __rvm_gemset_handle_default
++ 1394468778.N /scripts/selector_gemsets : __rvm_gemset_handle_default() 1 > rvm_gemset_name=@rubinius@
++ 1394468778.N /scripts/selector_gemsets : __rvm_gemset_handle_default() 2 > rvm_gemset_name=@rubinius@
++ 1394468778.N /scripts/selector_gemsets : __rvm_gemset_handle_default() 4 > rvm_gemset_name=rubinius
++ 1394468778.N /scripts/selector_gemsets : __rvm_gemset_select_only() 62 > [[ -z rubinius ]]
++ 1394468778.N /scripts/selector_gemsets : __rvm_gemset_select_only() 63 > rvm_ruby_gem_home=/Users/mwlang/.rvm/gems/ruby-2.0.0-p353@rubinius
++ 1394468778.N /scripts/selector_gemsets : __rvm_gemset_select_only() 65 > [[ rubinius == \g\l\o\b\a\l ]]
++ 1394468778.N /scripts/selector_gemsets : __rvm_gemset_select_only() 69 > rvm_ruby_gem_path=/Users/mwlang/.rvm/gems/ruby-2.0.0-p353@rubinius:/Users/mwlang/.rvm/gems/ruby-2.0.0-p353@global
++ 1394468778.N /scripts/selector_gemsets : __rvm_gemset_select_only() 73 > [[ -n rubinius ]]
++ 1394468778.N /scripts/selector_gemsets : __rvm_gemset_select_only() 75 > rvm_env_string=ruby-2.0.0-p353@rubinius
++ 1394468778.N /scripts/selector_gemsets : __rvm_gemset_select_only() 79 > true
++ 1394468778.N /scripts/selector_gemsets : __rvm_gemset_select() 137 > __rvm_gemset_select_validation
++ 1394468778.N /scripts/selector_gemsets : __rvm_gemset_select_validation() 3 > [[ ! -d /Users/mwlang/.rvm/gems/ruby-2.0.0-p353@rubinius ]]
++ 1394468778.N /scripts/selector_gemsets : __rvm_gemset_select_validation() 14 > (( 0 == 1 ))
++ 1394468778.N /scripts/selector_gemsets : __rvm_gemset_select_validation() 106 > case "${rvm_gemset_name}" in
++ 1394468778.N /scripts/selector_gemsets : __rvm_gemset_select_validation() 30 > typeset rvm_ruby_gem_home_254
++ 1394468778.N /scripts/selector_gemsets : __rvm_gemset_select_validation() 31 > [[ -n '' ]]
++ 1394468778.N /scripts/selector_gemsets : __rvm_gemset_select_validation() 33 > rvm_ruby_gem_home_254=/Users/mwlang/.rvm/gems/ruby-2.0.0-p353@rubinius
++ 1394468778.N /scripts/selector_gemsets : __rvm_gemset_select_validation() 36 > [[ /Users/mwlang/.rvm/gems/ruby-2.0.0-p353@rubinius != \/\U\s\e\r\s\/\m\w\l\a\n\g\/\.\r\v\m\/\g\e\m\s\/\r\u\b\y\-\2\.\0\.\0\-\p\3\5\3\@\r\u\b\i\n\i\u\s ]]
++ 1394468778.N /scripts/selector : __rvm_select_after_parse() 15 > rvm_ruby_selected_flag=1
++ 1394468778.N /scripts/selector : __rvm_use() 65 > [[ system == ruby ]]
++ 1394468778.N /scripts/selector : __rvm_use() 67 > __rvm_use_
++ 1394468778.N /scripts/selector : __rvm_use_() 1 > rvm_ruby_home=/Users/mwlang/.rvm/rubies/ruby-2.0.0-p353
++ 1394468778.N /scripts/selector : __rvm_use_() 4 > [[ ! -d /Users/mwlang/.rvm/rubies/ruby-2.0.0-p353 ]]
++ 1394468778.N /scripts/selector : __rvm_use_() 19 > __rvm_gemset_use_ensure
++ 1394468778.N /scripts/selector_gemsets : __rvm_gemset_use_ensure() 2 > [[ ! -d /Users/mwlang/.rvm/gems/ruby-2.0.0-p353@rubinius ]]
++ 1394468778.N /scripts/selector_gemsets : __rvm_gemset_use_ensure() 3 > [[ -n '' ]]
++ 1394468778.N /scripts/selector : __rvm_use_() 35 > export GEM_HOME GEM_PATH MY_RUBY_HOME RUBY_VERSION IRBRC
++ 1394468778.N /scripts/selector : __rvm_use_() 36 > GEM_HOME=/Users/mwlang/.rvm/gems/ruby-2.0.0-p353@rubinius
++ 1394468778.N /scripts/selector : __rvm_use_() 37 > GEM_PATH=/Users/mwlang/.rvm/gems/ruby-2.0.0-p353@rubinius:/Users/mwlang/.rvm/gems/ruby-2.0.0-p353@global
++ 1394468778.N /scripts/selector : __rvm_use_() 38 > MY_RUBY_HOME=/Users/mwlang/.rvm/rubies/ruby-2.0.0-p353
++ 1394468778.N /scripts/selector : __rvm_use_() 39 > RUBY_VERSION=ruby-2.0.0-p353
++ 1394468778.N /scripts/selector : __rvm_use_() 40 > IRBRC=/Users/mwlang/.rvm/rubies/ruby-2.0.0-p353/.irbrc
++ 1394468778.N /scripts/selector : __rvm_use_() 41 > unset BUNDLE_PATH
++ 1394468778.N /scripts/selector : __rvm_use_() 44 > [[ maglev == \r\u\b\y ]]
++ 1394468778.N /scripts/selector : __rvm_use_() 48 > [[ -n /Users/mwlang/.rvm/rubies/ruby-2.0.0-p353/.irbrc ]]
++ 1394468778.N /scripts/selector : __rvm_use_() 51 > (( 0 >= 2 && 1 == 0 ))
++ 1394468778.N /scripts/selector : __rvm_use_() 52 > (( 0 == 1 && 0 == 1 ))
++ 1394468778.N /scripts/selector : __rvm_use_() 57 > [[ /Users/mwlang/.rvm/gems/ruby-2.0.0-p353@rubinius != \/\U\s\e\r\s\/\m\w\l\a\n\g\/\.\r\v\m\/\g\e\m\s\/\r\u\b\y\-\2\.\0\.\0\-\p\3\5\3\@\g\l\o\b\a\l ]]
+++ 1394468778.N /scripts/selector : __rvm_use_() -88 > __rvm_remove_rvm_from_path
+++ 1394468778.N /scripts/functions/env : __rvm_remove_rvm_from_path() 1 > typeset local_rvm_path
+++ 1394468778.N /scripts/functions/env : __rvm_remove_rvm_from_path() 2 > __rvm_remove_from_path '/Users/mwlang/.rvm/*'
+++ 1394468778.N /scripts/functions/utility : __rvm_remove_from_path() 1 > export PATH
+++ 1394468778.N /scripts/functions/utility : __rvm_remove_from_path() 2 > typeset _value
+++ 1394468778.N /scripts/functions/utility : __rvm_remove_from_path() 3 > _value='/Users/mwlang/.rvm/*'
+++ 1394468778.N /scripts/functions/utility : __rvm_remove_from_path() 7 > [[ /Users/mwlang/.rvm/bin:/usr/local/opt/pkg-config/bin:/usr/local/opt/libtool/bin:/usr/local/opt/automake/bin:/usr/local/opt/autoconf/bin:/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/local/sbin:/usr/local/share/npm/bin:/opt/local/bin:/opt/local/sbin:/opt/local/lib/mysql5/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin =~ // ]]
+++ 1394468778.N /scripts/functions/utility : __rvm_remove_from_path() 16 > __rvm_string_match :/Users/mwlang/.rvm/bin:/usr/local/opt/pkg-config/bin:/usr/local/opt/libtool/bin:/usr/local/opt/automake/bin:/usr/local/opt/autoconf/bin:/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/local/sbin:/usr/local/share/npm/bin:/opt/local/bin:/opt/local/sbin:/opt/local/lib/mysql5/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin: '*:/Users/mwlang/.rvm/*:*'
+++ 1394468778.N /scripts/functions/support : __rvm_string_match() 1 > typeset _string
+++ 1394468778.N /scripts/functions/support : __rvm_string_match() 2 > _string=:/Users/mwlang/.rvm/bin:/usr/local/opt/pkg-config/bin:/usr/local/opt/libtool/bin:/usr/local/opt/automake/bin:/usr/local/opt/autoconf/bin:/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/local/sbin:/usr/local/share/npm/bin:/opt/local/bin:/opt/local/sbin:/opt/local/lib/mysql5/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:
+++ 1394468778.N /scripts/functions/support : __rvm_string_match() 3 > shift
+++ 1394468778.N /scripts/functions/support : __rvm_string_match() 4 > (( 1 ))
+++ 1394468778.N /scripts/functions/support : __rvm_string_match() 37 > case "${_string}" in
+++ 1394468778.N /scripts/functions/support : __rvm_string_match() 7 > return 0
+++ 1394468778.N /scripts/functions/utility : __rvm_remove_from_path() 56 > typeset -a _path
+++ 1394468778.N /scripts/functions/utility : __rvm_remove_from_path() 57 > _path=()
+++ 1394468778.N /scripts/functions/utility : __rvm_remove_from_path() 58 > __rvm_custom_separated_array _path : /Users/mwlang/.rvm/bin:/usr/local/opt/pkg-config/bin:/usr/local/opt/libtool/bin:/usr/local/opt/automake/bin:/usr/local/opt/autoconf/bin:/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/local/sbin:/usr/local/share/npm/bin:/opt/local/bin:/opt/local/sbin:/opt/local/lib/mysql5/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin
+++ 1394468778.N /scripts/functions/utility : __rvm_custom_separated_array() 1 > typeset IFS
+++ 1394468778.N /scripts/functions/utility : __rvm_custom_separated_array() 2 > IFS=:
+++ 1394468778.N /scripts/functions/utility : __rvm_custom_separated_array() 3 > [[ -n '' ]]
+++ 1394468778.N /scripts/functions/utility : __rvm_custom_separated_array() 5 > eval '_path+=( $3 )'
++++ 1394468778.N /scripts/functions/utility : __rvm_custom_separated_array() -218 > _path+=($3)
+++ 1394468778.N /scripts/functions/utility : __rvm_remove_from_path() -133 > __rvm_remove_from_array _path '/Users/mwlang/.rvm/*' /Users/mwlang/.rvm/bin /usr/local/opt/pkg-config/bin /usr/local/opt/libtool/bin /usr/local/opt/automake/bin /usr/local/opt/autoconf/bin /opt/local/bin /opt/local/sbin /usr/local/bin /usr/local/sbin /usr/local/share/npm/bin /opt/local/bin /opt/local/sbin /opt/local/lib/mysql5/bin /usr/bin /bin /usr/sbin /sbin /usr/local/bin /opt/X11/bin
+++ 1394468778.N /scripts/functions/utility : __rvm_remove_from_array() 1 > typeset _array_name _iterator
+++ 1394468778.N /scripts/functions/utility : __rvm_remove_from_array() 2 > typeset -a _temp_array _search
+++ 1394468778.N /scripts/functions/utility : __rvm_remove_from_array() 3 > _array_name=_path
+++ 1394468778.N /scripts/functions/utility : __rvm_remove_from_array() 4 > _search=()
+++ 1394468778.N /scripts/functions/utility : __rvm_remove_from_array() 5 > [[ /Users/mwlang/.rvm/* == *\|* ]]
+++ 1394468778.N /scripts/functions/utility : __rvm_remove_from_array() 7 > _search=("$2")
+++ 1394468778.N /scripts/functions/utility : __rvm_remove_from_array() 9 > shift 2
+++ 1394468778.N /scripts/functions/utility : __rvm_remove_from_array() 10 > _temp_array=()
+++ 1394468778.N /scripts/functions/utility : __rvm_remove_from_array() 244 > for _iterator in '"$@"'
+++ 1394468778.N /scripts/functions/utility : __rvm_remove_from_array() 13 > __rvm_string_match /Users/mwlang/.rvm/bin '/Users/mwlang/.rvm/*'
+++ 1394468778.N /scripts/functions/support : __rvm_string_match() 1 > typeset _string
+++ 1394468778.N /scripts/functions/support : __rvm_string_match() 2 > _string=/Users/mwlang/.rvm/bin
+++ 1394468778.N /scripts/functions/support : __rvm_string_match() 3 > shift
+++ 1394468778.N /scripts/functions/support : __rvm_string_match() 4 > (( 1 ))
+++ 1394468778.N /scripts/functions/support : __rvm_string_match() 37 > case "${_string}" in
+++ 1394468778.N /scripts/functions/support : __rvm_string_match() 7 > return 0
+++ 1394468778.N /scripts/functions/utility : __rvm_remove_from_array() 244 > for _iterator in '"$@"'
+++ 1394468778.N /scripts/functions/utility : __rvm_remove_from_array() 215 > __rvm_string_match /usr/local/opt/pkg-config/bin '/Users/mwlang/.rvm/*'
+++ 1394468778.N /scripts/functions/support : __rvm_string_match() 1 > typeset _string
+++ 1394468778.N /scripts/functions/support : __rvm_string_match() 2 > _string=/usr/local/opt/pkg-config/bin
+++ 1394468778.N /scripts/functions/support : __rvm_string_match() 3 > shift
+++ 1394468778.N /scripts/functions/support : __rvm_string_match() 4 > (( 1 ))
+++ 1394468778.N /scripts/functions/support : __rvm_string_match() 37 > case "${_string}" in
+++ 1394468778.N /scripts/functions/support : __rvm_string_match() 9 > shift
+++ 1394468778.N /scripts/functions/support : __rvm_string_match() 4 > (( 0 ))
+++ 1394468778.N /scripts/functions/support : __rvm_string_match() 11 > return 1
+++ 1394468778.N /scripts/functions/utility : __rvm_remove_from_array() 215 > _temp_array+=("$_iterator")
+++ 1394468778.N /scripts/functions/utility : __rvm_remove_from_array() 244 > for _iterator in '"$@"'
+++ 1394468778.N /scripts/functions/utility : __rvm_remove_from_array() 215 > __rvm_string_match /usr/local/opt/libtool/bin '/Users/mwlang/.rvm/*'
+++ 1394468778.N /scripts/functions/support : __rvm_string_match() 1 > typeset _string
+++ 1394468778.N /scripts/functions/support : __rvm_string_match() 2 > _string=/usr/local/opt/libtool/bin
+++ 1394468778.N /scripts/functions/support : __rvm_string_match() 3 > shift
+++ 1394468778.N /scripts/functions/support : __rvm_string_match() 4 > (( 1 ))
+++ 1394468778.N /scripts/functions/support : __rvm_string_match() 37 > case "${_string}" in
+++ 1394468778.N /scripts/functions/support : __rvm_string_match() 9 > shift
+++ 1394468778.N /scripts/functions/support : __rvm_string_match() 4 > (( 0 ))
+++ 1394468778.N /scripts/functions/support : __rvm_string_match() 11 > return 1
+++ 1394468778.N /scripts/functions/utility : __rvm_remove_from_array() 215 > _temp_array+=("$_iterator")
+++ 1394468778.N /scripts/functions/utility : __rvm_remove_from_array() 244 > for _iterator in '"$@"'
+++ 1394468778.N /scripts/functions/utility : __rvm_remove_from_array() 215 > __rvm_string_match /usr/local/opt/automake/bin '/Users/mwlang/.rvm/*'
+++ 1394468778.N /scripts/functions/support : __rvm_string_match() 1 > typeset _string
+++ 1394468778.N /scripts/functions/support : __rvm_string_match() 2 > _string=/usr/local/opt/automake/bin
+++ 1394468778.N /scripts/functions/support : __rvm_string_match() 3 > shift
+++ 1394468778.N /scripts/functions/support : __rvm_string_match() 4 > (( 1 ))
+++ 1394468778.N /scripts/functions/support : __rvm_string_match() 37 > case "${_string}" in
+++ 1394468778.N /scripts/functions/support : __rvm_string_match() 9 > shift
+++ 1394468778.N /scripts/functions/support : __rvm_string_match() 4 > (( 0 ))
+++ 1394468778.N /scripts/functions/support : __rvm_string_match() 11 > return 1
+++ 1394468778.N /scripts/functions/utility : __rvm_remove_from_array() 215 > _temp_array+=("$_iterator")
+++ 1394468778.N /scripts/functions/utility : __rvm_remove_from_array() 244 > for _iterator in '"$@"'
+++ 1394468778.N /scripts/functions/utility : __rvm_remove_from_array() 215 > __rvm_string_match /usr/local/opt/autoconf/bin '/Users/mwlang/.rvm/*'
+++ 1394468778.N /scripts/functions/support : __rvm_string_match() 1 > typeset _string
+++ 1394468778.N /scripts/functions/support : __rvm_string_match() 2 > _string=/usr/local/opt/autoconf/bin
+++ 1394468778.N /scripts/functions/support : __rvm_string_match() 3 > shift
+++ 1394468778.N /scripts/functions/support : __rvm_string_match() 4 > (( 1 ))
+++ 1394468778.N /scripts/functions/support : __rvm_string_match() 37 > case "${_string}" in
+++ 1394468778.N /scripts/functions/support : __rvm_string_match() 9 > shift
+++ 1394468778.N /scripts/functions/support : __rvm_string_match() 4 > (( 0 ))
+++ 1394468778.N /scripts/functions/support : __rvm_string_match() 11 > return 1
+++ 1394468778.N /scripts/functions/utility : __rvm_remove_from_array() 215 > _temp_array+=("$_iterator")
+++ 1394468778.N /scripts/functions/utility : __rvm_remove_from_array() 244 > for _iterator in '"$@"'
+++ 1394468778.N /scripts/functions/utility : __rvm_remove_from_array() 215 > __rvm_string_match /opt/local/bin '/Users/mwlang/.rvm/*'
+++ 1394468778.N /scripts/functions/support : __rvm_string_match() 1 > typeset _string
+++ 1394468778.N /scripts/functions/support : __rvm_string_match() 2 > _string=/opt/local/bin
+++ 1394468778.N /scripts/functions/support : __rvm_string_match() 3 > shift
+++ 1394468778.N /scripts/functions/support : __rvm_string_match() 4 > (( 1 ))
+++ 1394468778.N /scripts/functions/support : __rvm_string_match() 37 > case "${_string}" in
+++ 1394468778.N /scripts/functions/support : __rvm_string_match() 9 > shift
+++ 1394468778.N /scripts/functions/support : __rvm_string_match() 4 > (( 0 ))
+++ 1394468778.N /scripts/functions/support : __rvm_string_match() 11 > return 1
+++ 1394468778.N /scripts/functions/utility : __rvm_remove_from_array() 215 > _temp_array+=("$_iterator")
+++ 1394468778.N /scripts/functions/utility : __rvm_remove_from_array() 244 > for _iterator in '"$@"'
+++ 1394468778.N /scripts/functions/utility : __rvm_remove_from_array() 215 > __rvm_string_match /opt/local/sbin '/Users/mwlang/.rvm/*'
+++ 1394468778.N /scripts/functions/support : __rvm_string_match() 1 > typeset _string
+++ 1394468778.N /scripts/functions/support : __rvm_string_match() 2 > _string=/opt/local/sbin
+++ 1394468778.N /scripts/functions/support : __rvm_string_match() 3 > shift
+++ 1394468778.N /scripts/functions/support : __rvm_string_match() 4 > (( 1 ))
+++ 1394468778.N /scripts/functions/support : __rvm_string_match() 37 > case "${_string}" in
+++ 1394468778.N /scripts/functions/support : __rvm_string_match() 9 > shift
+++ 1394468778.N /scripts/functions/support : __rvm_string_match() 4 > (( 0 ))
+++ 1394468778.N /scripts/functions/support : __rvm_string_match() 11 > return 1
+++ 1394468778.N /scripts/functions/utility : __rvm_remove_from_array() 215 > _temp_array+=("$_iterator")
+++ 1394468778.N /scripts/functions/utility : __rvm_remove_from_array() 244 > for _iterator in '"$@"'
+++ 1394468778.N /scripts/functions/utility : __rvm_remove_from_array() 215 > __rvm_string_match /usr/local/bin '/Users/mwlang/.rvm/*'
+++ 1394468778.N /scripts/functions/support : __rvm_string_match() 1 > typeset _string
+++ 1394468778.N /scripts/functions/support : __rvm_string_match() 2 > _string=/usr/local/bin
+++ 1394468778.N /scripts/functions/support : __rvm_string_match() 3 > shift
+++ 1394468778.N /scripts/functions/support : __rvm_string_match() 4 > (( 1 ))
+++ 1394468778.N /scripts/functions/support : __rvm_string_match() 37 > case "${_string}" in
+++ 1394468778.N /scripts/functions/support : __rvm_string_match() 9 > shift
+++ 1394468779.N /scripts/functions/support : __rvm_string_match() 4 > (( 0 ))
+++ 1394468779.N /scripts/functions/support : __rvm_string_match() 11 > return 1
+++ 1394468779.N /scripts/functions/utility : __rvm_remove_from_array() 215 > _temp_array+=("$_iterator")
+++ 1394468779.N /scripts/functions/utility : __rvm_remove_from_array() 244 > for _iterator in '"$@"'
+++ 1394468779.N /scripts/functions/utility : __rvm_remove_from_array() 215 > __rvm_string_match /usr/local/sbin '/Users/mwlang/.rvm/*'
+++ 1394468779.N /scripts/functions/support : __rvm_string_match() 1 > typeset _string
+++ 1394468779.N /scripts/functions/support : __rvm_string_match() 2 > _string=/usr/local/sbin
+++ 1394468779.N /scripts/functions/support : __rvm_string_match() 3 > shift
+++ 1394468779.N /scripts/functions/support : __rvm_string_match() 4 > (( 1 ))
+++ 1394468779.N /scripts/functions/support : __rvm_string_match() 37 > case "${_string}" in
+++ 1394468779.N /scripts/functions/support : __rvm_string_match() 9 > shift
+++ 1394468779.N /scripts/functions/support : __rvm_string_match() 4 > (( 0 ))
+++ 1394468779.N /scripts/functions/support : __rvm_string_match() 11 > return 1
+++ 1394468779.N /scripts/functions/utility : __rvm_remove_from_array() 215 > _temp_array+=("$_iterator")
+++ 1394468779.N /scripts/functions/utility : __rvm_remove_from_array() 244 > for _iterator in '"$@"'
+++ 1394468779.N /scripts/functions/utility : __rvm_remove_from_array() 215 > __rvm_string_match /usr/local/share/npm/bin '/Users/mwlang/.rvm/*'
+++ 1394468779.N /scripts/functions/support : __rvm_string_match() 1 > typeset _string
+++ 1394468779.N /scripts/functions/support : __rvm_string_match() 2 > _string=/usr/local/share/npm/bin
+++ 1394468779.N /scripts/functions/support : __rvm_string_match() 3 > shift
+++ 1394468779.N /scripts/functions/support : __rvm_string_match() 4 > (( 1 ))
+++ 1394468779.N /scripts/functions/support : __rvm_string_match() 37 > case "${_string}" in
+++ 1394468779.N /scripts/functions/support : __rvm_string_match() 9 > shift
+++ 1394468779.N /scripts/functions/support : __rvm_string_match() 4 > (( 0 ))
+++ 1394468779.N /scripts/functions/support : __rvm_string_match() 11 > return 1
+++ 1394468779.N /scripts/functions/utility : __rvm_remove_from_array() 215 > _temp_array+=("$_iterator")
+++ 1394468779.N /scripts/functions/utility : __rvm_remove_from_array() 244 > for _iterator in '"$@"'
+++ 1394468779.N /scripts/functions/utility : __rvm_remove_from_array() 215 > __rvm_string_match /opt/local/bin '/Users/mwlang/.rvm/*'
+++ 1394468779.N /scripts/functions/support : __rvm_string_match() 1 > typeset _string
+++ 1394468779.N /scripts/functions/support : __rvm_string_match() 2 > _string=/opt/local/bin
+++ 1394468779.N /scripts/functions/support : __rvm_string_match() 3 > shift
+++ 1394468779.N /scripts/functions/support : __rvm_string_match() 4 > (( 1 ))
+++ 1394468779.N /scripts/functions/support : __rvm_string_match() 37 > case "${_string}" in
+++ 1394468779.N /scripts/functions/support : __rvm_string_match() 9 > shift
+++ 1394468779.N /scripts/functions/support : __rvm_string_match() 4 > (( 0 ))
+++ 1394468779.N /scripts/functions/support : __rvm_string_match() 11 > return 1
+++ 1394468779.N /scripts/functions/utility : __rvm_remove_from_array() 215 > _temp_array+=("$_iterator")
+++ 1394468779.N /scripts/functions/utility : __rvm_remove_from_array() 244 > for _iterator in '"$@"'
+++ 1394468779.N /scripts/functions/utility : __rvm_remove_from_array() 215 > __rvm_string_match /opt/local/sbin '/Users/mwlang/.rvm/*'
+++ 1394468779.N /scripts/functions/support : __rvm_string_match() 1 > typeset _string
+++ 1394468779.N /scripts/functions/support : __rvm_string_match() 2 > _string=/opt/local/sbin
+++ 1394468779.N /scripts/functions/support : __rvm_string_match() 3 > shift
+++ 1394468779.N /scripts/functions/support : __rvm_string_match() 4 > (( 1 ))
+++ 1394468779.N /scripts/functions/support : __rvm_string_match() 37 > case "${_string}" in
+++ 1394468779.N /scripts/functions/support : __rvm_string_match() 9 > shift
+++ 1394468779.N /scripts/functions/support : __rvm_string_match() 4 > (( 0 ))
+++ 1394468779.N /scripts/functions/support : __rvm_string_match() 11 > return 1
+++ 1394468779.N /scripts/functions/utility : __rvm_remove_from_array() 215 > _temp_array+=("$_iterator")
+++ 1394468779.N /scripts/functions/utility : __rvm_remove_from_array() 244 > for _iterator in '"$@"'
+++ 1394468779.N /scripts/functions/utility : __rvm_remove_from_array() 215 > __rvm_string_match /opt/local/lib/mysql5/bin '/Users/mwlang/.rvm/*'
+++ 1394468779.N /scripts/functions/support : __rvm_string_match() 1 > typeset _string
+++ 1394468779.N /scripts/functions/support : __rvm_string_match() 2 > _string=/opt/local/lib/mysql5/bin
+++ 1394468779.N /scripts/functions/support : __rvm_string_match() 3 > shift
+++ 1394468779.N /scripts/functions/support : __rvm_string_match() 4 > (( 1 ))
+++ 1394468779.N /scripts/functions/support : __rvm_string_match() 37 > case "${_string}" in
+++ 1394468779.N /scripts/functions/support : __rvm_string_match() 9 > shift
+++ 1394468779.N /scripts/functions/support : __rvm_string_match() 4 > (( 0 ))
+++ 1394468779.N /scripts/functions/support : __rvm_string_match() 11 > return 1
+++ 1394468779.N /scripts/functions/utility : __rvm_remove_from_array() 215 > _temp_array+=("$_iterator")
+++ 1394468779.N /scripts/functions/utility : __rvm_remove_from_array() 244 > for _iterator in '"$@"'
+++ 1394468779.N /scripts/functions/utility : __rvm_remove_from_array() 215 > __rvm_string_match /usr/bin '/Users/mwlang/.rvm/*'
+++ 1394468779.N /scripts/functions/support : __rvm_string_match() 1 > typeset _string
+++ 1394468779.N /scripts/functions/support : __rvm_string_match() 2 > _string=/usr/bin
+++ 1394468779.N /scripts/functions/support : __rvm_string_match() 3 > shift
+++ 1394468779.N /scripts/functions/support : __rvm_string_match() 4 > (( 1 ))
+++ 1394468779.N /scripts/functions/support : __rvm_string_match() 37 > case "${_string}" in
+++ 1394468779.N /scripts/functions/support : __rvm_string_match() 9 > shift
+++ 1394468779.N /scripts/functions/support : __rvm_string_match() 4 > (( 0 ))
+++ 1394468779.N /scripts/functions/support : __rvm_string_match() 11 > return 1
+++ 1394468779.N /scripts/functions/utility : __rvm_remove_from_array() 215 > _temp_array+=("$_iterator")
+++ 1394468779.N /scripts/functions/utility : __rvm_remove_from_array() 244 > for _iterator in '"$@"'
+++ 1394468779.N /scripts/functions/utility : __rvm_remove_from_array() 215 > __rvm_string_match /bin '/Users/mwlang/.rvm/*'
+++ 1394468779.N /scripts/functions/support : __rvm_string_match() 1 > typeset _string
+++ 1394468779.N /scripts/functions/support : __rvm_string_match() 2 > _string=/bin
+++ 1394468779.N /scripts/functions/support : __rvm_string_match() 3 > shift
+++ 1394468779.N /scripts/functions/support : __rvm_string_match() 4 > (( 1 ))
+++ 1394468779.N /scripts/functions/support : __rvm_string_match() 37 > case "${_string}" in
+++ 1394468779.N /scripts/functions/support : __rvm_string_match() 9 > shift
+++ 1394468779.N /scripts/functions/support : __rvm_string_match() 4 > (( 0 ))
+++ 1394468779.N /scripts/functions/support : __rvm_string_match() 11 > return 1
+++ 1394468779.N /scripts/functions/utility : __rvm_remove_from_array() 215 > _temp_array+=("$_iterator")
+++ 1394468779.N /scripts/functions/utility : __rvm_remove_from_array() 244 > for _iterator in '"$@"'
+++ 1394468779.N /scripts/functions/utility : __rvm_remove_from_array() 215 > __rvm_string_match /usr/sbin '/Users/mwlang/.rvm/*'
+++ 1394468779.N /scripts/functions/support : __rvm_string_match() 1 > typeset _string
+++ 1394468779.N /scripts/functions/support : __rvm_string_match() 2 > _string=/usr/sbin
+++ 1394468779.N /scripts/functions/support : __rvm_string_match() 3 > shift
+++ 1394468779.N /scripts/functions/support : __rvm_string_match() 4 > (( 1 ))
+++ 1394468779.N /scripts/functions/support : __rvm_string_match() 37 > case "${_string}" in
+++ 1394468779.N /scripts/functions/support : __rvm_string_match() 9 > shift
+++ 1394468779.N /scripts/functions/support : __rvm_string_match() 4 > (( 0 ))
+++ 1394468779.N /scripts/functions/support : __rvm_string_match() 11 > return 1
+++ 1394468779.N /scripts/functions/utility : __rvm_remove_from_array() 215 > _temp_array+=("$_iterator")
+++ 1394468779.N /scripts/functions/utility : __rvm_remove_from_array() 244 > for _iterator in '"$@"'
+++ 1394468779.N /scripts/functions/utility : __rvm_remove_from_array() 215 > __rvm_string_match /sbin '/Users/mwlang/.rvm/*'
+++ 1394468779.N /scripts/functions/support : __rvm_string_match() 1 > typeset _string
+++ 1394468779.N /scripts/functions/support : __rvm_string_match() 2 > _string=/sbin
+++ 1394468779.N /scripts/functions/support : __rvm_string_match() 3 > shift
+++ 1394468779.N /scripts/functions/support : __rvm_string_match() 4 > (( 1 ))
+++ 1394468779.N /scripts/functions/support : __rvm_string_match() 37 > case "${_string}" in
+++ 1394468779.N /scripts/functions/support : __rvm_string_match() 9 > shift
+++ 1394468779.N /scripts/functions/support : __rvm_string_match() 4 > (( 0 ))
+++ 1394468779.N /scripts/functions/support : __rvm_string_match() 11 > return 1
+++ 1394468779.N /scripts/functions/utility : __rvm_remove_from_array() 215 > _temp_array+=("$_iterator")
+++ 1394468779.N /scripts/functions/utility : __rvm_remove_from_array() 244 > for _iterator in '"$@"'
+++ 1394468779.N /scripts/functions/utility : __rvm_remove_from_array() 215 > __rvm_string_match /usr/local/bin '/Users/mwlang/.rvm/*'
+++ 1394468779.N /scripts/functions/support : __rvm_string_match() 1 > typeset _string
+++ 1394468779.N /scripts/functions/support : __rvm_string_match() 2 > _string=/usr/local/bin
+++ 1394468779.N /scripts/functions/support : __rvm_string_match() 3 > shift
+++ 1394468779.N /scripts/functions/support : __rvm_string_match() 4 > (( 1 ))
+++ 1394468779.N /scripts/functions/support : __rvm_string_match() 37 > case "${_string}" in
+++ 1394468779.N /scripts/functions/support : __rvm_string_match() 9 > shift
+++ 1394468779.N /scripts/functions/support : __rvm_string_match() 4 > (( 0 ))
+++ 1394468779.N /scripts/functions/support : __rvm_string_match() 11 > return 1
+++ 1394468779.N /scripts/functions/utility : __rvm_remove_from_array() 215 > _temp_array+=("$_iterator")
+++ 1394468779.N /scripts/functions/utility : __rvm_remove_from_array() 244 > for _iterator in '"$@"'
+++ 1394468779.N /scripts/functions/utility : __rvm_remove_from_array() 215 > __rvm_string_match /opt/X11/bin '/Users/mwlang/.rvm/*'
+++ 1394468779.N /scripts/functions/support : __rvm_string_match() 1 > typeset _string
+++ 1394468779.N /scripts/functions/support : __rvm_string_match() 2 > _string=/opt/X11/bin
+++ 1394468779.N /scripts/functions/support : __rvm_string_match() 3 > shift
+++ 1394468779.N /scripts/functions/support : __rvm_string_match() 4 > (( 1 ))
+++ 1394468779.N /scripts/functions/support : __rvm_string_match() 37 > case "${_string}" in
+++ 1394468779.N /scripts/functions/support : __rvm_string_match() 9 > shift
+++ 1394468779.N /scripts/functions/support : __rvm_string_match() 4 > (( 0 ))
+++ 1394468779.N /scripts/functions/support : __rvm_string_match() 11 > return 1
+++ 1394468779.N /scripts/functions/utility : __rvm_remove_from_array() 215 > _temp_array+=("$_iterator")
+++ 1394468779.N /scripts/functions/utility : __rvm_remove_from_array() 217 > eval '_path=( "${_temp_array[@]}" )'
++++ 1394468779.N /scripts/functions/utility : __rvm_remove_from_array() 186 > _path=("${_temp_array[@]}")
+++ 1394468779.N /scripts/functions/utility : __rvm_remove_from_path() 60 > __rvm_join_array PATH : _path
+++ 1394468779.N /scripts/functions/utility : __rvm_join_array() 1 > typeset IFS
+++ 1394468779.N /scripts/functions/utility : __rvm_join_array() 2 > IFS=:
+++ 1394468779.N /scripts/functions/utility : __rvm_join_array() 3 > eval 'PATH="${_path[*]}"'
++++ 1394468779.N /scripts/functions/utility : __rvm_join_array() -249 > PATH=/usr/local/opt/pkg-config/bin:/usr/local/opt/libtool/bin:/usr/local/opt/automake/bin:/usr/local/opt/autoconf/bin:/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/local/sbin:/usr/local/share/npm/bin:/opt/local/bin:/opt/local/sbin:/opt/local/lib/mysql5/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin
+++ 1394468779.N /scripts/functions/env : __rvm_remove_rvm_from_path() -113 > __rvm_remove_from_path /Users/mwlang/.rvm/bin
+++ 1394468779.N /scripts/functions/utility : __rvm_remove_from_path() 1 > export PATH
+++ 1394468779.N /scripts/functions/utility : __rvm_remove_from_path() 2 > typeset _value
+++ 1394468779.N /scripts/functions/utility : __rvm_remove_from_path() 3 > _value=/Users/mwlang/.rvm/bin
+++ 1394468779.N /scripts/functions/utility : __rvm_remove_from_path() 7 > [[ /usr/local/opt/pkg-config/bin:/usr/local/opt/libtool/bin:/usr/local/opt/automake/bin:/usr/local/opt/autoconf/bin:/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/local/sbin:/usr/local/share/npm/bin:/opt/local/bin:/opt/local/sbin:/opt/local/lib/mysql5/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin =~ // ]]
+++ 1394468779.N /scripts/functions/utility : __rvm_remove_from_path() 16 > __rvm_string_match :/usr/local/opt/pkg-config/bin:/usr/local/opt/libtool/bin:/usr/local/opt/automake/bin:/usr/local/opt/autoconf/bin:/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/local/sbin:/usr/local/share/npm/bin:/opt/local/bin:/opt/local/sbin:/opt/local/lib/mysql5/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin: '*:/Users/mwlang/.rvm/bin:*'
+++ 1394468779.N /scripts/functions/support : __rvm_string_match() 1 > typeset _string
+++ 1394468779.N /scripts/functions/support : __rvm_string_match() 2 > _string=:/usr/local/opt/pkg-config/bin:/usr/local/opt/libtool/bin:/usr/local/opt/automake/bin:/usr/local/opt/autoconf/bin:/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/local/sbin:/usr/local/share/npm/bin:/opt/local/bin:/opt/local/sbin:/opt/local/lib/mysql5/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:
+++ 1394468779.N /scripts/functions/support : __rvm_string_match() 3 > shift
+++ 1394468779.N /scripts/functions/support : __rvm_string_match() 4 > (( 1 ))
+++ 1394468779.N /scripts/functions/support : __rvm_string_match() 37 > case "${_string}" in
+++ 1394468779.N /scripts/functions/support : __rvm_string_match() 9 > shift
+++ 1394468779.N /scripts/functions/support : __rvm_string_match() 4 > (( 0 ))
+++ 1394468779.N /scripts/functions/support : __rvm_string_match() 11 > return 1
++++ 1394468779.N /scripts/functions/env : __rvm_remove_rvm_from_path() 79 > __rvm_which rvm
+++ 1394468779.N /scripts/functions/env : __rvm_remove_rvm_from_path() 110 > local_rvm_path=
+++ 1394468779.N /scripts/functions/env : __rvm_remove_rvm_from_path() 113 > builtin hash -r
+++ 1394468779.N /scripts/selector : __rvm_use_() 27 > printf %b /usr/local/opt/pkg-config/bin:/usr/local/opt/libtool/bin:/usr/local/opt/automake/bin:/usr/local/opt/autoconf/bin:/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/local/sbin:/usr/local/share/npm/bin:/opt/local/bin:/opt/local/sbin:/opt/local/lib/mysql5/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin
++ 1394468779.N /scripts/selector : __rvm_use_() 58 > new_path=/Users/mwlang/.rvm/gems/ruby-2.0.0-p353@rubinius/bin:/Users/mwlang/.rvm/gems/ruby-2.0.0-p353@global/bin:/Users/mwlang/.rvm/rubies/ruby-2.0.0-p353/bin:/Users/mwlang/.rvm/bin:/usr/local/opt/pkg-config/bin:/usr/local/opt/libtool/bin:/usr/local/opt/automake/bin:/usr/local/opt/autoconf/bin:/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/local/sbin:/usr/local/share/npm/bin:/opt/local/bin:/opt/local/sbin:/opt/local/lib/mysql5/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin
++ 1394468779.N /scripts/selector : __rvm_use() 10 > __rvm_use_common
++ 1394468779.N /scripts/selector : __rvm_use_common() 1 > [[ -z ruby-2.0.0-p353 ]]
++ 1394468779.N /scripts/selector : __rvm_use_common() 1 > export rvm_ruby_string
++ 1394468779.N /scripts/selector : __rvm_use_common() 2 > [[ -z rubinius ]]
++ 1394468779.N /scripts/selector : __rvm_use_common() 2 > export rvm_gemset_name
++ 1394468779.N /scripts/selector : __rvm_use_common() 5 > [[ -n /Users/mwlang/.rvm/gems/ruby-2.0.0-p353@rubinius/bin:/Users/mwlang/.rvm/gems/ruby-2.0.0-p353@global/bin:/Users/mwlang/.rvm/rubies/ruby-2.0.0-p353/bin:/Users/mwlang/.rvm/bin:/usr/local/opt/pkg-config/bin:/usr/local/opt/libtool/bin:/usr/local/opt/automake/bin:/usr/local/opt/autoconf/bin:/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/local/sbin:/usr/local/share/npm/bin:/opt/local/bin:/opt/local/sbin:/opt/local/lib/mysql5/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin ]]
++ 1394468779.N /scripts/selector : __rvm_use_common() 7 > export PATH=/Users/mwlang/.rvm/gems/ruby-2.0.0-p353@rubinius/bin:/Users/mwlang/.rvm/gems/ruby-2.0.0-p353@global/bin:/Users/mwlang/.rvm/rubies/ruby-2.0.0-p353/bin:/Users/mwlang/.rvm/bin:/usr/local/opt/pkg-config/bin:/usr/local/opt/libtool/bin:/usr/local/opt/automake/bin:/usr/local/opt/autoconf/bin:/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/local/sbin:/usr/local/share/npm/bin:/opt/local/bin:/opt/local/sbin:/opt/local/lib/mysql5/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin
++ 1394468779.N /scripts/selector : __rvm_use_common() 7 > PATH=/Users/mwlang/.rvm/gems/ruby-2.0.0-p353@rubinius/bin:/Users/mwlang/.rvm/gems/ruby-2.0.0-p353@global/bin:/Users/mwlang/.rvm/rubies/ruby-2.0.0-p353/bin:/Users/mwlang/.rvm/bin:/usr/local/opt/pkg-config/bin:/usr/local/opt/libtool/bin:/usr/local/opt/automake/bin:/usr/local/opt/autoconf/bin:/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/local/sbin:/usr/local/share/npm/bin:/opt/local/bin:/opt/local/sbin:/opt/local/lib/mysql5/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin
++ 1394468779.N /scripts/selector : __rvm_use_common() 8 > unset new_path
++ 1394468779.N /scripts/selector : __rvm_use_common() 9 > builtin hash -r
++ 1394468779.N /scripts/selector : __rvm_use_common() 13 > [[ ruby-2.0.0-p353 != \s\y\s\t\e\m ]]
++ 1394468779.N /scripts/selector : __rvm_use_common() 225 > case "${rvm_rvmrc_flag:-0}" in
++ 1394468779.N /scripts/selector : __rvm_use_common() 19 > typeset environment_id
+++ 1394468779.N /scripts/selector : __rvm_use_common() -190 > __rvm_env_string
+++ 1394468779.N /scripts/functions/environment : __rvm_env_string() 1 > typeset _path _string
+++ 1394468779.N /scripts/functions/environment : __rvm_env_string() 3 > _path=/Users/mwlang/.rvm/gems/ruby-2.0.0-p353@rubinius
+++ 1394468779.N /scripts/functions/environment : __rvm_env_string() 6 > _string=ruby-2.0.0-p353@rubinius
+++ 1394468779.N /scripts/functions/environment : __rvm_env_string() 7 > _string=ruby-2.0.0-p353@rubinius
+++ 1394468779.N /scripts/functions/environment : __rvm_env_string() 8 > _string=ruby-2.0.0-p353@rubinius
+++ 1394468779.N /scripts/functions/environment : __rvm_env_string() 10 > printf %b 'ruby-2.0.0-p353@rubinius\n'
++ 1394468779.N /scripts/selector : __rvm_use_common() 20 > environment_id=ruby-2.0.0-p353@rubinius
++ 1394468779.N /scripts/selector : __rvm_use_common() 22 > (( 0 == 1 ))
++ 1394468779.N /scripts/selector : __rvm_use_common() 30 > rvm_default_flag=0
++ 1394468780.N /scripts/selector : __rvm_use_common() 32 > [[ -n '' ]]
++ 1394468780.N /scripts/selector : __rvm_use_common() 47 > rvm_hook=after_use
++ 1394468780.N /scripts/selector : __rvm_use_common() 48 > source /Users/mwlang/.rvm/scripts/hook
+++ 1394468780.N /scripts/hook : source() -206 > typeset old_rvm_verbose_flag old_rvm_debug_flag
+++ 1394468780.N /scripts/hook : source() -205 > old_rvm_verbose_flag=0
+++ 1394468780.N /scripts/hook : source() -204 > old_rvm_debug_flag=0
+++ 1394468780.N /scripts/hook : source() -201 > typeset rvm_verbose_flag rvm_debug_flag hooks
+++ 1394468780.N /scripts/hook : source() -199 > true rvm_verbose_flag:0 rvm_debug_flag:0 rvm_hook:after_use
+++ 1394468780.N /scripts/hook : source() -195 > [[ -n after_use ]]
+++ 1394468780.N /scripts/hook : source() -193 > hooks=("$rvm_hooks_path")
+++ 1394468780.N /scripts/hook : source() -192 > [[ /Users/mwlang/.rvm/hooks == \/\U\s\e\r\s\/\m\w\l\a\n\g\/\.\r\v\m\/\h\o\o\k\s ]]
+++ 1394468780.N /scripts/hook : source() -187 > _hooks_list=($(
__rvm_find -L "${hooks[@]}" -iname "$rvm_hook*" -type f 2>/dev/null
))
++++ 1394468780.N /scripts/hook : source() -396 > __rvm_find -L /Users/mwlang/.rvm/hooks -iname 'after_use*' -type f
+++ 1394468780.N /scripts/hook : source() 25 > for hook in '"${_hooks_list[@]}"'
+++ 1394468780.N /scripts/hook : source() -183 > [[ -x /Users/mwlang/.rvm/hooks/after_use_home_bin ]]
+++ 1394468780.N /scripts/hook : source() -183 > [[ after_use_home_bin == \a\f\t\e\r\_\u\s\e ]]
+++ 1394468780.N /scripts/hook : source() 25 > for hook in '"${_hooks_list[@]}"'
+++ 1394468780.N /scripts/hook : source() -183 > [[ -x /Users/mwlang/.rvm/hooks/after_use_jruby ]]
+++ 1394468780.N /scripts/hook : source() -183 > [[ after_use_jruby == \a\f\t\e\r\_\u\s\e ]]
+++ 1394468780.N /scripts/hook : source() 25 > for hook in '"${_hooks_list[@]}"'
+++ 1394468780.N /scripts/hook : source() -183 > [[ -x /Users/mwlang/.rvm/hooks/after_use_jruby_opts ]]
+++ 1394468780.N /scripts/hook : source() -183 > [[ after_use_jruby_opts == \a\f\t\e\r\_\u\s\e ]]
+++ 1394468780.N /scripts/hook : source() 25 > for hook in '"${_hooks_list[@]}"'
+++ 1394468780.N /scripts/hook : source() -183 > [[ -x /Users/mwlang/.rvm/hooks/after_use_maglev ]]
+++ 1394468780.N /scripts/hook : source() -181 > rvm_debug 'Running /Users/mwlang/.rvm/hooks/after_use_maglev'
+++ 1394468780.N /scripts/functions/logging : rvm_debug() 1 > (( 0 ))
+++ 1394468780.N /scripts/functions/logging : rvm_debug() 1 > return 0
+++ 1394468780.N /scripts/hook : source() -113 > __rvm_conditionally_do_with_env . /Users/mwlang/.rvm/hooks/after_use_maglev
+++ 1394468780.N /scripts/functions/environment : __rvm_conditionally_do_with_env() 1 > (( __rvm_env_loaded > 0 ))
+++ 1394468780.N /scripts/functions/environment : __rvm_conditionally_do_with_env() 3 > . /Users/mwlang/.rvm/hooks/after_use_maglev
++++ 1394468780.N /hooks/after_use_maglev : source() -327 > . /Users/mwlang/.rvm/scripts/functions/hooks/maglev
++++ 1394468780.N /hooks/after_use_maglev : source() -324 > [[ ruby-2.0.0-p353 =~ maglev ]]
+++ 1394468780.N /scripts/hook : source() 25 > for hook in '"${_hooks_list[@]}"'
+++ 1394468780.N /scripts/hook : source() -303 > [[ -x /Users/mwlang/.rvm/hooks/after_use_rbx_opts ]]
+++ 1394468780.N /scripts/hook : source() -303 > [[ after_use_rbx_opts == \a\f\t\e\r\_\u\s\e ]]
+++ 1394468780.N /scripts/hook : source() 25 > for hook in '"${_hooks_list[@]}"'
+++ 1394468780.N /scripts/hook : source() -303 > [[ -x /Users/mwlang/.rvm/hooks/after_use_textmate ]]
+++ 1394468780.N /scripts/hook : source() -301 > rvm_debug 'Running /Users/mwlang/.rvm/hooks/after_use_textmate'
+++ 1394468780.N /scripts/functions/logging : rvm_debug() 1 > (( 0 ))
+++ 1394468780.N /scripts/functions/logging : rvm_debug() 1 > return 0
+++ 1394468780.N /scripts/hook : source() -113 > __rvm_conditionally_do_with_env . /Users/mwlang/.rvm/hooks/after_use_textmate
+++ 1394468780.N /scripts/functions/environment : __rvm_conditionally_do_with_env() 1 > (( __rvm_env_loaded > 0 ))
+++ 1394468780.N /scripts/functions/environment : __rvm_conditionally_do_with_env() 3 > . /Users/mwlang/.rvm/hooks/after_use_textmate
++++ 1394468780.N /hooks/after_use_textmate : source() -320 > [[ '' != \1 ]]
++++ 1394468780.N /hooks/after_use_textmate : source() -319 > export TM_WRAPPING=1
++++ 1394468780.N /hooks/after_use_textmate : source() -319 > TM_WRAPPING=1
++++ 1394468780.N /hooks/after_use_textmate : source() -318 > rvm wrapper ruby-2.0.0-p353 textmate
++++ 1394468780.N /scripts/cli : rvm() 1 > typeset result current_result
++++ 1394468780.N /scripts/cli : rvm() 2 > export -a rvm_ruby_args
++++ 1394468780.N /scripts/cli : rvm() 3 > rvm_ruby_args=()
++++ 1394468780.N /scripts/cli : rvm() 5 > __rvm_teardown_if_broken
++++ 1394468780.N /scripts/functions/environment : __rvm_teardown_if_broken() 1 > __function_on_stack __rvm_load_project_config
++++ 1394468780.N /scripts/functions/support : __function_on_stack() 1 > __rvm_string_includes '__function_on_stack __rvm_teardown_if_broken rvm source __rvm_conditionally_do_with_env source __rvm_use_common __rvm_use __rvm_with rubinius_install_setup_ruby rubinius_install __rvm_install_ruby __rvm_manage_rubies source __rvm_run_wrapper __rvm_cli_install_ruby rvm' __rvm_load_project_config
++++ 1394468780.N /scripts/functions/support : __rvm_string_includes() 1 > typeset __search '__text=__function_on_stack __rvm_teardown_if_broken rvm source __rvm_conditionally_do_with_env source __rvm_use_common __rvm_use __rvm_with rubinius_install_setup_ruby rubinius_install __rvm_install_ruby __rvm_manage_rubies source __rvm_run_wrapper __rvm_cli_install_ruby rvm'
++++ 1394468780.N /scripts/functions/support : __rvm_string_includes() 2 > shift
++++ 1394468780.N /scripts/functions/support : __rvm_string_includes() 380 > for __search in '"$@"'
++++ 1394468780.N /scripts/functions/support : __rvm_string_includes() 5 > [[ __function_on_stack __rvm_teardown_if_broken rvm source __rvm_conditionally_do_with_env source __rvm_use_common __rvm_use __rvm_with rubinius_install_setup_ruby rubinius_install __rvm_install_ruby __rvm_manage_rubies source __rvm_run_wrapper __rvm_cli_install_ruby rvm =~ __rvm_load_project_config ]]
++++ 1394468780.N /scripts/functions/support : __rvm_string_includes() 9 > return 1
++++ 1394468780.N /scripts/functions/support : __function_on_stack() 14 > return 1
++++ 1394468780.N /scripts/functions/environment : __rvm_teardown_if_broken() -89 > (( 1 > 0 ))
++++ 1394468780.N /scripts/functions/environment : __rvm_teardown_if_broken() -88 > __rvm_teardown_final
++++ 1394468780.N /scripts/functions/environment : __rvm_teardown_final() 1 > __rvm_env_loaded=1
++++ 1394468780.N /scripts/functions/environment : __rvm_teardown_final() 2 > unset __rvm_project_rvmrc_lock
++++ 1394468780.N /scripts/functions/environment : __rvm_teardown_final() 3 > __rvm_teardown
++++ 1394468780.N /scripts/functions/environment : __rvm_teardown() 1 > builtin command -v __rvm_cleanup_tmp
++++ 1394468780.N /scripts/functions/environment : __rvm_teardown() 3 > __rvm_cleanup_tmp
++++ 1394468780.N /scripts/functions/cleanup : __rvm_cleanup_tmp() 1 > [[ -d /Users/mwlang/.rvm/tmp/ ]]
++++ 1394468780.N /scripts/functions/cleanup : __rvm_cleanup_tmp() 71 > case "${rvm_tmp_path%\/}" in
++++ 1394468780.N /scripts/functions/cleanup : __rvm_cleanup_tmp() 5 > __rvm_rm_rf '/Users/mwlang/.rvm/tmp/11963*'
++++ 1394468780.N /scripts/functions/cleanup : __rvm_rm_rf() 1 > __rvm_rm_rf_verbose '/Users/mwlang/.rvm/tmp/11963*'
++++ 1394468780.N /scripts/functions/cleanup : __rvm_rm_rf_verbose() 1 > typeset target
++++ 1394468780.N /scripts/functions/cleanup : __rvm_rm_rf_verbose() 2 > target='/Users/mwlang/.rvm/tmp/11963*'
++++ 1394468780.N /scripts/functions/cleanup : __rvm_rm_rf_verbose() 6 > [[ -n '' ]]
++++ 1394468780.N /scripts/functions/cleanup : __rvm_rm_rf_verbose() 10 > [[ -n 3.2.51(1)-release ]]
++++ 1394468780.N /scripts/functions/cleanup : __rvm_rm_rf_verbose() 12 > shopt -s extglob
++++ 1394468780.N /scripts/functions/cleanup : __rvm_rm_rf_verbose() 28 > case "${target}" in
++++ 1394468780.N /scripts/functions/cleanup : __rvm_rm_rf_verbose() 22 > [[ -n /Users/mwlang/.rvm/tmp/11963* ]]
++++ 1394468780.N /scripts/functions/cleanup : __rvm_rm_rf_verbose() 28 > [[ -d /Users/mwlang/.rvm/tmp/11963* ]]
++++ 1394468780.N /scripts/functions/cleanup : __rvm_rm_rf_verbose() 37 > [[ -f /Users/mwlang/.rvm/tmp/11963* ]]
++++ 1394468780.N /scripts/functions/cleanup : __rvm_rm_rf_verbose() 37 > [[ -L /Users/mwlang/.rvm/tmp/11963* ]]
++++ 1394468780.N /scripts/functions/cleanup : __rvm_rm_rf_verbose() 46 > rvm_debug '__rvm_rm_rf already gone: /Users/mwlang/.rvm/tmp/11963*'
++++ 1394468780.N /scripts/functions/logging : rvm_debug() 1 > (( 0 ))
++++ 1394468780.N /scripts/functions/logging : rvm_debug() 1 > return 0
++++ 1394468780.N /scripts/functions/cleanup : __rvm_rm_rf_verbose() -84 > return 0
++++ 1394468780.N /scripts/functions/cleanup : __rvm_cleanup_tmp() -66 > return 0
++++ 1394468780.N /scripts/functions/environment : __rvm_teardown() 93 > export __rvm_env_loaded
++++ 1394468780.N /scripts/functions/environment : __rvm_teardown() 95 > : __rvm_env_loaded:1:
++++ 1394468780.N /scripts/functions/environment : __rvm_teardown() 97 > : __rvm_env_loaded:1:
++++ 1394468780.N /scripts/functions/environment : __rvm_teardown() 99 > : __rvm_env_loaded:0:
++++ 1394468780.N /scripts/functions/environment : __rvm_teardown() 101 > [[ -z /Users/mwlang/.rvm/tmp ]]
++++ 1394468780.N /scripts/functions/environment : __rvm_teardown() 101 > (( __rvm_env_loaded > 0 ))
++++ 1394468780.N /scripts/functions/environment : __rvm_teardown() 106 > [[ -n 3.2.51(1)-release ]]
++++ 1394468780.N /scripts/functions/environment : __rvm_teardown() 108 > trap - 0 1 2 3 15
++++ 1394468780.N /scripts/functions/environment : __rvm_teardown() 111 > [[ -n '' ]]
++++ 1394468780.N /scripts/functions/environment : __rvm_teardown() 121 > [[ -n 0022 ]]
++++ 1394468780.N /scripts/functions/environment : __rvm_teardown() 123 > umask 0022
++++ 1394468780.N /scripts/functions/environment : __rvm_teardown() 124 > unset rvm_stored_umask
++++ 1394468780.N /scripts/functions/environment : __rvm_teardown() 127 > [[ '' == \1 ]]
++++ 1394468780.N /scripts/functions/environment : __rvm_teardown() 131 > __variables_definition unset
++++ 1394468780.N /scripts/functions/environment : __variables_definition() 1 > typeset -a __variables_list __array_list
++++ 1394468780.N /scripts/functions/environment : __variables_definition() 2 > typeset __method
++++ 1394468780.N /scripts/functions/environment : __variables_definition() 4 > __method=unset
++++ 1394468780.N /scripts/functions/environment : __variables_definition() 38 > __variables_list=(rvm_head_flag rvm_ruby_selected_flag rvm_user_install_flag rvm_path_flag rvm_cron_flag rvm_static_flag rvm_default_flag rvm_loaded_flag rvm_llvm_flag rvm_skip_autoreconf_flag rvm_18_flag rvm_19_flag rvm_20_flag rvm_21_flag rvm_force_autoconf_flag rvm_dump_environment_flag rvm_curl_flags rvm_rubygems_version rvm_verbose_flag rvm_debug_flag rvm_trace_flag __array_start rvm_skip_pristine_flag rvm_pretty_print_flag rvm_create_flag rvm_remove_flag rvm_movable_flag rvm_archive_flag rvm_gemdir_flag rvm_reload_flag rvm_auto_reload_flag rvm_disable_binary_flag rvm_ignore_gemsets_flag rvm_skip_gemsets_flag rvm_install_on_use_flag rvm_remote_flag rvm_verify_downloads_flag rvm_skip_openssl_flag rvm_gems_cache_path rvm_gems_path rvm_man_path rvm_ruby_gem_path rvm_ruby_log_path rvm_gems_cache_path rvm_archives_path rvm_docs_path rvm_environments_path rvm_examples_path rvm_gems_path rvm_gemsets_path rvm_help_path rvm_hooks_path rvm_lib_path rvm_log_path rvm_patches_path rvm_repos_path rvm_rubies_path rvm_scripts_path rvm_src_path rvm_tmp_path rvm_user_path rvm_usr_path rvm_wrappers_path rvm_stored_errexit rvm_ruby_strings rvm_ruby_binary rvm_ruby_gem_home rvm_ruby_home rvm_ruby_interpreter rvm_ruby_irbrc rvm_ruby_major_version rvm_ruby_minor_version rvm_ruby_package_name rvm_ruby_patch_level rvm_ruby_release_version rvm_ruby_repo_url rvm_ruby_repo_branch rvm_ruby_revision rvm_ruby_tag rvm_ruby_sha rvm_ruby_version rvm_ruby_package_file rvm_ruby_name rvm_ruby_name rvm_ruby_args rvm_ruby_user_tag rvm_ruby_patch detected_rvm_ruby_name __rvm_env_loaded next_token rvm_error_message rvm_gemset_name rvm_parse_break rvm_token rvm_action rvm_export_args rvm_gemset_separator rvm_expanding_aliases rvm_tar_command rvm_tar_options rvm_patch_original_pwd rvm_project_rvmrc rvm_archive_extension rvm_autoinstall_bundler_flag rvm_codesign_identity rvm_expected_gemset_name rvm_without_gems rvm_with_gems rvm_with_default_gems rvm_ignore_dotfiles_flag rvm_fuzzy_flag rvm_autolibs_flag rvm_autolibs_flag_number rvm_autolibs_flag_runner rvm_quiet_curl_flag rvm_max_time_flag rvm_error_clr rvm_warn_clr rvm_debug_clr rvm_notify_clr rvm_reset_clr rvm_error_color rvm_warn_color rvm_debug_color rvm_notify_color rvm_reset_color rvm_log_timestamp rvm_log_filesystem rvm_log_namelen rvm_show_log_lines_on_error)
++++ 1394468780.N /scripts/functions/environment : __variables_definition() 42 > __array_list=(rvm_patch_names rvm_ree_options rvm_autoconf_flags rvm_architectures)
++++ 1394468780.N /scripts/functions/environment : __variables_definition() 182 > case "${__method}" in
++++ 1394468780.N /scripts/functions/environment : __variables_definition() 46 > unset rvm_patch_names rvm_ree_options rvm_autoconf_flags rvm_architectures
++++ 1394468780.N /scripts/functions/environment : __variables_definition() 53 > unset rvm_head_flag rvm_ruby_selected_flag rvm_user_install_flag rvm_path_flag rvm_cron_flag rvm_static_flag rvm_default_flag rvm_loaded_flag rvm_llvm_flag rvm_skip_autoreconf_flag rvm_18_flag rvm_19_flag rvm_20_flag rvm_21_flag rvm_force_autoconf_flag rvm_dump_environment_flag rvm_curl_flags rvm_rubygems_version rvm_verbose_flag rvm_debug_flag rvm_trace_flag __array_start rvm_skip_pristine_flag rvm_pretty_print_flag rvm_create_flag rvm_remove_flag rvm_movable_flag rvm_archive_flag rvm_gemdir_flag rvm_reload_flag rvm_auto_reload_flag rvm_disable_binary_flag rvm_ignore_gemsets_flag rvm_skip_gemsets_flag rvm_install_on_use_flag rvm_remote_flag rvm_verify_downloads_flag rvm_skip_openssl_flag rvm_gems_cache_path rvm_gems_path rvm_man_path rvm_ruby_gem_path rvm_ruby_log_path rvm_gems_cache_path rvm_archives_path rvm_docs_path rvm_environments_path rvm_examples_path rvm_gems_path rvm_gemsets_path rvm_help_path rvm_hooks_path rvm_lib_path rvm_log_path rvm_patches_path rvm_repos_path rvm_rubies_path rvm_scripts_path rvm_src_path rvm_tmp_path rvm_user_path rvm_usr_path rvm_wrappers_path rvm_stored_errexit rvm_ruby_strings rvm_ruby_binary rvm_ruby_gem_home rvm_ruby_home rvm_ruby_interpreter rvm_ruby_irbrc rvm_ruby_major_version rvm_ruby_minor_version rvm_ruby_package_name rvm_ruby_patch_level rvm_ruby_release_version rvm_ruby_repo_url rvm_ruby_repo_branch rvm_ruby_revision rvm_ruby_tag rvm_ruby_sha rvm_ruby_version rvm_ruby_package_file rvm_ruby_name rvm_ruby_name rvm_ruby_args rvm_ruby_user_tag rvm_ruby_patch detected_rvm_ruby_name __rvm_env_loaded next_token rvm_error_message rvm_gemset_name rvm_parse_break rvm_token rvm_action rvm_export_args rvm_gemset_separator rvm_expanding_aliases rvm_tar_command rvm_tar_options rvm_patch_original_pwd rvm_project_rvmrc rvm_archive_extension rvm_autoinstall_bundler_flag rvm_codesign_identity rvm_expected_gemset_name rvm_without_gems rvm_with_gems rvm_with_default_gems rvm_ignore_dotfiles_flag rvm_fuzzy_flag rvm_autolibs_flag rvm_autolibs_flag_number rvm_autolibs_flag_runner rvm_quiet_curl_flag rvm_max_time_flag rvm_error_clr rvm_warn_clr rvm_debug_clr rvm_notify_clr rvm_reset_clr rvm_error_color rvm_warn_color rvm_debug_color rvm_notify_color rvm_reset_color rvm_log_timestamp rvm_log_filesystem rvm_log_namelen rvm_show_log_lines_on_error
++++ 1394468780.N /scripts/functions/environment : __rvm_teardown() 138 > builtin command -v __rvm_cleanup_download
++++ 1394468780.N /scripts/functions/environment : __rvm_teardown() 143 > return 0
++++ 1394468780.N /scripts/cli : rvm() 656 > __rvm_cli_posix_check
++++ 1394468780.N /scripts/functions/cli : __rvm_cli_posix_check() 2 > __rvm_has_opt posix
++++ 1394468780.N /scripts/base : __rvm_has_opt() 2 > [[ -n '' ]]
++++ 1394468780.N /scripts/base : __rvm_has_opt() 4 > [[ -n 3.2.51(1)-release ]]
++++ 1394468780.N /scripts/base : __rvm_has_opt() 4 > [[ :braceexpand:emacs:hashall:histexpand:history:interactive-comments:monitor:xtrace: =~ :posix: ]]
++++ 1394468780.N /scripts/base : __rvm_has_opt() 6 > return 1
++++ 1394468780.N /scripts/cli : rvm() 788 > __rvm_cli_load_rvmrc
++++ 1394468780.N /scripts/functions/cli : __rvm_cli_load_rvmrc() 2 > (( 0 == 0 ))
++++ 1394468780.N /scripts/functions/cli : __rvm_cli_load_rvmrc() 4 > [[ -n '' ]]
+++++ 1394468780.N /scripts/functions/cli : __rvm_cli_load_rvmrc() -85 > umask
++++ 1394468780.N /scripts/functions/cli : __rvm_cli_load_rvmrc() 4 > export rvm_stored_umask=0022
++++ 1394468780.N /scripts/functions/cli : __rvm_cli_load_rvmrc() 4 > rvm_stored_umask=0022
++++ 1394468780.N /scripts/functions/cli : __rvm_cli_load_rvmrc() 5 > rvm_rvmrc_files=("/etc/rvmrc" "$HOME/.rvmrc")
++++ 1394468780.N /scripts/functions/cli : __rvm_cli_load_rvmrc() 7 > [[ -n /Users/mwlang ]]
++++ 1394468780.N /scripts/functions/cli : __rvm_cli_load_rvmrc() 8 > [[ ! /Users/mwlang/.rvmrc -ef /Users/mwlang/.rvmrc ]]
++++ 1394468780.N /scripts/functions/cli : __rvm_cli_load_rvmrc() 10 > rvm_rvmrc_files+=("${rvm_prefix}/.rvmrc")
++++ 1394468780.N /scripts/functions/cli : __rvm_cli_load_rvmrc() 101 > for rvmrc in '"${rvm_rvmrc_files[@]}"'
++++ 1394468780.N /scripts/functions/cli : __rvm_cli_load_rvmrc() 15 > [[ -f /etc/rvmrc ]]
++++ 1394468780.N /scripts/functions/cli : __rvm_cli_load_rvmrc() 101 > for rvmrc in '"${rvm_rvmrc_files[@]}"'
++++ 1394468780.N /scripts/functions/cli : __rvm_cli_load_rvmrc() 15 > [[ -f /Users/mwlang/.rvmrc ]]
++++ 1394468780.N /scripts/functions/cli : __rvm_cli_load_rvmrc() 101 > for rvmrc in '"${rvm_rvmrc_files[@]}"'
++++ 1394468780.N /scripts/functions/cli : __rvm_cli_load_rvmrc() 15 > [[ -f /Users/mwlang/.rvmrc ]]
++++ 1394468780.N /scripts/functions/cli : __rvm_cli_load_rvmrc() 31 > unset rvm_rvmrc_files
++++ 1394468780.N /scripts/cli : rvm() 707 > __rvm_cli_version_check wrapper ruby-2.0.0-p353 textmate
++++ 1394468780.N /scripts/functions/cli : __rvm_cli_version_check() 1 > typeset disk_version
+++++ 1394468780.N /scripts/functions/cli : __rvm_cli_version_check() -130 > cat /Users/mwlang/.rvm/VERSION
+++++ 1394468780.N /scripts/functions/cli : __rvm_cli_version_check() -130 > cat /Users/mwlang/.rvm/RELEASE
++++ 1394468780.N /scripts/functions/cli : __rvm_cli_version_check() 2 > disk_version='1.25.19 (stable)'
++++ 1394468780.N /scripts/functions/cli : __rvm_cli_version_check() 7 > [[ -s /Users/mwlang/.rvm/VERSION ]]
++++ 1394468780.N /scripts/functions/cli : __rvm_cli_version_check() 7 > [[ 1.25.19 (stable) != \1\.\2\5\.\1\9\ \(\s\t\a\b\l\e\) ]]
++++ 1394468780.N /scripts/cli : rvm() 665 > __rvm_cli_autoupdate wrapper ruby-2.0.0-p353 textmate
++++ 1394468780.N /scripts/functions/cli : __rvm_cli_autoupdate() 1 > [[ wrapper ruby-2.0.0-p353 textmate == *\ \i\n\s\t\a\l\l\ * ]]
++++ 1394468780.N /scripts/functions/cli : __rvm_cli_autoupdate() 1 > return 0
++++ 1394468780.N /scripts/cli : rvm() 579 > __rvm_path_match_gem_home_check
++++ 1394468780.N /scripts/functions/cli : __rvm_path_match_gem_home_check() 1 > (( 0 == 0 ))
++++ 1394468780.N /scripts/functions/cli : __rvm_path_match_gem_home_check() 2 > [[ -n /Users/mwlang/.rvm/gems/ruby-2.0.0-p353@rubinius ]]
++++ 1394468780.N /scripts/functions/cli : __rvm_path_match_gem_home_check() 36 > case "$PATH:" in
++++ 1394468780.N /scripts/functions/cli : __rvm_path_match_gem_home_check() 4 > true
++++ 1394468780.N /scripts/cli : rvm() 766 > __rvm_initialize
++++ 1394468780.N /scripts/functions/init : __rvm_initialize() 1 > true /Users/mwlang/.rvm/scripts
++++ 1394468780.N /scripts/functions/init : __rvm_initialize() 2 > source /Users/mwlang/.rvm/scripts/base
+++++ 1394468780.N /scripts/base : source() -23 > __rvm_has_opt errexit
+++++ 1394468780.N /scripts/base : __rvm_has_opt() 2 > [[ -n '' ]]
+++++ 1394468780.N /scripts/base : __rvm_has_opt() 4 > [[ -n 3.2.51(1)-release ]]
+++++ 1394468780.N /scripts/base : __rvm_has_opt() 4 > [[ :braceexpand:emacs:hashall:histexpand:history:interactive-comments:monitor:xtrace: =~ :errexit: ]]
+++++ 1394468780.N /scripts/base : __rvm_has_opt() 6 > return 1
+++++ 1394468780.N /scripts/base : source() 14 > set +e
+++++ 1394468780.N /scripts/base : source() 18 > (( 0 == 1 ))
+++++ 1394468780.N /scripts/base : source() 27 > export __array_start rvm_path
+++++ 1394468780.N /scripts/base : source() 32 > [[ -n '' ]]
+++++ 1394468780.N /scripts/base : source() 34 > __array_start=0
+++++ 1394468780.N /scripts/base : source() 37 > (( 0 == 0 ))
+++++ 1394468780.N /scripts/base : source() 39 > [[ -n 0022 ]]
+++++ 1394468780.N /scripts/base : source() 40 > rvm_rvmrc_files=("/etc/rvmrc" "$HOME/.rvmrc")
+++++ 1394468780.N /scripts/base : source() 41 > [[ -n /Users/mwlang ]]
+++++ 1394468780.N /scripts/base : source() 41 > [[ /Users/mwlang/.rvmrc -ef /Users/mwlang/.rvmrc ]]
+++++ 1394468780.N /scripts/base : source() 42 > rvm_rvmrc_files+=("${rvm_prefix}/.rvmrc")
+++++ 1394468780.N /scripts/base : source() 52 > for rvmrc in '"${rvm_rvmrc_files[@]}"'
+++++ 1394468780.N /scripts/base : source() 47 > [[ -f /etc/rvmrc ]]
+++++ 1394468780.N /scripts/base : source() 52 > for rvmrc in '"${rvm_rvmrc_files[@]}"'
+++++ 1394468780.N /scripts/base : source() 47 > [[ -f /Users/mwlang/.rvmrc ]]
+++++ 1394468780.N /scripts/base : source() 52 > for rvmrc in '"${rvm_rvmrc_files[@]}"'
+++++ 1394468780.N /scripts/base : source() 47 > [[ -f /Users/mwlang/.rvmrc ]]
+++++ 1394468781.N /scripts/base : source() 63 > unset rvm_rvmrc_files
+++++ 1394468781.N /scripts/base : source() 67 > export rvm_path
+++++ 1394468781.N /scripts/base : source() 68 > [[ -z /Users/mwlang/.rvm ]]
+++++ 1394468781.N /scripts/base : source() 84 > true /Users/mwlang/.rvm/scripts
+++++ 1394468781.N /scripts/base : source() 86 > source /Users/mwlang/.rvm/scripts/initialize
++++++ 1394468781.N /scripts/initialize : source() -1 > [[ -n 3.2.51(1)-release ]]
++++++ 1394468781.N /scripts/initialize : source() 1 > shopt -s extglob
++++++ 1394468781.N /scripts/initialize : source() 14 > (( 0 == 1 ))
++++++ 1394468781.N /scripts/initialize : source() 24 > export __rvm_env_loaded
++++++ 1394468781.N /scripts/initialize : source() 26 > : __rvm_env_loaded:0:
++++++ 1394468781.N /scripts/initialize : source() 28 > : __rvm_env_loaded:1:
++++++ 1394468781.N /scripts/initialize : source() 31 > [[ -z '' ]]
++++++ 1394468781.N /scripts/initialize : source() 35 > typeset -f __rvm_cleanse_variables
++++++ 1394468781.N /scripts/initialize : source() 37 > __rvm_cleanse_variables
++++++ 1394468781.N /scripts/functions/env : __rvm_cleanse_variables() 1 > __rvm_unset_ruby_variables
++++++ 1394468781.N /scripts/functions/env : __rvm_unset_ruby_variables() 2 > unset rvm_env_string rvm_ruby_string rvm_ruby_strings rvm_ruby_binary rvm_ruby_gem_home rvm_ruby_gem_path rvm_ruby_home rvm_ruby_interpreter rvm_ruby_irbrc rvm_ruby_log_path rvm_ruby_major_version rvm_ruby_minor_version rvm_ruby_package_name rvm_ruby_patch_level rvm_ruby_release_version rvm_ruby_repo_url rvm_ruby_repo_branch rvm_ruby_revision rvm_ruby_selected_flag rvm_ruby_tag rvm_ruby_version rvm_head_flag rvm_ruby_package_file rvm_ruby_configure rvm_ruby_name rvm_ruby_url rvm_ruby_global_gems_path rvm_ruby_args rvm_ruby_name rvm_llvm_flag
++++++ 1394468781.N /scripts/functions/env : __rvm_unset_ruby_variables() 3 > __rvm_load_rvmrc
++++++ 1394468781.N /scripts/functions/init : __rvm_load_rvmrc() 1 > typeset _file
++++++ 1394468781.N /scripts/functions/init : __rvm_load_rvmrc() 2 > typeset -a rvm_rvmrc_files
++++++ 1394468781.N /scripts/functions/init : __rvm_load_rvmrc() 3 > (( 0 == 1 ))
++++++ 1394468781.N /scripts/functions/init : __rvm_load_rvmrc() 8 > [[ -n 0022 ]]
++++++ 1394468781.N /scripts/functions/init : __rvm_load_rvmrc() 10 > rvm_rvmrc_files=("/etc/rvmrc" "$HOME/.rvmrc")
++++++ 1394468781.N /scripts/functions/init : __rvm_load_rvmrc() 11 > [[ -n /Users/mwlang ]]
++++++ 1394468781.N /scripts/functions/init : __rvm_load_rvmrc() 11 > [[ /Users/mwlang/.rvmrc -ef /Users/mwlang/.rvmrc ]]
++++++ 1394468781.N /scripts/functions/init : __rvm_load_rvmrc() 12 > rvm_rvmrc_files+=("${rvm_prefix}/.rvmrc")
++++++ 1394468781.N /scripts/functions/init : __rvm_load_rvmrc() 18 > for _file in '"${rvm_rvmrc_files[@]}"'
++++++ 1394468781.N /scripts/functions/init : __rvm_load_rvmrc() 16 > [[ -s /etc/rvmrc ]]
++++++ 1394468781.N /scripts/functions/init : __rvm_load_rvmrc() 18 > for _file in '"${rvm_rvmrc_files[@]}"'
++++++ 1394468781.N /scripts/functions/init : __rvm_load_rvmrc() 16 > [[ -s /Users/mwlang/.rvmrc ]]
++++++ 1394468781.N /scripts/functions/init : __rvm_load_rvmrc() 18 > for _file in '"${rvm_rvmrc_files[@]}"'
++++++ 1394468781.N /scripts/functions/init : __rvm_load_rvmrc() 16 > [[ -s /Users/mwlang/.rvmrc ]]
++++++ 1394468781.N /scripts/functions/init : __rvm_load_rvmrc() 31 > return 0
++++++ 1394468781.N /scripts/functions/env : __rvm_cleanse_variables() 24 > [[ 0 -eq 1 ]]
++++++ 1394468781.N /scripts/functions/env : __rvm_cleanse_variables() 26 > unset rvm_gemset_name
++++++ 1394468781.N /scripts/functions/env : __rvm_cleanse_variables() 30 > unset rvm_configure_flags rvm_patch_names rvm_make_flags
++++++ 1394468781.N /scripts/functions/env : __rvm_cleanse_variables() 32 > unset rvm_env_string rvm_ruby_string rvm_action rvm_irbrc_file rvm_command rvm_error_message rvm_force_flag rvm_all_flag rvm_reconfigure_flag rvm_bin_flag rvm_import_flag rvm_export_flag rvm_self_flag rvm_gem_flag rvm_rubygems_flag rvm_debug_flag rvm_delete_flag rvm_summary_flag rvm_test_flag _rvm_spec_flag rvm_json_flag rvm_yaml_flag rvm_shebang_flag rvm_env_flag rvm_tail_flag rvm_use_flag rvm_dir_flag rvm_list_flag rvm_empty_flag rvm_file_name rvm_benchmark_flag rvm_clear_flag rvm_name_flag rvm_verbose_flag rvm_user_flag rvm_system_flag rvm_uninstall_flag rvm_install_flag rvm_llvm_flag rvm_ruby_bits rvm_sticky_flag rvm_rvmrc_flag rvm_gems_flag rvm_only_path_flag rvm_docs_flag rvm_dump_environment_flag rvm_ruby_alias rvm_static_flag rvm_archive_extension rvm_hook rvm_ruby_name rvm_remote_flag
++++++ 1394468781.N /scripts/functions/env : __rvm_cleanse_variables() 34 > __rvm_load_rvmrc
++++++ 1394468781.N /scripts/functions/init : __rvm_load_rvmrc() 1 > typeset _file
++++++ 1394468781.N /scripts/functions/init : __rvm_load_rvmrc() 2 > typeset -a rvm_rvmrc_files
++++++ 1394468781.N /scripts/functions/init : __rvm_load_rvmrc() 3 > (( 0 == 1 ))
++++++ 1394468781.N /scripts/functions/init : __rvm_load_rvmrc() 8 > [[ -n 0022 ]]
++++++ 1394468781.N /scripts/functions/init : __rvm_load_rvmrc() 10 > rvm_rvmrc_files=("/etc/rvmrc" "$HOME/.rvmrc")
++++++ 1394468781.N /scripts/functions/init : __rvm_load_rvmrc() 11 > [[ -n /Users/mwlang ]]
++++++ 1394468781.N /scripts/functions/init : __rvm_load_rvmrc() 11 > [[ /Users/mwlang/.rvmrc -ef /Users/mwlang/.rvmrc ]]
++++++ 1394468781.N /scripts/functions/init : __rvm_load_rvmrc() 12 > rvm_rvmrc_files+=("${rvm_prefix}/.rvmrc")
++++++ 1394468781.N /scripts/functions/init : __rvm_load_rvmrc() 18 > for _file in '"${rvm_rvmrc_files[@]}"'
++++++ 1394468781.N /scripts/functions/init : __rvm_load_rvmrc() 16 > [[ -s /etc/rvmrc ]]
++++++ 1394468781.N /scripts/functions/init : __rvm_load_rvmrc() 18 > for _file in '"${rvm_rvmrc_files[@]}"'
++++++ 1394468781.N /scripts/functions/init : __rvm_load_rvmrc() 16 > [[ -s /Users/mwlang/.rvmrc ]]
++++++ 1394468781.N /scripts/functions/init : __rvm_load_rvmrc() 18 > for _file in '"${rvm_rvmrc_files[@]}"'
++++++ 1394468781.N /scripts/functions/init : __rvm_load_rvmrc() 16 > [[ -s /Users/mwlang/.rvmrc ]]
++++++ 1394468781.N /scripts/functions/init : __rvm_load_rvmrc() 31 > return 0
++++++ 1394468781.N /scripts/initialize : source() 47 > (( 0 == 0 ))
++++++ 1394468781.N /scripts/initialize : source() 49 > [[ -n 0022 ]]
++++++ 1394468781.N /scripts/initialize : source() 51 > rvm_rvmrc_files=("/etc/rvmrc" "$HOME/.rvmrc")
++++++ 1394468781.N /scripts/initialize : source() 52 > [[ -n /Users/mwlang ]]
++++++ 1394468781.N /scripts/initialize : source() 52 > [[ /Users/mwlang/.rvmrc -ef /Users/mwlang/.rvmrc ]]
++++++ 1394468781.N /scripts/initialize : source() 53 > rvm_rvmrc_files+=("${rvm_prefix}/.rvmrc")
++++++ 1394468781.N /scripts/initialize : source() 59 > for rvmrc in '"${rvm_rvmrc_files[@]}"'
++++++ 1394468781.N /scripts/initialize : source() 57 > [[ -f /etc/rvmrc ]]
++++++ 1394468781.N /scripts/initialize : source() 59 > for rvmrc in '"${rvm_rvmrc_files[@]}"'
++++++ 1394468781.N /scripts/initialize : source() 57 > [[ -f /Users/mwlang/.rvmrc ]]
++++++ 1394468781.N /scripts/initialize : source() 59 > for rvmrc in '"${rvm_rvmrc_files[@]}"'
++++++ 1394468781.N /scripts/initialize : source() 57 > [[ -f /Users/mwlang/.rvmrc ]]
++++++ 1394468781.N /scripts/initialize : source() 72 > unset rvm_rvmrc_files
++++++ 1394468781.N /scripts/initialize : source() 76 > export rvm_path
++++++ 1394468781.N /scripts/initialize : source() 77 > [[ -z /Users/mwlang/.rvm ]]
++++++ 1394468781.N /scripts/initialize : source() 93 > true /Users/mwlang/.rvm/scripts
++++++ 1394468781.N /scripts/initialize : source() 100 > export rvm_user_install_flag
++++++ 1394468781.N /scripts/initialize : source() 106 > case "$rvm_path" in
++++++ 1394468781.N /scripts/initialize : source() 104 > rvm_user_install_flag=1
++++++ 1394468781.N /scripts/initialize : source() 109 > : rvm_bin_path:/Users/mwlang/.rvm/bin rvm_man_path:/Users/mwlang/.rvm/share/man rvm_archives_path:/Users/mwlang/.rvm/archives rvm_docs_path:/Users/mwlang/.rvm/docs rvm_environments_path:/Users/mwlang/.rvm/environments rvm_examples_path:/Users/mwlang/.rvm/examples rvm_gems_path:/Users/mwlang/.rvm/gems rvm_gemsets_path:/Users/mwlang/.rvm/gemsets rvm_help_path:/Users/mwlang/.rvm/help rvm_docs_path:/Users/mwlang/.rvm/docs rvm_hooks_path:/Users/mwlang/.rvm/hooks rvm_lib_path:/Users/mwlang/.rvm/lib rvm_log_path:/Users/mwlang/.rvm/log rvm_patches_path:/Users/mwlang/.rvm/patches rvm_repos_path:/Users/mwlang/.rvm/repos rvm_rubies_path:/Users/mwlang/.rvm/rubies rvm_rubygems_path:/Users/mwlang/.rvm/rubygems rvm_src_path:/Users/mwlang/.rvm/src rvm_tmp_path:/Users/mwlang/.rvm/tmp rvm_user_path:/Users/mwlang/.rvm/user rvm_usr_path:/Users/mwlang/.rvm/usr rvm_wrappers_path:/Users/mwlang/.rvm/wrappers rvm_verbose_flag:0 rvm_debug_flag:0 rvm_gems_cache_path:/Users/mwlang/.rvm/gems/cache
++++++ 1394468781.N /scripts/initialize : source() 135 > export -a rvm_configure_flags rvm_patch_names rvm_ree_options rvm_make_flags
++++++ 1394468781.N /scripts/initialize : source() 136 > export rvm_action rvm_alias_expanded rvm_archive_extension rvm_archives_path rvm_bin_flag rvm_bin_path rvm_debug_flag rvm_default_flag rvm_delete_flag rvm_docs_path rvm_docs_type rvm_dump_environment_flag rvm_environments_path rvm_error_message rvm_examples_path rvm_expanding_aliases rvm_file_name rvm_gemdir_flag rvm_gems_cache_path rvm_gems_path rvm_gemset_name rvm_gemset_separator rvm_gemsets_path rvm_gemstone_package_file rvm_gemstone_url rvm_head_flag rvm_help_path rvm_docs_path rvm_hook rvm_hooks_path rvm_install_on_use_flag rvm_lib_path rvm_llvm_flag rvm_loaded_flag rvm_log_path rvm_niceness rvm_nightly_flag rvm_only_path_flag rvm_parse_break rvm_patch_original_pwd rvm_patches_path rvm_path rvm_pretty_print_flag rvm_proxy rvm_quiet_flag rvm_reload_flag rvm_remove_flag rvm_repos_path rvm_rubies_path rvm_ruby_alias rvm_ruby_args rvm_ruby_binary rvm_ruby_bits rvm_ruby_configure rvm_ruby_file rvm_ruby_gem_home rvm_ruby_gem_path rvm_ruby_global_gems_path rvm_ruby_home rvm_ruby_interpreter rvm_ruby_irbrc rvm_ruby_major_version rvm_ruby_make rvm_ruby_make_install rvm_ruby_minor_version rvm_ruby_mode rvm_ruby_name rvm_ruby_package_file rvm_ruby_package_name rvm_ruby_patch rvm_ruby_patch_level rvm_ruby_release_version rvm_ruby_repo_url rvm_ruby_revision rvm_ruby_selected_flag rvm_ruby_sha rvm_ruby_string rvm_ruby_strings rvm_ruby_tag rvm_ruby_url rvm_ruby_user_tag rvm_ruby_version rvm_script_name rvm_scripts_path rvm_sdk rvm_user_install_flag rvm_silent_flag rvm_src_path rvm_sticky_flag rvm_system_flag rvm_tmp_path rvm_token rvm_trace_flag rvm_use_flag rvm_user_flag rvm_user_path rvm_usr_path rvm_verbose_flag rvm_wrapper_name rvm_wrappers_path rvm_ruby_repo_branch rvm_man_path rvm_remote_flag
+++++ 1394468781.N /scripts/base : source() 97 > case " ${rvm_base_except:-} " in
+++++ 1394468781.N /scripts/base : source() 98 > source /Users/mwlang/.rvm/scripts/selector
+++++ 1394468781.N /scripts/base : source() 99 > source /Users/mwlang/.rvm/scripts/selector_gemsets
+++++ 1394468781.N /scripts/base : source() 100 > source /Users/mwlang/.rvm/scripts/selector_late
+++++ 1394468781.N /scripts/base : source() 101 > source /Users/mwlang/.rvm/scripts/selector_parse
+++++ 1394468781.N /scripts/base : source() 102 > source /Users/mwlang/.rvm/scripts/selector_interpreters
+++++ 1394468781.N /scripts/base : source() 106 > typeset -a scripts
+++++ 1394468781.N /scripts/base : source() 109 > scripts=(logging db support utility init cleanup env rvmrc install environment gemset checksum list)
+++++ 1394468781.N /scripts/base : source() 114 > for entry in '${scripts[@]}'
+++++ 1394468781.N /scripts/base : source() 111 > source /Users/mwlang/.rvm/scripts/functions/logging
++++++ 1394468781.N /scripts/functions/logging : source() 96 > case "${TERM:-dumb}" in
++++++ 1394468781.N /scripts/functions/logging : source() 101 > __rvm_set_color rvm_error_clr red
++++++ 1394468781.N /scripts/functions/logging : __rvm_set_color() 1 > typeset __buffer __variable
++++++ 1394468781.N /scripts/functions/logging : __rvm_set_color() 2 > __buffer='['
++++++ 1394468781.N /scripts/functions/logging : __rvm_set_color() 3 > __variable=rvm_error_clr
++++++ 1394468781.N /scripts/functions/logging : __rvm_set_color() 4 > shift
++++++ 1394468781.N /scripts/functions/logging : __rvm_set_color() 6 > (( 1 ))
++++++ 1394468781.N /scripts/functions/logging : __rvm_set_color() 8 > __rvm_set_color_single red
++++++ 1394468781.N /scripts/functions/logging : __rvm_set_color_single() 7 > case "$1" in
++++++ 1394468781.N /scripts/functions/logging : __rvm_set_color_single() 8 > __buffer+=31
++++++ 1394468781.N /scripts/functions/logging : __rvm_set_color() 43 > shift
++++++ 1394468781.N /scripts/functions/logging : __rvm_set_color() 44 > (( 0 ))
++++++ 1394468781.N /scripts/functions/logging : __rvm_set_color() 40 > (( 0 ))
++++++ 1394468781.N /scripts/functions/logging : __rvm_set_color() 48 > __buffer+=m
++++++ 1394468781.N /scripts/functions/logging : __rvm_set_color() 49 > [[ rvm_error_clr == '' ]]
++++++ 1394468781.N /scripts/functions/logging : __rvm_set_color() 49 > [[ rvm_error_clr == \p\r\i\n\t ]]
++++++ 1394468781.N /scripts/functions/logging : __rvm_set_color() 51 > eval 'rvm_error_clr='\'''\'''
+++++++ 1394468781.N /scripts/functions/logging : __rvm_set_color() 45 > rvm_error_clr=''
++++++ 1394468781.N /scripts/functions/logging : source() 100 > __rvm_set_color rvm_warn_clr yellow
++++++ 1394468781.N /scripts/functions/logging : __rvm_set_color() 1 > typeset __buffer __variable
++++++ 1394468781.N /scripts/functions/logging : __rvm_set_color() 2 > __buffer='['
++++++ 1394468781.N /scripts/functions/logging : __rvm_set_color() 3 > __variable=rvm_warn_clr
++++++ 1394468781.N /scripts/functions/logging : __rvm_set_color() 4 > shift
++++++ 1394468781.N /scripts/functions/logging : __rvm_set_color() 6 > (( 1 ))
++++++ 1394468781.N /scripts/functions/logging : __rvm_set_color() 8 > __rvm_set_color_single yellow
++++++ 1394468781.N /scripts/functions/logging : __rvm_set_color_single() 7 > case "$1" in
++++++ 1394468781.N /scripts/functions/logging : __rvm_set_color_single() 10 > __buffer+=33
++++++ 1394468781.N /scripts/functions/logging : __rvm_set_color() 43 > shift
++++++ 1394468781.N /scripts/functions/logging : __rvm_set_color() 44 > (( 0 ))
++++++ 1394468781.N /scripts/functions/logging : __rvm_set_color() 40 > (( 0 ))
++++++ 1394468781.N /scripts/functions/logging : __rvm_set_color() 48 > __buffer+=m
++++++ 1394468781.N /scripts/functions/logging : __rvm_set_color() 49 > [[ rvm_warn_clr == '' ]]
++++++ 1394468781.N /scripts/functions/logging : __rvm_set_color() 49 > [[ rvm_warn_clr == \p\r\i\n\t ]]
++++++ 1394468781.N /scripts/functions/logging : __rvm_set_color() 51 > eval 'rvm_warn_clr='\'''\'''
+++++++ 1394468781.N /scripts/functions/logging : __rvm_set_color() 45 > rvm_warn_clr=''
++++++ 1394468781.N /scripts/functions/logging : source() 101 > __rvm_set_color rvm_debug_clr magenta
++++++ 1394468781.N /scripts/functions/logging : __rvm_set_color() 1 > typeset __buffer __variable
++++++ 1394468781.N /scripts/functions/logging : __rvm_set_color() 2 > __buffer='['
++++++ 1394468781.N /scripts/functions/logging : __rvm_set_color() 3 > __variable=rvm_debug_clr
++++++ 1394468781.N /scripts/functions/logging : __rvm_set_color() 4 > shift
++++++ 1394468781.N /scripts/functions/logging : __rvm_set_color() 6 > (( 1 ))
++++++ 1394468781.N /scripts/functions/logging : __rvm_set_color() 8 > __rvm_set_color_single magenta
++++++ 1394468781.N /scripts/functions/logging : __rvm_set_color_single() 7 > case "$1" in
++++++ 1394468781.N /scripts/functions/logging : __rvm_set_color_single() 12 > __buffer+=35
++++++ 1394468781.N /scripts/functions/logging : __rvm_set_color() 43 > shift
++++++ 1394468781.N /scripts/functions/logging : __rvm_set_color() 44 > (( 0 ))
++++++ 1394468781.N /scripts/functions/logging : __rvm_set_color() 40 > (( 0 ))
++++++ 1394468781.N /scripts/functions/logging : __rvm_set_color() 48 > __buffer+=m
++++++ 1394468781.N /scripts/functions/logging : __rvm_set_color() 49 > [[ rvm_debug_clr == '' ]]
++++++ 1394468781.N /scripts/functions/logging : __rvm_set_color() 49 > [[ rvm_debug_clr == \p\r\i\n\t ]]
++++++ 1394468781.N /scripts/functions/logging : __rvm_set_color() 51 > eval 'rvm_debug_clr='\'''\'''
+++++++ 1394468781.N /scripts/functions/logging : __rvm_set_color() 45 > rvm_debug_clr=''
++++++ 1394468781.N /scripts/functions/logging : source() 102 > __rvm_set_color rvm_notify_clr green
++++++ 1394468781.N /scripts/functions/logging : __rvm_set_color() 1 > typeset __buffer __variable
++++++ 1394468781.N /scripts/functions/logging : __rvm_set_color() 2 > __buffer='['
++++++ 1394468781.N /scripts/functions/logging : __rvm_set_color() 3 > __variable=rvm_notify_clr
++++++ 1394468781.N /scripts/functions/logging : __rvm_set_color() 4 > shift
++++++ 1394468781.N /scripts/functions/logging : __rvm_set_color() 6 > (( 1 ))
++++++ 1394468781.N /scripts/functions/logging : __rvm_set_color() 8 > __rvm_set_color_single green
++++++ 1394468781.N /scripts/functions/logging : __rvm_set_color_single() 7 > case "$1" in
++++++ 1394468781.N /scripts/functions/logging : __rvm_set_color_single() 9 > __buffer+=32
++++++ 1394468781.N /scripts/functions/logging : __rvm_set_color() 43 > shift
++++++ 1394468781.N /scripts/functions/logging : __rvm_set_color() 44 > (( 0 ))
++++++ 1394468781.N /scripts/functions/logging : __rvm_set_color() 40 > (( 0 ))
++++++ 1394468781.N /scripts/functions/logging : __rvm_set_color() 48 > __buffer+=m
++++++ 1394468781.N /scripts/functions/logging : __rvm_set_color() 49 > [[ rvm_notify_clr == '' ]]
++++++ 1394468781.N /scripts/functions/logging : __rvm_set_color() 49 > [[ rvm_notify_clr == \p\r\i\n\t ]]
++++++ 1394468781.N /scripts/functions/logging : __rvm_set_color() 51 > eval 'rvm_notify_clr='\'''\'''
+++++++ 1394468781.N /scripts/functions/logging : __rvm_set_color() 45 > rvm_notify_clr=''
++++++ 1394468781.N /scripts/functions/logging : source() 103 > __rvm_set_color rvm_reset_clr reset
++++++ 1394468781.N /scripts/functions/logging : __rvm_set_color() 1 > typeset __buffer __variable
++++++ 1394468781.N /scripts/functions/logging : __rvm_set_color() 2 > __buffer='['
++++++ 1394468781.N /scripts/functions/logging : __rvm_set_color() 3 > __variable=rvm_reset_clr
++++++ 1394468781.N /scripts/functions/logging : __rvm_set_color() 4 > shift
++++++ 1394468781.N /scripts/functions/logging : __rvm_set_color() 6 > (( 1 ))
++++++ 1394468781.N /scripts/functions/logging : __rvm_set_color() 8 > __rvm_set_color_single reset
++++++ 1394468781.N /scripts/functions/logging : __rvm_set_color_single() 7 > case "$1" in
++++++ 1394468781.N /scripts/functions/logging : __rvm_set_color_single() 29 > __buffer+=0
++++++ 1394468781.N /scripts/functions/logging : __rvm_set_color() 43 > shift
++++++ 1394468781.N /scripts/functions/logging : __rvm_set_color() 44 > (( 0 ))
++++++ 1394468781.N /scripts/functions/logging : __rvm_set_color() 40 > (( 0 ))
++++++ 1394468781.N /scripts/functions/logging : __rvm_set_color() 48 > __buffer+=m
++++++ 1394468781.N /scripts/functions/logging : __rvm_set_color() 49 > [[ rvm_reset_clr == '' ]]
++++++ 1394468781.N /scripts/functions/logging : __rvm_set_color() 49 > [[ rvm_reset_clr == \p\r\i\n\t ]]
++++++ 1394468781.N /scripts/functions/logging : __rvm_set_color() 51 > eval 'rvm_reset_clr='\'''\'''
+++++++ 1394468781.N /scripts/functions/logging : __rvm_set_color() 45 > rvm_reset_clr=''
+++++ 1394468781.N /scripts/base : source() 114 > for entry in '${scripts[@]}'
+++++ 1394468781.N /scripts/base : source() 109 > source /Users/mwlang/.rvm/scripts/functions/db
+++++ 1394468781.N /scripts/base : source() 114 > for entry in '${scripts[@]}'
+++++ 1394468782.N /scripts/base : source() 109 > source /Users/mwlang/.rvm/scripts/functions/support
++++++ 1394468782.N /scripts/functions/support : source() 5 > [[ -n '' ]]
++++++ 1394468782.N /scripts/functions/support : source() 246 > __rvm_setup_utils_functions
++++++ 1394468782.N /scripts/functions/support : __rvm_setup_utils_functions() 1 > typeset gnu_tools_path gnu_prefix gnu_util
++++++ 1394468782.N /scripts/functions/support : __rvm_setup_utils_functions() 2 > typeset -a gnu_utils gnu_missing
++++++ 1394468782.N /scripts/functions/support : __rvm_setup_utils_functions() 3 > gnu_utils=(awk cp date find sed tail tar xargs)
++++++ 1394468782.N /scripts/functions/support : __rvm_setup_utils_functions() 4 > gnu_missing=()
++++++ 1394468782.N /scripts/functions/support : __rvm_setup_utils_functions() 6 > is_a_function __rvm_setup_utils_functions_OSX
++++++ 1394468782.N /scripts/functions/support : is_a_function() 1 > typeset -f __rvm_setup_utils_functions_OSX
++++++ 1394468782.N /scripts/functions/support : is_a_function() 1 > return 1
++++++ 1394468782.N /scripts/functions/support : __rvm_setup_utils_functions() 173 > __rvm_setup_utils_functions_Other
++++++ 1394468782.N /scripts/functions/support : __rvm_setup_utils_functions_Other() -7 > command which --skip-alias --skip-functions which
++++++ 1394468782.N /scripts/functions/support : __rvm_setup_utils_functions_Other() -5 > command which whence
++++++ 1394468782.N /scripts/functions/support : __rvm_setup_utils_functions_Other() -3 > command which which
++++++ 1394468782.N /scripts/functions/support : __rvm_setup_utils_functions_Other() 247 > for gnu_util in '"${gnu_utils[@]}"'
++++++ 1394468782.N /scripts/functions/support : __rvm_setup_utils_functions_Other() 5 > eval '__rvm_awk() { \awk "$@" || return $?; }'
++++++ 1394468782.N /scripts/functions/support : __rvm_setup_utils_functions_Other() 247 > for gnu_util in '"${gnu_utils[@]}"'
++++++ 1394468782.N /scripts/functions/support : __rvm_setup_utils_functions_Other() 5 > eval '__rvm_cp() { \cp "$@" || return $?; }'
++++++ 1394468782.N /scripts/functions/support : __rvm_setup_utils_functions_Other() 247 > for gnu_util in '"${gnu_utils[@]}"'
++++++ 1394468782.N /scripts/functions/support : __rvm_setup_utils_functions_Other() 5 > eval '__rvm_date() { \date "$@" || return $?; }'
++++++ 1394468782.N /scripts/functions/support : __rvm_setup_utils_functions_Other() 247 > for gnu_util in '"${gnu_utils[@]}"'
++++++ 1394468782.N /scripts/functions/support : __rvm_setup_utils_functions_Other() 5 > eval '__rvm_find() { \find "$@" || return $?; }'
++++++ 1394468782.N /scripts/functions/support : __rvm_setup_utils_functions_Other() 247 > for gnu_util in '"${gnu_utils[@]}"'
++++++ 1394468782.N /scripts/functions/support : __rvm_setup_utils_functions_Other() 5 > eval '__rvm_sed() { \sed "$@" || return $?; }'
++++++ 1394468782.N /scripts/functions/support : __rvm_setup_utils_functions_Other() 247 > for gnu_util in '"${gnu_utils[@]}"'
++++++ 1394468782.N /scripts/functions/support : __rvm_setup_utils_functions_Other() 5 > eval '__rvm_tail() { \tail "$@" || return $?; }'
++++++ 1394468782.N /scripts/functions/support : __rvm_setup_utils_functions_Other() 247 > for gnu_util in '"${gnu_utils[@]}"'
++++++ 1394468782.N /scripts/functions/support : __rvm_setup_utils_functions_Other() 5 > eval '__rvm_tar() { \tar "$@" || return $?; }'
++++++ 1394468782.N /scripts/functions/support : __rvm_setup_utils_functions_Other() 247 > for gnu_util in '"${gnu_utils[@]}"'
++++++ 1394468782.N /scripts/functions/support : __rvm_setup_utils_functions_Other() 5 > eval '__rvm_xargs() { \xargs "$@" || return $?; }'
++++++ 1394468782.N /scripts/functions/support : source() 12 > [[ ! =~ --no-same-owner ]]
++++++ 1394468782.N /scripts/functions/support : source() 13 > __rvm_tar --help
++++++ 1394468782.N /scripts/functions/support : source() 13 > __rvm_grep -- --no-same-owner
++++++ 1394468782.N /scripts/functions/support : __rvm_grep() 0 > GREP_OPTIONS=
++++++ 1394468782.N /scripts/functions/support : __rvm_grep() 0 > grep -- --no-same-owner
++++++ 1394468782.N /scripts/functions/support : __rvm_grep() 0 > return 1
++++++ 1394468782.N /scripts/functions/support : source() 20 > other_utils=(ant automake autoreconf libtoolize make mount patch readlink)
++++++ 1394468782.N /scripts/functions/support : source() 23 > [[ OSX 10.9 == \S\o\l\a\r\i\s\ \1\0 ]]
++++++ 1394468782.N /scripts/functions/support : source() 277 > for other_util in '"${other_utils[@]}"'
++++++ 1394468782.N /scripts/functions/support : source() 35 > eval '__rvm_ant() { \ant "$@" || return $?; }'
++++++ 1394468782.N /scripts/functions/support : source() 277 > for other_util in '"${other_utils[@]}"'
++++++ 1394468782.N /scripts/functions/support : source() 35 > eval '__rvm_automake() { \automake "$@" || return $?; }'
++++++ 1394468782.N /scripts/functions/support : source() 277 > for other_util in '"${other_utils[@]}"'
++++++ 1394468782.N /scripts/functions/support : source() 35 > eval '__rvm_autoreconf() { \autoreconf "$@" || return $?; }'
++++++ 1394468782.N /scripts/functions/support : source() 277 > for other_util in '"${other_utils[@]}"'
++++++ 1394468782.N /scripts/functions/support : source() 35 > eval '__rvm_libtoolize() { \libtoolize "$@" || return $?; }'
++++++ 1394468782.N /scripts/functions/support : source() 277 > for other_util in '"${other_utils[@]}"'
++++++ 1394468782.N /scripts/functions/support : source() 35 > eval '__rvm_make() { \make "$@" || return $?; }'
++++++ 1394468782.N /scripts/functions/support : source() 277 > for other_util in '"${other_utils[@]}"'
++++++ 1394468782.N /scripts/functions/support : source() 35 > eval '__rvm_mount() { \mount "$@" || return $?; }'
++++++ 1394468782.N /scripts/functions/support : source() 277 > for other_util in '"${other_utils[@]}"'
++++++ 1394468782.N /scripts/functions/support : source() 35 > eval '__rvm_patch() { \patch "$@" || return $?; }'
++++++ 1394468782.N /scripts/functions/support : source() 277 > for other_util in '"${other_utils[@]}"'
++++++ 1394468782.N /scripts/functions/support : source() 35 > eval '__rvm_readlink() { \readlink "$@" || return $?; }'
++++++ 1394468782.N /scripts/functions/support : source() 38 > unset other_util other_utils
+++++ 1394468782.N /scripts/base : source() 114 > for entry in '${scripts[@]}'
+++++ 1394468782.N /scripts/base : source() -128 > source /Users/mwlang/.rvm/scripts/functions/utility
++++++ 1394468782.N /scripts/functions/utility : source() -240 > source /Users/mwlang/.rvm/scripts/functions/utility_logging
++++++ 1394468782.N /scripts/functions/utility : source() -239 > source /Users/mwlang/.rvm/scripts/functions/utility_package
++++++ 1394468782.N /scripts/functions/utility : source() -238 > source /Users/mwlang/.rvm/scripts/functions/utility_rubygems
++++++ 1394468782.N /scripts/functions/utility : source() -237 > source /Users/mwlang/.rvm/scripts/functions/utility_system
+++++++ 1394468782.N /scripts/functions/utility_system : source() -37 > __rvm_detect_system
+++++++ 1394468782.N /scripts/functions/utility_system : __rvm_detect_system() 1 > unset _system_type _system_name _system_version _system_arch
+++++++ 1394468782.N /scripts/functions/utility_system : __rvm_detect_system() 2 > export _system_type _system_name _system_version _system_arch
++++++++ 1394468782.N /scripts/functions/utility_system : __rvm_detect_system() -1 > command uname -a
++++++++ 1394468782.N /scripts/functions/utility_system : __rvm_detect_system() -5 > uname -a
+++++++ 1394468782.N /scripts/functions/utility_system : __rvm_detect_system() 3 > _system_info='Darwin mactower.thelangs.home 13.0.0 Darwin Kernel Version 13.0.0: Thu Sep 19 22:22:27 PDT 2013; root:xnu-2422.1.72~6/RELEASE_X86_64 x86_64'
+++++++ 1394468782.N /scripts/functions/utility_system : __rvm_detect_system() 4 > _system_type=unknown
+++++++ 1394468782.N /scripts/functions/utility_system : __rvm_detect_system() 5 > _system_name=unknown
+++++++ 1394468782.N /scripts/functions/utility_system : __rvm_detect_system() 6 > _system_name_lowercase=unknown
+++++++ 1394468782.N /scripts/functions/utility_system : __rvm_detect_system() 7 > _system_version=unknown
++++++++ 1394468782.N /scripts/functions/utility_system : __rvm_detect_system() 4 > command uname -m
++++++++ 1394468782.N /scripts/functions/utility_system : __rvm_detect_system() 0 > uname -m
+++++++ 1394468782.N /scripts/functions/utility_system : __rvm_detect_system() 8 > _system_arch=x86_64
+++++++ 1394468782.N /scripts/functions/utility_system : __rvm_detect_system() 13 > case "$(command uname)" in
++++++++ 1394468782.N /scripts/functions/utility_system : __rvm_detect_system() 9 > command uname
++++++++ 1394468782.N /scripts/functions/utility_system : __rvm_detect_system() 5 > uname
+++++++ 1394468782.N /scripts/functions/utility_system : __rvm_detect_system() 169 > _system_type=Darwin
+++++++ 1394468782.N /scripts/functions/utility_system : __rvm_detect_system() 170 > _system_name=OSX
++++++++ 1394468782.N /scripts/functions/utility_system : __rvm_detect_system() 167 > sw_vers -productVersion
++++++++ 1394468782.N /scripts/functions/utility_system : __rvm_detect_system() 167 > awk -F. '{print $1"."$2}'
+++++++ 1394468782.N /scripts/functions/utility_system : __rvm_detect_system() 171 > _system_version=10.9
+++++++ 1394468782.N /scripts/functions/utility_system : __rvm_detect_system() 185 > _system_type=Darwin
+++++++ 1394468782.N /scripts/functions/utility_system : __rvm_detect_system() 186 > _system_name=OSX
++++++++ 1394468782.N /scripts/functions/utility_system : __rvm_detect_system() 183 > echo OSX
++++++++ 1394468782.N /scripts/functions/utility_system : __rvm_detect_system() 183 > tr '[A-Z]' '[a-z]'
+++++++ 1394468782.N /scripts/functions/utility_system : __rvm_detect_system() 187 > _system_name_lowercase=osx
+++++++ 1394468782.N /scripts/functions/utility_system : __rvm_detect_system() 188 > _system_version=10.9
+++++++ 1394468782.N /scripts/functions/utility_system : __rvm_detect_system() 189 > _system_arch=x86_64
+++++++ 1394468782.N /scripts/functions/utility_system : __rvm_detect_system() 190 > _system_arch=x86_64
+++++++ 1394468782.N /scripts/functions/utility_system : __rvm_detect_system() 191 > _system_arch=x86_64
+++++++ 1394468782.N /scripts/functions/utility_system : source() 203 > __rvm_detect_system_override
+++++++ 1394468782.N /scripts/functions/utility_system : __rvm_detect_system_override() 1 > typeset _var
+++++++ 1394468782.N /scripts/functions/utility_system : __rvm_detect_system_override() 201 > for _var in system_type system_name system_name_lowercase system_version system_arch
+++++++ 1394468782.N /scripts/functions/utility_system : __rvm_detect_system_override() 3 > __rvm_db system_type _system_type
+++++++ 1394468782.N /scripts/functions/db : __rvm_db() 1 > typeset value key variable
+++++++ 1394468782.N /scripts/functions/db : __rvm_db() 2 > key=system_type
+++++++ 1394468782.N /scripts/functions/db : __rvm_db() 3 > key=system_type
+++++++ 1394468782.N /scripts/functions/db : __rvm_db() 4 > variable=_system_type
+++++++ 1394468782.N /scripts/functions/db : __rvm_db() 6 > [[ -f /Users/mwlang/.rvm/user/db ]]
++++++++ 1394468782.N /scripts/functions/db : __rvm_db() 1 > __rvm_db_ /Users/mwlang/.rvm/user/db system_type
++++++++ 1394468782.N /scripts/functions/db : __rvm_db_() 1 > typeset __db __key __value
++++++++ 1394468782.N /scripts/functions/db : __rvm_db_() 2 > __db=/Users/mwlang/.rvm/user/db
++++++++ 1394468782.N /scripts/functions/db : __rvm_db_() 3 > __key=system_type
++++++++ 1394468782.N /scripts/functions/db : __rvm_db_() 4 > shift 2
++++++++ 1394468782.N /scripts/functions/db : __rvm_db_() 5 > __value=
++++++++ 1394468782.N /scripts/functions/db : __rvm_db_() 65 > case "${__value}" in
++++++++ 1394468782.N /scripts/functions/db : __rvm_db_() 11 > __rvm_db_get /Users/mwlang/.rvm/user/db system_type
++++++++ 1394468782.N /scripts/functions/db : __rvm_db_get() 1 > [[ -f /Users/mwlang/.rvm/user/db ]]
++++++++ 1394468782.N /scripts/functions/db : __rvm_db_get() 2 > __rvm_grep '^system_type=' /Users/mwlang/.rvm/user/db
++++++++ 1394468782.N /scripts/functions/db : __rvm_db_get() 2 > __rvm_sed -e 's#^system_type=##' -e '/^$/d'
++++++++ 1394468782.N /scripts/functions/support : __rvm_sed() 0 > sed -e 's#^system_type=##' -e '/^$/d'
++++++++ 1394468782.N /scripts/functions/support : __rvm_grep() 0 > GREP_OPTIONS=
++++++++ 1394468782.N /scripts/functions/support : __rvm_grep() 0 > grep '^system_type=' /Users/mwlang/.rvm/user/db
++++++++ 1394468782.N /scripts/functions/support : __rvm_grep() 0 > return 1
+++++++ 1394468782.N /scripts/functions/db : __rvm_db() 7 > value=
+++++++ 1394468782.N /scripts/functions/db : __rvm_db() 9 > [[ -z '' ]]
+++++++ 1394468782.N /scripts/functions/db : __rvm_db() 9 > [[ -f /Users/mwlang/.rvm/config/db ]]
++++++++ 1394468782.N /scripts/functions/db : __rvm_db() 4 > __rvm_db_ /Users/mwlang/.rvm/config/db system_type
++++++++ 1394468782.N /scripts/functions/db : __rvm_db_() 1 > typeset __db __key __value
++++++++ 1394468782.N /scripts/functions/db : __rvm_db_() 2 > __db=/Users/mwlang/.rvm/config/db
++++++++ 1394468782.N /scripts/functions/db : __rvm_db_() 3 > __key=system_type
++++++++ 1394468782.N /scripts/functions/db : __rvm_db_() 4 > shift 2
++++++++ 1394468782.N /scripts/functions/db : __rvm_db_() 5 > __value=
++++++++ 1394468782.N /scripts/functions/db : __rvm_db_() 65 > case "${__value}" in
++++++++ 1394468782.N /scripts/functions/db : __rvm_db_() 11 > __rvm_db_get /Users/mwlang/.rvm/config/db system_type
++++++++ 1394468782.N /scripts/functions/db : __rvm_db_get() 1 > [[ -f /Users/mwlang/.rvm/config/db ]]
++++++++ 1394468782.N /scripts/functions/db : __rvm_db_get() 2 > __rvm_grep '^system_type=' /Users/mwlang/.rvm/config/db
++++++++ 1394468782.N /scripts/functions/db : __rvm_db_get() 2 > __rvm_sed -e 's#^system_type=##' -e '/^$/d'
++++++++ 1394468782.N /scripts/functions/support : __rvm_sed() 0 > sed -e 's#^system_type=##' -e '/^$/d'
++++++++ 1394468782.N /scripts/functions/support : __rvm_grep() 0 > GREP_OPTIONS=
++++++++ 1394468782.N /scripts/functions/support : __rvm_grep() 0 > grep '^system_type=' /Users/mwlang/.rvm/config/db
++++++++ 1394468782.N /scripts/functions/support : __rvm_grep() 0 > return 1
+++++++ 1394468782.N /scripts/functions/db : __rvm_db() 10 > value=
+++++++ 1394468782.N /scripts/functions/db : __rvm_db() 13 > [[ -n '' ]]
+++++++ 1394468782.N /scripts/functions/db : __rvm_db() 20 > true
+++++++ 1394468782.N /scripts/functions/utility_system : __rvm_detect_system_override() 201 > for _var in system_type system_name system_name_lowercase system_version system_arch
+++++++ 1394468782.N /scripts/functions/utility_system : __rvm_detect_system_override() 196 > __rvm_db system_name _system_name
+++++++ 1394468782.N /scripts/functions/db : __rvm_db() 1 > typeset value key variable
+++++++ 1394468782.N /scripts/functions/db : __rvm_db() 2 > key=system_name
+++++++ 1394468782.N /scripts/functions/db : __rvm_db() 3 > key=system_name
+++++++ 1394468782.N /scripts/functions/db : __rvm_db() 4 > variable=_system_name
+++++++ 1394468782.N /scripts/functions/db : __rvm_db() 6 > [[ -f /Users/mwlang/.rvm/user/db ]]
++++++++ 1394468782.N /scripts/functions/db : __rvm_db() 1 > __rvm_db_ /Users/mwlang/.rvm/user/db system_name
++++++++ 1394468782.N /scripts/functions/db : __rvm_db_() 1 > typeset __db __key __value
++++++++ 1394468782.N /scripts/functions/db : __rvm_db_() 2 > __db=/Users/mwlang/.rvm/user/db
++++++++ 1394468782.N /scripts/functions/db : __rvm_db_() 3 > __key=system_name
++++++++ 1394468782.N /scripts/functions/db : __rvm_db_() 4 > shift 2
++++++++ 1394468782.N /scripts/functions/db : __rvm_db_() 5 > __value=
++++++++ 1394468782.N /scripts/functions/db : __rvm_db_() 65 > case "${__value}" in
++++++++ 1394468782.N /scripts/functions/db : __rvm_db_() 11 > __rvm_db_get /Users/mwlang/.rvm/user/db system_name
++++++++ 1394468782.N /scripts/functions/db : __rvm_db_get() 1 > [[ -f /Users/mwlang/.rvm/user/db ]]
++++++++ 1394468782.N /scripts/functions/db : __rvm_db_get() 2 > __rvm_grep '^system_name=' /Users/mwlang/.rvm/user/db
++++++++ 1394468782.N /scripts/functions/db : __rvm_db_get() 2 > __rvm_sed -e 's#^system_name=##' -e '/^$/d'
++++++++ 1394468782.N /scripts/functions/support : __rvm_sed() 0 > sed -e 's#^system_name=##' -e '/^$/d'
++++++++ 1394468782.N /scripts/functions/support : __rvm_grep() 0 > GREP_OPTIONS=
++++++++ 1394468783.N /scripts/functions/support : __rvm_grep() 0 > grep '^system_name=' /Users/mwlang/.rvm/user/db
++++++++ 1394468783.N /scripts/functions/support : __rvm_grep() 0 > return 1
+++++++ 1394468783.N /scripts/functions/db : __rvm_db() 7 > value=
+++++++ 1394468783.N /scripts/functions/db : __rvm_db() 9 > [[ -z '' ]]
+++++++ 1394468783.N /scripts/functions/db : __rvm_db() 9 > [[ -f /Users/mwlang/.rvm/config/db ]]
++++++++ 1394468783.N /scripts/functions/db : __rvm_db() 4 > __rvm_db_ /Users/mwlang/.rvm/config/db system_name
++++++++ 1394468783.N /scripts/functions/db : __rvm_db_() 1 > typeset __db __key __value
++++++++ 1394468783.N /scripts/functions/db : __rvm_db_() 2 > __db=/Users/mwlang/.rvm/config/db
++++++++ 1394468783.N /scripts/functions/db : __rvm_db_() 3 > __key=system_name
++++++++ 1394468783.N /scripts/functions/db : __rvm_db_() 4 > shift 2
++++++++ 1394468783.N /scripts/functions/db : __rvm_db_() 5 > __value=
++++++++ 1394468783.N /scripts/functions/db : __rvm_db_() 65 > case "${__value}" in
++++++++ 1394468783.N /scripts/functions/db : __rvm_db_() 11 > __rvm_db_get /Users/mwlang/.rvm/config/db system_name
++++++++ 1394468783.N /scripts/functions/db : __rvm_db_get() 1 > [[ -f /Users/mwlang/.rvm/config/db ]]
++++++++ 1394468783.N /scripts/functions/db : __rvm_db_get() 2 > __rvm_grep '^system_name=' /Users/mwlang/.rvm/config/db
++++++++ 1394468783.N /scripts/functions/db : __rvm_db_get() 2 > __rvm_sed -e 's#^system_name=##' -e '/^$/d'
++++++++ 1394468783.N /scripts/functions/support : __rvm_sed() 0 > sed -e 's#^system_name=##' -e '/^$/d'
++++++++ 1394468783.N /scripts/functions/support : __rvm_grep() 0 > GREP_OPTIONS=
++++++++ 1394468783.N /scripts/functions/support : __rvm_grep() 0 > grep '^system_name=' /Users/mwlang/.rvm/config/db
++++++++ 1394468783.N /scripts/functions/support : __rvm_grep() 0 > return 1
+++++++ 1394468783.N /scripts/functions/db : __rvm_db() 10 > value=
+++++++ 1394468783.N /scripts/functions/db : __rvm_db() 13 > [[ -n '' ]]
+++++++ 1394468783.N /scripts/functions/db : __rvm_db() 20 > true
+++++++ 1394468783.N /scripts/functions/utility_system : __rvm_detect_system_override() 201 > for _var in system_type system_name system_name_lowercase system_version system_arch
+++++++ 1394468783.N /scripts/functions/utility_system : __rvm_detect_system_override() 196 > __rvm_db system_name_lowercase _system_name_lowercase
+++++++ 1394468783.N /scripts/functions/db : __rvm_db() 1 > typeset value key variable
+++++++ 1394468783.N /scripts/functions/db : __rvm_db() 2 > key=system_name_lowercase
+++++++ 1394468783.N /scripts/functions/db : __rvm_db() 3 > key=system_name_lowercase
+++++++ 1394468783.N /scripts/functions/db : __rvm_db() 4 > variable=_system_name_lowercase
+++++++ 1394468783.N /scripts/functions/db : __rvm_db() 6 > [[ -f /Users/mwlang/.rvm/user/db ]]
++++++++ 1394468783.N /scripts/functions/db : __rvm_db() 1 > __rvm_db_ /Users/mwlang/.rvm/user/db system_name_lowercase
++++++++ 1394468783.N /scripts/functions/db : __rvm_db_() 1 > typeset __db __key __value
++++++++ 1394468783.N /scripts/functions/db : __rvm_db_() 2 > __db=/Users/mwlang/.rvm/user/db
++++++++ 1394468783.N /scripts/functions/db : __rvm_db_() 3 > __key=system_name_lowercase
++++++++ 1394468783.N /scripts/functions/db : __rvm_db_() 4 > shift 2
++++++++ 1394468783.N /scripts/functions/db : __rvm_db_() 5 > __value=
++++++++ 1394468783.N /scripts/functions/db : __rvm_db_() 65 > case "${__value}" in
++++++++ 1394468783.N /scripts/functions/db : __rvm_db_() 11 > __rvm_db_get /Users/mwlang/.rvm/user/db system_name_lowercase
++++++++ 1394468783.N /scripts/functions/db : __rvm_db_get() 1 > [[ -f /Users/mwlang/.rvm/user/db ]]
++++++++ 1394468783.N /scripts/functions/db : __rvm_db_get() 2 > __rvm_sed -e 's#^system_name_lowercase=##' -e '/^$/d'
++++++++ 1394468783.N /scripts/functions/db : __rvm_db_get() 2 > __rvm_grep '^system_name_lowercase=' /Users/mwlang/.rvm/user/db
++++++++ 1394468783.N /scripts/functions/support : __rvm_sed() 0 > sed -e 's#^system_name_lowercase=##' -e '/^$/d'
++++++++ 1394468783.N /scripts/functions/support : __rvm_grep() 0 > GREP_OPTIONS=
++++++++ 1394468783.N /scripts/functions/support : __rvm_grep() 0 > grep '^system_name_lowercase=' /Users/mwlang/.rvm/user/db
++++++++ 1394468783.N /scripts/functions/support : __rvm_grep() 0 > return 1
+++++++ 1394468783.N /scripts/functions/db : __rvm_db() 7 > value=
+++++++ 1394468783.N /scripts/functions/db : __rvm_db() 9 > [[ -z '' ]]
+++++++ 1394468783.N /scripts/functions/db : __rvm_db() 9 > [[ -f /Users/mwlang/.rvm/config/db ]]
++++++++ 1394468783.N /scripts/functions/db : __rvm_db() 4 > __rvm_db_ /Users/mwlang/.rvm/config/db system_name_lowercase
++++++++ 1394468783.N /scripts/functions/db : __rvm_db_() 1 > typeset __db __key __value
++++++++ 1394468783.N /scripts/functions/db : __rvm_db_() 2 > __db=/Users/mwlang/.rvm/config/db
++++++++ 1394468783.N /scripts/functions/db : __rvm_db_() 3 > __key=system_name_lowercase
++++++++ 1394468783.N /scripts/functions/db : __rvm_db_() 4 > shift 2
++++++++ 1394468783.N /scripts/functions/db : __rvm_db_() 5 > __value=
++++++++ 1394468783.N /scripts/functions/db : __rvm_db_() 65 > case "${__value}" in
++++++++ 1394468783.N /scripts/functions/db : __rvm_db_() 11 > __rvm_db_get /Users/mwlang/.rvm/config/db system_name_lowercase
++++++++ 1394468783.N /scripts/functions/db : __rvm_db_get() 1 > [[ -f /Users/mwlang/.rvm/config/db ]]
++++++++ 1394468783.N /scripts/functions/db : __rvm_db_get() 2 > __rvm_grep '^system_name_lowercase=' /Users/mwlang/.rvm/config/db
++++++++ 1394468783.N /scripts/functions/db : __rvm_db_get() 2 > __rvm_sed -e 's#^system_name_lowercase=##' -e '/^$/d'
++++++++ 1394468783.N /scripts/functions/support : __rvm_sed() 0 > sed -e 's#^system_name_lowercase=##' -e '/^$/d'
++++++++ 1394468783.N /scripts/functions/support : __rvm_grep() 0 > GREP_OPTIONS=
++++++++ 1394468783.N /scripts/functions/support : __rvm_grep() 0 > grep '^system_name_lowercase=' /Users/mwlang/.rvm/config/db
++++++++ 1394468783.N /scripts/functions/support : __rvm_grep() 0 > return 1
+++++++ 1394468783.N /scripts/functions/db : __rvm_db() 10 > value=
+++++++ 1394468783.N /scripts/functions/db : __rvm_db() 13 > [[ -n '' ]]
+++++++ 1394468783.N /scripts/functions/db : __rvm_db() 20 > true
+++++++ 1394468783.N /scripts/functions/utility_system : __rvm_detect_system_override() 201 > for _var in system_type system_name system_name_lowercase system_version system_arch
+++++++ 1394468783.N /scripts/functions/utility_system : __rvm_detect_system_override() 196 > __rvm_db system_version _system_version
+++++++ 1394468783.N /scripts/functions/db : __rvm_db() 1 > typeset value key variable
+++++++ 1394468783.N /scripts/functions/db : __rvm_db() 2 > key=system_version
+++++++ 1394468783.N /scripts/functions/db : __rvm_db() 3 > key=system_version
+++++++ 1394468783.N /scripts/functions/db : __rvm_db() 4 > variable=_system_version
+++++++ 1394468783.N /scripts/functions/db : __rvm_db() 6 > [[ -f /Users/mwlang/.rvm/user/db ]]
++++++++ 1394468783.N /scripts/functions/db : __rvm_db() 1 > __rvm_db_ /Users/mwlang/.rvm/user/db system_version
++++++++ 1394468783.N /scripts/functions/db : __rvm_db_() 1 > typeset __db __key __value
++++++++ 1394468783.N /scripts/functions/db : __rvm_db_() 2 > __db=/Users/mwlang/.rvm/user/db
++++++++ 1394468783.N /scripts/functions/db : __rvm_db_() 3 > __key=system_version
++++++++ 1394468783.N /scripts/functions/db : __rvm_db_() 4 > shift 2
++++++++ 1394468783.N /scripts/functions/db : __rvm_db_() 5 > __value=
++++++++ 1394468783.N /scripts/functions/db : __rvm_db_() 65 > case "${__value}" in
++++++++ 1394468783.N /scripts/functions/db : __rvm_db_() 11 > __rvm_db_get /Users/mwlang/.rvm/user/db system_version
++++++++ 1394468783.N /scripts/functions/db : __rvm_db_get() 1 > [[ -f /Users/mwlang/.rvm/user/db ]]
++++++++ 1394468783.N /scripts/functions/db : __rvm_db_get() 2 > __rvm_grep '^system_version=' /Users/mwlang/.rvm/user/db
++++++++ 1394468783.N /scripts/functions/db : __rvm_db_get() 2 > __rvm_sed -e 's#^system_version=##' -e '/^$/d'
++++++++ 1394468783.N /scripts/functions/support : __rvm_sed() 0 > sed -e 's#^system_version=##' -e '/^$/d'
++++++++ 1394468783.N /scripts/functions/support : __rvm_grep() 0 > GREP_OPTIONS=
++++++++ 1394468783.N /scripts/functions/support : __rvm_grep() 0 > grep '^system_version=' /Users/mwlang/.rvm/user/db
++++++++ 1394468783.N /scripts/functions/support : __rvm_grep() 0 > return 1
+++++++ 1394468783.N /scripts/functions/db : __rvm_db() 7 > value=
+++++++ 1394468783.N /scripts/functions/db : __rvm_db() 9 > [[ -z '' ]]
+++++++ 1394468783.N /scripts/functions/db : __rvm_db() 9 > [[ -f /Users/mwlang/.rvm/config/db ]]
++++++++ 1394468783.N /scripts/functions/db : __rvm_db() 4 > __rvm_db_ /Users/mwlang/.rvm/config/db system_version
++++++++ 1394468783.N /scripts/functions/db : __rvm_db_() 1 > typeset __db __key __value
++++++++ 1394468783.N /scripts/functions/db : __rvm_db_() 2 > __db=/Users/mwlang/.rvm/config/db
++++++++ 1394468783.N /scripts/functions/db : __rvm_db_() 3 > __key=system_version
++++++++ 1394468783.N /scripts/functions/db : __rvm_db_() 4 > shift 2
++++++++ 1394468783.N /scripts/functions/db : __rvm_db_() 5 > __value=
++++++++ 1394468783.N /scripts/functions/db : __rvm_db_() 65 > case "${__value}" in
++++++++ 1394468783.N /scripts/functions/db : __rvm_db_() 11 > __rvm_db_get /Users/mwlang/.rvm/config/db system_version
++++++++ 1394468783.N /scripts/functions/db : __rvm_db_get() 1 > [[ -f /Users/mwlang/.rvm/config/db ]]
++++++++ 1394468783.N /scripts/functions/db : __rvm_db_get() 2 > __rvm_grep '^system_version=' /Users/mwlang/.rvm/config/db
++++++++ 1394468783.N /scripts/functions/db : __rvm_db_get() 2 > __rvm_sed -e 's#^system_version=##' -e '/^$/d'
++++++++ 1394468783.N /scripts/functions/support : __rvm_sed() 0 > sed -e 's#^system_version=##' -e '/^$/d'
++++++++ 1394468783.N /scripts/functions/support : __rvm_grep() 0 > GREP_OPTIONS=
++++++++ 1394468783.N /scripts/functions/support : __rvm_grep() 0 > grep '^system_version=' /Users/mwlang/.rvm/config/db
++++++++ 1394468783.N /scripts/functions/support : __rvm_grep() 0 > return 1
+++++++ 1394468783.N /scripts/functions/db : __rvm_db() 10 > value=
+++++++ 1394468783.N /scripts/functions/db : __rvm_db() 13 > [[ -n '' ]]
+++++++ 1394468783.N /scripts/functions/db : __rvm_db() 20 > true
+++++++ 1394468783.N /scripts/functions/utility_system : __rvm_detect_system_override() 201 > for _var in system_type system_name system_name_lowercase system_version system_arch
+++++++ 1394468783.N /scripts/functions/utility_system : __rvm_detect_system_override() 196 > __rvm_db system_arch _system_arch
+++++++ 1394468783.N /scripts/functions/db : __rvm_db() 1 > typeset value key variable
+++++++ 1394468783.N /scripts/functions/db : __rvm_db() 2 > key=system_arch
+++++++ 1394468783.N /scripts/functions/db : __rvm_db() 3 > key=system_arch
+++++++ 1394468783.N /scripts/functions/db : __rvm_db() 4 > variable=_system_arch
+++++++ 1394468783.N /scripts/functions/db : __rvm_db() 6 > [[ -f /Users/mwlang/.rvm/user/db ]]
++++++++ 1394468783.N /scripts/functions/db : __rvm_db() 1 > __rvm_db_ /Users/mwlang/.rvm/user/db system_arch
++++++++ 1394468783.N /scripts/functions/db : __rvm_db_() 1 > typeset __db __key __value
++++++++ 1394468783.N /scripts/functions/db : __rvm_db_() 2 > __db=/Users/mwlang/.rvm/user/db
++++++++ 1394468783.N /scripts/functions/db : __rvm_db_() 3 > __key=system_arch
++++++++ 1394468783.N /scripts/functions/db : __rvm_db_() 4 > shift 2
++++++++ 1394468783.N /scripts/functions/db : __rvm_db_() 5 > __value=
++++++++ 1394468783.N /scripts/functions/db : __rvm_db_() 65 > case "${__value}" in
++++++++ 1394468783.N /scripts/functions/db : __rvm_db_() 11 > __rvm_db_get /Users/mwlang/.rvm/user/db system_arch
++++++++ 1394468783.N /scripts/functions/db : __rvm_db_get() 1 > [[ -f /Users/mwlang/.rvm/user/db ]]
++++++++ 1394468783.N /scripts/functions/db : __rvm_db_get() 2 > __rvm_grep '^system_arch=' /Users/mwlang/.rvm/user/db
++++++++ 1394468783.N /scripts/functions/db : __rvm_db_get() 2 > __rvm_sed -e 's#^system_arch=##' -e '/^$/d'
++++++++ 1394468783.N /scripts/functions/support : __rvm_sed() 0 > sed -e 's#^system_arch=##' -e '/^$/d'
++++++++ 1394468783.N /scripts/functions/support : __rvm_grep() 0 > GREP_OPTIONS=
++++++++ 1394468783.N /scripts/functions/support : __rvm_grep() 0 > grep '^system_arch=' /Users/mwlang/.rvm/user/db
++++++++ 1394468783.N /scripts/functions/support : __rvm_grep() 0 > return 1
+++++++ 1394468783.N /scripts/functions/db : __rvm_db() 7 > value=
+++++++ 1394468783.N /scripts/functions/db : __rvm_db() 9 > [[ -z '' ]]
+++++++ 1394468783.N /scripts/functions/db : __rvm_db() 9 > [[ -f /Users/mwlang/.rvm/config/db ]]
++++++++ 1394468783.N /scripts/functions/db : __rvm_db() 4 > __rvm_db_ /Users/mwlang/.rvm/config/db system_arch
++++++++ 1394468783.N /scripts/functions/db : __rvm_db_() 1 > typeset __db __key __value
++++++++ 1394468783.N /scripts/functions/db : __rvm_db_() 2 > __db=/Users/mwlang/.rvm/config/db
++++++++ 1394468783.N /scripts/functions/db : __rvm_db_() 3 > __key=system_arch
++++++++ 1394468783.N /scripts/functions/db : __rvm_db_() 4 > shift 2
++++++++ 1394468783.N /scripts/functions/db : __rvm_db_() 5 > __value=
++++++++ 1394468783.N /scripts/functions/db : __rvm_db_() 65 > case "${__value}" in
++++++++ 1394468783.N /scripts/functions/db : __rvm_db_() 11 > __rvm_db_get /Users/mwlang/.rvm/config/db system_arch
++++++++ 1394468783.N /scripts/functions/db : __rvm_db_get() 1 > [[ -f /Users/mwlang/.rvm/config/db ]]
++++++++ 1394468783.N /scripts/functions/db : __rvm_db_get() 2 > __rvm_grep '^system_arch=' /Users/mwlang/.rvm/config/db
++++++++ 1394468783.N /scripts/functions/db : __rvm_db_get() 2 > __rvm_sed -e 's#^system_arch=##' -e '/^$/d'
++++++++ 1394468783.N /scripts/functions/support : __rvm_sed() 0 > sed -e 's#^system_arch=##' -e '/^$/d'
++++++++ 1394468783.N /scripts/functions/support : __rvm_grep() 0 > GREP_OPTIONS=
++++++++ 1394468783.N /scripts/functions/support : __rvm_grep() 0 > grep '^system_arch=' /Users/mwlang/.rvm/config/db
++++++++ 1394468783.N /scripts/functions/support : __rvm_grep() 0 > return 1
+++++++ 1394468783.N /scripts/functions/db : __rvm_db() 10 > value=
+++++++ 1394468783.N /scripts/functions/db : __rvm_db() 13 > [[ -n '' ]]
+++++++ 1394468783.N /scripts/functions/db : __rvm_db() 20 > true
+++++ 1394468783.N /scripts/base : source() 114 > for entry in '${scripts[@]}'
+++++ 1394468783.N /scripts/base : source() 109 > source /Users/mwlang/.rvm/scripts/functions/init
+++++ 1394468783.N /scripts/base : source() 114 > for entry in '${scripts[@]}'
+++++ 1394468783.N /scripts/base : source() 109 > source /Users/mwlang/.rvm/scripts/functions/cleanup
+++++ 1394468783.N /scripts/base : source() 114 > for entry in '${scripts[@]}'
+++++ 1394468783.N /scripts/base : source() 109 > source /Users/mwlang/.rvm/scripts/functions/env
+++++ 1394468783.N /scripts/base : source() 114 > for entry in '${scripts[@]}'
+++++ 1394468783.N /scripts/base : source() 109 > source /Users/mwlang/.rvm/scripts/functions/rvmrc
++++++ 1394468783.N /scripts/functions/rvmrc : source() -3 > source /Users/mwlang/.rvm/scripts/functions/rvmrc_project
++++++ 1394468783.N /scripts/functions/rvmrc : source() -2 > source /Users/mwlang/.rvm/scripts/functions/rvmrc_set
++++++ 1394468783.N /scripts/functions/rvmrc : source() -1 > source /Users/mwlang/.rvm/scripts/functions/rvmrc_to
++++++ 1394468783.N /scripts/functions/rvmrc : source() 0 > source /Users/mwlang/.rvm/scripts/functions/rvmrc_trust
++++++ 1394468783.N /scripts/functions/rvmrc : source() 1 > source /Users/mwlang/.rvm/scripts/functions/rvmrc_warning
+++++ 1394468784.N /scripts/base : source() 114 > for entry in '${scripts[@]}'
+++++ 1394468784.N /scripts/base : source() 109 > source /Users/mwlang/.rvm/scripts/functions/install
+++++ 1394468784.N /scripts/base : source() 114 > for entry in '${scripts[@]}'
+++++ 1394468784.N /scripts/base : source() 109 > source /Users/mwlang/.rvm/scripts/functions/environment
+++++ 1394468784.N /scripts/base : source() 114 > for entry in '${scripts[@]}'
+++++ 1394468784.N /scripts/base : source() 109 > source /Users/mwlang/.rvm/scripts/functions/gemset
+++++ 1394468784.N /scripts/base : source() 114 > for entry in '${scripts[@]}'
+++++ 1394468784.N /scripts/base : source() 109 > source /Users/mwlang/.rvm/scripts/functions/checksum
+++++ 1394468784.N /scripts/base : source() 114 > for entry in '${scripts[@]}'
+++++ 1394468784.N /scripts/base : source() 109 > source /Users/mwlang/.rvm/scripts/functions/list
+++++ 1394468784.N /scripts/base : source() 111 > unset scripts entry rvm_base_except
++++ 1394468784.N /scripts/functions/init : __rvm_initialize() 38 > __rvm_conditionally_add_bin_path
++++ 1394468784.N /scripts/functions/env : __rvm_conditionally_add_bin_path() 1 > [[ :/Users/mwlang/.rvm/gems/ruby-2.0.0-p353@rubinius/bin:/Users/mwlang/.rvm/gems/ruby-2.0.0-p353@global/bin:/Users/mwlang/.rvm/rubies/ruby-2.0.0-p353/bin:/Users/mwlang/.rvm/bin:/usr/local/opt/pkg-config/bin:/usr/local/opt/libtool/bin:/usr/local/opt/automake/bin:/usr/local/opt/autoconf/bin:/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/local/sbin:/usr/local/share/npm/bin:/opt/local/bin:/opt/local/sbin:/opt/local/lib/mysql5/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin: == *\:\/\U\s\e\r\s\/\m\w\l\a\n\g\/\.\r\v\m\/\b\i\n\:* ]]
++++ 1394468784.N /scripts/functions/init : __rvm_initialize() 2 > export PATH
++++ 1394468784.N /scripts/functions/init : __rvm_initialize() 4 > [[ -d /Users/mwlang/.rvm/tmp ]]
++++ 1394468784.N /scripts/functions/init : __rvm_initialize() 6 > return 0
++++ 1394468784.N /scripts/cli : rvm() 757 > __rvm_setup
++++ 1394468784.N /scripts/functions/environment : __rvm_setup() 1 > __variables_definition export
++++ 1394468784.N /scripts/functions/environment : __variables_definition() 1 > typeset -a __variables_list __array_list
++++ 1394468784.N /scripts/functions/environment : __variables_definition() 2 > typeset __method
++++ 1394468784.N /scripts/functions/environment : __variables_definition() 4 > __method=export
++++ 1394468784.N /scripts/functions/environment : __variables_definition() 38 > __variables_list=(rvm_head_flag rvm_ruby_selected_flag rvm_user_install_flag rvm_path_flag rvm_cron_flag rvm_static_flag rvm_default_flag rvm_loaded_flag rvm_llvm_flag rvm_skip_autoreconf_flag rvm_18_flag rvm_19_flag rvm_20_flag rvm_21_flag rvm_force_autoconf_flag rvm_dump_environment_flag rvm_curl_flags rvm_rubygems_version rvm_verbose_flag rvm_debug_flag rvm_trace_flag __array_start rvm_skip_pristine_flag rvm_pretty_print_flag rvm_create_flag rvm_remove_flag rvm_movable_flag rvm_archive_flag rvm_gemdir_flag rvm_reload_flag rvm_auto_reload_flag rvm_disable_binary_flag rvm_ignore_gemsets_flag rvm_skip_gemsets_flag rvm_install_on_use_flag rvm_remote_flag rvm_verify_downloads_flag rvm_skip_openssl_flag rvm_gems_cache_path rvm_gems_path rvm_man_path rvm_ruby_gem_path rvm_ruby_log_path rvm_gems_cache_path rvm_archives_path rvm_docs_path rvm_environments_path rvm_examples_path rvm_gems_path rvm_gemsets_path rvm_help_path rvm_hooks_path rvm_lib_path rvm_log_path rvm_patches_path rvm_repos_path rvm_rubies_path rvm_scripts_path rvm_src_path rvm_tmp_path rvm_user_path rvm_usr_path rvm_wrappers_path rvm_stored_errexit rvm_ruby_strings rvm_ruby_binary rvm_ruby_gem_home rvm_ruby_home rvm_ruby_interpreter rvm_ruby_irbrc rvm_ruby_major_version rvm_ruby_minor_version rvm_ruby_package_name rvm_ruby_patch_level rvm_ruby_release_version rvm_ruby_repo_url rvm_ruby_repo_branch rvm_ruby_revision rvm_ruby_tag rvm_ruby_sha rvm_ruby_version rvm_ruby_package_file rvm_ruby_name rvm_ruby_name rvm_ruby_args rvm_ruby_user_tag rvm_ruby_patch detected_rvm_ruby_name __rvm_env_loaded next_token rvm_error_message rvm_gemset_name rvm_parse_break rvm_token rvm_action rvm_export_args rvm_gemset_separator rvm_expanding_aliases rvm_tar_command rvm_tar_options rvm_patch_original_pwd rvm_project_rvmrc rvm_archive_extension rvm_autoinstall_bundler_flag rvm_codesign_identity rvm_expected_gemset_name rvm_without_gems rvm_with_gems rvm_with_default_gems rvm_ignore_dotfiles_flag rvm_fuzzy_flag rvm_autolibs_flag rvm_autolibs_flag_number rvm_autolibs_flag_runner rvm_quiet_curl_flag rvm_max_time_flag rvm_error_clr rvm_warn_clr rvm_debug_clr rvm_notify_clr rvm_reset_clr rvm_error_color rvm_warn_color rvm_debug_color rvm_notify_color rvm_reset_color rvm_log_timestamp rvm_log_filesystem rvm_log_namelen rvm_show_log_lines_on_error)
++++ 1394468784.N /scripts/functions/environment : __variables_definition() 42 > __array_list=(rvm_patch_names rvm_ree_options rvm_autoconf_flags rvm_architectures)
++++ 1394468784.N /scripts/functions/environment : __variables_definition() 182 > case "${__method}" in
++++ 1394468784.N /scripts/functions/environment : __variables_definition() 45 > export -a rvm_patch_names rvm_ree_options rvm_autoconf_flags rvm_architectures
++++ 1394468784.N /scripts/functions/environment : __variables_definition() 53 > export rvm_head_flag rvm_ruby_selected_flag rvm_user_install_flag rvm_path_flag rvm_cron_flag rvm_static_flag rvm_default_flag rvm_loaded_flag rvm_llvm_flag rvm_skip_autoreconf_flag rvm_18_flag rvm_19_flag rvm_20_flag rvm_21_flag rvm_force_autoconf_flag rvm_dump_environment_flag rvm_curl_flags rvm_rubygems_version rvm_verbose_flag rvm_debug_flag rvm_trace_flag __array_start rvm_skip_pristine_flag rvm_pretty_print_flag rvm_create_flag rvm_remove_flag rvm_movable_flag rvm_archive_flag rvm_gemdir_flag rvm_reload_flag rvm_auto_reload_flag rvm_disable_binary_flag rvm_ignore_gemsets_flag rvm_skip_gemsets_flag rvm_install_on_use_flag rvm_remote_flag rvm_verify_downloads_flag rvm_skip_openssl_flag rvm_gems_cache_path rvm_gems_path rvm_man_path rvm_ruby_gem_path rvm_ruby_log_path rvm_gems_cache_path rvm_archives_path rvm_docs_path rvm_environments_path rvm_examples_path rvm_gems_path rvm_gemsets_path rvm_help_path rvm_hooks_path rvm_lib_path rvm_log_path rvm_patches_path rvm_repos_path rvm_rubies_path rvm_scripts_path rvm_src_path rvm_tmp_path rvm_user_path rvm_usr_path rvm_wrappers_path rvm_stored_errexit rvm_ruby_strings rvm_ruby_binary rvm_ruby_gem_home rvm_ruby_home rvm_ruby_interpreter rvm_ruby_irbrc rvm_ruby_major_version rvm_ruby_minor_version rvm_ruby_package_name rvm_ruby_patch_level rvm_ruby_release_version rvm_ruby_repo_url rvm_ruby_repo_branch rvm_ruby_revision rvm_ruby_tag rvm_ruby_sha rvm_ruby_version rvm_ruby_package_file rvm_ruby_name rvm_ruby_name rvm_ruby_args rvm_ruby_user_tag rvm_ruby_patch detected_rvm_ruby_name __rvm_env_loaded next_token rvm_error_message rvm_gemset_name rvm_parse_break rvm_token rvm_action rvm_export_args rvm_gemset_separator rvm_expanding_aliases rvm_tar_command rvm_tar_options rvm_patch_original_pwd rvm_project_rvmrc rvm_archive_extension rvm_autoinstall_bundler_flag rvm_codesign_identity rvm_expected_gemset_name rvm_without_gems rvm_with_gems rvm_with_default_gems rvm_ignore_dotfiles_flag rvm_fuzzy_flag rvm_autolibs_flag rvm_autolibs_flag_number rvm_autolibs_flag_runner rvm_quiet_curl_flag rvm_max_time_flag rvm_error_clr rvm_warn_clr rvm_debug_clr rvm_notify_clr rvm_reset_clr rvm_error_color rvm_warn_color rvm_debug_color rvm_notify_color rvm_reset_color rvm_log_timestamp rvm_log_filesystem rvm_log_namelen rvm_show_log_lines_on_error
++++ 1394468784.N /scripts/functions/environment : __rvm_setup() 64 > (( __rvm_env_loaded != 1 ))
++++ 1394468784.N /scripts/functions/environment : __rvm_setup() 68 > [[ -n 3.2.51(1)-release ]]
++++ 1394468784.N /scripts/functions/environment : __rvm_setup() 68 > __function_on_stack cd pushd popd
++++ 1394468784.N /scripts/functions/support : __function_on_stack() 1 > __rvm_string_includes '__function_on_stack __rvm_setup rvm source __rvm_conditionally_do_with_env source __rvm_use_common __rvm_use __rvm_with rubinius_install_setup_ruby rubinius_install __rvm_install_ruby __rvm_manage_rubies source __rvm_run_wrapper __rvm_cli_install_ruby rvm' cd pushd popd
++++ 1394468784.N /scripts/functions/support : __rvm_string_includes() 1 > typeset __search '__text=__function_on_stack __rvm_setup rvm source __rvm_conditionally_do_with_env source __rvm_use_common __rvm_use __rvm_with rubinius_install_setup_ruby rubinius_install __rvm_install_ruby __rvm_manage_rubies source __rvm_run_wrapper __rvm_cli_install_ruby rvm'
++++ 1394468784.N /scripts/functions/support : __rvm_string_includes() 2 > shift
++++ 1394468784.N /scripts/functions/support : __rvm_string_includes() 380 > for __search in '"$@"'
++++ 1394468784.N /scripts/functions/support : __rvm_string_includes() 5 > [[ __function_on_stack __rvm_setup rvm source __rvm_conditionally_do_with_env source __rvm_use_common __rvm_use __rvm_with rubinius_install_setup_ruby rubinius_install __rvm_install_ruby __rvm_manage_rubies source __rvm_run_wrapper __rvm_cli_install_ruby rvm =~ cd ]]
++++ 1394468784.N /scripts/functions/support : __rvm_string_includes() 380 > for __search in '"$@"'
++++ 1394468784.N /scripts/functions/support : __rvm_string_includes() 5 > [[ __function_on_stack __rvm_setup rvm source __rvm_conditionally_do_with_env source __rvm_use_common __rvm_use __rvm_with rubinius_install_setup_ruby rubinius_install __rvm_install_ruby __rvm_manage_rubies source __rvm_run_wrapper __rvm_cli_install_ruby rvm =~ pushd ]]
++++ 1394468784.N /scripts/functions/support : __rvm_string_includes() 380 > for __search in '"$@"'
++++ 1394468784.N /scripts/functions/support : __rvm_string_includes() 5 > [[ __function_on_stack __rvm_setup rvm source __rvm_conditionally_do_with_env source __rvm_use_common __rvm_use __rvm_with rubinius_install_setup_ruby rubinius_install __rvm_install_ruby __rvm_manage_rubies source __rvm_run_wrapper __rvm_cli_install_ruby rvm =~ popd ]]
++++ 1394468784.N /scripts/functions/support : __rvm_string_includes() 9 > return 1
++++ 1394468784.N /scripts/functions/support : __function_on_stack() 14 > return 1
++++ 1394468784.N /scripts/functions/environment : __rvm_setup() -169 > trap 'status=$? ; __rvm_teardown_final ; set +x ; return $status' 0 1 2 3 15
++++ 1394468784.N /scripts/functions/environment : __rvm_setup() -166 > [[ -n '' ]]
++++ 1394468784.N /scripts/cli : rvm() 425 > next_token=wrapper
++++ 1394468784.N /scripts/cli : rvm() 426 > (( 3 == 0 ))
++++ 1394468784.N /scripts/cli : rvm() 426 > shift
++++ 1394468784.N /scripts/cli : rvm() 427 > __rvm_parse_args ruby-2.0.0-p353 textmate
++++ 1394468784.N /scripts/cli : __rvm_parse_args() 1 > typeset _string
++++ 1394468784.N /scripts/cli : __rvm_parse_args() 2 > export rvm_ruby_string
++++ 1394468784.N /scripts/cli : __rvm_parse_args() 4 > rvm_action=
++++ 1394468784.N /scripts/cli : __rvm_parse_args() 5 > rvm_parse_break=0
++++ 1394468784.N /scripts/cli : __rvm_parse_args() 8 > [[ ruby-2.0.0-p353 textmate =~ --trace ]]
++++ 1394468784.N /scripts/cli : __rvm_parse_args() 15 > [[ -n wrapper ]]
++++ 1394468784.N /scripts/cli : __rvm_parse_args() 17 > rvm_token=wrapper
++++ 1394468784.N /scripts/cli : __rvm_parse_args() 19 > (( 2 > 0 ))
++++ 1394468784.N /scripts/cli : __rvm_parse_args() 21 > next_token=ruby-2.0.0-p353
++++ 1394468784.N /scripts/cli : __rvm_parse_args() 22 > shift
++++ 1394468784.N /scripts/cli : __rvm_parse_args() 91 > case "$rvm_token" in
++++ 1394468784.N /scripts/cli : __rvm_parse_args() 94 > case "$rvm_token" in
++++ 1394468784.N /scripts/cli : __rvm_parse_args() 235 > rvm_action=wrapper
++++ 1394468784.N /scripts/cli : __rvm_parse_args() 236 > rvm_ruby_string=ruby-2.0.0-p353
++++ 1394468784.N /scripts/cli : __rvm_parse_args() 237 > rvm_wrapper_name=textmate
++++ 1394468784.N /scripts/cli : __rvm_parse_args() 238 > (( 1 == 0 ))
++++ 1394468784.N /scripts/cli : __rvm_parse_args() 238 > shift
++++ 1394468784.N /scripts/cli : __rvm_parse_args() 239 > rvm_ruby_args=("$@")
++++ 1394468784.N /scripts/cli : __rvm_parse_args() 240 > rvm_parse_break=1
++++ 1394468784.N /scripts/cli : __rvm_parse_args() 705 > [[ -z wrapper ]]
++++ 1394468784.N /scripts/cli : __rvm_parse_args() 708 > [[ error == \w\r\a\p\p\e\r ]]
++++ 1394468784.N /scripts/cli : __rvm_parse_args() 708 > [[ 1 -eq 1 ]]
++++ 1394468784.N /scripts/cli : __rvm_parse_args() 709 > break
++++ 1394468784.N /scripts/cli : __rvm_parse_args() 713 > : rvm_ruby_args:0::
++++ 1394468784.N /scripts/cli : __rvm_parse_args() 715 > [[ -n '' ]]
++++ 1394468784.N /scripts/cli : rvm() 741 > result=0
++++ 1394468784.N /scripts/cli : rvm() 742 > : rvm_ruby_args:0::
++++ 1394468784.N /scripts/cli : rvm() 744 > (( 0 == 0 ))
++++ 1394468784.N /scripts/cli : rvm() 746 > (( result ))
++++ 1394468784.N /scripts/cli : rvm() 811 > case "${rvm_action:=help}" in
++++ 1394468784.N /scripts/cli : rvm() 820 > /Users/mwlang/.rvm/scripts/wrapper ruby-2.0.0-p353 textmate
Regenerating ruby-2.0.0-p353 wrappers|/-\|.
++++ 1394468788.N /scripts/cli : rvm() 821 > result=0
++++ 1394468788.N /scripts/cli : rvm() 822 > unset rvm_wrapper_name
++++ 1394468788.N /scripts/cli : rvm() 958 > current_result=0
++++ 1394468788.N /scripts/cli : rvm() 959 > (( result ))
++++ 1394468788.N /scripts/cli : rvm() 959 > result=0
++++ 1394468788.N /scripts/cli : rvm() 961 > (( result ))
++++ 1394468788.N /scripts/cli : rvm() 1026 > case "$rvm_action" in
++++ 1394468788.N /scripts/cli : rvm() 975 > current_result=0
++++ 1394468788.N /scripts/cli : rvm() 976 > (( result ))
++++ 1394468788.N /scripts/cli : rvm() 976 > result=0
++++ 1394468788.N /scripts/cli : rvm() 978 > typeset __local_rvm_trace_flag
++++ 1394468788.N /scripts/cli : rvm() 979 > __local_rvm_trace_flag=0
++++ 1394468788.N /scripts/cli : rvm() 981 > __rvm_cli_autoreload
++++ 1394468788.N /scripts/functions/cli : __rvm_cli_autoreload() 2 > [[ 0 -eq 1 ]]
++++ 1394468788.N /scripts/functions/cli : __rvm_cli_autoreload() 14 > __rvm_teardown
++++ 1394468788.N /scripts/functions/environment : __rvm_teardown() 1 > builtin command -v __rvm_cleanup_tmp
++++ 1394468788.N /scripts/functions/environment : __rvm_teardown() 3 > __rvm_cleanup_tmp
++++ 1394468788.N /scripts/functions/cleanup : __rvm_cleanup_tmp() 1 > [[ -d /Users/mwlang/.rvm/tmp/ ]]
++++ 1394468788.N /scripts/functions/cleanup : __rvm_cleanup_tmp() 71 > case "${rvm_tmp_path%\/}" in
++++ 1394468788.N /scripts/functions/cleanup : __rvm_cleanup_tmp() 5 > __rvm_rm_rf '/Users/mwlang/.rvm/tmp/11963*'
++++ 1394468788.N /scripts/functions/cleanup : __rvm_rm_rf() 1 > __rvm_rm_rf_verbose '/Users/mwlang/.rvm/tmp/11963*'
++++ 1394468788.N /scripts/functions/cleanup : __rvm_rm_rf_verbose() 1 > typeset target
++++ 1394468788.N /scripts/functions/cleanup : __rvm_rm_rf_verbose() 2 > target='/Users/mwlang/.rvm/tmp/11963*'
++++ 1394468788.N /scripts/functions/cleanup : __rvm_rm_rf_verbose() 6 > [[ -n '' ]]
++++ 1394468788.N /scripts/functions/cleanup : __rvm_rm_rf_verbose() 10 > [[ -n 3.2.51(1)-release ]]
++++ 1394468788.N /scripts/functions/cleanup : __rvm_rm_rf_verbose() 12 > shopt -s extglob
++++ 1394468788.N /scripts/functions/cleanup : __rvm_rm_rf_verbose() 28 > case "${target}" in
++++ 1394468788.N /scripts/functions/cleanup : __rvm_rm_rf_verbose() 22 > [[ -n /Users/mwlang/.rvm/tmp/11963* ]]
++++ 1394468788.N /scripts/functions/cleanup : __rvm_rm_rf_verbose() 28 > [[ -d /Users/mwlang/.rvm/tmp/11963* ]]
++++ 1394468788.N /scripts/functions/cleanup : __rvm_rm_rf_verbose() 37 > [[ -f /Users/mwlang/.rvm/tmp/11963* ]]
++++ 1394468788.N /scripts/functions/cleanup : __rvm_rm_rf_verbose() 37 > [[ -L /Users/mwlang/.rvm/tmp/11963* ]]
++++ 1394468788.N /scripts/functions/cleanup : __rvm_rm_rf_verbose() 46 > rvm_debug '__rvm_rm_rf already gone: /Users/mwlang/.rvm/tmp/11963*'
++++ 1394468788.N /scripts/functions/logging : rvm_debug() 1 > (( 0 ))
++++ 1394468788.N /scripts/functions/logging : rvm_debug() 1 > return 0
++++ 1394468788.N /scripts/functions/cleanup : __rvm_rm_rf_verbose() -84 > return 0
++++ 1394468788.N /scripts/functions/cleanup : __rvm_cleanup_tmp() -66 > return 0
++++ 1394468788.N /scripts/functions/environment : __rvm_teardown() 93 > export __rvm_env_loaded
++++ 1394468788.N /scripts/functions/environment : __rvm_teardown() 95 > : __rvm_env_loaded:1:
++++ 1394468788.N /scripts/functions/environment : __rvm_teardown() 97 > : __rvm_env_loaded:1:
++++ 1394468788.N /scripts/functions/environment : __rvm_teardown() 99 > : __rvm_env_loaded:0:
++++ 1394468788.N /scripts/functions/environment : __rvm_teardown() 101 > [[ -z /Users/mwlang/.rvm/tmp ]]
++++ 1394468788.N /scripts/functions/environment : __rvm_teardown() 101 > (( __rvm_env_loaded > 0 ))
++++ 1394468788.N /scripts/functions/environment : __rvm_teardown() 106 > [[ -n 3.2.51(1)-release ]]
++++ 1394468788.N /scripts/functions/environment : __rvm_teardown() 108 > trap - 0 1 2 3 15
++++ 1394468788.N /scripts/functions/environment : __rvm_teardown() 111 > [[ -n '' ]]
++++ 1394468788.N /scripts/functions/environment : __rvm_teardown() 121 > [[ -n 0022 ]]
++++ 1394468788.N /scripts/functions/environment : __rvm_teardown() 123 > umask 0022
++++ 1394468788.N /scripts/functions/environment : __rvm_teardown() 124 > unset rvm_stored_umask
++++ 1394468788.N /scripts/functions/environment : __rvm_teardown() 127 > [[ '' == \1 ]]
++++ 1394468788.N /scripts/functions/environment : __rvm_teardown() 131 > __variables_definition unset
++++ 1394468788.N /scripts/functions/environment : __variables_definition() 1 > typeset -a __variables_list __array_list
++++ 1394468788.N /scripts/functions/environment : __variables_definition() 2 > typeset __method
++++ 1394468788.N /scripts/functions/environment : __variables_definition() 4 > __method=unset
++++ 1394468788.N /scripts/functions/environment : __variables_definition() 38 > __variables_list=(rvm_head_flag rvm_ruby_selected_flag rvm_user_install_flag rvm_path_flag rvm_cron_flag rvm_static_flag rvm_default_flag rvm_loaded_flag rvm_llvm_flag rvm_skip_autoreconf_flag rvm_18_flag rvm_19_flag rvm_20_flag rvm_21_flag rvm_force_autoconf_flag rvm_dump_environment_flag rvm_curl_flags rvm_rubygems_version rvm_verbose_flag rvm_debug_flag rvm_trace_flag __array_start rvm_skip_pristine_flag rvm_pretty_print_flag rvm_create_flag rvm_remove_flag rvm_movable_flag rvm_archive_flag rvm_gemdir_flag rvm_reload_flag rvm_auto_reload_flag rvm_disable_binary_flag rvm_ignore_gemsets_flag rvm_skip_gemsets_flag rvm_install_on_use_flag rvm_remote_flag rvm_verify_downloads_flag rvm_skip_openssl_flag rvm_gems_cache_path rvm_gems_path rvm_man_path rvm_ruby_gem_path rvm_ruby_log_path rvm_gems_cache_path rvm_archives_path rvm_docs_path rvm_environments_path rvm_examples_path rvm_gems_path rvm_gemsets_path rvm_help_path rvm_hooks_path rvm_lib_path rvm_log_path rvm_patches_path rvm_repos_path rvm_rubies_path rvm_scripts_path rvm_src_path rvm_tmp_path rvm_user_path rvm_usr_path rvm_wrappers_path rvm_stored_errexit rvm_ruby_strings rvm_ruby_binary rvm_ruby_gem_home rvm_ruby_home rvm_ruby_interpreter rvm_ruby_irbrc rvm_ruby_major_version rvm_ruby_minor_version rvm_ruby_package_name rvm_ruby_patch_level rvm_ruby_release_version rvm_ruby_repo_url rvm_ruby_repo_branch rvm_ruby_revision rvm_ruby_tag rvm_ruby_sha rvm_ruby_version rvm_ruby_package_file rvm_ruby_name rvm_ruby_name rvm_ruby_args rvm_ruby_user_tag rvm_ruby_patch detected_rvm_ruby_name __rvm_env_loaded next_token rvm_error_message rvm_gemset_name rvm_parse_break rvm_token rvm_action rvm_export_args rvm_gemset_separator rvm_expanding_aliases rvm_tar_command rvm_tar_options rvm_patch_original_pwd rvm_project_rvmrc rvm_archive_extension rvm_autoinstall_bundler_flag rvm_codesign_identity rvm_expected_gemset_name rvm_without_gems rvm_with_gems rvm_with_default_gems rvm_ignore_dotfiles_flag rvm_fuzzy_flag rvm_autolibs_flag rvm_autolibs_flag_number rvm_autolibs_flag_runner rvm_quiet_curl_flag rvm_max_time_flag rvm_error_clr rvm_warn_clr rvm_debug_clr rvm_notify_clr rvm_reset_clr rvm_error_color rvm_warn_color rvm_debug_color rvm_notify_color rvm_reset_color rvm_log_timestamp rvm_log_filesystem rvm_log_namelen rvm_show_log_lines_on_error)
++++ 1394468788.N /scripts/functions/environment : __variables_definition() 42 > __array_list=(rvm_patch_names rvm_ree_options rvm_autoconf_flags rvm_architectures)
++++ 1394468788.N /scripts/functions/environment : __variables_definition() 182 > case "${__method}" in
++++ 1394468788.N /scripts/functions/environment : __variables_definition() 46 > unset rvm_patch_names rvm_ree_options rvm_autoconf_flags rvm_architectures
++++ 1394468788.N /scripts/functions/environment : __variables_definition() 53 > unset rvm_head_flag rvm_ruby_selected_flag rvm_user_install_flag rvm_path_flag rvm_cron_flag rvm_static_flag rvm_default_flag rvm_loaded_flag rvm_llvm_flag rvm_skip_autoreconf_flag rvm_18_flag rvm_19_flag rvm_20_flag rvm_21_flag rvm_force_autoconf_flag rvm_dump_environment_flag rvm_curl_flags rvm_rubygems_version rvm_verbose_flag rvm_debug_flag rvm_trace_flag __array_start rvm_skip_pristine_flag rvm_pretty_print_flag rvm_create_flag rvm_remove_flag rvm_movable_flag rvm_archive_flag rvm_gemdir_flag rvm_reload_flag rvm_auto_reload_flag rvm_disable_binary_flag rvm_ignore_gemsets_flag rvm_skip_gemsets_flag rvm_install_on_use_flag rvm_remote_flag rvm_verify_downloads_flag rvm_skip_openssl_flag rvm_gems_cache_path rvm_gems_path rvm_man_path rvm_ruby_gem_path rvm_ruby_log_path rvm_gems_cache_path rvm_archives_path rvm_docs_path rvm_environments_path rvm_examples_path rvm_gems_path rvm_gemsets_path rvm_help_path rvm_hooks_path rvm_lib_path rvm_log_path rvm_patches_path rvm_repos_path rvm_rubies_path rvm_scripts_path rvm_src_path rvm_tmp_path rvm_user_path rvm_usr_path rvm_wrappers_path rvm_stored_errexit rvm_ruby_strings rvm_ruby_binary rvm_ruby_gem_home rvm_ruby_home rvm_ruby_interpreter rvm_ruby_irbrc rvm_ruby_major_version rvm_ruby_minor_version rvm_ruby_package_name rvm_ruby_patch_level rvm_ruby_release_version rvm_ruby_repo_url rvm_ruby_repo_branch rvm_ruby_revision rvm_ruby_tag rvm_ruby_sha rvm_ruby_version rvm_ruby_package_file rvm_ruby_name rvm_ruby_name rvm_ruby_args rvm_ruby_user_tag rvm_ruby_patch detected_rvm_ruby_name __rvm_env_loaded next_token rvm_error_message rvm_gemset_name rvm_parse_break rvm_token rvm_action rvm_export_args rvm_gemset_separator rvm_expanding_aliases rvm_tar_command rvm_tar_options rvm_patch_original_pwd rvm_project_rvmrc rvm_archive_extension rvm_autoinstall_bundler_flag rvm_codesign_identity rvm_expected_gemset_name rvm_without_gems rvm_with_gems rvm_with_default_gems rvm_ignore_dotfiles_flag rvm_fuzzy_flag rvm_autolibs_flag rvm_autolibs_flag_number rvm_autolibs_flag_runner rvm_quiet_curl_flag rvm_max_time_flag rvm_error_clr rvm_warn_clr rvm_debug_clr rvm_notify_clr rvm_reset_clr rvm_error_color rvm_warn_color rvm_debug_color rvm_notify_color rvm_reset_color rvm_log_timestamp rvm_log_filesystem rvm_log_namelen rvm_show_log_lines_on_error
++++ 1394468788.N /scripts/functions/environment : __rvm_teardown() 138 > builtin command -v __rvm_cleanup_download
++++ 1394468788.N /scripts/functions/environment : __rvm_teardown() 143 > return 0
++++ 1394468788.N /scripts/cli : rvm() 909 > (( __local_rvm_trace_flag > 0 ))
++++ 1394468788.N /scripts/cli : rvm() 916 > return 0
++++ 1394468788.N /hooks/after_use_textmate : source() -125 > unset TM_WRAPPING
+++ 1394468788.N /scripts/hook : source() -103 > unset rvm_hook hooks _hooks_list hook
++ 1394468788.N /scripts/selector : __rvm_use_common() 121 > return 0
++ 1394468788.N /scripts/functions/environment : __rvm_with() -5 > shift
++ 1394468788.N /scripts/functions/environment : __rvm_with() -4 > rubinius_install_ensure_wrappers
++ 1394468788.N /scripts/functions/manage/rubinius : rubinius_install_ensure_wrappers() 1 > [[ -x /ruby-2.0.0-p353@rubinius/ruby ]]
++ 1394468788.N /scripts/functions/manage/rubinius : rubinius_install_ensure_wrappers() 2 > __rvm_log_command gemset.wrappers.rubinius 'ruby-2.0.0-p353@rubinius - #generating wrappers' run_gem_wrappers_regenerate
++ 1394468788.N /scripts/functions/utility_logging : __rvm_log_command() 1 > typeset name message _command_start _command_name
++ 1394468788.N /scripts/functions/utility_logging : __rvm_log_command() 2 > typeset -a _command
++ 1394468788.N /scripts/functions/utility_logging : __rvm_log_command() 4 > name=gemset.wrappers.rubinius
++ 1394468788.N /scripts/functions/utility_logging : __rvm_log_command() 5 > message='ruby-2.0.0-p353@rubinius - #generating wrappers'
++ 1394468788.N /scripts/functions/utility_logging : __rvm_log_command() 6 > shift 2
++ 1394468788.N /scripts/functions/utility_logging : __rvm_log_command() 7 > _command=("$@")
++ 1394468788.N /scripts/functions/utility_logging : __rvm_log_command() 8 > _command_start=run_gem_wrappers_regenerate
++ 1394468788.N /scripts/functions/utility_logging : __rvm_log_command() 9 > (( 1 ))
++ 1394468788.N /scripts/functions/utility_logging : __rvm_log_command() 9 > [[ run_gem_wrappers_regenerate =~ = ]]
++ 1394468788.N /scripts/functions/utility_logging : __rvm_log_command() 12 > _command_name=run_gem_wrappers_regenerate
++ 1394468788.N /scripts/functions/utility_logging : __rvm_log_command() 14 > [[ ! run_gem_wrappers_regenerate =~ = ]]
++ 1394468788.N /scripts/functions/utility_logging : __rvm_log_command() 15 > __function_on_stack __rvm_log_command_internal
++ 1394468788.N /scripts/functions/support : __function_on_stack() 1 > __rvm_string_includes '__function_on_stack __rvm_log_command rubinius_install_ensure_wrappers __rvm_with rubinius_install_setup_ruby rubinius_install __rvm_install_ruby __rvm_manage_rubies source __rvm_run_wrapper __rvm_cli_install_ruby rvm' __rvm_log_command_internal
++ 1394468788.N /scripts/functions/support : __rvm_string_includes() 1 > typeset __search '__text=__function_on_stack __rvm_log_command rubinius_install_ensure_wrappers __rvm_with rubinius_install_setup_ruby rubinius_install __rvm_install_ruby __rvm_manage_rubies source __rvm_run_wrapper __rvm_cli_install_ruby rvm'
++ 1394468788.N /scripts/functions/support : __rvm_string_includes() 2 > shift
++ 1394468788.N /scripts/functions/support : __rvm_string_includes() 380 > for __search in '"$@"'
++ 1394468788.N /scripts/functions/support : __rvm_string_includes() 5 > [[ __function_on_stack __rvm_log_command rubinius_install_ensure_wrappers __rvm_with rubinius_install_setup_ruby rubinius_install __rvm_install_ruby __rvm_manage_rubies source __rvm_run_wrapper __rvm_cli_install_ruby rvm =~ __rvm_log_command_internal ]]
++ 1394468788.N /scripts/functions/support : __rvm_string_includes() 9 > return 1
++ 1394468788.N /scripts/functions/support : __function_on_stack() 14 > return 1
++ 1394468788.N /scripts/functions/utility_logging : __rvm_log_command() -315 > __rvm_log_command_internal run_gem_wrappers_regenerate
++ 1394468788.N /scripts/functions/utility_logging : __rvm_log_command_internal() 1 > typeset _log
++ 1394468788.N /scripts/functions/utility_logging : __rvm_log_command_internal() 3 > (( 0 == 0 ))
++ 1394468788.N /scripts/functions/utility_logging : __rvm_log_command_internal() 5 > __rvm_log_command_caclulate_log_file_name
++ 1394468788.N /scripts/functions/utility_logging : __rvm_log_command_caclulate_log_file_name() 1[[ -n '' ]]
++ 1394468788.N /scripts/functions/utility_logging : __rvm_log_command_caclulate_log_file_name() 1__rvm_log_command_caclulate_log_timestamp
+++ 1394468788.N /scripts/functions/utility_logging : __rvm_log_command_caclulate_log_timestamp() __rvm_date +%s
+++ 1394468788.N /scripts/functions/support : __rvm_date() 0 > date +%s
++ 1394468788.N /scripts/functions/utility_logging : __rvm_log_command_caclulate_log_timestamp() 1export rvm_log_timestamp=1394468788
++ 1394468788.N /scripts/functions/utility_logging : __rvm_log_command_caclulate_log_timestamp() 1rvm_log_timestamp=1394468788
++ 1394468788.N /scripts/functions/utility_logging : __rvm_log_command_caclulate_log_timestamp() 2rvm_debug 'Log prefix: /1394468788_ruby-2.0.0-p353/'
++ 1394468788.N /scripts/functions/logging : rvm_debug() 1 > (( 0 ))
++ 1394468788.N /scripts/functions/logging : rvm_debug() 1 > return 0
++ 1394468788.N /scripts/functions/utility_logging : __rvm_log_command_caclulate_log_file_name() -[[ -n '' ]]
++ 1394468788.N /scripts/functions/utility_logging : __rvm_log_command_caclulate_log_file_name() -__rvm_log_command_caclulate_log_filesystem
+++ 1394468788.N /scripts/functions/utility_logging : __rvm_log_command_caclulate_log_filesystem() __rvm_mount
+++ 1394468788.N /scripts/functions/utility_logging : __rvm_log_command_caclulate_log_filesystem() __rvm_awk -v rvm_path=/Users/mwlang/.rvm '
BEGIN{longest=""; fstype=""}
{if (index(rvm_path,$3)==1 && length($3)>length(longest)){longest=$3; fstype=$5}}
END{print fstype}
'
+++ 1394468788.N /scripts/functions/support : __rvm_awk() 0 > awk -v rvm_path=/Users/mwlang/.rvm '
BEGIN{longest=""; fstype=""}
{if (index(rvm_path,$3)==1 && length($3)>length(longest)){longest=$3; fstype=$5}}
END{print fstype}
'
++ 1394468788.N /scripts/functions/utility_logging : __rvm_log_command_caclulate_log_filesystem() export rvm_log_filesystem=local,
++ 1394468788.N /scripts/functions/utility_logging : __rvm_log_command_caclulate_log_filesystem() rvm_log_filesystem=local,
++ 1394468788.N /scripts/functions/utility_logging : __rvm_log_command_caclulate_log_filesystem() rvm_debug 'Log filesystem: local,'
++ 1394468788.N /scripts/functions/logging : rvm_debug() 1 > (( 0 ))
++ 1394468788.N /scripts/functions/logging : rvm_debug() 1 > return 0
++ 1394468788.N /scripts/functions/utility_logging : __rvm_log_command_caclulate_log_file_name() -[[ -n '' ]]
++ 1394468788.N /scripts/functions/utility_logging : __rvm_log_command_caclulate_log_file_name() -__rvm_log_command_caclulate_log_namelen
++ 1394468788.N /scripts/functions/utility_logging : __rvm_log_command_caclulate_log_namelen() 23 case "${rvm_log_filesystem}" in
++ 1394468788.N /scripts/functions/utility_logging : __rvm_log_command_caclulate_log_namelen() 3 >export rvm_log_namelen=250
++ 1394468788.N /scripts/functions/utility_logging : __rvm_log_command_caclulate_log_namelen() 3 >rvm_log_namelen=250
++ 1394468788.N /scripts/functions/utility_logging : __rvm_log_command_caclulate_log_namelen() 5 >rvm_debug 'Log max name length: 250'
++ 1394468788.N /scripts/functions/logging : rvm_debug() 1 > (( 0 ))
++ 1394468788.N /scripts/functions/logging : rvm_debug() 1 > return 0
++ 1394468788.N /scripts/functions/utility_logging : __rvm_log_command_caclulate_log_file_name() -name=gemset.wrappers.rubinius
++ 1394468788.N /scripts/functions/utility_logging : __rvm_log_command_caclulate_log_file_name() -_log=/1394468788_ruby-2.0.0-p353/gemset.wrappers.rubinius
++ 1394468788.N /scripts/functions/utility_logging : __rvm_log_command_caclulate_log_file_name() -[[ -n '' ]]
++ 1394468788.N /scripts/functions/utility_logging : __rvm_log_command_caclulate_log_file_name() -_log=/1394468788_ruby-2.0.0-p353/gemset.wrappers.rubinius.log
++ 1394468788.N /scripts/functions/utility_logging : __rvm_log_command_internal() -49 > rvm_debug 'Log file: /1394468788_ruby-2.0.0-p353/gemset.wrappers.rubinius.log'
++ 1394468788.N /scripts/functions/logging : rvm_debug() 1 > (( 0 ))
++ 1394468788.N /scripts/functions/logging : rvm_debug() 1 > return 0
++ 1394468788.N /scripts/functions/utility_logging : __rvm_log_command_internal() -47 > [[ -d /1394468788_ruby-2.0.0-p353 ]]
++ 1394468788.N /scripts/functions/utility_logging : __rvm_log_command_internal() -47 > mkdir -p /1394468788_ruby-2.0.0-p353
mkdir: /1394468788_ruby-2.0.0-p353: Permission denied
++ 1394468788.N /scripts/functions/utility_logging : __rvm_log_command_internal() -46 > [[ -f /1394468788_ruby-2.0.0-p353/gemset.wrappers.rubinius.log ]]
++ 1394468788.N /scripts/functions/utility_logging : __rvm_log_command_internal() -46 > rm -f /1394468788_ruby-2.0.0-p353/gemset.wrappers.rubinius.log
++ 1394468788.N /scripts/functions/utility_logging : __rvm_log_command_internal() -44 > __rvm_log_command_debug
++ 1394468788.N /scripts/functions/utility_logging : __rvm_log_command_internal() -44 > tee /1394468788_ruby-2.0.0-p353/gemset.wrappers.rubinius.log
++ 1394468788.N /scripts/functions/utility_logging : __rvm_log_command_internal() -44 > rvm_debug_stream
tee: /1394468788_ruby-2.0.0-p353/gemset.wrappers.rubinius.log: No such file or directory
+++ 1394468788.N /scripts/functions/utility_logging : __rvm_log_command_debug() -67 > __rvm_date '+%Y-%m-%d %H:%M:%S'
++ 1394468788.N /scripts/functions/logging : rvm_debug_stream() 1 > (( 0 == 0 && 0 == 0 ))
++ 1394468788.N /scripts/functions/logging : rvm_debug_stream() 2 > cat -
+++ 1394468788.N /scripts/functions/support : __rvm_date() 0 > date '+%Y-%m-%d %H:%M:%S'
++ 1394468788.N /scripts/functions/utility_logging : __rvm_log_command_debug() 1 > printf %b '[2014-03-10 12:26:28] run_gem_wrappers_regenerate\n'
++ 1394468788.N /scripts/functions/utility_logging : __rvm_log_command_debug() 2 > is_a_function run_gem_wrappers_regenerate
++ 1394468788.N /scripts/functions/support : is_a_function() 1 > typeset -f run_gem_wrappers_regenerate
++ 1394468788.N /scripts/functions/utility_logging : __rvm_log_command_debug() 67 > typeset -f run_gem_wrappers_regenerate
++ 1394468788.N /scripts/functions/utility_logging : __rvm_log_command_debug() 69 > printf %b 'current path: /Users/mwlang\n'
++ 1394468788.N /scripts/functions/utility_logging : __rvm_log_command_debug() 70 > env
++ 1394468788.N /scripts/functions/utility_logging : __rvm_log_command_debug() 70 > grep -E '^GEM_HOME=|^GEM_PATH=|^PATH='
++ 1394468788.N /scripts/functions/utility_logging : __rvm_log_command_debug() 71 > printf %b 'command(1): run_gem_wrappers_regenerate\n'
++ 1394468788.N /scripts/functions/utility_logging : __rvm_log_command_internal() -42 > __rvm_log_dotted /1394468788_ruby-2.0.0-p353/gemset.wrappers.rubinius.log 'ruby-2.0.0-p353@rubinius - #generating wrappers' run_gem_wrappers_regenerate
++ 1394468788.N /scripts/functions/utility_logging : __rvm_log_dotted() 1 > typeset __log_file __message __iterator
++ 1394468788.N /scripts/functions/utility_logging : __rvm_log_dotted() 2 > __log_file=/1394468788_ruby-2.0.0-p353/gemset.wrappers.rubinius.log
++ 1394468788.N /scripts/functions/utility_logging : __rvm_log_dotted() 3 > __message='ruby-2.0.0-p353@rubinius - #generating wrappers'
++ 1394468788.N /scripts/functions/utility_logging : __rvm_log_dotted() 4 > shift 2
++ 1394468788.N /scripts/functions/utility_logging : __rvm_log_dotted() 6 > [[ -n '' ]]
++ 1394468788.N /scripts/functions/utility_logging : __rvm_log_dotted() 11 > run_gem_wrappers_regenerate
++ 1394468788.N /scripts/functions/utility_logging : __rvm_log_dotted() 11 > __rvm_dotted 'ruby-2.0.0-p353@rubinius - #generating wrappers'
++ 1394468788.N /scripts/functions/utility_logging : __rvm_log_dotted() 11 > tee -a /1394468788_ruby-2.0.0-p353/gemset.wrappers.rubinius.log
tee: /1394468788_ruby-2.0.0-p353/gemset.wrappers.rubinius.log: No such file or directory
++ 1394468788.N /scripts/functions/utility_logging : __rvm_dotted() 1 > typeset flush
++ 1394468788.N /scripts/functions/utility_logging : __rvm_dotted() 3 > (( 1 ))
++ 1394468788.N /scripts/functions/utility_logging : __rvm_dotted() 4 > printf %b 'ruby-2.0.0-p353@rubinius - #generating wrappers'
ruby-2.0.0-p353@rubinius - #generating wrappers++ 1394468788.N /scripts/functions/utility_logging : __rvm_dotted() 7 > __rvm_awk '{fflush;}'
++ 1394468788.N /scripts/functions/utility_logging : __rvm_dotted() 151 > flush=fflush
+++ 1394468788.N /scripts/functions/utility_logging : __rvm_dotted() 152 > tput cub1
++ 1394468789.N /scripts/functions/utility_logging : __rvm_dotted() 157 > awk -v $'go_back=\b' '
BEGIN{ spin[0]="|"go_back; spin[1]="/"go_back; spin[2]="-"go_back; spin[3]="\\"go_back }
{
if ((NR-1)%(10)==9)
printf ".";
else
if (go_back!="") printf spin[(NR-1)%4];
fflush
}
END{print "."}
'
|/-\|/-\|.-\|/-\|/-.|/-\|/-\|.-\|/-\|/-.|/-\|/-\|.-\|/-\|/-.|/-\|/-\|.-\|/-\|/-.|/-\|/-\|.-\|/-\|/-.|/-\|/-\|.-\|/-\|/-.|/-\|/-\|.-\|/-\|/-.|/-\|/-\|.-\|/-\|/-.|/-\|/-\|.-\|.
++ 1394468792.N /scripts/functions/utility_logging : __rvm_log_dotted() 12 > __rvm_check_pipestatus 0 1 0
++ 1394468792.N /scripts/functions/utility_logging : __rvm_check_pipestatus() 195 > for __iterator in '"$@"'
++ 1394468792.N /scripts/functions/utility_logging : __rvm_check_pipestatus() 197 > case "${__iterator}" in
++ 1394468792.N /scripts/functions/utility_logging : __rvm_check_pipestatus() 5 > true
++ 1394468792.N /scripts/functions/utility_logging : __rvm_check_pipestatus() 195 > for __iterator in '"$@"'
++ 1394468792.N /scripts/functions/utility_logging : __rvm_check_pipestatus() 197 > case "${__iterator}" in
++ 1394468792.N /scripts/functions/utility_logging : __rvm_check_pipestatus() 6 > return 1
++ 1394468792.N /scripts/functions/utility_logging : __rvm_log_dotted() -5 > return 1
++ 1394468792.N /scripts/functions/utility_logging : __rvm_log_command_internal() -91 > typeset result=1
++ 1394468792.N /scripts/functions/utility_logging : __rvm_log_command_internal() -90 > typeset __show_lines=15
++ 1394468792.N /scripts/functions/utility_logging : __rvm_log_command_internal() -89 > rvm_error 'Error running '\''run_gem_wrappers_regenerate'\'','
++ 1394468792.N /scripts/functions/logging : rvm_error() 1 > rvm_pretty_print stderr
++ 1394468792.N /scripts/functions/logging : rvm_pretty_print() 73 > case "${rvm_pretty_print_flag:=auto}" in
++ 1394468792.N /scripts/functions/logging : rvm_pretty_print() 78 > case "${TERM:-dumb}" in
++ 1394468792.N /scripts/functions/logging : rvm_pretty_print() 81 > case "$1" in
++ 1394468792.N /scripts/functions/logging : rvm_pretty_print() 11 > [[ -t 2 ]]
++ 1394468792.N /scripts/functions/logging : rvm_pretty_print() 11 > return 1
++ 1394468792.N /scripts/functions/logging : rvm_error() 45 > printf %b 'Error running '\''run_gem_wrappers_regenerate'\'',\n'
Error running 'run_gem_wrappers_regenerate',
++ 1394468792.N /scripts/functions/utility_logging : __rvm_log_command_internal() 106 > case "${__show_lines}" in
++ 1394468792.N /scripts/functions/utility_logging : __rvm_log_command_internal() 43 > rvm_error 'showing last 15 lines of /1394468788_ruby-2.0.0-p353/gemset.wrappers.rubinius.log'
++ 1394468792.N /scripts/functions/logging : rvm_error() 1 > rvm_pretty_print stderr
++ 1394468792.N /scripts/functions/logging : rvm_pretty_print() 73 > case "${rvm_pretty_print_flag:=auto}" in
++ 1394468792.N /scripts/functions/logging : rvm_pretty_print() 78 > case "${TERM:-dumb}" in
++ 1394468792.N /scripts/functions/logging : rvm_pretty_print() 81 > case "$1" in
++ 1394468792.N /scripts/functions/logging : rvm_pretty_print() 11 > [[ -t 2 ]]
++ 1394468792.N /scripts/functions/logging : rvm_pretty_print() 11 > return 1
++ 1394468792.N /scripts/functions/logging : rvm_error() 45 > printf %b 'showing last 15 lines of /1394468788_ruby-2.0.0-p353/gemset.wrappers.rubinius.log\n'
showing last 15 lines of /1394468788_ruby-2.0.0-p353/gemset.wrappers.rubinius.log
++ 1394468792.N /scripts/functions/utility_logging : __rvm_log_command_internal() 44 > tail -n 15 /1394468788_ruby-2.0.0-p353/gemset.wrappers.rubinius.log
tail: /1394468788_ruby-2.0.0-p353/gemset.wrappers.rubinius.log: No such file or directory
++ 1394468792.N /scripts/functions/utility_logging : __rvm_log_command_internal() 47 > return 1
++ 1394468792.N /scripts/functions/manage/rubinius : rubinius_install_ensure_wrappers() -14 > return 1
++ 1394468792.N /scripts/functions/environment : __rvm_with() 62 > return 1
++ 1394468792.N /scripts/functions/manage/rubinius : rubinius_install_setup_ruby() -11 > __rvm_osx_ssl_certs_ensure_for_ruby /Users/mwlang/.rvm/wrappers/ruby-2.0.0-p353@rubinius/ruby
++ 1394468792.N /scripts/functions/osx-ssl-certs : __rvm_osx_ssl_certs_ensure_for_ruby() 1 > [[ OSX == \O\S\X ]]
++ 1394468792.N /scripts/functions/osx-ssl-certs : __rvm_osx_ssl_certs_ensure_for_ruby() 3 > typeset ssl_dir cert_file
+++ 1394468792.N /scripts/functions/osx-ssl-certs : __rvm_osx_ssl_certs_ensure_for_ruby() -140 > __rvm_osx_ssl_certs_file_for_ruby /Users/mwlang/.rvm/wrappers/ruby-2.0.0-p353@rubinius/ruby
+++ 1394468792.N /scripts/functions/osx-ssl-certs : __rvm_osx_ssl_certs_file_for_ruby() 1 > /Users/mwlang/.rvm/wrappers/ruby-2.0.0-p353@rubinius/ruby -ropenssl -e 'puts OpenSSL::X509::DEFAULT_CERT_FILE'
-bash: /Users/mwlang/.rvm/wrappers/ruby-2.0.0-p353@rubinius/ruby: No such file or directory
++ 1394468792.N /scripts/functions/osx-ssl-certs : __rvm_osx_ssl_certs_ensure_for_ruby() 4 > cert_file=
++ 1394468792.N /scripts/functions/osx-ssl-certs : __rvm_osx_ssl_certs_ensure_for_ruby() 5 > ssl_dir=
++ 1394468792.N /scripts/functions/osx-ssl-certs : __rvm_osx_ssl_certs_ensure_for_ruby() 7 > requirements_osx_update_openssl_cert_old
++ 1394468792.N /scripts/functions/osx-ssl-certs : requirements_osx_update_openssl_cert_old() -31 [[ ! -f '' ]]
++ 1394468792.N /scripts/functions/osx-ssl-certs : __rvm_osx_ssl_certs_ensure_for_ruby() 116 > rvm_requiremnts_fail_or_run_action 2 'Skipping update of certificates in '\'''\''.' requirements_osx_update_openssl_cert_run
++ 1394468792.N /scripts/functions/build_requirements_helpers : rvm_requiremnts_fail_or_run_action(case "${rvm_autolibs_flag_number}" in
++ 1394468792.N /scripts/functions/build_requirements_helpers : rvm_requiremnts_fail_or_run_action(shift 2
++ 1394468792.N /scripts/functions/build_requirements_helpers : rvm_requiremnts_fail_or_run_action(requirements_osx_update_openssl_cert_run
++ 1394468792.N /scripts/functions/osx-ssl-certs : requirements_osx_update_openssl_cert_run() 1 > typeset __target=
++ 1394468792.N /scripts/functions/osx-ssl-certs : requirements_osx_update_openssl_cert_run() 3 > rvm_log 'Updating certificates in '\'''\''.'
++ 1394468792.N /scripts/functions/logging : rvm_log() 1 > rvm_pretty_print stdout
++ 1394468792.N /scripts/functions/logging : rvm_pretty_print() 73 > case "${rvm_pretty_print_flag:=auto}" in
++ 1394468792.N /scripts/functions/logging : rvm_pretty_print() 78 > case "${TERM:-dumb}" in
++ 1394468792.N /scripts/functions/logging : rvm_pretty_print() 81 > case "$1" in
++ 1394468792.N /scripts/functions/logging : rvm_pretty_print() 10 > [[ -t 1 ]]
++ 1394468792.N /scripts/functions/logging : rvm_pretty_print() 10 > return 1
++ 1394468792.N /scripts/functions/logging : rvm_log() 91 > printf %b 'Updating certificates in '\'''\''.\n'
Updating certificates in ''.
++ 1394468792.N /scripts/functions/osx-ssl-certs : requirements_osx_update_openssl_cert_run() -18 requirements_osx_update_openssl_cert_create_dir
++ 1394468792.N /scripts/functions/osx-ssl-certs : requirements_osx_update_openssl_cert_create_dir([[ -d '' ]]
++ 1394468792.N /scripts/functions/osx-ssl-certs : requirements_osx_update_openssl_cert_create_dir(mkdir -p ''
mkdir: : No such file or directory
++ 1394468792.N /scripts/functions/osx-ssl-certs : requirements_osx_update_openssl_cert_create_dir(__rvm_try_sudo mkdir -p ''
++ 1394468792.N /scripts/functions/utility : __rvm_try_sudo() 46 > typeset -a command_to_run
++ 1394468792.N /scripts/functions/utility : __rvm_try_sudo() 47 > typeset sudo_path sbin_path missing_paths
++ 1394468792.N /scripts/functions/utility : __rvm_try_sudo() 48 > command_to_run=("$@")
++ 1394468792.N /scripts/functions/utility : __rvm_try_sudo() 49 > (( UID == 0 ))
++ 1394468792.N /scripts/functions/utility : __rvm_try_sudo() 335 > case "$rvm_autolibs_flag_number" in
++ 1394468792.N /scripts/functions/utility : __rvm_try_sudo() 65 > [[ OSX 10.9 == \S\o\l\a\r\i\s\ \1\0 ]]
++ 1394468792.N /scripts/functions/utility : __rvm_try_sudo() 70 > sudo_path=
++ 1394468792.N /scripts/functions/utility : __rvm_try_sudo() 73 > __rvm_which sudo
++ 1394468792.N /scripts/functions/utility : __rvm_try_sudo() 119 > missing_paths=
++ 1394468792.N /scripts/functions/utility : __rvm_try_sudo() 361 > for sbin_path in /sbin /usr/sbin /usr/local/sbin
++ 1394468792.N /scripts/functions/utility : __rvm_try_sudo() 122 > [[ -d /sbin ]]
++ 1394468792.N /scripts/functions/utility : __rvm_try_sudo() 122 > [[ ! :/Users/mwlang/.rvm/bin:/usr/local/opt/pkg-config/bin:/usr/local/opt/libtool/bin:/usr/local/opt/automake/bin:/usr/local/opt/autoconf/bin:/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/local/sbin:/usr/local/share/npm/bin:/opt/local/bin:/opt/local/sbin:/opt/local/lib/mysql5/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin: =~ :/sbin: ]]
++ 1394468792.N /scripts/functions/utility : __rvm_try_sudo() 361 > for sbin_path in /sbin /usr/sbin /usr/local/sbin
++ 1394468792.N /scripts/functions/utility : __rvm_try_sudo() 122 > [[ -d /usr/sbin ]]
++ 1394468792.N /scripts/functions/utility : __rvm_try_sudo() 122 > [[ ! :/Users/mwlang/.rvm/bin:/usr/local/opt/pkg-config/bin:/usr/local/opt/libtool/bin:/usr/local/opt/automake/bin:/usr/local/opt/autoconf/bin:/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/local/sbin:/usr/local/share/npm/bin:/opt/local/bin:/opt/local/sbin:/opt/local/lib/mysql5/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin: =~ :/usr/sbin: ]]
++ 1394468792.N /scripts/functions/utility : __rvm_try_sudo() 361 > for sbin_path in /sbin /usr/sbin /usr/local/sbin
++ 1394468792.N /scripts/functions/utility : __rvm_try_sudo() 122 > [[ -d /usr/local/sbin ]]
++ 1394468792.N /scripts/functions/utility : __rvm_try_sudo() 122 > [[ ! :/Users/mwlang/.rvm/bin:/usr/local/opt/pkg-config/bin:/usr/local/opt/libtool/bin:/usr/local/opt/automake/bin:/usr/local/opt/autoconf/bin:/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/local/sbin:/usr/local/share/npm/bin:/opt/local/bin:/opt/local/sbin:/opt/local/lib/mysql5/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin: =~ :/usr/local/sbin: ]]
++ 1394468792.N /scripts/functions/utility : __rvm_try_sudo() 126 > [[ -n '' ]]
++ 1394468792.N /scripts/functions/utility : __rvm_try_sudo() 129 > command_to_run=(${sudo_path}sudo -p "%p password required for '$*': " "${command_to_run[@]}")
++ 1394468792.N /scripts/functions/utility : __rvm_try_sudo() 136 > sudo -p '%p password required for '\''mkdir -p '\'': ' mkdir -p ''
Sorry, try again.
mkdir: : No such file or directory
++ 1394468809.N /scripts/functions/utility : __rvm_try_sudo() 136 > return 1
++ 1394468809.N /scripts/functions/osx-ssl-certs : requirements_osx_update_openssl_cert_create_dir(typeset __ret=1
++ 1394468809.N /scripts/functions/osx-ssl-certs : requirements_osx_update_openssl_cert_create_dir(rvm_error 'Can not create directory '\'''\'' for certificates.'
++ 1394468809.N /scripts/functions/logging : rvm_error() 1 > rvm_pretty_print stderr
++ 1394468809.N /scripts/functions/logging : rvm_pretty_print() 73 > case "${rvm_pretty_print_flag:=auto}" in
++ 1394468809.N /scripts/functions/logging : rvm_pretty_print() 78 > case "${TERM:-dumb}" in
++ 1394468809.N /scripts/functions/logging : rvm_pretty_print() 81 > case "$1" in
++ 1394468809.N /scripts/functions/logging : rvm_pretty_print() 11 > [[ -t 2 ]]
++ 1394468809.N /scripts/functions/logging : rvm_pretty_print() 11 > return 1
++ 1394468809.N /scripts/functions/logging : rvm_error() 45 > printf %b 'Can not create directory '\'''\'' for certificates.\n'
Can not create directory '' for certificates.
++ 1394468809.N /scripts/functions/osx-ssl-certs : requirements_osx_update_openssl_cert_create_dir(return 1
++ 1394468809.N /scripts/functions/osx-ssl-certs : requirements_osx_update_openssl_cert_run() -18 return 1
++ 1394468809.N /scripts/functions/build_requirements_helpers : rvm_requiremnts_fail_or_run_action(return 1
++ 1394468809.N /scripts/functions/osx-ssl-certs : __rvm_osx_ssl_certs_ensure_for_ruby() 84 > true
++ 1394468809.N /scripts/functions/osx-ssl-certs : __rvm_osx_ssl_certs_ensure_for_ruby() 86 > true
++ 1394468809.N /scripts/functions/manage/rubinius : rubinius_install() 22 > __rvm_fetch_ruby
++ 1394468809.N /scripts/functions/manage/base_fetch : __rvm_fetch_ruby() 1 > typeset _current_command
++ 1394468809.N /scripts/functions/manage/base_fetch : __rvm_fetch_ruby() 3 > (( 0 == 0 ))
++ 1394468809.N /scripts/functions/manage/base_fetch : __rvm_fetch_ruby() 4 > __rvm_select
++ 1394468809.N /scripts/selector : __rvm_select() 1 > true
++ 1394468809.N /scripts/selector : __rvm_select() 3 > __rvm_select_set_variable_defaults
++ 1394468809.N /scripts/selector : __rvm_select_set_variable_defaults() 1 > export -a rvm_configure_flags rvm_patch_names rvm_ree_options rvm_make_flags
++ 1394468809.N /scripts/selector : __rvm_select_set_variable_defaults() 2 > export GEM_HOME GEM_PATH MY_RUBY_HOME RUBY_VERSION IRBRC
++ 1394468809.N /scripts/selector : __rvm_select_set_variable_defaults() 3 > export rvm_env_string rvm_action rvm_alias_expanded rvm_archive_extension rvm_bin_flag rvm_bin_path rvm_debug_flag rvm_default_flag rvm_delete_flag rvm_docs_type rvm_dump_environment_flag rvm_error_message rvm_expanding_aliases rvm_file_name rvm_gemdir_flag rvm_gemset_name rvm_gemstone_package_file rvm_gemstone_url rvm_head_flag rvm_hook rvm_install_on_use_flag rvm_llvm_flag rvm_loaded_flag rvm_niceness rvm_nightly_flag rvm_only_path_flag rvm_parse_break rvm_patch_original_pwd rvm_pretty_print_flag rvm_proxy rvm_quiet_flag rvm_reload_flag rvm_remove_flag rvm_ruby_alias rvm_ruby_args rvm_ruby_binary rvm_ruby_bits rvm_ruby_configure rvm_ruby_file rvm_ruby_gem_home rvm_ruby_gem_path rvm_ruby_global_gems_path rvm_ruby_home rvm_ruby_interpreter rvm_ruby_irbrc rvm_ruby_major_version rvm_ruby_make rvm_ruby_make_install rvm_ruby_minor_version rvm_ruby_mode rvm_ruby_name rvm_ruby_package_file rvm_ruby_package_name rvm_ruby_patch rvm_ruby_patch_level rvm_ruby_release_version rvm_ruby_repo_url rvm_ruby_revision rvm_ruby_selected_flag rvm_ruby_sha rvm_ruby_string rvm_ruby_strings rvm_ruby_tag rvm_ruby_url rvm_ruby_user_tag rvm_ruby_version rvm_script_name rvm_sdk rvm_silent_flag rvm_sticky_flag rvm_system_flag rvm_token rvm_trace_flag rvm_use_flag rvm_user_flag rvm_verbose_flag rvm_wrapper_name
++ 1394468809.N /scripts/selector : __rvm_select() 82 > __rvm_select_detect_ruby_string ''
++ 1394468809.N /scripts/selector : __rvm_select_detect_ruby_string() 1 > rvm_ruby_string=rbx-2.2.5
++ 1394468809.N /scripts/selector : __rvm_select_detect_ruby_string() 3 > [[ -z rbx-2.2.5 ]]
++ 1394468809.N /scripts/selector : __rvm_select() 76 > __rvm_ruby_string
++ 1394468809.N /scripts/selector : __rvm_ruby_string() 9 > true 0 0
++ 1394468809.N /scripts/selector : __rvm_ruby_string() 10 > rvm_expanding_aliases=
++ 1394468809.N /scripts/selector : __rvm_ruby_string() 12 > true 2.2.5 '' rbx 2.2.5 '' '' '' @ rbx-2.2.5 0 0
++ 1394468809.N /scripts/selector : __rvm_ruby_string() 18 > [[ rbx-2.2.5 == *\@* ]]
++ 1394468809.N /scripts/selector : __rvm_ruby_string() 25 > (( rvm_expanding_aliases == 0 ))
++ 1394468809.N /scripts/selector : __rvm_ruby_string() 26 > [[ -n rbx-2.2.5 ]]
++ 1394468809.N /scripts/selector : __rvm_ruby_string() 26 > [[ rbx-2.2.5 != \s\y\s\t\e\m ]]
++ 1394468809.N /scripts/selector : __rvm_ruby_string() 29 > [[ -f /Users/mwlang/.rvm/config/alias ]]
++ 1394468809.N /scripts/selector : __rvm_ruby_string() 29 > [[ -s /Users/mwlang/.rvm/config/alias ]]
+++ 1394468809.N /scripts/selector : __rvm_ruby_string() -250 > __rvm_db_ /Users/mwlang/.rvm/config/alias rbx-2.2.5
+++ 1394468809.N /scripts/functions/db : __rvm_db_() 1 > typeset __db __key __value
+++ 1394468809.N /scripts/functions/db : __rvm_db_() 2 > __db=/Users/mwlang/.rvm/config/alias
+++ 1394468809.N /scripts/functions/db : __rvm_db_() 3 > __key=rbx-2.2.5
+++ 1394468809.N /scripts/functions/db : __rvm_db_() 4 > shift 2
+++ 1394468809.N /scripts/functions/db : __rvm_db_() 5 > __value=
+++ 1394468809.N /scripts/functions/db : __rvm_db_() 65 > case "${__value}" in
+++ 1394468809.N /scripts/functions/db : __rvm_db_() 11 > __rvm_db_get /Users/mwlang/.rvm/config/alias rbx-2.2.5
+++ 1394468809.N /scripts/functions/db : __rvm_db_get() 1 > [[ -f /Users/mwlang/.rvm/config/alias ]]
+++ 1394468809.N /scripts/functions/db : __rvm_db_get() 2 > __rvm_sed -e 's#^rbx-2.2.5=##' -e '/^$/d'
+++ 1394468809.N /scripts/functions/db : __rvm_db_get() 2 > __rvm_grep '^rbx-2.2.5=' /Users/mwlang/.rvm/config/alias
+++ 1394468809.N /scripts/functions/support : __rvm_sed() 0 > sed -e 's#^rbx-2.2.5=##' -e '/^$/d'
+++ 1394468809.N /scripts/functions/support : __rvm_grep() 0 > GREP_OPTIONS=
+++ 1394468809.N /scripts/functions/support : __rvm_grep() 0 > grep '^rbx-2.2.5=' /Users/mwlang/.rvm/config/alias
+++ 1394468809.N /scripts/functions/support : __rvm_grep() 0 > return 1
++ 1394468809.N /scripts/selector : __rvm_ruby_string() 30 > expanded_alias_name=
++ 1394468809.N /scripts/selector : __rvm_ruby_string() 31 > [[ -n '' ]]
++ 1394468809.N /scripts/selector : __rvm_ruby_string() 35 > [[ rbx-2.2.5 == default ]]
++ 1394468809.N /scripts/selector : __rvm_ruby_string() 41 > [[ rbx-2.2.5 == *\@* ]]
++ 1394468809.N /scripts/selector : __rvm_ruby_string() 48 > [[ -n '' ]]
++ 1394468809.N /scripts/selector : __rvm_ruby_string() 54 > __rvm_ruby_string_parse
++ 1394468809.N /scripts/selector_parse : __rvm_ruby_string_parse() 1 > typeset __check_latest
++ 1394468809.N /scripts/selector_parse : __rvm_ruby_string_parse() 2 > __check_latest=0
++ 1394468809.N /scripts/selector_parse : __rvm_ruby_string_parse() 5 > __rvm_ruby_string_parse_
++ 1394468809.N /scripts/selector_parse : __rvm_ruby_string_parse_() 1 > typeset ruby_string gemset_name expanded_alias_name repo_url branch_name ruby_name
++ 1394468809.N /scripts/selector_parse : __rvm_ruby_string_parse_() 4 > ruby_string=rbx-2.2.5
++ 1394468809.N /scripts/selector_parse : __rvm_ruby_string_parse_() 5 > gemset_name=
++ 1394468809.N /scripts/selector_parse : __rvm_ruby_string_parse_() 6 > repo_url=
++ 1394468809.N /scripts/selector_parse : __rvm_ruby_string_parse_() 7 > branch_name=
++ 1394468809.N /scripts/selector_parse : __rvm_ruby_string_parse_() 8 > ruby_name=
++ 1394468809.N /scripts/selector_parse : __rvm_ruby_string_parse_() 10 > __rvm_unset_ruby_variables
++ 1394468809.N /scripts/functions/env : __rvm_unset_ruby_variables() 2 > unset rvm_env_string rvm_ruby_string rvm_ruby_strings rvm_ruby_binary rvm_ruby_gem_home rvm_ruby_gem_path rvm_ruby_home rvm_ruby_interpreter rvm_ruby_irbrc rvm_ruby_log_path rvm_ruby_major_version rvm_ruby_minor_version rvm_ruby_package_name rvm_ruby_patch_level rvm_ruby_release_version rvm_ruby_repo_url rvm_ruby_repo_branch rvm_ruby_revision rvm_ruby_selected_flag rvm_ruby_tag rvm_ruby_version rvm_head_flag rvm_ruby_package_file rvm_ruby_configure rvm_ruby_name rvm_ruby_url rvm_ruby_global_gems_path rvm_ruby_args rvm_ruby_name rvm_llvm_flag
++ 1394468809.N /scripts/functions/env : __rvm_unset_ruby_variables() 3 > __rvm_load_rvmrc
++ 1394468809.N /scripts/functions/init : __rvm_load_rvmrc() 1 > typeset _file
++ 1394468809.N /scripts/functions/init : __rvm_load_rvmrc() 2 > typeset -a rvm_rvmrc_files
++ 1394468809.N /scripts/functions/init : __rvm_load_rvmrc() 3 > (( 0 == 1 ))
++ 1394468809.N /scripts/functions/init : __rvm_load_rvmrc() 8 > [[ -n 0022 ]]
++ 1394468809.N /scripts/functions/init : __rvm_load_rvmrc() 10 > rvm_rvmrc_files=("/etc/rvmrc" "$HOME/.rvmrc")
++ 1394468809.N /scripts/functions/init : __rvm_load_rvmrc() 11 > [[ -n /Users/mwlang ]]
++ 1394468809.N /scripts/functions/init : __rvm_load_rvmrc() 11 > [[ /Users/mwlang/.rvmrc -ef /Users/mwlang/.rvmrc ]]
++ 1394468809.N /scripts/functions/init : __rvm_load_rvmrc() 12 > rvm_rvmrc_files+=("${rvm_prefix}/.rvmrc")
++ 1394468809.N /scripts/functions/init : __rvm_load_rvmrc() 18 > for _file in '"${rvm_rvmrc_files[@]}"'
++ 1394468809.N /scripts/functions/init : __rvm_load_rvmrc() 16 > [[ -s /etc/rvmrc ]]
++ 1394468809.N /scripts/functions/init : __rvm_load_rvmrc() 18 > for _file in '"${rvm_rvmrc_files[@]}"'
++ 1394468809.N /scripts/functions/init : __rvm_load_rvmrc() 16 > [[ -s /Users/mwlang/.rvmrc ]]
++ 1394468809.N /scripts/functions/init : __rvm_load_rvmrc() 18 > for _file in '"${rvm_rvmrc_files[@]}"'
++ 1394468809.N /scripts/functions/init : __rvm_load_rvmrc() 16 > [[ -s /Users/mwlang/.rvmrc ]]
++ 1394468809.N /scripts/functions/init : __rvm_load_rvmrc() 31 > return 0
++ 1394468809.N /scripts/selector_parse : __rvm_ruby_string_parse_() 56 > rvm_ruby_repo_url=
++ 1394468809.N /scripts/selector_parse : __rvm_ruby_string_parse_() 57 > rvm_ruby_repo_branch=
++ 1394468809.N /scripts/selector_parse : __rvm_ruby_string_parse_() 58 > rvm_ruby_name=
++ 1394468809.N /scripts/selector_parse : __rvm_ruby_string_parse_() 61 > [[ -z rbx-2.2.5 ]]
++ 1394468809.N /scripts/selector_parse : __rvm_ruby_string_parse_() 74 > strings=()
++ 1394468809.N /scripts/selector_parse : __rvm_ruby_string_parse_() 75 > __rvm_custom_separated_array strings - rbx-2.2.5
++ 1394468809.N /scripts/functions/utility : __rvm_custom_separated_array() 1 > typeset IFS
++ 1394468809.N /scripts/functions/utility : __rvm_custom_separated_array() 2 > IFS=-
++ 1394468809.N /scripts/functions/utility : __rvm_custom_separated_array() 3 > [[ -n '' ]]
++ 1394468809.N /scripts/functions/utility : __rvm_custom_separated_array() 5 > eval 'strings+=( $3 )'
+++ 1394468809.N /scripts/functions/utility : __rvm_custom_separated_array() -218 > strings+=($3)
++ 1394468809.N /scripts/selector_parse : __rvm_ruby_string_parse_() -143 > rvm_ruby_string=rbx-2.2.5
++ 1394468809.N /scripts/selector_parse : __rvm_ruby_string_parse_() 82 > for string in '${strings[@]}'
++ 1394468809.N /scripts/selector_parse : __rvm_ruby_string_parse_() 84 > case "$string" in
++ 1394468809.N /scripts/selector_parse : __rvm_ruby_string_parse_() -9 > rvm_ruby_interpreter=rbx
++ 1394468809.N /scripts/selector_parse : __rvm_ruby_string_parse_() 82 > for string in '${strings[@]}'
++ 1394468809.N /scripts/selector_parse : __rvm_ruby_string_parse_() 84 > case "$string" in
++ 1394468809.N /scripts/selector_parse : __rvm_ruby_string_parse_() -83 > rvm_ruby_version=2.2.5
++ 1394468809.N /scripts/selector_parse : __rvm_ruby_string_parse_() -82 > rvm_ruby_revision=
++ 1394468809.N /scripts/selector_parse : __rvm_ruby_string_parse_() -81 > rvm_ruby_tag=
++ 1394468809.N /scripts/selector_parse : __rvm_ruby_string_parse_() 6 > [[ -z rbx ]]
++ 1394468809.N /scripts/selector_parse : __rvm_ruby_string_parse_() 13 > true
++ 1394468809.N /scripts/selector_parse : __rvm_ruby_string_parse() 56 > (( 0 == 1 ))
++ 1394468809.N /scripts/selector_parse : __rvm_ruby_string_parse() 71 > __rvm_ruby_string_parse_
++ 1394468809.N /scripts/selector_parse : __rvm_ruby_string_parse_() 1 > typeset ruby_string gemset_name expanded_alias_name repo_url branch_name ruby_name
++ 1394468809.N /scripts/selector_parse : __rvm_ruby_string_parse_() 4 > ruby_string=rbx-2.2.5
++ 1394468809.N /scripts/selector_parse : __rvm_ruby_string_parse_() 5 > gemset_name=
++ 1394468809.N /scripts/selector_parse : __rvm_ruby_string_parse_() 6 > repo_url=
++ 1394468809.N /scripts/selector_parse : __rvm_ruby_string_parse_() 7 > branch_name=
++ 1394468809.N /scripts/selector_parse : __rvm_ruby_string_parse_() 8 > ruby_name=
++ 1394468810.N /scripts/selector_parse : __rvm_ruby_string_parse_() 10 > __rvm_unset_ruby_variables
++ 1394468810.N /scripts/functions/env : __rvm_unset_ruby_variables() 2 > unset rvm_env_string rvm_ruby_string rvm_ruby_strings rvm_ruby_binary rvm_ruby_gem_home rvm_ruby_gem_path rvm_ruby_home rvm_ruby_interpreter rvm_ruby_irbrc rvm_ruby_log_path rvm_ruby_major_version rvm_ruby_minor_version rvm_ruby_package_name rvm_ruby_patch_level rvm_ruby_release_version rvm_ruby_repo_url rvm_ruby_repo_branch rvm_ruby_revision rvm_ruby_selected_flag rvm_ruby_tag rvm_ruby_version rvm_head_flag rvm_ruby_package_file rvm_ruby_configure rvm_ruby_name rvm_ruby_url rvm_ruby_global_gems_path rvm_ruby_args rvm_ruby_name rvm_llvm_flag
++ 1394468810.N /scripts/functions/env : __rvm_unset_ruby_variables() 3 > __rvm_load_rvmrc
++ 1394468810.N /scripts/functions/init : __rvm_load_rvmrc() 1 > typeset _file
++ 1394468810.N /scripts/functions/init : __rvm_load_rvmrc() 2 > typeset -a rvm_rvmrc_files
++ 1394468810.N /scripts/functions/init : __rvm_load_rvmrc() 3 > (( 0 == 1 ))
++ 1394468810.N /scripts/functions/init : __rvm_load_rvmrc() 8 > [[ -n 0022 ]]
++ 1394468810.N /scripts/functions/init : __rvm_load_rvmrc() 10 > rvm_rvmrc_files=("/etc/rvmrc" "$HOME/.rvmrc")
++ 1394468810.N /scripts/functions/init : __rvm_load_rvmrc() 11 > [[ -n /Users/mwlang ]]
++ 1394468810.N /scripts/functions/init : __rvm_load_rvmrc() 11 > [[ /Users/mwlang/.rvmrc -ef /Users/mwlang/.rvmrc ]]
++ 1394468810.N /scripts/functions/init : __rvm_load_rvmrc() 12 > rvm_rvmrc_files+=("${rvm_prefix}/.rvmrc")
++ 1394468810.N /scripts/functions/init : __rvm_load_rvmrc() 18 > for _file in '"${rvm_rvmrc_files[@]}"'
++ 1394468810.N /scripts/functions/init : __rvm_load_rvmrc() 16 > [[ -s /etc/rvmrc ]]
++ 1394468810.N /scripts/functions/init : __rvm_load_rvmrc() 18 > for _file in '"${rvm_rvmrc_files[@]}"'
++ 1394468810.N /scripts/functions/init : __rvm_load_rvmrc() 16 > [[ -s /Users/mwlang/.rvmrc ]]
++ 1394468810.N /scripts/functions/init : __rvm_load_rvmrc() 18 > for _file in '"${rvm_rvmrc_files[@]}"'
++ 1394468810.N /scripts/functions/init : __rvm_load_rvmrc() 16 > [[ -s /Users/mwlang/.rvmrc ]]
++ 1394468810.N /scripts/functions/init : __rvm_load_rvmrc() 31 > return 0
++ 1394468810.N /scripts/selector_parse : __rvm_ruby_string_parse_() 56 > rvm_ruby_repo_url=
++ 1394468810.N /scripts/selector_parse : __rvm_ruby_string_parse_() 57 > rvm_ruby_repo_branch=
++ 1394468810.N /scripts/selector_parse : __rvm_ruby_string_parse_() 58 > rvm_ruby_name=
++ 1394468810.N /scripts/selector_parse : __rvm_ruby_string_parse_() 61 > [[ -z rbx-2.2.5 ]]
++ 1394468810.N /scripts/selector_parse : __rvm_ruby_string_parse_() 74 > strings=()
++ 1394468810.N /scripts/selector_parse : __rvm_ruby_string_parse_() 75 > __rvm_custom_separated_array strings - rbx-2.2.5
++ 1394468810.N /scripts/functions/utility : __rvm_custom_separated_array() 1 > typeset IFS
++ 1394468810.N /scripts/functions/utility : __rvm_custom_separated_array() 2 > IFS=-
++ 1394468810.N /scripts/functions/utility : __rvm_custom_separated_array() 3 > [[ -n '' ]]
++ 1394468810.N /scripts/functions/utility : __rvm_custom_separated_array() 5 > eval 'strings+=( $3 )'
+++ 1394468810.N /scripts/functions/utility : __rvm_custom_separated_array() -218 > strings+=($3)
++ 1394468810.N /scripts/selector_parse : __rvm_ruby_string_parse_() -143 > rvm_ruby_string=rbx-2.2.5
++ 1394468810.N /scripts/selector_parse : __rvm_ruby_string_parse_() 82 > for string in '${strings[@]}'
++ 1394468810.N /scripts/selector_parse : __rvm_ruby_string_parse_() 84 > case "$string" in
++ 1394468810.N /scripts/selector_parse : __rvm_ruby_string_parse_() -9 > rvm_ruby_interpreter=rbx
++ 1394468810.N /scripts/selector_parse : __rvm_ruby_string_parse_() 82 > for string in '${strings[@]}'
++ 1394468810.N /scripts/selector_parse : __rvm_ruby_string_parse_() 84 > case "$string" in
++ 1394468810.N /scripts/selector_parse : __rvm_ruby_string_parse_() -83 > rvm_ruby_version=2.2.5
++ 1394468810.N /scripts/selector_parse : __rvm_ruby_string_parse_() -82 > rvm_ruby_revision=
++ 1394468810.N /scripts/selector_parse : __rvm_ruby_string_parse_() -81 > rvm_ruby_tag=
++ 1394468810.N /scripts/selector_parse : __rvm_ruby_string_parse_() 6 > [[ -z rbx ]]
++ 1394468810.N /scripts/selector_parse : __rvm_ruby_string_parse_() 13 > true
++ 1394468810.N /scripts/selector_parse : __rvm_ruby_string_parse() 74 > (( __check_latest ))
++ 1394468810.N /scripts/selector_parse : __rvm_ruby_string_parse() 82 > [[ -z rbx ]]
++ 1394468810.N /scripts/selector : __rvm_ruby_string() 114 > __rvm_ruby_string_installed
++ 1394468810.N /scripts/selector : __rvm_ruby_string_installed() 3 > [[ -n rbx ]]
++ 1394468810.N /scripts/selector : __rvm_ruby_string_installed() 3 > [[ -n rbx-2.2.5 ]]
++ 1394468810.N /scripts/selector : __rvm_ruby_string_installed() 3 > [[ -d /Users/mwlang/.rvm/rubies/rbx-2.2.5 ]]
++ 1394468810.N /scripts/selector : __rvm_ruby_string() 75 > __rvm_ruby_string_remotely_available
++ 1394468810.N /scripts/selector : __rvm_ruby_string_remotely_available() 1 > (( 0 == 1 ))
++ 1394468810.N /scripts/selector : __rvm_ruby_string() 69 > __rvm_ruby_string_autodetect
++ 1394468810.N /scripts/selector : __rvm_ruby_string_autodetect() 5 > [[ -z 2.2.5 ]]
++ 1394468810.N /scripts/selector : __rvm_ruby_string_autodetect() 24 > (( 0 ))
++ 1394468810.N /scripts/selector : __rvm_ruby_string_autodetect() 30 > rvm_ruby_string=rbx-2.2.5
++ 1394468810.N /scripts/selector : __rvm_ruby_string_autodetect() 32 > [[ rbx == \e\x\t ]]
++ 1394468810.N /scripts/selector : __rvm_ruby_string_autodetect() 36 > [[ 0 == \1 ]]
++ 1394468810.N /scripts/selector : __rvm_ruby_string_autodetect() 36 > [[ -n '' ]]
++ 1394468810.N /scripts/selector : __rvm_ruby_string_autodetect() 36 > [[ -n '' ]]
++ 1394468810.N /scripts/selector : __rvm_ruby_string_autodetect() 60 > [[ -n '' ]]
++ 1394468810.N /scripts/selector : __rvm_ruby_string_autodetect() 64 > [[ -n '' ]]
++ 1394468810.N /scripts/selector : __rvm_ruby_string_autodetect() 68 > [[ -n '' ]]
++ 1394468810.N /scripts/selector : __rvm_ruby_string_autodetect() 73 > (( 0 == 1 ))
++ 1394468810.N /scripts/selector : __rvm_ruby_string_autodetect() 84 > [[ -n '' ]]
+++ 1394468810.N /scripts/selector : __rvm_ruby_string_autodetect() -266 > __rvm_db rbx_2.2.5_patch_level
+++ 1394468810.N /scripts/functions/db : __rvm_db() 1 > typeset value key variable
+++ 1394468810.N /scripts/functions/db : __rvm_db() 2 > key=rbx_2.2.5_patch_level
+++ 1394468810.N /scripts/functions/db : __rvm_db() 3 > key=rbx_2.2.5_patch_level
+++ 1394468810.N /scripts/functions/db : __rvm_db() 4 > variable=
+++ 1394468810.N /scripts/functions/db : __rvm_db() 6 > [[ -f /Users/mwlang/.rvm/user/db ]]
++++ 1394468810.N /scripts/functions/db : __rvm_db() 1 > __rvm_db_ /Users/mwlang/.rvm/user/db rbx_2.2.5_patch_level
++++ 1394468810.N /scripts/functions/db : __rvm_db_() 1 > typeset __db __key __value
++++ 1394468810.N /scripts/functions/db : __rvm_db_() 2 > __db=/Users/mwlang/.rvm/user/db
++++ 1394468810.N /scripts/functions/db : __rvm_db_() 3 > __key=rbx_2.2.5_patch_level
++++ 1394468810.N /scripts/functions/db : __rvm_db_() 4 > shift 2
++++ 1394468810.N /scripts/functions/db : __rvm_db_() 5 > __value=
++++ 1394468810.N /scripts/functions/db : __rvm_db_() 65 > case "${__value}" in
++++ 1394468810.N /scripts/functions/db : __rvm_db_() 11 > __rvm_db_get /Users/mwlang/.rvm/user/db rbx_2.2.5_patch_level
++++ 1394468810.N /scripts/functions/db : __rvm_db_get() 1 > [[ -f /Users/mwlang/.rvm/user/db ]]
++++ 1394468810.N /scripts/functions/db : __rvm_db_get() 2 > __rvm_grep '^rbx_2.2.5_patch_level=' /Users/mwlang/.rvm/user/db
++++ 1394468810.N /scripts/functions/db : __rvm_db_get() 2 > __rvm_sed -e 's#^rbx_2.2.5_patch_level=##' -e '/^$/d'
++++ 1394468810.N /scripts/functions/support : __rvm_sed() 0 > sed -e 's#^rbx_2.2.5_patch_level=##' -e '/^$/d'
++++ 1394468810.N /scripts/functions/support : __rvm_grep() 0 > GREP_OPTIONS=
++++ 1394468810.N /scripts/functions/support : __rvm_grep() 0 > grep '^rbx_2.2.5_patch_level=' /Users/mwlang/.rvm/user/db
++++ 1394468810.N /scripts/functions/support : __rvm_grep() 0 > return 1
+++ 1394468810.N /scripts/functions/db : __rvm_db() 7 > value=
+++ 1394468810.N /scripts/functions/db : __rvm_db() 9 > [[ -z '' ]]
+++ 1394468810.N /scripts/functions/db : __rvm_db() 9 > [[ -f /Users/mwlang/.rvm/config/db ]]
++++ 1394468810.N /scripts/functions/db : __rvm_db() 4 > __rvm_db_ /Users/mwlang/.rvm/config/db rbx_2.2.5_patch_level
++++ 1394468810.N /scripts/functions/db : __rvm_db_() 1 > typeset __db __key __value
++++ 1394468810.N /scripts/functions/db : __rvm_db_() 2 > __db=/Users/mwlang/.rvm/config/db
++++ 1394468810.N /scripts/functions/db : __rvm_db_() 3 > __key=rbx_2.2.5_patch_level
++++ 1394468810.N /scripts/functions/db : __rvm_db_() 4 > shift 2
++++ 1394468810.N /scripts/functions/db : __rvm_db_() 5 > __value=
++++ 1394468810.N /scripts/functions/db : __rvm_db_() 65 > case "${__value}" in
++++ 1394468810.N /scripts/functions/db : __rvm_db_() 11 > __rvm_db_get /Users/mwlang/.rvm/config/db rbx_2.2.5_patch_level
++++ 1394468810.N /scripts/functions/db : __rvm_db_get() 1 > [[ -f /Users/mwlang/.rvm/config/db ]]
++++ 1394468810.N /scripts/functions/db : __rvm_db_get() 2 > __rvm_grep '^rbx_2.2.5_patch_level=' /Users/mwlang/.rvm/config/db
++++ 1394468810.N /scripts/functions/db : __rvm_db_get() 2 > __rvm_sed -e 's#^rbx_2.2.5_patch_level=##' -e '/^$/d'
++++ 1394468810.N /scripts/functions/support : __rvm_sed() 0 > sed -e 's#^rbx_2.2.5_patch_level=##' -e '/^$/d'
++++ 1394468810.N /scripts/functions/support : __rvm_grep() 0 > GREP_OPTIONS=
++++ 1394468810.N /scripts/functions/support : __rvm_grep() 0 > grep '^rbx_2.2.5_patch_level=' /Users/mwlang/.rvm/config/db
++++ 1394468810.N /scripts/functions/support : __rvm_grep() 0 > return 1
+++ 1394468810.N /scripts/functions/db : __rvm_db() 10 > value=
+++ 1394468810.N /scripts/functions/db : __rvm_db() 13 > [[ -n '' ]]
+++ 1394468810.N /scripts/functions/db : __rvm_db() 20 > true
++ 1394468810.N /scripts/selector : __rvm_ruby_string_autodetect() 87 > rvm_ruby_patch_level=
++ 1394468810.N /scripts/selector : __rvm_ruby_string_autodetect() 88 > [[ -n '' ]]
++ 1394468810.N /scripts/selector : __rvm_ruby_string_autodetect() 92 > true
++ 1394468810.N /scripts/selector : __rvm_ruby_string() -11 > rvm_ruby_string=rbx-2.2.5
++ 1394468810.N /scripts/selector : __rvm_ruby_string() -7 > detected_rvm_ruby_name=
++ 1394468810.N /scripts/selector : __rvm_ruby_string() -5 > rvm_ruby_name=
++ 1394468810.N /scripts/selector : __rvm_ruby_string() -4 > true
++ 1394468810.N /scripts/selector : __rvm_select() -266 > __rvm_select_after_parse
++ 1394468810.N /scripts/selector : __rvm_select_after_parse() 1 > __rvm_select_interpreter_variables
++ 1394468810.N /scripts/selector : __rvm_select_interpreter_variables() 1 > rvm_archive_extension=tar.gz
++ 1394468810.N /scripts/selector : __rvm_select_interpreter_variables() 3 > [[ -z rbx ]]
++ 1394468810.N /scripts/selector : __rvm_select_interpreter_variables() 7 > rvm_ruby_interpreter=rbx
++ 1394468810.N /scripts/selector : __rvm_select_interpreter_variables() 10 > is_a_function __rvm_select_interpreter_rbx
++ 1394468810.N /scripts/functions/support : is_a_function() 1 > typeset -f __rvm_select_interpreter_rbx
++ 1394468810.N /scripts/selector : __rvm_select_interpreter_variables() 35 > __rvm_select_interpreter_rbx
++ 1394468810.N /scripts/selector_interpreters : __rvm_select_interpreter_rbx() 1 > __rvm_select_rbx_nightly
++ 1394468810.N /scripts/selector_interpreters : __rvm_select_rbx_nightly() 1 > (( 0 == 1 ))
++ 1394468810.N /scripts/selector_interpreters : __rvm_select_rbx_nightly() 1 > return 0
++ 1394468810.N /scripts/selector_interpreters : __rvm_select_interpreter_rbx() 165 > rvm_ruby_interpreter=rbx
++ 1394468810.N /scripts/selector_interpreters : __rvm_select_interpreter_rbx() 167 > __rvm_select_rbx_compatibility_branch
++ 1394468810.N /scripts/selector_interpreters : __rvm_select_rbx_compatibility_branch() 49 > case "${rvm_ruby_version}" in
++ 1394468810.N /scripts/selector_interpreters : __rvm_select_rbx_compatibility_branch() 7 > [[ 0 == 1 ]]
++ 1394468810.N /scripts/selector_interpreters : __rvm_select_rbx_compatibility_branch() 12 > [[ 0 == 1 ]]
++ 1394468810.N /scripts/selector_interpreters : __rvm_select_rbx_compatibility_branch() 18 > true
++ 1394468810.N /scripts/selector_interpreters : __rvm_select_interpreter_rbx() 126 > (( 0 == 0 ))
++ 1394468810.N /scripts/selector_interpreters : __rvm_select_interpreter_rbx() 127 > [[ -z '' ]]
++ 1394468810.N /scripts/selector_interpreters : __rvm_select_interpreter_rbx() 128 > [[ 2.2.5 != \h\e\a\d ]]
++ 1394468810.N /scripts/selector_interpreters : __rvm_select_interpreter_rbx() 131 > __rvm_version_compare 2.2.5 -ge 2.0.0
++ 1394468810.N /scripts/functions/utility : __rvm_version_compare() 1 > typeset first
+++ 1394468810.N /scripts/functions/utility : __rvm_version_compare() -186 > printf %b '2.2.5\n2.0.0\n'
+++ 1394468810.N /scripts/functions/utility : __rvm_version_compare() -186 > __rvm_version_sort
+++ 1394468810.N /scripts/functions/utility : __rvm_version_compare() -186 > head -n1
+++ 1394468810.N /scripts/functions/utility : __rvm_version_sort() 1 > LC_ALL=C
+++ 1394468810.N /scripts/functions/utility : __rvm_version_sort() 1 > sort -t. -k 1,1n -k 2,2n -k 3,3n -k 4,4n -k 5,5n
++ 1394468810.N /scripts/functions/utility : __rvm_version_compare() 2 > first=2.0.0
++ 1394468810.N /scripts/functions/utility : __rvm_version_compare() 192 > case "$2" in
++ 1394468810.N /scripts/functions/utility : __rvm_version_compare() 15 > [[ 2.0.0 == \2\.\0\.\0 ]]
++ 1394468810.N /scripts/functions/utility : __rvm_version_compare() 28 > return 0
+++ 1394468810.N /scripts/selector_interpreters : __rvm_select_interpreter_rbx() -195 > __rvm_db rbx_2.0.0_url
+++ 1394468810.N /scripts/functions/db : __rvm_db() 1 > typeset value key variable
+++ 1394468810.N /scripts/functions/db : __rvm_db() 2 > key=rbx_2.0.0_url
+++ 1394468810.N /scripts/functions/db : __rvm_db() 3 > key=rbx_2.0.0_url
+++ 1394468810.N /scripts/functions/db : __rvm_db() 4 > variable=
+++ 1394468810.N /scripts/functions/db : __rvm_db() 6 > [[ -f /Users/mwlang/.rvm/user/db ]]
++++ 1394468810.N /scripts/functions/db : __rvm_db() 1 > __rvm_db_ /Users/mwlang/.rvm/user/db rbx_2.0.0_url
++++ 1394468810.N /scripts/functions/db : __rvm_db_() 1 > typeset __db __key __value
++++ 1394468810.N /scripts/functions/db : __rvm_db_() 2 > __db=/Users/mwlang/.rvm/user/db
++++ 1394468810.N /scripts/functions/db : __rvm_db_() 3 > __key=rbx_2.0.0_url
++++ 1394468810.N /scripts/functions/db : __rvm_db_() 4 > shift 2
++++ 1394468810.N /scripts/functions/db : __rvm_db_() 5 > __value=
++++ 1394468810.N /scripts/functions/db : __rvm_db_() 65 > case "${__value}" in
++++ 1394468810.N /scripts/functions/db : __rvm_db_() 11 > __rvm_db_get /Users/mwlang/.rvm/user/db rbx_2.0.0_url
++++ 1394468810.N /scripts/functions/db : __rvm_db_get() 1 > [[ -f /Users/mwlang/.rvm/user/db ]]
++++ 1394468810.N /scripts/functions/db : __rvm_db_get() 2 > __rvm_grep '^rbx_2.0.0_url=' /Users/mwlang/.rvm/user/db
++++ 1394468810.N /scripts/functions/db : __rvm_db_get() 2 > __rvm_sed -e 's#^rbx_2.0.0_url=##' -e '/^$/d'
++++ 1394468810.N /scripts/functions/support : __rvm_sed() 0 > sed -e 's#^rbx_2.0.0_url=##' -e '/^$/d'
++++ 1394468810.N /scripts/functions/support : __rvm_grep() 0 > GREP_OPTIONS=
++++ 1394468810.N /scripts/functions/support : __rvm_grep() 0 > grep '^rbx_2.0.0_url=' /Users/mwlang/.rvm/user/db
++++ 1394468810.N /scripts/functions/support : __rvm_grep() 0 > return 1
+++ 1394468810.N /scripts/functions/db : __rvm_db() 7 > value=
+++ 1394468810.N /scripts/functions/db : __rvm_db() 9 > [[ -z '' ]]
+++ 1394468810.N /scripts/functions/db : __rvm_db() 9 > [[ -f /Users/mwlang/.rvm/config/db ]]
++++ 1394468810.N /scripts/functions/db : __rvm_db() 4 > __rvm_db_ /Users/mwlang/.rvm/config/db rbx_2.0.0_url
++++ 1394468810.N /scripts/functions/db : __rvm_db_() 1 > typeset __db __key __value
++++ 1394468810.N /scripts/functions/db : __rvm_db_() 2 > __db=/Users/mwlang/.rvm/config/db
++++ 1394468810.N /scripts/functions/db : __rvm_db_() 3 > __key=rbx_2.0.0_url
++++ 1394468810.N /scripts/functions/db : __rvm_db_() 4 > shift 2
++++ 1394468810.N /scripts/functions/db : __rvm_db_() 5 > __value=
++++ 1394468810.N /scripts/functions/db : __rvm_db_() 65 > case "${__value}" in
++++ 1394468810.N /scripts/functions/db : __rvm_db_() 11 > __rvm_db_get /Users/mwlang/.rvm/config/db rbx_2.0.0_url
++++ 1394468810.N /scripts/functions/db : __rvm_db_get() 1 > [[ -f /Users/mwlang/.rvm/config/db ]]
++++ 1394468810.N /scripts/functions/db : __rvm_db_get() 2 > __rvm_grep '^rbx_2.0.0_url=' /Users/mwlang/.rvm/config/db
++++ 1394468810.N /scripts/functions/db : __rvm_db_get() 2 > __rvm_sed -e 's#^rbx_2.0.0_url=##' -e '/^$/d'
++++ 1394468811.N /scripts/functions/support : __rvm_sed() 0 > sed -e 's#^rbx_2.0.0_url=##' -e '/^$/d'
++++ 1394468811.N /scripts/functions/support : __rvm_grep() 0 > GREP_OPTIONS=
++++ 1394468811.N /scripts/functions/support : __rvm_grep() 0 > grep '^rbx_2.0.0_url=' /Users/mwlang/.rvm/config/db
+++ 1394468811.N /scripts/functions/db : __rvm_db() 10 > value=http://releases.rubini.us
+++ 1394468811.N /scripts/functions/db : __rvm_db() 13 > [[ -n http://releases.rubini.us ]]
+++ 1394468811.N /scripts/functions/db : __rvm_db() 15 > [[ -n '' ]]
+++ 1394468811.N /scripts/functions/db : __rvm_db() 17 > echo http://releases.rubini.us
+++ 1394468811.N /scripts/functions/db : __rvm_db() 20 > true
++ 1394468811.N /scripts/selector_interpreters : __rvm_select_interpreter_rbx() -7 > rbx_url=http://releases.rubini.us
++ 1394468811.N /scripts/selector_interpreters : __rvm_select_interpreter_rbx() -6 > rvm_archive_extension=tar.bz2
++ 1394468811.N /scripts/selector_interpreters : __rvm_select_interpreter_rbx() -5 > rvm_ruby_package_file=rubinius-2.2.5
++ 1394468811.N /scripts/selector_interpreters : __rvm_select_interpreter_rbx() -4 > rvm_ruby_url=http://releases.rubini.us/rubinius-2.2.5.tar.bz2
++ 1394468811.N /scripts/selector_interpreters : __rvm_select_interpreter_rbx() 11 > [[ -n '' ]]
++ 1394468811.N /scripts/selector_interpreters : __rvm_select_interpreter_rbx() 14 > true
++ 1394468811.N /scripts/selector : __rvm_select_after_parse() -93 > __rvm_select_version_variables
++ 1394468811.N /scripts/selector : __rvm_select_version_variables() 54 > case "$rvm_ruby_version" in
++ 1394468811.N /scripts/selector : __rvm_select_version_variables() 3 > rvm_ruby_release_version=2
++ 1394468811.N /scripts/selector : __rvm_select_version_variables() 4 > rvm_ruby_major_version=2.2
++ 1394468811.N /scripts/selector : __rvm_select_version_variables() 5 > rvm_ruby_major_version=2
++ 1394468811.N /scripts/selector : __rvm_select_version_variables() 6 > rvm_ruby_minor_version=5
++ 1394468811.N /scripts/selector : __rvm_select_after_parse() 43 > __rvm_select_default_variables
++ 1394468811.N /scripts/selector : __rvm_select_default_variables() 1 > [[ rbx != ext ]]
++ 1394468811.N /scripts/selector : __rvm_select_default_variables() 2 > rvm_ruby_package_name=rbx-2.2.5
++ 1394468811.N /scripts/selector : __rvm_select_default_variables() 5 > rvm_ruby_home=/Users/mwlang/.rvm/rubies/rbx-2.2.5
++ 1394468811.N /scripts/selector : __rvm_select_default_variables() 6 > rvm_ruby_binary=/Users/mwlang/.rvm/rubies/rbx-2.2.5/bin/ruby
++ 1394468811.N /scripts/selector : __rvm_select_default_variables() 7 > rvm_ruby_irbrc=/Users/mwlang/.rvm/rubies/rbx-2.2.5/.irbrc
++ 1394468811.N /scripts/selector : __rvm_select_after_parse() 29 > [[ system == \r\b\x ]]
++ 1394468811.N /scripts/selector : __rvm_select_after_parse() 29 > __rvm_gemset_select
++ 1394468811.N /scripts/selector_gemsets : __rvm_gemset_select() 1 > __rvm_gemset_select_only
++ 1394468811.N /scripts/selector_gemsets : __rvm_gemset_select_only() 1 > rvm_ruby_gem_home=/Users/mwlang/.rvm/gems/rbx-2.2.5
++ 1394468811.N /scripts/selector_gemsets : __rvm_gemset_select_only() 3 > : rvm_ignore_gemsets_flag:0:
++ 1394468811.N /scripts/selector_gemsets : __rvm_gemset_select_only() 4 > (( rvm_ignore_gemsets_flag ))
++ 1394468811.N /scripts/selector_gemsets : __rvm_gemset_select_only() 10 > rvm_ruby_global_gems_path=/Users/mwlang/.rvm/gems/rbx-2.2.5@global
++ 1394468811.N /scripts/selector_gemsets : __rvm_gemset_select_only() 12 > __rvm_gemset_handle_default
++ 1394468811.N /scripts/selector_gemsets : __rvm_gemset_handle_default() 1 > rvm_gemset_name=@@
++ 1394468811.N /scripts/selector_gemsets : __rvm_gemset_handle_default() 2 > rvm_gemset_name=@@
++ 1394468811.N /scripts/selector_gemsets : __rvm_gemset_handle_default() 4 > rvm_gemset_name=
++ 1394468811.N /scripts/selector_gemsets : __rvm_gemset_select_only() 62 > [[ -z '' ]]
++ 1394468811.N /scripts/selector_gemsets : __rvm_gemset_select_only() 65 > [[ '' == \g\l\o\b\a\l ]]
++ 1394468811.N /scripts/selector_gemsets : __rvm_gemset_select_only() 69 > rvm_ruby_gem_path=/Users/mwlang/.rvm/gems/rbx-2.2.5:/Users/mwlang/.rvm/gems/rbx-2.2.5@global
++ 1394468811.N /scripts/selector_gemsets : __rvm_gemset_select_only() 73 > [[ -n '' ]]
++ 1394468811.N /scripts/selector_gemsets : __rvm_gemset_select_only() 77 > rvm_env_string=rbx-2.2.5
++ 1394468811.N /scripts/selector_gemsets : __rvm_gemset_select_only() 79 > true
++ 1394468811.N /scripts/selector_gemsets : __rvm_gemset_select() 137 > __rvm_gemset_select_validation
++ 1394468811.N /scripts/selector_gemsets : __rvm_gemset_select_validation() 3 > [[ ! -d /Users/mwlang/.rvm/gems/rbx-2.2.5 ]]
++ 1394468811.N /scripts/selector_gemsets : __rvm_gemset_select_validation() 6 > (( 0 == 0 && 0 == 0 && 0 == 0 ))
++ 1394468811.N /scripts/selector_gemsets : __rvm_gemset_select_validation() 8 > rvm_expected_gemset_name=
++ 1394468811.N /scripts/selector_gemsets : __rvm_gemset_select_validation() 9 > rvm_gemset_name=
++ 1394468811.N /scripts/selector_gemsets : __rvm_gemset_select_validation() 10 > __rvm_gemset_select_only
++ 1394468811.N /scripts/selector_gemsets : __rvm_gemset_select_only() 1 > rvm_ruby_gem_home=/Users/mwlang/.rvm/gems/rbx-2.2.5
++ 1394468811.N /scripts/selector_gemsets : __rvm_gemset_select_only() 3 > : rvm_ignore_gemsets_flag:0:
++ 1394468811.N /scripts/selector_gemsets : __rvm_gemset_select_only() 4 > (( rvm_ignore_gemsets_flag ))
++ 1394468811.N /scripts/selector_gemsets : __rvm_gemset_select_only() 10 > rvm_ruby_global_gems_path=/Users/mwlang/.rvm/gems/rbx-2.2.5@global
++ 1394468811.N /scripts/selector_gemsets : __rvm_gemset_select_only() 12 > __rvm_gemset_handle_default
++ 1394468811.N /scripts/selector_gemsets : __rvm_gemset_handle_default() 1 > rvm_gemset_name=@@
++ 1394468811.N /scripts/selector_gemsets : __rvm_gemset_handle_default() 2 > rvm_gemset_name=@@
++ 1394468811.N /scripts/selector_gemsets : __rvm_gemset_handle_default() 4 > rvm_gemset_name=
++ 1394468811.N /scripts/selector_gemsets : __rvm_gemset_select_only() 62 > [[ -z '' ]]
++ 1394468811.N /scripts/selector_gemsets : __rvm_gemset_select_only() 65 > [[ '' == \g\l\o\b\a\l ]]
++ 1394468811.N /scripts/selector_gemsets : __rvm_gemset_select_only() 69 > rvm_ruby_gem_path=/Users/mwlang/.rvm/gems/rbx-2.2.5:/Users/mwlang/.rvm/gems/rbx-2.2.5@global
++ 1394468811.N /scripts/selector_gemsets : __rvm_gemset_select_only() 73 > [[ -n '' ]]
++ 1394468811.N /scripts/selector_gemsets : __rvm_gemset_select_only() 77 > rvm_env_string=rbx-2.2.5
++ 1394468811.N /scripts/selector_gemsets : __rvm_gemset_select_only() 79 > true
++ 1394468811.N /scripts/selector_gemsets : __rvm_gemset_select_validation() 94 > return 2
++ 1394468811.N /scripts/selector_gemsets : __rvm_gemset_select() 138 > return 2
++ 1394468811.N /scripts/selector : __rvm_select_after_parse() 96 > return 0
++ 1394468811.N /scripts/functions/manage/base_fetch : __rvm_fetch_ruby() 43 > (( 0 == 0 ))
++ 1394468811.N /scripts/functions/manage/base_fetch : __rvm_fetch_ruby() 44 > [[ -z '' ]]
++ 1394468811.N /scripts/functions/manage/base_fetch : __rvm_fetch_ruby() 44 > [[ -z '' ]]
++ 1394468811.N /scripts/functions/manage/base_fetch : __rvm_fetch_ruby() 44 > [[ -z '' ]]
++ 1394468811.N /scripts/functions/manage/base_fetch : __rvm_fetch_ruby() 46 > __rvm_fetch_ruby_package
++ 1394468811.N /scripts/functions/manage/base_fetch : __rvm_fetch_ruby_package() 1 > rvm_ruby_package_name=rbx-2.2.5
++ 1394468811.N /scripts/functions/manage/base_fetch : __rvm_fetch_ruby_package() 2 > rvm_ruby_package_file=rubinius-2.2.5
++ 1394468811.N /scripts/functions/manage/base_fetch : __rvm_fetch_ruby_package() 87 > case "$rvm_ruby_string" in
++ 1394468811.N /scripts/functions/manage/base_fetch : __rvm_fetch_ruby_package() 7 > rvm_archive_extension=tar.bz2
++ 1394468811.N /scripts/functions/manage/base_fetch : __rvm_fetch_ruby_package() 93 > case "$rvm_ruby_interpreter" in
++ 1394468811.N /scripts/functions/manage/base_fetch : __rvm_fetch_ruby_package() 22 > true
++ 1394468811.N /scripts/functions/manage/base_fetch : __rvm_fetch_ruby_package() 29 > rvm_log 'rbx-2.2.5 - #downloading rubinius-2.2.5, this may take a while depending on your connection...'
++ 1394468811.N /scripts/functions/logging : rvm_log() 1 > rvm_pretty_print stdout
++ 1394468811.N /scripts/functions/logging : rvm_pretty_print() 73 > case "${rvm_pretty_print_flag:=auto}" in
++ 1394468811.N /scripts/functions/logging : rvm_pretty_print() 78 > case "${TERM:-dumb}" in
++ 1394468811.N /scripts/functions/logging : rvm_pretty_print() 81 > case "$1" in
++ 1394468811.N /scripts/functions/logging : rvm_pretty_print() 10 > [[ -t 1 ]]
++ 1394468811.N /scripts/functions/logging : rvm_pretty_print() 10 > return 1
++ 1394468811.N /scripts/functions/logging : rvm_log() 91 > printf %b 'rbx-2.2.5 - #downloading rubinius-2.2.5, this may take a while depending on your connection...\n'
rbx-2.2.5 - #downloading rubinius-2.2.5, this may take a while depending on your connection...
++ 1394468811.N /scripts/functions/manage/base_fetch : __rvm_fetch_ruby_package() 41 > /Users/mwlang/.rvm/scripts/fetch http://releases.rubini.us/rubinius-2.2.5.tar.bz2
++ /scripts/base : 34 > export __array_start rvm_path
++ /scripts/base : 39 > [[ -n '' ]]
++ /scripts/base : 41 > __array_start=0
++ /scripts/base : 44 > (( 0 == 0 ))
++ /scripts/base : 46 > [[ -n 0022 ]]
++ /scripts/base : 47 > rvm_rvmrc_files=("/etc/rvmrc" "$HOME/.rvmrc")
++ /scripts/base : 48 > [[ -n /Users/mwlang ]]
++ /scripts/base : 48 > [[ /Users/mwlang/.rvmrc -ef /Users/mwlang/.rvmrc ]]
++ /scripts/base : 49 > rvm_rvmrc_files+=("${rvm_prefix}/.rvmrc")
++ /scripts/base : 52 > for rvmrc in '"${rvm_rvmrc_files[@]}"'
++ /scripts/base : 54 > [[ -f /etc/rvmrc ]]
++ /scripts/base : 52 > for rvmrc in '"${rvm_rvmrc_files[@]}"'
++ /scripts/base : 54 > [[ -f /Users/mwlang/.rvmrc ]]
++ /scripts/base : 52 > for rvmrc in '"${rvm_rvmrc_files[@]}"'
++ /scripts/base : 54 > [[ -f /Users/mwlang/.rvmrc ]]
++ /scripts/base : 70 > unset rvm_rvmrc_files
++ /scripts/base : 74 > export rvm_path
++ /scripts/base : 75 > [[ -z /Users/mwlang/.rvm ]]
++ /scripts/base : 91 > true /Users/mwlang/.rvm/scripts
++ /scripts/base : 93 > source /Users/mwlang/.rvm/scripts/initialize
+++ /scripts/initialize : 6 > [[ -n 3.2.51(1)-release ]]
+++ /scripts/initialize : 8 > shopt -s extglob
+++ /scripts/initialize : 21 > (( 1 == 1 ))
+++ /scripts/initialize : 23 > [[ -n 3.2.51(1)-release ]]
+++ /scripts/initialize : 24 > export 'PS4=+ $(__rvm_date "+%s.%N" 2>/dev/null) ${BASH_SOURCE##${rvm_path:-}} : ${FUNCNAME[0]:+${FUNCNAME[0]}()} ${LINENO} > '
+++ /scripts/initialize : 24 > PS4='+ $(__rvm_date "+%s.%N" 2>/dev/null) ${BASH_SOURCE##${rvm_path:-}} : ${FUNCNAME[0]:+${FUNCNAME[0]}()} ${LINENO} > '
+++ /scripts/initialize : 28 > set -o xtrace
+++ /scripts/initialize : 31 > export __rvm_env_loaded
+++ /scripts/initialize : 33 > : __rvm_env_loaded:1:
+++ /scripts/initialize : 35 > : __rvm_env_loaded:2:
+++ /scripts/initialize : 38 > [[ -z /Users/mwlang/.rvm/tmp ]]
+++ /scripts/initialize : 38 > (( __rvm_env_loaded == 1 ))
++ /scripts/base : 97 > case " ${rvm_base_except:-} " in
++ /scripts/base : 99 > true
++ /scripts/base : 110 > typeset -a scripts
++ /scripts/base : 113 > scripts=(logging db support utility init cleanup env rvmrc install environment gemset checksum list)
++ /scripts/base : 114 > for entry in '${scripts[@]}'
++ /scripts/base : 115 > source /Users/mwlang/.rvm/scripts/functions/logging
+++ /scripts/functions/logging : 96 > case "${TERM:-dumb}" in
+++ /scripts/functions/logging : 105 > __rvm_set_color rvm_error_clr red
+++ /scripts/functions/logging : __rvm_set_color() 41 > typeset __buffer __variable
+++ /scripts/functions/logging : __rvm_set_color() 42 > __buffer='['
+++ /scripts/functions/logging : __rvm_set_color() 43 > __variable=rvm_error_clr
+++ /scripts/functions/logging : __rvm_set_color() 44 > shift
+++ /scripts/functions/logging : __rvm_set_color() 46 > (( 1 ))
+++ /scripts/functions/logging : __rvm_set_color() 48 > __rvm_set_color_single red
+++ /scripts/functions/logging : __rvm_set_color_single() 7 > case "$1" in
+++ /scripts/functions/logging : __rvm_set_color_single() 14 > __buffer+=31
+++ /scripts/functions/logging : __rvm_set_color() 49 > shift
+++ /scripts/functions/logging : __rvm_set_color() 50 > (( 0 ))
+++ /scripts/functions/logging : __rvm_set_color() 46 > (( 0 ))
+++ /scripts/functions/logging : __rvm_set_color() 54 > __buffer+=m
+++ /scripts/functions/logging : __rvm_set_color() 55 > [[ rvm_error_clr == '' ]]
+++ /scripts/functions/logging : __rvm_set_color() 55 > [[ rvm_error_clr == \p\r\i\n\t ]]
+++ /scripts/functions/logging : __rvm_set_color() 57 > eval 'rvm_error_clr='\'''\'''
++++ /scripts/functions/logging : __rvm_set_color() 57 > rvm_error_clr=''
+++ /scripts/functions/logging : 106 > __rvm_set_color rvm_warn_clr yellow
+++ /scripts/functions/logging : __rvm_set_color() 41 > typeset __buffer __variable
+++ /scripts/functions/logging : __rvm_set_color() 42 > __buffer='['
+++ /scripts/functions/logging : __rvm_set_color() 43 > __variable=rvm_warn_clr
+++ /scripts/functions/logging : __rvm_set_color() 44 > shift
+++ /scripts/functions/logging : __rvm_set_color() 46 > (( 1 ))
+++ /scripts/functions/logging : __rvm_set_color() 48 > __rvm_set_color_single yellow
+++ /scripts/functions/logging : __rvm_set_color_single() 7 > case "$1" in
+++ /scripts/functions/logging : __rvm_set_color_single() 16 > __buffer+=33
+++ /scripts/functions/logging : __rvm_set_color() 49 > shift
+++ /scripts/functions/logging : __rvm_set_color() 50 > (( 0 ))
+++ /scripts/functions/logging : __rvm_set_color() 46 > (( 0 ))
+++ /scripts/functions/logging : __rvm_set_color() 54 > __buffer+=m
+++ /scripts/functions/logging : __rvm_set_color() 55 > [[ rvm_warn_clr == '' ]]
+++ /scripts/functions/logging : __rvm_set_color() 55 > [[ rvm_warn_clr == \p\r\i\n\t ]]
+++ /scripts/functions/logging : __rvm_set_color() 57 > eval 'rvm_warn_clr='\'''\'''
++++ /scripts/functions/logging : __rvm_set_color() 57 > rvm_warn_clr=''
+++ /scripts/functions/logging : 107 > __rvm_set_color rvm_debug_clr magenta
+++ /scripts/functions/logging : __rvm_set_color() 41 > typeset __buffer __variable
+++ /scripts/functions/logging : __rvm_set_color() 42 > __buffer='['
+++ /scripts/functions/logging : __rvm_set_color() 43 > __variable=rvm_debug_clr
+++ /scripts/functions/logging : __rvm_set_color() 44 > shift
+++ /scripts/functions/logging : __rvm_set_color() 46 > (( 1 ))
+++ /scripts/functions/logging : __rvm_set_color() 48 > __rvm_set_color_single magenta
+++ /scripts/functions/logging : __rvm_set_color_single() 7 > case "$1" in
+++ /scripts/functions/logging : __rvm_set_color_single() 18 > __buffer+=35
+++ /scripts/functions/logging : __rvm_set_color() 49 > shift
+++ /scripts/functions/logging : __rvm_set_color() 50 > (( 0 ))
+++ /scripts/functions/logging : __rvm_set_color() 46 > (( 0 ))
+++ /scripts/functions/logging : __rvm_set_color() 54 > __buffer+=m
+++ /scripts/functions/logging : __rvm_set_color() 55 > [[ rvm_debug_clr == '' ]]
+++ /scripts/functions/logging : __rvm_set_color() 55 > [[ rvm_debug_clr == \p\r\i\n\t ]]
+++ /scripts/functions/logging : __rvm_set_color() 57 > eval 'rvm_debug_clr='\'''\'''
++++ /scripts/functions/logging : __rvm_set_color() 57 > rvm_debug_clr=''
+++ /scripts/functions/logging : 108 > __rvm_set_color rvm_notify_clr green
+++ /scripts/functions/logging : __rvm_set_color() 41 > typeset __buffer __variable
+++ /scripts/functions/logging : __rvm_set_color() 42 > __buffer='['
+++ /scripts/functions/logging : __rvm_set_color() 43 > __variable=rvm_notify_clr
+++ /scripts/functions/logging : __rvm_set_color() 44 > shift
+++ /scripts/functions/logging : __rvm_set_color() 46 > (( 1 ))
+++ /scripts/functions/logging : __rvm_set_color() 48 > __rvm_set_color_single green
+++ /scripts/functions/logging : __rvm_set_color_single() 7 > case "$1" in
+++ /scripts/functions/logging : __rvm_set_color_single() 15 > __buffer+=32
+++ /scripts/functions/logging : __rvm_set_color() 49 > shift
+++ /scripts/functions/logging : __rvm_set_color() 50 > (( 0 ))
+++ /scripts/functions/logging : __rvm_set_color() 46 > (( 0 ))
+++ /scripts/functions/logging : __rvm_set_color() 54 > __buffer+=m
+++ /scripts/functions/logging : __rvm_set_color() 55 > [[ rvm_notify_clr == '' ]]
+++ /scripts/functions/logging : __rvm_set_color() 55 > [[ rvm_notify_clr == \p\r\i\n\t ]]
+++ /scripts/functions/logging : __rvm_set_color() 57 > eval 'rvm_notify_clr='\'''\'''
++++ /scripts/functions/logging : __rvm_set_color() 57 > rvm_notify_clr=''
+++ /scripts/functions/logging : 109 > __rvm_set_color rvm_reset_clr reset
+++ /scripts/functions/logging : __rvm_set_color() 41 > typeset __buffer __variable
+++ /scripts/functions/logging : __rvm_set_color() 42 > __buffer='['
+++ /scripts/functions/logging : __rvm_set_color() 43 > __variable=rvm_reset_clr
+++ /scripts/functions/logging : __rvm_set_color() 44 > shift
+++ /scripts/functions/logging : __rvm_set_color() 46 > (( 1 ))
+++ /scripts/functions/logging : __rvm_set_color() 48 > __rvm_set_color_single reset
+++ /scripts/functions/logging : __rvm_set_color_single() 7 > case "$1" in
+++ /scripts/functions/logging : __rvm_set_color_single() 35 > __buffer+=0
+++ /scripts/functions/logging : __rvm_set_color() 49 > shift
+++ /scripts/functions/logging : __rvm_set_color() 50 > (( 0 ))
+++ /scripts/functions/logging : __rvm_set_color() 46 > (( 0 ))
+++ /scripts/functions/logging : __rvm_set_color() 54 > __buffer+=m
+++ /scripts/functions/logging : __rvm_set_color() 55 > [[ rvm_reset_clr == '' ]]
+++ /scripts/functions/logging : __rvm_set_color() 55 > [[ rvm_reset_clr == \p\r\i\n\t ]]
+++ /scripts/functions/logging : __rvm_set_color() 57 > eval 'rvm_reset_clr='\'''\'''
++++ /scripts/functions/logging : __rvm_set_color() 57 > rvm_reset_clr=''
++ /scripts/base : 114 > for entry in '${scripts[@]}'
++ /scripts/base : 115 > source /Users/mwlang/.rvm/scripts/functions/db
++ /scripts/base : 114 > for entry in '${scripts[@]}'
++ /scripts/base : 115 > source /Users/mwlang/.rvm/scripts/functions/support
+++ /scripts/functions/support : 11 > [[ -n '' ]]
+++ /scripts/functions/support : 252 > __rvm_setup_utils_functions
+++ /scripts/functions/support : __rvm_setup_utils_functions() 170 > typeset gnu_tools_path gnu_prefix gnu_util
+++ /scripts/functions/support : __rvm_setup_utils_functions() 171 > typeset -a gnu_utils gnu_missing
+++ /scripts/functions/support : __rvm_setup_utils_functions() 172 > gnu_utils=(awk cp date find sed tail tar xargs)
+++ /scripts/functions/support : __rvm_setup_utils_functions() 173 > gnu_missing=()
+++ /scripts/functions/support : __rvm_setup_utils_functions() 175 > is_a_function __rvm_setup_utils_functions_OSX
+++ /scripts/functions/support : is_a_function() 5 > typeset -f __rvm_setup_utils_functions_OSX
+++ /scripts/functions/support : is_a_function() 5 > return 1
+++ /scripts/functions/support : __rvm_setup_utils_functions() 177 > __rvm_setup_utils_functions_Other
+++ /scripts/functions/support : __rvm_setup_utils_functions_Other() 236 > command which --skip-alias --skip-functions which
+++ /scripts/functions/support : __rvm_setup_utils_functions_Other() 238 > command which whence
+++ /scripts/functions/support : __rvm_setup_utils_functions_Other() 240 > command which which
+++ /scripts/functions/support : __rvm_setup_utils_functions_Other() 247 > for gnu_util in '"${gnu_utils[@]}"'
+++ /scripts/functions/support : __rvm_setup_utils_functions_Other() 248 > eval '__rvm_awk() { \awk "$@" || return $?; }'
+++ /scripts/functions/support : __rvm_setup_utils_functions_Other() 247 > for gnu_util in '"${gnu_utils[@]}"'
+++ /scripts/functions/support : __rvm_setup_utils_functions_Other() 248 > eval '__rvm_cp() { \cp "$@" || return $?; }'
+++ /scripts/functions/support : __rvm_setup_utils_functions_Other() 247 > for gnu_util in '"${gnu_utils[@]}"'
+++ /scripts/functions/support : __rvm_setup_utils_functions_Other() 248 > eval '__rvm_date() { \date "$@" || return $?; }'
+++ 1394468811.N /scripts/functions/support : __rvm_setup_utils_functions_Other() 247 > for gnu_util in '"${gnu_utils[@]}"'
+++ 1394468811.N /scripts/functions/support : __rvm_setup_utils_functions_Other() 248 > eval '__rvm_find() { \find "$@" || return $?; }'
+++ 1394468811.N /scripts/functions/support : __rvm_setup_utils_functions_Other() 247 > for gnu_util in '"${gnu_utils[@]}"'
+++ 1394468811.N /scripts/functions/support : __rvm_setup_utils_functions_Other() 248 > eval '__rvm_sed() { \sed "$@" || return $?; }'
+++ 1394468811.N /scripts/functions/support : __rvm_setup_utils_functions_Other() 247 > for gnu_util in '"${gnu_utils[@]}"'
+++ 1394468811.N /scripts/functions/support : __rvm_setup_utils_functions_Other() 248 > eval '__rvm_tail() { \tail "$@" || return $?; }'
+++ 1394468811.N /scripts/functions/support : __rvm_setup_utils_functions_Other() 247 > for gnu_util in '"${gnu_utils[@]}"'
+++ 1394468811.N /scripts/functions/support : __rvm_setup_utils_functions_Other() 248 > eval '__rvm_tar() { \tar "$@" || return $?; }'
+++ 1394468811.N /scripts/functions/support : __rvm_setup_utils_functions_Other() 247 > for gnu_util in '"${gnu_utils[@]}"'
+++ 1394468811.N /scripts/functions/support : __rvm_setup_utils_functions_Other() 248 > eval '__rvm_xargs() { \xargs "$@" || return $?; }'
+++ 1394468811.N /scripts/functions/support : 255 > [[ ! =~ --no-same-owner ]]
+++ 1394468811.N /scripts/functions/support : 256 > __rvm_tar --help
+++ 1394468811.N /scripts/functions/support : 256 > __rvm_grep -- --no-same-owner
+++ 1394468811.N /scripts/functions/support : __rvm_grep() 233 > GREP_OPTIONS=
+++ 1394468811.N /scripts/functions/support : __rvm_grep() 233 > grep -- --no-same-owner
+++ 1394468811.N /scripts/functions/support : __rvm_grep() 233 > return 1
+++ 1394468811.N /scripts/functions/support : 263 > other_utils=(ant automake autoreconf libtoolize make mount patch readlink)
+++ 1394468811.N /scripts/functions/support : 266 > [[ OSX 10.9 == \S\o\l\a\r\i\s\ \1\0 ]]
+++ 1394468811.N /scripts/functions/support : 277 > for other_util in '"${other_utils[@]}"'
+++ 1394468811.N /scripts/functions/support : 278 > eval '__rvm_ant() { \ant "$@" || return $?; }'
+++ 1394468811.N /scripts/functions/support : 277 > for other_util in '"${other_utils[@]}"'
+++ 1394468811.N /scripts/functions/support : 278 > eval '__rvm_automake() { \automake "$@" || return $?; }'
+++ 1394468811.N /scripts/functions/support : 277 > for other_util in '"${other_utils[@]}"'
+++ 1394468811.N /scripts/functions/support : 278 > eval '__rvm_autoreconf() { \autoreconf "$@" || return $?; }'
+++ 1394468811.N /scripts/functions/support : 277 > for other_util in '"${other_utils[@]}"'
+++ 1394468811.N /scripts/functions/support : 278 > eval '__rvm_libtoolize() { \libtoolize "$@" || return $?; }'
+++ 1394468811.N /scripts/functions/support : 277 > for other_util in '"${other_utils[@]}"'
+++ 1394468811.N /scripts/functions/support : 278 > eval '__rvm_make() { \make "$@" || return $?; }'
+++ 1394468812.N /scripts/functions/support : 277 > for other_util in '"${other_utils[@]}"'
+++ 1394468812.N /scripts/functions/support : 278 > eval '__rvm_mount() { \mount "$@" || return $?; }'
+++ 1394468812.N /scripts/functions/support : 277 > for other_util in '"${other_utils[@]}"'
+++ 1394468812.N /scripts/functions/support : 278 > eval '__rvm_patch() { \patch "$@" || return $?; }'
+++ 1394468812.N /scripts/functions/support : 277 > for other_util in '"${other_utils[@]}"'
+++ 1394468812.N /scripts/functions/support : 278 > eval '__rvm_readlink() { \readlink "$@" || return $?; }'
+++ 1394468812.N /scripts/functions/support : 281 > unset other_util other_utils
++ 1394468812.N /scripts/base : 114 > for entry in '${scripts[@]}'
++ 1394468812.N /scripts/base : 115 > source /Users/mwlang/.rvm/scripts/functions/utility
+++ 1394468812.N /scripts/functions/utility : 3 > source /Users/mwlang/.rvm/scripts/functions/utility_logging
+++ 1394468812.N /scripts/functions/utility : 4 > source /Users/mwlang/.rvm/scripts/functions/utility_package
+++ 1394468812.N /scripts/functions/utility : 5 > source /Users/mwlang/.rvm/scripts/functions/utility_rubygems
+++ 1394468812.N /scripts/functions/utility : 6 > source /Users/mwlang/.rvm/scripts/functions/utility_system
++++ 1394468812.N /scripts/functions/utility_system : 206 > __rvm_detect_system
++++ 1394468812.N /scripts/functions/utility_system : __rvm_detect_system() 5 > unset _system_type _system_name _system_version _system_arch
++++ 1394468812.N /scripts/functions/utility_system : __rvm_detect_system() 6 > export _system_type _system_name _system_version _system_arch
+++++ 1394468812.N /scripts/functions/utility_system : __rvm_detect_system() 7 > command uname -a
+++++ 1394468812.N /scripts/functions/utility_system : __rvm_detect_system() 7 > uname -a
++++ 1394468812.N /scripts/functions/utility_system : __rvm_detect_system() 7 > _system_info='Darwin mactower.thelangs.home 13.0.0 Darwin Kernel Version 13.0.0: Thu Sep 19 22:22:27 PDT 2013; root:xnu-2422.1.72~6/RELEASE_X86_64 x86_64'
++++ 1394468812.N /scripts/functions/utility_system : __rvm_detect_system() 8 > _system_type=unknown
++++ 1394468812.N /scripts/functions/utility_system : __rvm_detect_system() 9 > _system_name=unknown
++++ 1394468812.N /scripts/functions/utility_system : __rvm_detect_system() 10 > _system_name_lowercase=unknown
++++ 1394468812.N /scripts/functions/utility_system : __rvm_detect_system() 11 > _system_version=unknown
+++++ 1394468812.N /scripts/functions/utility_system : __rvm_detect_system() 12 > command uname -m
+++++ 1394468812.N /scripts/functions/utility_system : __rvm_detect_system() 12 > uname -m
++++ 1394468812.N /scripts/functions/utility_system : __rvm_detect_system() 12 > _system_arch=x86_64
++++ 1394468812.N /scripts/functions/utility_system : __rvm_detect_system() 13 > case "$(command uname)" in
+++++ 1394468812.N /scripts/functions/utility_system : __rvm_detect_system() 13 > command uname
+++++ 1394468812.N /scripts/functions/utility_system : __rvm_detect_system() 13 > uname
++++ 1394468812.N /scripts/functions/utility_system : __rvm_detect_system() 173 > _system_type=Darwin
++++ 1394468812.N /scripts/functions/utility_system : __rvm_detect_system() 174 > _system_name=OSX
+++++ 1394468812.N /scripts/functions/utility_system : __rvm_detect_system() 175 > sw_vers -productVersion
+++++ 1394468812.N /scripts/functions/utility_system : __rvm_detect_system() 175 > awk -F. '{print $1"."$2}'
++++ 1394468812.N /scripts/functions/utility_system : __rvm_detect_system() 175 > _system_version=10.9
++++ 1394468812.N /scripts/functions/utility_system : __rvm_detect_system() 189 > _system_type=Darwin
++++ 1394468812.N /scripts/functions/utility_system : __rvm_detect_system() 190 > _system_name=OSX
+++++ 1394468812.N /scripts/functions/utility_system : __rvm_detect_system() 191 > echo OSX
+++++ 1394468812.N /scripts/functions/utility_system : __rvm_detect_system() 191 > tr '[A-Z]' '[a-z]'
++++ 1394468812.N /scripts/functions/utility_system : __rvm_detect_system() 191 > _system_name_lowercase=osx
++++ 1394468812.N /scripts/functions/utility_system : __rvm_detect_system() 192 > _system_version=10.9
++++ 1394468812.N /scripts/functions/utility_system : __rvm_detect_system() 193 > _system_arch=x86_64
++++ 1394468812.N /scripts/functions/utility_system : __rvm_detect_system() 194 > _system_arch=x86_64
++++ 1394468812.N /scripts/functions/utility_system : __rvm_detect_system() 195 > _system_arch=x86_64
++++ 1394468812.N /scripts/functions/utility_system : 207 > __rvm_detect_system_override
++++ 1394468812.N /scripts/functions/utility_system : __rvm_detect_system_override() 200 > typeset _var
++++ 1394468812.N /scripts/functions/utility_system : __rvm_detect_system_override() 201 > for _var in system_type system_name system_name_lowercase system_version system_arch
++++ 1394468812.N /scripts/functions/utility_system : __rvm_detect_system_override() 202 > __rvm_db system_type _system_type
++++ 1394468812.N /scripts/functions/db : __rvm_db() 7 > typeset value key variable
++++ 1394468812.N /scripts/functions/db : __rvm_db() 8 > key=system_type
++++ 1394468812.N /scripts/functions/db : __rvm_db() 9 > key=system_type
++++ 1394468812.N /scripts/functions/db : __rvm_db() 10 > variable=_system_type
++++ 1394468812.N /scripts/functions/db : __rvm_db() 12 > [[ -f /Users/mwlang/.rvm/user/db ]]
+++++ 1394468812.N /scripts/functions/db : __rvm_db() 13 > __rvm_db_ /Users/mwlang/.rvm/user/db system_type
+++++ 1394468812.N /scripts/functions/db : __rvm_db_() 60 > typeset __db __key __value
+++++ 1394468812.N /scripts/functions/db : __rvm_db_() 61 > __db=/Users/mwlang/.rvm/user/db
+++++ 1394468812.N /scripts/functions/db : __rvm_db_() 62 > __key=system_type
+++++ 1394468812.N /scripts/functions/db : __rvm_db_() 63 > shift 2
+++++ 1394468812.N /scripts/functions/db : __rvm_db_() 64 > __value=
+++++ 1394468812.N /scripts/functions/db : __rvm_db_() 65 > case "${__value}" in
+++++ 1394468812.N /scripts/functions/db : __rvm_db_() 70 > __rvm_db_get /Users/mwlang/.rvm/user/db system_type
+++++ 1394468812.N /scripts/functions/db : __rvm_db_get() 52 > [[ -f /Users/mwlang/.rvm/user/db ]]
+++++ 1394468812.N /scripts/functions/db : __rvm_db_get() 53 > __rvm_grep '^system_type=' /Users/mwlang/.rvm/user/db
+++++ 1394468812.N /scripts/functions/db : __rvm_db_get() 53 > __rvm_sed -e 's#^system_type=##' -e '/^$/d'
+++++ 1394468812.N /scripts/functions/support : __rvm_grep() 233 > GREP_OPTIONS=
+++++ 1394468812.N /scripts/functions/support : __rvm_sed() 248 > sed -e 's#^system_type=##' -e '/^$/d'
+++++ 1394468812.N /scripts/functions/support : __rvm_grep() 233 > grep '^system_type=' /Users/mwlang/.rvm/user/db
+++++ 1394468812.N /scripts/functions/support : __rvm_grep() 233 > return 1
++++ 1394468812.N /scripts/functions/db : __rvm_db() 13 > value=
++++ 1394468812.N /scripts/functions/db : __rvm_db() 15 > [[ -z '' ]]
++++ 1394468812.N /scripts/functions/db : __rvm_db() 15 > [[ -f /Users/mwlang/.rvm/config/db ]]
+++++ 1394468812.N /scripts/functions/db : __rvm_db() 16 > __rvm_db_ /Users/mwlang/.rvm/config/db system_type
+++++ 1394468812.N /scripts/functions/db : __rvm_db_() 60 > typeset __db __key __value
+++++ 1394468812.N /scripts/functions/db : __rvm_db_() 61 > __db=/Users/mwlang/.rvm/config/db
+++++ 1394468812.N /scripts/functions/db : __rvm_db_() 62 > __key=system_type
+++++ 1394468812.N /scripts/functions/db : __rvm_db_() 63 > shift 2
+++++ 1394468812.N /scripts/functions/db : __rvm_db_() 64 > __value=
+++++ 1394468812.N /scripts/functions/db : __rvm_db_() 65 > case "${__value}" in
+++++ 1394468812.N /scripts/functions/db : __rvm_db_() 70 > __rvm_db_get /Users/mwlang/.rvm/config/db system_type
+++++ 1394468812.N /scripts/functions/db : __rvm_db_get() 52 > [[ -f /Users/mwlang/.rvm/config/db ]]
+++++ 1394468812.N /scripts/functions/db : __rvm_db_get() 53 > __rvm_sed -e 's#^system_type=##' -e '/^$/d'
+++++ 1394468812.N /scripts/functions/db : __rvm_db_get() 53 > __rvm_grep '^system_type=' /Users/mwlang/.rvm/config/db
+++++ 1394468812.N /scripts/functions/support : __rvm_sed() 248 > sed -e 's#^system_type=##' -e '/^$/d'
+++++ 1394468812.N /scripts/functions/support : __rvm_grep() 233 > GREP_OPTIONS=
+++++ 1394468812.N /scripts/functions/support : __rvm_grep() 233 > grep '^system_type=' /Users/mwlang/.rvm/config/db
+++++ 1394468812.N /scripts/functions/support : __rvm_grep() 233 > return 1
++++ 1394468812.N /scripts/functions/db : __rvm_db() 16 > value=
++++ 1394468812.N /scripts/functions/db : __rvm_db() 19 > [[ -n '' ]]
++++ 1394468812.N /scripts/functions/db : __rvm_db() 26 > true
++++ 1394468812.N /scripts/functions/utility_system : __rvm_detect_system_override() 201 > for _var in system_type system_name system_name_lowercase system_version system_arch
++++ 1394468812.N /scripts/functions/utility_system : __rvm_detect_system_override() 202 > __rvm_db system_name _system_name
++++ 1394468812.N /scripts/functions/db : __rvm_db() 7 > typeset value key variable
++++ 1394468812.N /scripts/functions/db : __rvm_db() 8 > key=system_name
++++ 1394468812.N /scripts/functions/db : __rvm_db() 9 > key=system_name
++++ 1394468812.N /scripts/functions/db : __rvm_db() 10 > variable=_system_name
++++ 1394468812.N /scripts/functions/db : __rvm_db() 12 > [[ -f /Users/mwlang/.rvm/user/db ]]
+++++ 1394468812.N /scripts/functions/db : __rvm_db() 13 > __rvm_db_ /Users/mwlang/.rvm/user/db system_name
+++++ 1394468812.N /scripts/functions/db : __rvm_db_() 60 > typeset __db __key __value
+++++ 1394468812.N /scripts/functions/db : __rvm_db_() 61 > __db=/Users/mwlang/.rvm/user/db
+++++ 1394468812.N /scripts/functions/db : __rvm_db_() 62 > __key=system_name
+++++ 1394468812.N /scripts/functions/db : __rvm_db_() 63 > shift 2
+++++ 1394468812.N /scripts/functions/db : __rvm_db_() 64 > __value=
+++++ 1394468812.N /scripts/functions/db : __rvm_db_() 65 > case "${__value}" in
+++++ 1394468812.N /scripts/functions/db : __rvm_db_() 70 > __rvm_db_get /Users/mwlang/.rvm/user/db system_name
+++++ 1394468812.N /scripts/functions/db : __rvm_db_get() 52 > [[ -f /Users/mwlang/.rvm/user/db ]]
+++++ 1394468812.N /scripts/functions/db : __rvm_db_get() 53 > __rvm_sed -e 's#^system_name=##' -e '/^$/d'
+++++ 1394468812.N /scripts/functions/db : __rvm_db_get() 53 > __rvm_grep '^system_name=' /Users/mwlang/.rvm/user/db
+++++ 1394468812.N /scripts/functions/support : __rvm_grep() 233 > GREP_OPTIONS=
+++++ 1394468812.N /scripts/functions/support : __rvm_sed() 248 > sed -e 's#^system_name=##' -e '/^$/d'
+++++ 1394468812.N /scripts/functions/support : __rvm_grep() 233 > grep '^system_name=' /Users/mwlang/.rvm/user/db
+++++ 1394468812.N /scripts/functions/support : __rvm_grep() 233 > return 1
++++ 1394468812.N /scripts/functions/db : __rvm_db() 13 > value=
++++ 1394468812.N /scripts/functions/db : __rvm_db() 15 > [[ -z '' ]]
++++ 1394468812.N /scripts/functions/db : __rvm_db() 15 > [[ -f /Users/mwlang/.rvm/config/db ]]
+++++ 1394468812.N /scripts/functions/db : __rvm_db() 16 > __rvm_db_ /Users/mwlang/.rvm/config/db system_name
+++++ 1394468812.N /scripts/functions/db : __rvm_db_() 60 > typeset __db __key __value
+++++ 1394468812.N /scripts/functions/db : __rvm_db_() 61 > __db=/Users/mwlang/.rvm/config/db
+++++ 1394468812.N /scripts/functions/db : __rvm_db_() 62 > __key=system_name
+++++ 1394468812.N /scripts/functions/db : __rvm_db_() 63 > shift 2
+++++ 1394468812.N /scripts/functions/db : __rvm_db_() 64 > __value=
+++++ 1394468812.N /scripts/functions/db : __rvm_db_() 65 > case "${__value}" in
+++++ 1394468812.N /scripts/functions/db : __rvm_db_() 70 > __rvm_db_get /Users/mwlang/.rvm/config/db system_name
+++++ 1394468812.N /scripts/functions/db : __rvm_db_get() 52 > [[ -f /Users/mwlang/.rvm/config/db ]]
+++++ 1394468812.N /scripts/functions/db : __rvm_db_get() 53 > __rvm_grep '^system_name=' /Users/mwlang/.rvm/config/db
+++++ 1394468812.N /scripts/functions/db : __rvm_db_get() 53 > __rvm_sed -e 's#^system_name=##' -e '/^$/d'
+++++ 1394468812.N /scripts/functions/support : __rvm_sed() 248 > sed -e 's#^system_name=##' -e '/^$/d'
+++++ 1394468812.N /scripts/functions/support : __rvm_grep() 233 > GREP_OPTIONS=
+++++ 1394468812.N /scripts/functions/support : __rvm_grep() 233 > grep '^system_name=' /Users/mwlang/.rvm/config/db
+++++ 1394468812.N /scripts/functions/support : __rvm_grep() 233 > return 1
++++ 1394468812.N /scripts/functions/db : __rvm_db() 16 > value=
++++ 1394468812.N /scripts/functions/db : __rvm_db() 19 > [[ -n '' ]]
++++ 1394468812.N /scripts/functions/db : __rvm_db() 26 > true
++++ 1394468812.N /scripts/functions/utility_system : __rvm_detect_system_override() 201 > for _var in system_type system_name system_name_lowercase system_version system_arch
++++ 1394468812.N /scripts/functions/utility_system : __rvm_detect_system_override() 202 > __rvm_db system_name_lowercase _system_name_lowercase
++++ 1394468812.N /scripts/functions/db : __rvm_db() 7 > typeset value key variable
++++ 1394468812.N /scripts/functions/db : __rvm_db() 8 > key=system_name_lowercase
++++ 1394468812.N /scripts/functions/db : __rvm_db() 9 > key=system_name_lowercase
++++ 1394468812.N /scripts/functions/db : __rvm_db() 10 > variable=_system_name_lowercase
++++ 1394468812.N /scripts/functions/db : __rvm_db() 12 > [[ -f /Users/mwlang/.rvm/user/db ]]
+++++ 1394468812.N /scripts/functions/db : __rvm_db() 13 > __rvm_db_ /Users/mwlang/.rvm/user/db system_name_lowercase
+++++ 1394468812.N /scripts/functions/db : __rvm_db_() 60 > typeset __db __key __value
+++++ 1394468812.N /scripts/functions/db : __rvm_db_() 61 > __db=/Users/mwlang/.rvm/user/db
+++++ 1394468812.N /scripts/functions/db : __rvm_db_() 62 > __key=system_name_lowercase
+++++ 1394468812.N /scripts/functions/db : __rvm_db_() 63 > shift 2
+++++ 1394468812.N /scripts/functions/db : __rvm_db_() 64 > __value=
+++++ 1394468812.N /scripts/functions/db : __rvm_db_() 65 > case "${__value}" in
+++++ 1394468812.N /scripts/functions/db : __rvm_db_() 70 > __rvm_db_get /Users/mwlang/.rvm/user/db system_name_lowercase
+++++ 1394468812.N /scripts/functions/db : __rvm_db_get() 52 > [[ -f /Users/mwlang/.rvm/user/db ]]
+++++ 1394468812.N /scripts/functions/db : __rvm_db_get() 53 > __rvm_grep '^system_name_lowercase=' /Users/mwlang/.rvm/user/db
+++++ 1394468812.N /scripts/functions/db : __rvm_db_get() 53 > __rvm_sed -e 's#^system_name_lowercase=##' -e '/^$/d'
+++++ 1394468812.N /scripts/functions/support : __rvm_grep() 233 > GREP_OPTIONS=
+++++ 1394468812.N /scripts/functions/support : __rvm_sed() 248 > sed -e 's#^system_name_lowercase=##' -e '/^$/d'
+++++ 1394468812.N /scripts/functions/support : __rvm_grep() 233 > grep '^system_name_lowercase=' /Users/mwlang/.rvm/user/db
+++++ 1394468812.N /scripts/functions/support : __rvm_grep() 233 > return 1
++++ 1394468812.N /scripts/functions/db : __rvm_db() 13 > value=
++++ 1394468812.N /scripts/functions/db : __rvm_db() 15 > [[ -z '' ]]
++++ 1394468812.N /scripts/functions/db : __rvm_db() 15 > [[ -f /Users/mwlang/.rvm/config/db ]]
+++++ 1394468812.N /scripts/functions/db : __rvm_db() 16 > __rvm_db_ /Users/mwlang/.rvm/config/db system_name_lowercase
+++++ 1394468812.N /scripts/functions/db : __rvm_db_() 60 > typeset __db __key __value
+++++ 1394468812.N /scripts/functions/db : __rvm_db_() 61 > __db=/Users/mwlang/.rvm/config/db
+++++ 1394468812.N /scripts/functions/db : __rvm_db_() 62 > __key=system_name_lowercase
+++++ 1394468812.N /scripts/functions/db : __rvm_db_() 63 > shift 2
+++++ 1394468812.N /scripts/functions/db : __rvm_db_() 64 > __value=
+++++ 1394468812.N /scripts/functions/db : __rvm_db_() 65 > case "${__value}" in
+++++ 1394468812.N /scripts/functions/db : __rvm_db_() 70 > __rvm_db_get /Users/mwlang/.rvm/config/db system_name_lowercase
+++++ 1394468812.N /scripts/functions/db : __rvm_db_get() 52 > [[ -f /Users/mwlang/.rvm/config/db ]]
+++++ 1394468812.N /scripts/functions/db : __rvm_db_get() 53 > __rvm_grep '^system_name_lowercase=' /Users/mwlang/.rvm/config/db
+++++ 1394468812.N /scripts/functions/db : __rvm_db_get() 53 > __rvm_sed -e 's#^system_name_lowercase=##' -e '/^$/d'
+++++ 1394468812.N /scripts/functions/support : __rvm_grep() 233 > GREP_OPTIONS=
+++++ 1394468812.N /scripts/functions/support : __rvm_sed() 248 > sed -e 's#^system_name_lowercase=##' -e '/^$/d'
+++++ 1394468812.N /scripts/functions/support : __rvm_grep() 233 > grep '^system_name_lowercase=' /Users/mwlang/.rvm/config/db
+++++ 1394468812.N /scripts/functions/support : __rvm_grep() 233 > return 1
++++ 1394468812.N /scripts/functions/db : __rvm_db() 16 > value=
++++ 1394468812.N /scripts/functions/db : __rvm_db() 19 > [[ -n '' ]]
++++ 1394468812.N /scripts/functions/db : __rvm_db() 26 > true
++++ 1394468812.N /scripts/functions/utility_system : __rvm_detect_system_override() 201 > for _var in system_type system_name system_name_lowercase system_version system_arch
++++ 1394468812.N /scripts/functions/utility_system : __rvm_detect_system_override() 202 > __rvm_db system_version _system_version
++++ 1394468812.N /scripts/functions/db : __rvm_db() 7 > typeset value key variable
++++ 1394468812.N /scripts/functions/db : __rvm_db() 8 > key=system_version
++++ 1394468812.N /scripts/functions/db : __rvm_db() 9 > key=system_version
++++ 1394468812.N /scripts/functions/db : __rvm_db() 10 > variable=_system_version
++++ 1394468812.N /scripts/functions/db : __rvm_db() 12 > [[ -f /Users/mwlang/.rvm/user/db ]]
+++++ 1394468812.N /scripts/functions/db : __rvm_db() 13 > __rvm_db_ /Users/mwlang/.rvm/user/db system_version
+++++ 1394468812.N /scripts/functions/db : __rvm_db_() 60 > typeset __db __key __value
+++++ 1394468812.N /scripts/functions/db : __rvm_db_() 61 > __db=/Users/mwlang/.rvm/user/db
+++++ 1394468812.N /scripts/functions/db : __rvm_db_() 62 > __key=system_version
+++++ 1394468812.N /scripts/functions/db : __rvm_db_() 63 > shift 2
+++++ 1394468812.N /scripts/functions/db : __rvm_db_() 64 > __value=
+++++ 1394468812.N /scripts/functions/db : __rvm_db_() 65 > case "${__value}" in
+++++ 1394468812.N /scripts/functions/db : __rvm_db_() 70 > __rvm_db_get /Users/mwlang/.rvm/user/db system_version
+++++ 1394468812.N /scripts/functions/db : __rvm_db_get() 52 > [[ -f /Users/mwlang/.rvm/user/db ]]
+++++ 1394468812.N /scripts/functions/db : __rvm_db_get() 53 > __rvm_sed -e 's#^system_version=##' -e '/^$/d'
+++++ 1394468812.N /scripts/functions/db : __rvm_db_get() 53 > __rvm_grep '^system_version=' /Users/mwlang/.rvm/user/db
+++++ 1394468812.N /scripts/functions/support : __rvm_sed() 248 > sed -e 's#^system_version=##' -e '/^$/d'
+++++ 1394468812.N /scripts/functions/support : __rvm_grep() 233 > GREP_OPTIONS=
+++++ 1394468812.N /scripts/functions/support : __rvm_grep() 233 > grep '^system_version=' /Users/mwlang/.rvm/user/db
+++++ 1394468812.N /scripts/functions/support : __rvm_grep() 233 > return 1
++++ 1394468812.N /scripts/functions/db : __rvm_db() 13 > value=
++++ 1394468812.N /scripts/functions/db : __rvm_db() 15 > [[ -z '' ]]
++++ 1394468812.N /scripts/functions/db : __rvm_db() 15 > [[ -f /Users/mwlang/.rvm/config/db ]]
+++++ 1394468813.N /scripts/functions/db : __rvm_db() 16 > __rvm_db_ /Users/mwlang/.rvm/config/db system_version
+++++ 1394468813.N /scripts/functions/db : __rvm_db_() 60 > typeset __db __key __value
+++++ 1394468813.N /scripts/functions/db : __rvm_db_() 61 > __db=/Users/mwlang/.rvm/config/db
+++++ 1394468813.N /scripts/functions/db : __rvm_db_() 62 > __key=system_version
+++++ 1394468813.N /scripts/functions/db : __rvm_db_() 63 > shift 2
+++++ 1394468813.N /scripts/functions/db : __rvm_db_() 64 > __value=
+++++ 1394468813.N /scripts/functions/db : __rvm_db_() 65 > case "${__value}" in
+++++ 1394468813.N /scripts/functions/db : __rvm_db_() 70 > __rvm_db_get /Users/mwlang/.rvm/config/db system_version
+++++ 1394468813.N /scripts/functions/db : __rvm_db_get() 52 > [[ -f /Users/mwlang/.rvm/config/db ]]
+++++ 1394468813.N /scripts/functions/db : __rvm_db_get() 53 > __rvm_grep '^system_version=' /Users/mwlang/.rvm/config/db
+++++ 1394468813.N /scripts/functions/db : __rvm_db_get() 53 > __rvm_sed -e 's#^system_version=##' -e '/^$/d'
+++++ 1394468813.N /scripts/functions/support : __rvm_grep() 233 > GREP_OPTIONS=
+++++ 1394468813.N /scripts/functions/support : __rvm_sed() 248 > sed -e 's#^system_version=##' -e '/^$/d'
+++++ 1394468813.N /scripts/functions/support : __rvm_grep() 233 > grep '^system_version=' /Users/mwlang/.rvm/config/db
+++++ 1394468813.N /scripts/functions/support : __rvm_grep() 233 > return 1
++++ 1394468813.N /scripts/functions/db : __rvm_db() 16 > value=
++++ 1394468813.N /scripts/functions/db : __rvm_db() 19 > [[ -n '' ]]
++++ 1394468813.N /scripts/functions/db : __rvm_db() 26 > true
++++ 1394468813.N /scripts/functions/utility_system : __rvm_detect_system_override() 201 > for _var in system_type system_name system_name_lowercase system_version system_arch
++++ 1394468813.N /scripts/functions/utility_system : __rvm_detect_system_override() 202 > __rvm_db system_arch _system_arch
++++ 1394468813.N /scripts/functions/db : __rvm_db() 7 > typeset value key variable
++++ 1394468813.N /scripts/functions/db : __rvm_db() 8 > key=system_arch
++++ 1394468813.N /scripts/functions/db : __rvm_db() 9 > key=system_arch
++++ 1394468813.N /scripts/functions/db : __rvm_db() 10 > variable=_system_arch
++++ 1394468813.N /scripts/functions/db : __rvm_db() 12 > [[ -f /Users/mwlang/.rvm/user/db ]]
+++++ 1394468813.N /scripts/functions/db : __rvm_db() 13 > __rvm_db_ /Users/mwlang/.rvm/user/db system_arch
+++++ 1394468813.N /scripts/functions/db : __rvm_db_() 60 > typeset __db __key __value
+++++ 1394468813.N /scripts/functions/db : __rvm_db_() 61 > __db=/Users/mwlang/.rvm/user/db
+++++ 1394468813.N /scripts/functions/db : __rvm_db_() 62 > __key=system_arch
+++++ 1394468813.N /scripts/functions/db : __rvm_db_() 63 > shift 2
+++++ 1394468813.N /scripts/functions/db : __rvm_db_() 64 > __value=
+++++ 1394468813.N /scripts/functions/db : __rvm_db_() 65 > case "${__value}" in
+++++ 1394468813.N /scripts/functions/db : __rvm_db_() 70 > __rvm_db_get /Users/mwlang/.rvm/user/db system_arch
+++++ 1394468813.N /scripts/functions/db : __rvm_db_get() 52 > [[ -f /Users/mwlang/.rvm/user/db ]]
+++++ 1394468813.N /scripts/functions/db : __rvm_db_get() 53 > __rvm_grep '^system_arch=' /Users/mwlang/.rvm/user/db
+++++ 1394468813.N /scripts/functions/db : __rvm_db_get() 53 > __rvm_sed -e 's#^system_arch=##' -e '/^$/d'
+++++ 1394468813.N /scripts/functions/support : __rvm_sed() 248 > sed -e 's#^system_arch=##' -e '/^$/d'
+++++ 1394468813.N /scripts/functions/support : __rvm_grep() 233 > GREP_OPTIONS=
+++++ 1394468813.N /scripts/functions/support : __rvm_grep() 233 > grep '^system_arch=' /Users/mwlang/.rvm/user/db
+++++ 1394468813.N /scripts/functions/support : __rvm_grep() 233 > return 1
++++ 1394468813.N /scripts/functions/db : __rvm_db() 13 > value=
++++ 1394468813.N /scripts/functions/db : __rvm_db() 15 > [[ -z '' ]]
++++ 1394468813.N /scripts/functions/db : __rvm_db() 15 > [[ -f /Users/mwlang/.rvm/config/db ]]
+++++ 1394468813.N /scripts/functions/db : __rvm_db() 16 > __rvm_db_ /Users/mwlang/.rvm/config/db system_arch
+++++ 1394468813.N /scripts/functions/db : __rvm_db_() 60 > typeset __db __key __value
+++++ 1394468813.N /scripts/functions/db : __rvm_db_() 61 > __db=/Users/mwlang/.rvm/config/db
+++++ 1394468813.N /scripts/functions/db : __rvm_db_() 62 > __key=system_arch
+++++ 1394468813.N /scripts/functions/db : __rvm_db_() 63 > shift 2
+++++ 1394468813.N /scripts/functions/db : __rvm_db_() 64 > __value=
+++++ 1394468813.N /scripts/functions/db : __rvm_db_() 65 > case "${__value}" in
+++++ 1394468813.N /scripts/functions/db : __rvm_db_() 70 > __rvm_db_get /Users/mwlang/.rvm/config/db system_arch
+++++ 1394468813.N /scripts/functions/db : __rvm_db_get() 52 > [[ -f /Users/mwlang/.rvm/config/db ]]
+++++ 1394468813.N /scripts/functions/db : __rvm_db_get() 53 > __rvm_grep '^system_arch=' /Users/mwlang/.rvm/config/db
+++++ 1394468813.N /scripts/functions/db : __rvm_db_get() 53 > __rvm_sed -e 's#^system_arch=##' -e '/^$/d'
+++++ 1394468813.N /scripts/functions/support : __rvm_grep() 233 > GREP_OPTIONS=
+++++ 1394468813.N /scripts/functions/support : __rvm_sed() 248 > sed -e 's#^system_arch=##' -e '/^$/d'
+++++ 1394468813.N /scripts/functions/support : __rvm_grep() 233 > grep '^system_arch=' /Users/mwlang/.rvm/config/db
+++++ 1394468813.N /scripts/functions/support : __rvm_grep() 233 > return 1
++++ 1394468813.N /scripts/functions/db : __rvm_db() 16 > value=
++++ 1394468813.N /scripts/functions/db : __rvm_db() 19 > [[ -n '' ]]
++++ 1394468813.N /scripts/functions/db : __rvm_db() 26 > true
++ 1394468813.N /scripts/base : 114 > for entry in '${scripts[@]}'
++ 1394468813.N /scripts/base : 115 > source /Users/mwlang/.rvm/scripts/functions/init
++ 1394468813.N /scripts/base : 114 > for entry in '${scripts[@]}'
++ 1394468813.N /scripts/base : 115 > source /Users/mwlang/.rvm/scripts/functions/cleanup
++ 1394468813.N /scripts/base : 114 > for entry in '${scripts[@]}'
++ 1394468813.N /scripts/base : 115 > source /Users/mwlang/.rvm/scripts/functions/env
++ 1394468813.N /scripts/base : 114 > for entry in '${scripts[@]}'
++ 1394468813.N /scripts/base : 115 > source /Users/mwlang/.rvm/scripts/functions/rvmrc
+++ 1394468813.N /scripts/functions/rvmrc : 3 > source /Users/mwlang/.rvm/scripts/functions/rvmrc_project
+++ 1394468813.N /scripts/functions/rvmrc : 4 > source /Users/mwlang/.rvm/scripts/functions/rvmrc_set
+++ 1394468813.N /scripts/functions/rvmrc : 5 > source /Users/mwlang/.rvm/scripts/functions/rvmrc_to
+++ 1394468813.N /scripts/functions/rvmrc : 6 > source /Users/mwlang/.rvm/scripts/functions/rvmrc_trust
+++ 1394468813.N /scripts/functions/rvmrc : 7 > source /Users/mwlang/.rvm/scripts/functions/rvmrc_warning
++ 1394468813.N /scripts/base : 114 > for entry in '${scripts[@]}'
++ 1394468813.N /scripts/base : 115 > source /Users/mwlang/.rvm/scripts/functions/install
++ 1394468813.N /scripts/base : 114 > for entry in '${scripts[@]}'
++ 1394468813.N /scripts/base : 115 > source /Users/mwlang/.rvm/scripts/functions/environment
++ 1394468813.N /scripts/base : 114 > for entry in '${scripts[@]}'
++ 1394468813.N /scripts/base : 115 > source /Users/mwlang/.rvm/scripts/functions/gemset
++ 1394468813.N /scripts/base : 114 > for entry in '${scripts[@]}'
++ 1394468813.N /scripts/base : 115 > source /Users/mwlang/.rvm/scripts/functions/checksum
++ 1394468813.N /scripts/base : 114 > for entry in '${scripts[@]}'
++ 1394468813.N /scripts/base : 115 > source /Users/mwlang/.rvm/scripts/functions/list
++ 1394468813.N /scripts/base : 117 > unset scripts entry rvm_base_except
+ 1394468813.N /scripts/fetch : 18 > __rvm_cd /Users/mwlang/.rvm/archives
+ 1394468813.N /scripts/functions/support : __rvm_cd() 159 > typeset old_cdpath ret
+ 1394468813.N /scripts/functions/support : __rvm_cd() 160 > ret=0
+ 1394468813.N /scripts/functions/support : __rvm_cd() 161 > old_cdpath=
+ 1394468813.N /scripts/functions/support : __rvm_cd() 162 > CDPATH=.
+ 1394468813.N /scripts/functions/support : __rvm_cd() 163 > chpwd_functions=
+ 1394468813.N /scripts/functions/support : __rvm_cd() 163 > builtin cd /Users/mwlang/.rvm/archives
+ 1394468813.N /scripts/functions/support : __rvm_cd() 164 > CDPATH=
+ 1394468813.N /scripts/functions/support : __rvm_cd() 165 > return 0
+ 1394468813.N /scripts/fetch : 20 > [[ -n '' ]]
++ 1394468813.N /scripts/fetch : 20 > basename http://releases.rubini.us/rubinius-2.2.5.tar.bz2
+ 1394468813.N /scripts/fetch : 20 > archive=rubinius-2.2.5.tar.bz2
+ 1394468813.N /scripts/fetch : 21 > fetch_command=(__rvm_curl --create-dirs -C - -o "${archive}.part")
+ 1394468813.N /scripts/fetch : 23 > download=1
+ 1394468813.N /scripts/fetch : 24 > try_ftp=0
+ 1394468813.N /scripts/fetch : 25 > result=0
+ 1394468813.N /scripts/fetch : 26 > retry=0
+ 1394468813.N /scripts/fetch : 28 > __rvm_checksum_read http://releases.rubini.us/rubinius-2.2.5.tar.bz2 rubinius-2.2.5.tar.bz2
+ 1394468813.N /scripts/functions/checksum : __rvm_checksum_read() 142 > __rvm_checksum_none
+ 1394468813.N /scripts/functions/checksum : __rvm_checksum_none() 103 > [[ -z '' ]]
+ 1394468813.N /scripts/functions/checksum : __rvm_checksum_none() 103 > [[ -z '' ]]
+ 1394468813.N /scripts/functions/checksum : __rvm_checksum_read() 143 > typeset _type _value _name
+ 1394468813.N /scripts/functions/checksum : __rvm_checksum_read() 144 > typeset -a _list
+ 1394468813.N /scripts/functions/checksum : __rvm_checksum_read() 145 > list=()
+ 1394468813.N /scripts/functions/checksum : __rvm_checksum_read() 147 > for _name in '"$@"'
+ 1394468813.N /scripts/functions/checksum : __rvm_checksum_read() 149 > list+=("$_name")
+ 1394468813.N /scripts/functions/checksum : __rvm_checksum_read() 151 > [[ http://releases.rubini.us/rubinius-2.2.5.tar.bz2 == *\?* ]]
+ 1394468813.N /scripts/functions/checksum : __rvm_checksum_read() 147 > for _name in '"$@"'
+ 1394468813.N /scripts/functions/checksum : __rvm_checksum_read() 149 > list+=("$_name")
+ 1394468813.N /scripts/functions/checksum : __rvm_checksum_read() 151 > [[ rubinius-2.2.5.tar.bz2 == *\?* ]]
+ 1394468813.N /scripts/functions/checksum : __rvm_checksum_read() 157 > for _name in '"${list[@]}"'
++ 1394468813.N /scripts/functions/checksum : __rvm_checksum_read() 159 > /Users/mwlang/.rvm/scripts/db /Users/mwlang/.rvm/config/md5 http://releases.rubini.us/rubinius-2.2.5.tar.bz2
++ 1394468813.N /scripts/functions/checksum : __rvm_checksum_read() 159 > head -n 1
+ 1394468813.N /scripts/functions/checksum : __rvm_checksum_read() 159 > _checksum_md5=
+ 1394468813.N /scripts/functions/checksum : __rvm_checksum_read() 160 > [[ -n '' ]]
++ 1394468813.N /scripts/functions/checksum : __rvm_checksum_read() 161 > /Users/mwlang/.rvm/scripts/db /Users/mwlang/.rvm/user/md5 http://releases.rubini.us/rubinius-2.2.5.tar.bz2
++ 1394468813.N /scripts/functions/checksum : __rvm_checksum_read() 161 > head -n 1
+ 1394468813.N /scripts/functions/checksum : __rvm_checksum_read() 161 > _checksum_md5=5996dc8529b2ffe5921c5e7020bee20e
++ 1394468813.N /scripts/functions/checksum : __rvm_checksum_read() 163 > /Users/mwlang/.rvm/scripts/db /Users/mwlang/.rvm/config/sha512 http://releases.rubini.us/rubinius-2.2.5.tar.bz2
++ 1394468813.N /scripts/functions/checksum : __rvm_checksum_read() 163 > head -n 1
+ 1394468813.N /scripts/functions/checksum : __rvm_checksum_read() 163 > _checksum_sha512=
+ 1394468813.N /scripts/functions/checksum : __rvm_checksum_read() 164 > [[ -n '' ]]
++ 1394468813.N /scripts/functions/checksum : __rvm_checksum_read() 165 > /Users/mwlang/.rvm/scripts/db /Users/mwlang/.rvm/user/sha512 http://releases.rubini.us/rubinius-2.2.5.tar.bz2
++ 1394468813.N /scripts/functions/checksum : __rvm_checksum_read() 165 > head -n 1
+ 1394468813.N /scripts/functions/checksum : __rvm_checksum_read() 165 > _checksum_sha512=32d4a3be0fa2510c8b4afa65dee898522220dc876c1ea1c52b33755989eaa1be750beb3332f197d93223b2d6f28ea2116917aa4aa7ead01463ad894dfbd5042c
+ 1394468813.N /scripts/functions/checksum : __rvm_checksum_read() 167 > __rvm_checksum_none
+ 1394468813.N /scripts/functions/checksum : __rvm_checksum_none() 103 > [[ -z 5996dc8529b2ffe5921c5e7020bee20e ]]
+ 1394468813.N /scripts/functions/checksum : __rvm_checksum_read() 167 > return 0
+ 1394468813.N /scripts/fetch : 30 > __rvm_checksum_any
+ 1394468813.N /scripts/functions/checksum : __rvm_checksum_any() 108 > [[ -n 5996dc8529b2ffe5921c5e7020bee20e ]]
+ 1394468813.N /scripts/fetch : 50 > download=0
+ 1394468813.N /scripts/fetch : 52 > [[ -e rubinius-2.2.5.tar.bz2 ]]
+ 1394468813.N /scripts/fetch : 56 > __rvm_checksum_validate_file /Users/mwlang/.rvm/archives/rubinius-2.2.5.tar.bz2
+ 1394468813.N /scripts/functions/checksum : __rvm_checksum_validate_file() 120 > __rvm_checksum_any
+ 1394468813.N /scripts/functions/checksum : __rvm_checksum_any() 108 > [[ -n 5996dc8529b2ffe5921c5e7020bee20e ]]
+ 1394468813.N /scripts/functions/checksum : __rvm_checksum_validate_file() 122 > [[ -n 5996dc8529b2ffe5921c5e7020bee20e ]]
++ 1394468813.N /scripts/functions/checksum : __rvm_checksum_validate_file() 124 > __rvm_md5_calculate /Users/mwlang/.rvm/archives/rubinius-2.2.5.tar.bz2
++ 1394468813.N /scripts/functions/checksum : __rvm_md5_calculate() 5 > typeset _sum
++ 1394468813.N /scripts/functions/checksum : __rvm_md5_calculate() 7 > builtin command -v md5
+++ 1394468813.N /scripts/functions/checksum : __rvm_md5_calculate() 9 > md5 /Users/mwlang/.rvm/archives/rubinius-2.2.5.tar.bz2
++ 1394468813.N /scripts/functions/checksum : __rvm_md5_calculate() 9 > _sum='MD5 (/Users/mwlang/.rvm/archives/rubinius-2.2.5.tar.bz2) = 5996dc8529b2ffe5921c5e7020bee20e'
++ 1394468813.N /scripts/functions/checksum : __rvm_md5_calculate() 10 > echo 5996dc8529b2ffe5921c5e7020bee20e
++ 1394468813.N /scripts/functions/checksum : __rvm_md5_calculate() 11 > return 0
+ 1394468813.N /scripts/functions/checksum : __rvm_checksum_validate_file() 124 > [[ 5996dc8529b2ffe5921c5e7020bee20e == \5\9\9\6\d\c\8\5\2\9\b\2\f\f\e\5\9\2\1\c\5\e\7\0\2\0\b\e\e\2\0\e ]]
+ 1394468813.N /scripts/functions/checksum : __rvm_checksum_validate_file() 127 > [[ -n 32d4a3be0fa2510c8b4afa65dee898522220dc876c1ea1c52b33755989eaa1be750beb3332f197d93223b2d6f28ea2116917aa4aa7ead01463ad894dfbd5042c ]]
++ 1394468813.N /scripts/functions/checksum : __rvm_checksum_validate_file() 129 > __rvm_sha__calculate 512 /Users/mwlang/.rvm/archives/rubinius-2.2.5.tar.bz2
++ 1394468813.N /scripts/functions/checksum : __rvm_sha__calculate() 55 > typeset bits _sum
++ 1394468813.N /scripts/functions/checksum : __rvm_sha__calculate() 56 > bits=512
++ 1394468813.N /scripts/functions/checksum : __rvm_sha__calculate() 57 > shift
++ 1394468813.N /scripts/functions/checksum : __rvm_sha__calculate() 60 > builtin command -v sha512sum
++ 1394468813.N /scripts/functions/checksum : __rvm_sha__calculate() 66 > builtin command -v sha512
++ 1394468813.N /scripts/functions/checksum : __rvm_sha__calculate() 75 > builtin command -v shasum
+++ 1394468813.N /scripts/functions/checksum : __rvm_sha__calculate() 77 > shasum -a512 /Users/mwlang/.rvm/archives/rubinius-2.2.5.tar.bz2
++ 1394468814.N /scripts/functions/checksum : __rvm_sha__calculate() 77 > _sum='32d4a3be0fa2510c8b4afa65dee898522220dc876c1ea1c52b33755989eaa1be750beb3332f197d93223b2d6f28ea2116917aa4aa7ead01463ad894dfbd5042c /Users/mwlang/.rvm/archives/rubinius-2.2.5.tar.bz2'
++ 1394468814.N /scripts/functions/checksum : __rvm_sha__calculate() 78 > echo 32d4a3be0fa2510c8b4afa65dee898522220dc876c1ea1c52b33755989eaa1be750beb3332f197d93223b2d6f28ea2116917aa4aa7ead01463ad894dfbd5042c
++ 1394468814.N /scripts/functions/checksum : __rvm_sha__calculate() 79 > return 0
+ 1394468814.N /scripts/functions/checksum : __rvm_checksum_validate_file() 129 > [[ 32d4a3be0fa2510c8b4afa65dee898522220dc876c1ea1c52b33755989eaa1be750beb3332f197d93223b2d6f28ea2116917aa4aa7ead01463ad894dfbd5042c == \3\2\d\4\a\3\b\e\0\f\a\2\5\1\0\c\8\b\4\a\f\a\6\5\d\e\e\8\9\8\5\2\2\2\2\0\d\c\8\7\6\c\1\e\a\1\c\5\2\b\3\3\7\5\5\9\8\9\e\a\a\1\b\e\7\5\0\b\e\b\3\3\3\2\f\1\9\7\d\9\3\2\2\3\b\2\d\6\f\2\8\e\a\2\1\1\6\9\1\7\a\a\4\a\a\7\e\a\d\0\1\4\6\3\a\d\8\9\4\d\f\b\d\5\0\4\2\c ]]
+ 1394468814.N /scripts/functions/checksum : __rvm_checksum_validate_file() 131 > return 0
+ 1394468814.N /scripts/fetch : 58 > rvm_debug 'Archive checksum matched, not downloading'
+ 1394468814.N /scripts/functions/logging : rvm_debug() 144 > (( 0 ))
+ 1394468814.N /scripts/functions/logging : rvm_debug() 144 > return 0
+ 1394468814.N /scripts/fetch : 127 > (( download > 0 ))
+ 1394468814.N /scripts/fetch : 188 > __rvm_checksum_validate_file /Users/mwlang/.rvm/archives/rubinius-2.2.5.tar.bz2
+ 1394468814.N /scripts/functions/checksum : __rvm_checksum_validate_file() 120 > __rvm_checksum_any
+ 1394468814.N /scripts/functions/checksum : __rvm_checksum_any() 108 > [[ -n 5996dc8529b2ffe5921c5e7020bee20e ]]
+ 1394468814.N /scripts/functions/checksum : __rvm_checksum_validate_file() 122 > [[ -n 5996dc8529b2ffe5921c5e7020bee20e ]]
++ 1394468814.N /scripts/functions/checksum : __rvm_checksum_validate_file() 124 > __rvm_md5_calculate /Users/mwlang/.rvm/archives/rubinius-2.2.5.tar.bz2
++ 1394468814.N /scripts/functions/checksum : __rvm_md5_calculate() 5 > typeset _sum
++ 1394468814.N /scripts/functions/checksum : __rvm_md5_calculate() 7 > builtin command -v md5
+++ 1394468814.N /scripts/functions/checksum : __rvm_md5_calculate() 9 > md5 /Users/mwlang/.rvm/archives/rubinius-2.2.5.tar.bz2
++ 1394468814.N /scripts/functions/checksum : __rvm_md5_calculate() 9 > _sum='MD5 (/Users/mwlang/.rvm/archives/rubinius-2.2.5.tar.bz2) = 5996dc8529b2ffe5921c5e7020bee20e'
++ 1394468814.N /scripts/functions/checksum : __rvm_md5_calculate() 10 > echo 5996dc8529b2ffe5921c5e7020bee20e
++ 1394468814.N /scripts/functions/checksum : __rvm_md5_calculate() 11 > return 0
+ 1394468814.N /scripts/functions/checksum : __rvm_checksum_validate_file() 124 > [[ 5996dc8529b2ffe5921c5e7020bee20e == \5\9\9\6\d\c\8\5\2\9\b\2\f\f\e\5\9\2\1\c\5\e\7\0\2\0\b\e\e\2\0\e ]]
+ 1394468814.N /scripts/functions/checksum : __rvm_checksum_validate_file() 127 > [[ -n 32d4a3be0fa2510c8b4afa65dee898522220dc876c1ea1c52b33755989eaa1be750beb3332f197d93223b2d6f28ea2116917aa4aa7ead01463ad894dfbd5042c ]]
++ 1394468814.N /scripts/functions/checksum : __rvm_checksum_validate_file() 129 > __rvm_sha__calculate 512 /Users/mwlang/.rvm/archives/rubinius-2.2.5.tar.bz2
++ 1394468814.N /scripts/functions/checksum : __rvm_sha__calculate() 55 > typeset bits _sum
++ 1394468814.N /scripts/functions/checksum : __rvm_sha__calculate() 56 > bits=512
++ 1394468814.N /scripts/functions/checksum : __rvm_sha__calculate() 57 > shift
++ 1394468814.N /scripts/functions/checksum : __rvm_sha__calculate() 60 > builtin command -v sha512sum
++ 1394468814.N /scripts/functions/checksum : __rvm_sha__calculate() 66 > builtin command -v sha512
++ 1394468814.N /scripts/functions/checksum : __rvm_sha__calculate() 75 > builtin command -v shasum
+++ 1394468814.N /scripts/functions/checksum : __rvm_sha__calculate() 77 > shasum -a512 /Users/mwlang/.rvm/archives/rubinius-2.2.5.tar.bz2
++ 1394468814.N /scripts/functions/checksum : __rvm_sha__calculate() 77 > _sum='32d4a3be0fa2510c8b4afa65dee898522220dc876c1ea1c52b33755989eaa1be750beb3332f197d93223b2d6f28ea2116917aa4aa7ead01463ad894dfbd5042c /Users/mwlang/.rvm/archives/rubinius-2.2.5.tar.bz2'
++ 1394468814.N /scripts/functions/checksum : __rvm_sha__calculate() 78 > echo 32d4a3be0fa2510c8b4afa65dee898522220dc876c1ea1c52b33755989eaa1be750beb3332f197d93223b2d6f28ea2116917aa4aa7ead01463ad894dfbd5042c
++ 1394468814.N /scripts/functions/checksum : __rvm_sha__calculate() 79 > return 0
+ 1394468814.N /scripts/functions/checksum : __rvm_checksum_validate_file() 129 > [[ 32d4a3be0fa2510c8b4afa65dee898522220dc876c1ea1c52b33755989eaa1be750beb3332f197d93223b2d6f28ea2116917aa4aa7ead01463ad894dfbd5042c == \3\2\d\4\a\3\b\e\0\f\a\2\5\1\0\c\8\b\4\a\f\a\6\5\d\e\e\8\9\8\5\2\2\2\2\0\d\c\8\7\6\c\1\e\a\1\c\5\2\b\3\3\7\5\5\9\8\9\e\a\a\1\b\e\7\5\0\b\e\b\3\3\3\2\f\1\9\7\d\9\3\2\2\3\b\2\d\6\f\2\8\e\a\2\1\1\6\9\1\7\a\a\4\a\a\7\e\a\d\0\1\4\6\3\a\d\8\9\4\d\f\b\d\5\0\4\2\c ]]
+ 1394468814.N /scripts/functions/checksum : __rvm_checksum_validate_file() 131 > return 0
+ 1394468814.N /scripts/fetch : 190 > rvm_debug 'Downloaded archive checksum matched.'
+ 1394468814.N /scripts/functions/logging : rvm_debug() 144 > (( 0 ))
+ 1394468814.N /scripts/functions/logging : rvm_debug() 144 > return 0
++ 1394468814.N /scripts/functions/manage/base_fetch : __rvm_fetch_ruby_package() 45 > [[ -d /Users/mwlang/.rvm/src/rbx-2.2.5 ]]
++ 1394468814.N /scripts/functions/manage/base_fetch : __rvm_fetch_ruby_package() 45 > true
++ 1394468814.N /scripts/functions/manage/base_fetch : __rvm_fetch_ruby_package() 48 > [[ ! -d /Users/mwlang/.rvm/src/rbx-2.2.5 ]]
++ 1394468814.N /scripts/functions/manage/base_fetch : __rvm_fetch_ruby_package() 50 > mkdir -p /Users/mwlang/.rvm/tmp/rvm_src_11963
++ 1394468814.N /scripts/functions/manage/base_fetch : __rvm_fetch_ruby_package() 52 > __rvm_log_command extract 'rbx-2.2.5 - #extracting rubinius-2.2.5 to /Users/mwlang/.rvm/src/rbx-2.2.5' __rvm_package_extract /Users/mwlang/.rvm/archives/rubinius-2.2.5.tar.bz2 /Users/mwlang/.rvm/tmp/rvm_src_11963
++ 1394468814.N /scripts/functions/utility_logging : __rvm_log_command() 1 > typeset name message _command_start _command_name
++ 1394468814.N /scripts/functions/utility_logging : __rvm_log_command() 2 > typeset -a _command
++ 1394468814.N /scripts/functions/utility_logging : __rvm_log_command() 4 > name=extract
++ 1394468814.N /scripts/functions/utility_logging : __rvm_log_command() 5 > message='rbx-2.2.5 - #extracting rubinius-2.2.5 to /Users/mwlang/.rvm/src/rbx-2.2.5'
++ 1394468814.N /scripts/functions/utility_logging : __rvm_log_command() 6 > shift 2
++ 1394468814.N /scripts/functions/utility_logging : __rvm_log_command() 7 > _command=("$@")
++ 1394468814.N /scripts/functions/utility_logging : __rvm_log_command() 8 > _command_start=__rvm_package_extract
++ 1394468814.N /scripts/functions/utility_logging : __rvm_log_command() 9 > (( 3 ))
++ 1394468814.N /scripts/functions/utility_logging : __rvm_log_command() 9 > [[ __rvm_package_extract =~ = ]]
++ 1394468814.N /scripts/functions/utility_logging : __rvm_log_command() 12 > _command_name=__rvm_package_extract
++ 1394468814.N /scripts/functions/utility_logging : __rvm_log_command() 14 > [[ ! __rvm_package_extract =~ = ]]
++ 1394468814.N /scripts/functions/utility_logging : __rvm_log_command() 15 > __function_on_stack __rvm_log_command_internal
++ 1394468814.N /scripts/functions/support : __function_on_stack() 1 > __rvm_string_includes '__function_on_stack __rvm_log_command __rvm_fetch_ruby_package __rvm_fetch_ruby rubinius_install __rvm_install_ruby __rvm_manage_rubies source __rvm_run_wrapper __rvm_cli_install_ruby rvm' __rvm_log_command_internal
++ 1394468814.N /scripts/functions/support : __rvm_string_includes() 1 > typeset __search '__text=__function_on_stack __rvm_log_command __rvm_fetch_ruby_package __rvm_fetch_ruby rubinius_install __rvm_install_ruby __rvm_manage_rubies source __rvm_run_wrapper __rvm_cli_install_ruby rvm'
++ 1394468814.N /scripts/functions/support : __rvm_string_includes() 2 > shift
++ 1394468814.N /scripts/functions/support : __rvm_string_includes() 380 > for __search in '"$@"'
++ 1394468814.N /scripts/functions/support : __rvm_string_includes() 5 > [[ __function_on_stack __rvm_log_command __rvm_fetch_ruby_package __rvm_fetch_ruby rubinius_install __rvm_install_ruby __rvm_manage_rubies source __rvm_run_wrapper __rvm_cli_install_ruby rvm =~ __rvm_log_command_internal ]]
++ 1394468814.N /scripts/functions/support : __rvm_string_includes() 9 > return 1
++ 1394468814.N /scripts/functions/support : __function_on_stack() 14 > return 1
++ 1394468814.N /scripts/functions/utility_logging : __rvm_log_command() -315 > __rvm_log_command_internal __rvm_package_extract /Users/mwlang/.rvm/archives/rubinius-2.2.5.tar.bz2 /Users/mwlang/.rvm/tmp/rvm_src_11963
++ 1394468814.N /scripts/functions/utility_logging : __rvm_log_command_internal() 1 > typeset _log
++ 1394468814.N /scripts/functions/utility_logging : __rvm_log_command_internal() 3 > (( 0 == 0 ))
++ 1394468814.N /scripts/functions/utility_logging : __rvm_log_command_internal() 5 > __rvm_log_command_caclulate_log_file_name
++ 1394468814.N /scripts/functions/utility_logging : __rvm_log_command_caclulate_log_file_name() 1[[ -n 1394468759 ]]
++ 1394468814.N /scripts/functions/utility_logging : __rvm_log_command_caclulate_log_file_name() 2[[ -n local, ]]
++ 1394468814.N /scripts/functions/utility_logging : __rvm_log_command_caclulate_log_file_name() 3[[ -n 250 ]]
++ 1394468814.N /scripts/functions/utility_logging : __rvm_log_command_caclulate_log_file_name() 4name=extract
++ 1394468814.N /scripts/functions/utility_logging : __rvm_log_command_caclulate_log_file_name() 5_log=/Users/mwlang/.rvm/log/1394468759_rbx-2.2.5/extract
++ 1394468814.N /scripts/functions/utility_logging : __rvm_log_command_caclulate_log_file_name() 6[[ -n '' ]]
++ 1394468814.N /scripts/functions/utility_logging : __rvm_log_command_caclulate_log_file_name() 8_log=/Users/mwlang/.rvm/log/1394468759_rbx-2.2.5/extract.log
++ 1394468814.N /scripts/functions/utility_logging : __rvm_log_command_internal() 63 > rvm_debug 'Log file: /Users/mwlang/.rvm/log/1394468759_rbx-2.2.5/extract.log'
++ 1394468814.N /scripts/functions/logging : rvm_debug() 1 > (( 0 ))
++ 1394468814.N /scripts/functions/logging : rvm_debug() 1 > return 0
++ 1394468814.N /scripts/functions/utility_logging : __rvm_log_command_internal() -47 > [[ -d /Users/mwlang/.rvm/log/1394468759_rbx-2.2.5 ]]
++ 1394468814.N /scripts/functions/utility_logging : __rvm_log_command_internal() -46 > [[ -f /Users/mwlang/.rvm/log/1394468759_rbx-2.2.5/extract.log ]]
++ 1394468814.N /scripts/functions/utility_logging : __rvm_log_command_internal() -46 > rm -f /Users/mwlang/.rvm/log/1394468759_rbx-2.2.5/extract.log
++ 1394468814.N /scripts/functions/utility_logging : __rvm_log_command_internal() -44 > __rvm_log_command_debug
++ 1394468814.N /scripts/functions/utility_logging : __rvm_log_command_internal() -44 > tee /Users/mwlang/.rvm/log/1394468759_rbx-2.2.5/extract.log
++ 1394468814.N /scripts/functions/utility_logging : __rvm_log_command_internal() -44 > rvm_debug_stream
+++ 1394468814.N /scripts/functions/utility_logging : __rvm_log_command_debug() -67 > __rvm_date '+%Y-%m-%d %H:%M:%S'
++ 1394468814.N /scripts/functions/logging : rvm_debug_stream() 1 > (( 0 == 0 && 1 == 0 ))
++ 1394468814.N /scripts/functions/logging : rvm_debug_stream() 3 > rvm_pretty_print stdout
+++ 1394468814.N /scripts/functions/support : __rvm_date() 0 > date '+%Y-%m-%d %H:%M:%S'
++ 1394468814.N /scripts/functions/logging : rvm_pretty_print() 73 > case "${rvm_pretty_print_flag:=auto}" in
++ 1394468814.N /scripts/functions/utility_logging : __rvm_log_command_debug() 1 > printf %b '[2014-03-10 12:26:54] __rvm_package_extract\n'
++ 1394468814.N /scripts/functions/logging : rvm_pretty_print() 78 > case "${TERM:-dumb}" in
++ 1394468814.N /scripts/functions/utility_logging : __rvm_log_command_debug() 2 > is_a_function __rvm_package_extract
++ 1394468814.N /scripts/functions/logging : rvm_pretty_print() 81 > case "$1" in
++ 1394468814.N /scripts/functions/support : is_a_function() 1 > typeset -f __rvm_package_extract
++ 1394468814.N /scripts/functions/logging : rvm_pretty_print() 10 > [[ -t 1 ]]
++ 1394468814.N /scripts/functions/logging : rvm_pretty_print() 10 > return 1
++ 1394468814.N /scripts/functions/utility_logging : __rvm_log_command_debug() 67 > typeset -f __rvm_package_extract
++ 1394468814.N /scripts/functions/logging : rvm_debug_stream() 84 > cat -
++ 1394468814.N /scripts/functions/utility_logging : __rvm_log_command_debug() 69 > printf %b 'current path: /Users/mwlang\n'
[2014-03-10 12:26:54] __rvm_package_extract
__rvm_package_extract ()
{
rvm_debug __rvm_package_extract:$#: "$@";
typeset __tempdir __path __file __return;
__return=0;
__tempdir="$( TMPDIR="${rvm_tmp_path}" mktemp -d -t rvm-tmp.XXXXXXXXX )";
__rvm_package_extract_run "$1" "$__tempdir" || __return=$?;
if (( __return == 0 )); then
for __path in "$__tempdir"/*;
do
__file="${__path##*/}";
if [[ -n "${__file}" && -e "$2/${__file}" ]]; then
\rm -rf "$2/${__file}" || __return=$?;
fi;
\mv -f "${__path}" "$2/" || __return=$?;
done;
fi;
if [[ -n "$__tempdir" ]]; then
\rm -rf "$__tempdir";
fi;
return $__return
}
current path: /Users/mwlang
++ 1394468814.N /scripts/functions/utility_logging : __rvm_log_command_debug() 70 > env
++ 1394468814.N /scripts/functions/utility_logging : __rvm_log_command_debug() 70 > grep -E '^GEM_HOME=|^GEM_PATH=|^PATH='
PATH=/Users/mwlang/.rvm/bin:/usr/local/opt/pkg-config/bin:/usr/local/opt/libtool/bin:/usr/local/opt/automake/bin:/usr/local/opt/autoconf/bin:/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/local/sbin:/usr/local/share/npm/bin:/opt/local/bin:/opt/local/sbin:/opt/local/lib/mysql5/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin
++ 1394468814.N /scripts/functions/utility_logging : __rvm_log_command_debug() 71 > printf %b 'command(3): __rvm_package_extract /Users/mwlang/.rvm/archives/rubinius-2.2.5.tar.bz2 /Users/mwlang/.rvm/tmp/rvm_src_11963\n'
command(3): __rvm_package_extract /Users/mwlang/.rvm/archives/rubinius-2.2.5.tar.bz2 /Users/mwlang/.rvm/tmp/rvm_src_11963
++ 1394468814.N /scripts/functions/utility_logging : __rvm_log_command_internal() -42 > __rvm_log_dotted /Users/mwlang/.rvm/log/1394468759_rbx-2.2.5/extract.log 'rbx-2.2.5 - #extracting rubinius-2.2.5 to /Users/mwlang/.rvm/src/rbx-2.2.5' __rvm_package_extract /Users/mwlang/.rvm/archives/rubinius-2.2.5.tar.bz2 /Users/mwlang/.rvm/tmp/rvm_src_11963
++ 1394468814.N /scripts/functions/utility_logging : __rvm_log_dotted() 1 > typeset __log_file __message __iterator
++ 1394468814.N /scripts/functions/utility_logging : __rvm_log_dotted() 2 > __log_file=/Users/mwlang/.rvm/log/1394468759_rbx-2.2.5/extract.log
++ 1394468814.N /scripts/functions/utility_logging : __rvm_log_dotted() 3 > __message='rbx-2.2.5 - #extracting rubinius-2.2.5 to /Users/mwlang/.rvm/src/rbx-2.2.5'
++ 1394468814.N /scripts/functions/utility_logging : __rvm_log_dotted() 4 > shift 2
++ 1394468814.N /scripts/functions/utility_logging : __rvm_log_dotted() 6 > [[ -n '' ]]
++ 1394468814.N /scripts/functions/utility_logging : __rvm_log_dotted() 11 > tee -a /Users/mwlang/.rvm/log/1394468759_rbx-2.2.5/extract.log
++ 1394468814.N /scripts/functions/utility_logging : __rvm_log_dotted() 11 > __rvm_package_extract /Users/mwlang/.rvm/archives/rubinius-2.2.5.tar.bz2 /Users/mwlang/.rvm/tmp/rvm_src_11963
++ 1394468814.N /scripts/functions/utility_logging : __rvm_log_dotted() 11 > __rvm_dotted 'rbx-2.2.5 - #extracting rubinius-2.2.5 to /Users/mwlang/.rvm/src/rbx-2.2.5'
++ 1394468814.N /scripts/functions/utility_logging : __rvm_dotted() 1 > typeset flush
++ 1394468814.N /scripts/functions/utility_logging : __rvm_dotted() 3 > (( 1 ))
++ 1394468814.N /scripts/functions/utility_logging : __rvm_dotted() 4 > printf %b 'rbx-2.2.5 - #extracting rubinius-2.2.5 to /Users/mwlang/.rvm/src/rbx-2.2.5'
rbx-2.2.5 - #extracting rubinius-2.2.5 to /Users/mwlang/.rvm/src/rbx-2.2.5++ 1394468814.N /scripts/functions/utility_logging : __rvm_dotted() 7 > __rvm_awk '{fflush;}'
++ 1394468814.N /scripts/functions/utility_logging : __rvm_dotted() 151 > flush=fflush
+++ 1394468814.N /scripts/functions/utility_logging : __rvm_dotted() 152 > tput cub1
++ 1394468814.N /scripts/functions/utility_logging : __rvm_dotted() 157 > awk -v $'go_back=\b' '
BEGIN{ spin[0]="|"go_back; spin[1]="/"go_back; spin[2]="-"go_back; spin[3]="\\"go_back }
{
if ((NR-1)%(10)==9)
printf ".";
else
if (go_back!="") printf spin[(NR-1)%4];
fflush
}
END{print "."}
'
|/-\|/-\|.-\|/-\|/-.|/-\|/-\|.
++ 1394468817.N /scripts/functions/utility_logging : __rvm_log_dotted() 12 > __rvm_check_pipestatus 0 0 0
++ 1394468817.N /scripts/functions/utility_logging : __rvm_check_pipestatus() 195 > for __iterator in '"$@"'
++ 1394468817.N /scripts/functions/utility_logging : __rvm_check_pipestatus() 197 > case "${__iterator}" in
++ 1394468817.N /scripts/functions/utility_logging : __rvm_check_pipestatus() 5 > true
++ 1394468817.N /scripts/functions/utility_logging : __rvm_check_pipestatus() 195 > for __iterator in '"$@"'
++ 1394468817.N /scripts/functions/utility_logging : __rvm_check_pipestatus() 197 > case "${__iterator}" in
++ 1394468817.N /scripts/functions/utility_logging : __rvm_check_pipestatus() 5 > true
++ 1394468817.N /scripts/functions/utility_logging : __rvm_check_pipestatus() 195 > for __iterator in '"$@"'
++ 1394468817.N /scripts/functions/utility_logging : __rvm_check_pipestatus() 197 > case "${__iterator}" in
++ 1394468817.N /scripts/functions/utility_logging : __rvm_check_pipestatus() 5 > true
++ 1394468817.N /scripts/functions/utility_logging : __rvm_check_pipestatus() 9 > return 0
++ 1394468817.N /scripts/functions/manage/base_fetch : __rvm_fetch_ruby_package() -57 > __rvm_rm_rf /Users/mwlang/.rvm/src/rbx-2.2.5
++ 1394468817.N /scripts/functions/cleanup : __rvm_rm_rf() 1 > __rvm_rm_rf_verbose /Users/mwlang/.rvm/src/rbx-2.2.5
++ 1394468817.N /scripts/functions/cleanup : __rvm_rm_rf_verbose() 1 > typeset target
++ 1394468817.N /scripts/functions/cleanup : __rvm_rm_rf_verbose() 2 > target=/Users/mwlang/.rvm/src/rbx-2.2.5
++ 1394468817.N /scripts/functions/cleanup : __rvm_rm_rf_verbose() 6 > [[ -n '' ]]
++ 1394468817.N /scripts/functions/cleanup : __rvm_rm_rf_verbose() 10 > [[ -n 3.2.51(1)-release ]]
++ 1394468817.N /scripts/functions/cleanup : __rvm_rm_rf_verbose() 12 > shopt -s extglob
++ 1394468817.N /scripts/functions/cleanup : __rvm_rm_rf_verbose() 28 > case "${target}" in
++ 1394468817.N /scripts/functions/cleanup : __rvm_rm_rf_verbose() 22 > [[ -n /Users/mwlang/.rvm/src/rbx-2.2.5 ]]
++ 1394468818.N /scripts/functions/cleanup : __rvm_rm_rf_verbose() 28 > [[ -d /Users/mwlang/.rvm/src/rbx-2.2.5 ]]
++ 1394468818.N /scripts/functions/cleanup : __rvm_rm_rf_verbose() 37 > [[ -f /Users/mwlang/.rvm/src/rbx-2.2.5 ]]
++ 1394468818.N /scripts/functions/cleanup : __rvm_rm_rf_verbose() 37 > [[ -L /Users/mwlang/.rvm/src/rbx-2.2.5 ]]
++ 1394468818.N /scripts/functions/cleanup : __rvm_rm_rf_verbose() 46 > rvm_debug '__rvm_rm_rf already gone: /Users/mwlang/.rvm/src/rbx-2.2.5'
++ 1394468818.N /scripts/functions/logging : rvm_debug() 1 > (( 0 ))
++ 1394468818.N /scripts/functions/logging : rvm_debug() 1 > return 0
++ 1394468818.N /scripts/functions/cleanup : __rvm_rm_rf_verbose() -84 > return 0
+++ 1394468818.N /scripts/functions/manage/base_fetch : __rvm_fetch_ruby_package() -144 > __rvm_find /Users/mwlang/.rvm/tmp/rvm_src_11963 -mindepth 1 -maxdepth 1 -type d
+++ 1394468818.N /scripts/functions/support : __rvm_find() 0 > find /Users/mwlang/.rvm/tmp/rvm_src_11963 -mindepth 1 -maxdepth 1 -type d
++ 1394468818.N /scripts/functions/manage/base_fetch : __rvm_fetch_ruby_package() -2 > mv /Users/mwlang/.rvm/tmp/rvm_src_11963/rubinius-2.2.5 /Users/mwlang/.rvm/src/rbx-2.2.5
++ 1394468818.N /scripts/functions/manage/base_fetch : __rvm_fetch_ruby_package() 0 > __rvm_rm_rf /Users/mwlang/.rvm/tmp/rvm_src_11963
++ 1394468818.N /scripts/functions/cleanup : __rvm_rm_rf() 1 > __rvm_rm_rf_verbose /Users/mwlang/.rvm/tmp/rvm_src_11963
++ 1394468818.N /scripts/functions/cleanup : __rvm_rm_rf_verbose() 1 > typeset target
++ 1394468818.N /scripts/functions/cleanup : __rvm_rm_rf_verbose() 2 > target=/Users/mwlang/.rvm/tmp/rvm_src_11963
++ 1394468818.N /scripts/functions/cleanup : __rvm_rm_rf_verbose() 6 > [[ -n '' ]]
++ 1394468818.N /scripts/functions/cleanup : __rvm_rm_rf_verbose() 10 > [[ -n 3.2.51(1)-release ]]
++ 1394468818.N /scripts/functions/cleanup : __rvm_rm_rf_verbose() 12 > shopt -s extglob
++ 1394468818.N /scripts/functions/cleanup : __rvm_rm_rf_verbose() 28 > case "${target}" in
++ 1394468818.N /scripts/functions/cleanup : __rvm_rm_rf_verbose() 22 > [[ -n /Users/mwlang/.rvm/tmp/rvm_src_11963 ]]
++ 1394468818.N /scripts/functions/cleanup : __rvm_rm_rf_verbose() 28 > [[ -d /Users/mwlang/.rvm/tmp/rvm_src_11963 ]]
++ 1394468818.N /scripts/functions/cleanup : __rvm_rm_rf_verbose() 30 > rm -rf /Users/mwlang/.rvm/tmp/rvm_src_11963
++ 1394468818.N /scripts/functions/manage/base_fetch : __rvm_fetch_ruby_package() 134 > [[ -n '' ]]
++ 1394468818.N /scripts/functions/manage/base_fetch : __rvm_fetch_ruby_package() 142 > true
++ 1394468818.N /scripts/functions/manage/rubinius : rubinius_install() 84 > __rvm_cd /Users/mwlang/.rvm/src/rbx-2.2.5
++ 1394468818.N /scripts/functions/support : __rvm_cd() 1 > typeset old_cdpath ret
++ 1394468818.N /scripts/functions/support : __rvm_cd() 2 > ret=0
++ 1394468818.N /scripts/functions/support : __rvm_cd() 3 > old_cdpath=
++ 1394468818.N /scripts/functions/support : __rvm_cd() 4 > CDPATH=.
++ 1394468818.N /scripts/functions/support : __rvm_cd() 5 > chpwd_functions=
++ 1394468818.N /scripts/functions/support : __rvm_cd() 5 > builtin cd /Users/mwlang/.rvm/src/rbx-2.2.5
++ 1394468818.N /scripts/functions/support : __rvm_cd() 6 > CDPATH=
++ 1394468818.N /scripts/functions/support : __rvm_cd() 7 > return 0
++ 1394468818.N /scripts/functions/manage/rubinius : rubinius_install() -60 > chmod +x ./configure
++ 1394468818.N /scripts/functions/manage/rubinius : rubinius_install() -58 > __rvm_apply_patches
++ 1394468818.N /scripts/functions/manage/base_install_patches : __rvm_apply_patches() 1 > typeset patch_name patch_level_separator patch_fuzziness patch_level source_directory full_patch_path _save_dir
++ 1394468818.N /scripts/functions/manage/base_install_patches : __rvm_apply_patches() 2 > typeset -a patches
++ 1394468818.N /scripts/functions/manage/base_install_patches : __rvm_apply_patches() 3 > patches=()
++ 1394468818.N /scripts/functions/manage/base_install_patches : __rvm_apply_patches() 4 > patch_level_separator=%
++ 1394468818.N /scripts/functions/manage/base_install_patches : __rvm_apply_patches() 5 > patch_fuzziness=25
++ 1394468818.N /scripts/functions/manage/base_install_patches : __rvm_apply_patches() 6 > result=0
++ 1394468818.N /scripts/functions/manage/base_install_patches : __rvm_apply_patches() 7 > source_directory=/Users/mwlang/.rvm/src/rbx-2.2.5
++ 1394468818.N /scripts/functions/manage/base_install_patches : __rvm_apply_patches() 8 > (( 0 == 0 ))
++ 1394468818.N /scripts/functions/manage/base_install_patches : __rvm_apply_patches() 10 > _save_dir=/Users/mwlang/.rvm/src/rbx-2.2.5
++ 1394468818.N /scripts/functions/manage/base_install_patches : __rvm_apply_patches() 11 > __rvm_cd /Users/mwlang/.rvm/src/rbx-2.2.5
++ 1394468818.N /scripts/functions/support : __rvm_cd() 1 > typeset old_cdpath ret
++ 1394468818.N /scripts/functions/support : __rvm_cd() 2 > ret=0
++ 1394468818.N /scripts/functions/support : __rvm_cd() 3 > old_cdpath=
++ 1394468818.N /scripts/functions/support : __rvm_cd() 4 > CDPATH=.
++ 1394468818.N /scripts/functions/support : __rvm_cd() 5 > chpwd_functions=
++ 1394468818.N /scripts/functions/support : __rvm_cd() 5 > builtin cd /Users/mwlang/.rvm/src/rbx-2.2.5
++ 1394468818.N /scripts/functions/support : __rvm_cd() 6 > CDPATH=
++ 1394468818.N /scripts/functions/support : __rvm_cd() 7 > return 0
++ 1394468818.N /scripts/functions/manage/base_install_patches : __rvm_apply_patches() 54 > case "${1:-all}" in
++ 1394468818.N /scripts/functions/manage/base_install_patches : __rvm_apply_patches() -103 > __rvm_current_patch_names patches
++ 1394468818.N /scripts/functions/manage/base_install_patches : __rvm_current_patch_names() 1 > typeset -a expanded_names patches_to_check
++ 1394468818.N /scripts/functions/manage/base_install_patches : __rvm_current_patch_names() 2 > typeset _variable patch_level_separator level name expanded_name
++ 1394468818.N /scripts/functions/manage/base_install_patches : __rvm_current_patch_names() 3 > _variable=patches
++ 1394468818.N /scripts/functions/manage/base_install_patches : __rvm_current_patch_names() 5 > patch_level_separator=%
++ 1394468818.N /scripts/functions/manage/base_install_patches : __rvm_current_patch_names() 7 > (( 0 ))
++ 1394468818.N /scripts/functions/manage/base_install_patches : __rvm_current_patch_names() 9 > patches_to_check=(optional)
++ 1394468818.N /scripts/functions/manage/base_install_patches : __rvm_current_patch_names() 11 > patches_to_check+=(default ${_system_name_lowercase})
++ 1394468818.N /scripts/functions/manage/base_install_patches : __rvm_current_patch_names() 20 > for name in '"${patches_to_check[@]}"'
++ 1394468818.N /scripts/functions/manage/base_install_patches : __rvm_current_patch_names() 15 > [[ -n optional ]]
++ 1394468818.N /scripts/functions/manage/base_install_patches : __rvm_current_patch_names() 17 > __rvm_string_match optional '*%*'
++ 1394468818.N /scripts/functions/support : __rvm_string_match() 1 > typeset _string
++ 1394468818.N /scripts/functions/support : __rvm_string_match() 2 > _string=optional
++ 1394468818.N /scripts/functions/support : __rvm_string_match() 3 > shift
++ 1394468818.N /scripts/functions/support : __rvm_string_match() 4 > (( 1 ))
++ 1394468818.N /scripts/functions/support : __rvm_string_match() 37 > case "${_string}" in
++ 1394468818.N /scripts/functions/support : __rvm_string_match() 9 > shift
++ 1394468818.N /scripts/functions/support : __rvm_string_match() 4 > (( 0 ))
++ 1394468818.N /scripts/functions/support : __rvm_string_match() 11 > return 1
++ 1394468818.N /scripts/functions/manage/base_install_patches : __rvm_current_patch_names() -5 > level=1
++ 1394468818.N /scripts/functions/manage/base_install_patches : __rvm_current_patch_names() -2 > name=optional
++ 1394468818.N /scripts/functions/manage/base_install_patches : __rvm_current_patch_names() -1 > __rvm_read_lines expanded_names /dev/fd/63
+++ 1394468818.N /scripts/functions/manage/base_install_patches : __rvm_current_patch_names() -32 __rvm_expand_patch_name optional 1
++ 1394468818.N /scripts/functions/support : __rvm_read_lines() 1 > typeset IFS
+++ 1394468818.N /scripts/patches : __rvm_expand_patch_name() 1 > typeset name level expanded_patch_name not_required_patches
++ 1394468818.N /scripts/functions/support : __rvm_read_lines() 4 > IFS='
'
+++ 1394468818.N /scripts/patches : __rvm_expand_patch_name() 2 > not_required_patches='optional default osx'
++ 1394468818.N /scripts/functions/support : __rvm_read_lines() 5 > [[ /dev/fd/63 == \- ]]
+++ 1394468818.N /scripts/patches : __rvm_expand_patch_name() 3 > name=optional
++ 1394468818.N /scripts/functions/support : __rvm_read_lines() 7 > eval 'expanded_names=( $( \cat "${2:--}" ) )'
+++ 1394468818.N /scripts/patches : __rvm_expand_patch_name() 4 > level=1
+++ 1394468818.N /scripts/patches : __rvm_expand_patch_name() 5 > [[ -n optional ]]
+++ 1394468818.N /scripts/functions/support : __rvm_read_lines() -389 > expanded_names=($( \cat "${2:--}" ))
++++ 1394468818.N /scripts/functions/support : __rvm_read_lines() -785 > cat /dev/fd/63
++++ 1394468818.N /scripts/patches : __rvm_expand_patch_name() -7 > rvm_ruby_string=rbx-2.2.5
++++ 1394468818.N /scripts/patches : __rvm_expand_patch_name() -7 > /Users/mwlang/.rvm/scripts/patchsets show optional
++ /scripts/base : 34 > export __array_start rvm_path
++ /scripts/base : 39 > [[ -n '' ]]
++ /scripts/base : 41 > __array_start=0
++ /scripts/base : 44 > (( 0 == 0 ))
++ /scripts/base : 46 > [[ -n 0022 ]]
++ /scripts/base : 47 > rvm_rvmrc_files=("/etc/rvmrc" "$HOME/.rvmrc")
++ /scripts/base : 48 > [[ -n /Users/mwlang ]]
++ /scripts/base : 48 > [[ /Users/mwlang/.rvmrc -ef /Users/mwlang/.rvmrc ]]
++ /scripts/base : 49 > rvm_rvmrc_files+=("${rvm_prefix}/.rvmrc")
++ /scripts/base : 52 > for rvmrc in '"${rvm_rvmrc_files[@]}"'
++ /scripts/base : 54 > [[ -f /etc/rvmrc ]]
++ /scripts/base : 52 > for rvmrc in '"${rvm_rvmrc_files[@]}"'
++ /scripts/base : 54 > [[ -f /Users/mwlang/.rvmrc ]]
++ /scripts/base : 52 > for rvmrc in '"${rvm_rvmrc_files[@]}"'
++ /scripts/base : 54 > [[ -f /Users/mwlang/.rvmrc ]]
++ /scripts/base : 70 > unset rvm_rvmrc_files
++ /scripts/base : 74 > export rvm_path
++ /scripts/base : 75 > [[ -z /Users/mwlang/.rvm ]]
++ /scripts/base : 91 > true /Users/mwlang/.rvm/scripts
++ /scripts/base : 93 > source /Users/mwlang/.rvm/scripts/initialize
+++ /scripts/initialize : 6 > [[ -n 3.2.51(1)-release ]]
+++ /scripts/initialize : 8 > shopt -s extglob
+++ /scripts/initialize : 21 > (( 1 == 1 ))
+++ /scripts/initialize : 23 > [[ -n 3.2.51(1)-release ]]
+++ /scripts/initialize : 24 > export 'PS4=+ $(__rvm_date "+%s.%N" 2>/dev/null) ${BASH_SOURCE##${rvm_path:-}} : ${FUNCNAME[0]:+${FUNCNAME[0]}()} ${LINENO} > '
+++ /scripts/initialize : 24 > PS4='+ $(__rvm_date "+%s.%N" 2>/dev/null) ${BASH_SOURCE##${rvm_path:-}} : ${FUNCNAME[0]:+${FUNCNAME[0]}()} ${LINENO} > '
+++ /scripts/initialize : 28 > set -o xtrace
+++ /scripts/initialize : 31 > export __rvm_env_loaded
+++ /scripts/initialize : 33 > : __rvm_env_loaded:1:
+++ /scripts/initialize : 35 > : __rvm_env_loaded:2:
+++ /scripts/initialize : 38 > [[ -z /Users/mwlang/.rvm/tmp ]]
+++ /scripts/initialize : 38 > (( __rvm_env_loaded == 1 ))
++ /scripts/base : 97 > case " ${rvm_base_except:-} " in
++ /scripts/base : 99 > true
++ /scripts/base : 110 > typeset -a scripts
++ /scripts/base : 113 > scripts=(logging db support utility init cleanup env rvmrc install environment gemset checksum list)
++ /scripts/base : 114 > for entry in '${scripts[@]}'
++ /scripts/base : 115 > source /Users/mwlang/.rvm/scripts/functions/logging
+++ /scripts/functions/logging : 96 > case "${TERM:-dumb}" in
+++ /scripts/functions/logging : 105 > __rvm_set_color rvm_error_clr red
+++ /scripts/functions/logging : __rvm_set_color() 41 > typeset __buffer __variable
+++ /scripts/functions/logging : __rvm_set_color() 42 > __buffer='['
+++ /scripts/functions/logging : __rvm_set_color() 43 > __variable=rvm_error_clr
+++ /scripts/functions/logging : __rvm_set_color() 44 > shift
+++ /scripts/functions/logging : __rvm_set_color() 46 > (( 1 ))
+++ /scripts/functions/logging : __rvm_set_color() 48 > __rvm_set_color_single red
+++ /scripts/functions/logging : __rvm_set_color_single() 7 > case "$1" in
+++ /scripts/functions/logging : __rvm_set_color_single() 14 > __buffer+=31
+++ /scripts/functions/logging : __rvm_set_color() 49 > shift
+++ /scripts/functions/logging : __rvm_set_color() 50 > (( 0 ))
+++ /scripts/functions/logging : __rvm_set_color() 46 > (( 0 ))
+++ /scripts/functions/logging : __rvm_set_color() 54 > __buffer+=m
+++ /scripts/functions/logging : __rvm_set_color() 55 > [[ rvm_error_clr == '' ]]
+++ /scripts/functions/logging : __rvm_set_color() 55 > [[ rvm_error_clr == \p\r\i\n\t ]]
+++ /scripts/functions/logging : __rvm_set_color() 57 > eval 'rvm_error_clr='\'''\'''
++++ /scripts/functions/logging : __rvm_set_color() 57 > rvm_error_clr=''
+++ /scripts/functions/logging : 106 > __rvm_set_color rvm_warn_clr yellow
+++ /scripts/functions/logging : __rvm_set_color() 41 > typeset __buffer __variable
+++ /scripts/functions/logging : __rvm_set_color() 42 > __buffer='['
+++ /scripts/functions/logging : __rvm_set_color() 43 > __variable=rvm_warn_clr
+++ /scripts/functions/logging : __rvm_set_color() 44 > shift
+++ /scripts/functions/logging : __rvm_set_color() 46 > (( 1 ))
+++ /scripts/functions/logging : __rvm_set_color() 48 > __rvm_set_color_single yellow
+++ /scripts/functions/logging : __rvm_set_color_single() 7 > case "$1" in
+++ /scripts/functions/logging : __rvm_set_color_single() 16 > __buffer+=33
+++ /scripts/functions/logging : __rvm_set_color() 49 > shift
+++ /scripts/functions/logging : __rvm_set_color() 50 > (( 0 ))
+++ /scripts/functions/logging : __rvm_set_color() 46 > (( 0 ))
+++ /scripts/functions/logging : __rvm_set_color() 54 > __buffer+=m
+++ /scripts/functions/logging : __rvm_set_color() 55 > [[ rvm_warn_clr == '' ]]
+++ /scripts/functions/logging : __rvm_set_color() 55 > [[ rvm_warn_clr == \p\r\i\n\t ]]
+++ /scripts/functions/logging : __rvm_set_color() 57 > eval 'rvm_warn_clr='\'''\'''
++++ /scripts/functions/logging : __rvm_set_color() 57 > rvm_warn_clr=''
+++ /scripts/functions/logging : 107 > __rvm_set_color rvm_debug_clr magenta
+++ /scripts/functions/logging : __rvm_set_color() 41 > typeset __buffer __variable
+++ /scripts/functions/logging : __rvm_set_color() 42 > __buffer='['
+++ /scripts/functions/logging : __rvm_set_color() 43 > __variable=rvm_debug_clr
+++ /scripts/functions/logging : __rvm_set_color() 44 > shift
+++ /scripts/functions/logging : __rvm_set_color() 46 > (( 1 ))
+++ /scripts/functions/logging : __rvm_set_color() 48 > __rvm_set_color_single magenta
+++ /scripts/functions/logging : __rvm_set_color_single() 7 > case "$1" in
+++ /scripts/functions/logging : __rvm_set_color_single() 18 > __buffer+=35
+++ /scripts/functions/logging : __rvm_set_color() 49 > shift
+++ /scripts/functions/logging : __rvm_set_color() 50 > (( 0 ))
+++ /scripts/functions/logging : __rvm_set_color() 46 > (( 0 ))
+++ /scripts/functions/logging : __rvm_set_color() 54 > __buffer+=m
+++ /scripts/functions/logging : __rvm_set_color() 55 > [[ rvm_debug_clr == '' ]]
+++ /scripts/functions/logging : __rvm_set_color() 55 > [[ rvm_debug_clr == \p\r\i\n\t ]]
+++ /scripts/functions/logging : __rvm_set_color() 57 > eval 'rvm_debug_clr='\'''\'''
++++ /scripts/functions/logging : __rvm_set_color() 57 > rvm_debug_clr=''
+++ /scripts/functions/logging : 108 > __rvm_set_color rvm_notify_clr green
+++ /scripts/functions/logging : __rvm_set_color() 41 > typeset __buffer __variable
+++ /scripts/functions/logging : __rvm_set_color() 42 > __buffer='['
+++ /scripts/functions/logging : __rvm_set_color() 43 > __variable=rvm_notify_clr
+++ /scripts/functions/logging : __rvm_set_color() 44 > shift
+++ /scripts/functions/logging : __rvm_set_color() 46 > (( 1 ))
+++ /scripts/functions/logging : __rvm_set_color() 48 > __rvm_set_color_single green
+++ /scripts/functions/logging : __rvm_set_color_single() 7 > case "$1" in
+++ /scripts/functions/logging : __rvm_set_color_single() 15 > __buffer+=32
+++ /scripts/functions/logging : __rvm_set_color() 49 > shift
+++ /scripts/functions/logging : __rvm_set_color() 50 > (( 0 ))
+++ /scripts/functions/logging : __rvm_set_color() 46 > (( 0 ))
+++ /scripts/functions/logging : __rvm_set_color() 54 > __buffer+=m
+++ /scripts/functions/logging : __rvm_set_color() 55 > [[ rvm_notify_clr == '' ]]
+++ /scripts/functions/logging : __rvm_set_color() 55 > [[ rvm_notify_clr == \p\r\i\n\t ]]
+++ /scripts/functions/logging : __rvm_set_color() 57 > eval 'rvm_notify_clr='\'''\'''
++++ /scripts/functions/logging : __rvm_set_color() 57 > rvm_notify_clr=''
+++ /scripts/functions/logging : 109 > __rvm_set_color rvm_reset_clr reset
+++ /scripts/functions/logging : __rvm_set_color() 41 > typeset __buffer __variable
+++ /scripts/functions/logging : __rvm_set_color() 42 > __buffer='['
+++ /scripts/functions/logging : __rvm_set_color() 43 > __variable=rvm_reset_clr
+++ /scripts/functions/logging : __rvm_set_color() 44 > shift
+++ /scripts/functions/logging : __rvm_set_color() 46 > (( 1 ))
+++ /scripts/functions/logging : __rvm_set_color() 48 > __rvm_set_color_single reset
+++ /scripts/functions/logging : __rvm_set_color_single() 7 > case "$1" in
+++ /scripts/functions/logging : __rvm_set_color_single() 35 > __buffer+=0
+++ /scripts/functions/logging : __rvm_set_color() 49 > shift
+++ /scripts/functions/logging : __rvm_set_color() 50 > (( 0 ))
+++ /scripts/functions/logging : __rvm_set_color() 46 > (( 0 ))
+++ /scripts/functions/logging : __rvm_set_color() 54 > __buffer+=m
+++ /scripts/functions/logging : __rvm_set_color() 55 > [[ rvm_reset_clr == '' ]]
+++ /scripts/functions/logging : __rvm_set_color() 55 > [[ rvm_reset_clr == \p\r\i\n\t ]]
+++ /scripts/functions/logging : __rvm_set_color() 57 > eval 'rvm_reset_clr='\'''\'''
++++ /scripts/functions/logging : __rvm_set_color() 57 > rvm_reset_clr=''
++ /scripts/base : 114 > for entry in '${scripts[@]}'
++ /scripts/base : 115 > source /Users/mwlang/.rvm/scripts/functions/db
++ /scripts/base : 114 > for entry in '${scripts[@]}'
++ /scripts/base : 115 > source /Users/mwlang/.rvm/scripts/functions/support
+++ /scripts/functions/support : 11 > [[ -n '' ]]
+++ /scripts/functions/support : 252 > __rvm_setup_utils_functions
+++ /scripts/functions/support : __rvm_setup_utils_functions() 170 > typeset gnu_tools_path gnu_prefix gnu_util
+++ /scripts/functions/support : __rvm_setup_utils_functions() 171 > typeset -a gnu_utils gnu_missing
+++ /scripts/functions/support : __rvm_setup_utils_functions() 172 > gnu_utils=(awk cp date find sed tail tar xargs)
+++ /scripts/functions/support : __rvm_setup_utils_functions() 173 > gnu_missing=()
+++ /scripts/functions/support : __rvm_setup_utils_functions() 175 > is_a_function __rvm_setup_utils_functions_OSX
+++ /scripts/functions/support : is_a_function() 5 > typeset -f __rvm_setup_utils_functions_OSX
+++ /scripts/functions/support : is_a_function() 5 > return 1
+++ /scripts/functions/support : __rvm_setup_utils_functions() 177 > __rvm_setup_utils_functions_Other
+++ /scripts/functions/support : __rvm_setup_utils_functions_Other() 236 > command which --skip-alias --skip-functions which
+++ /scripts/functions/support : __rvm_setup_utils_functions_Other() 238 > command which whence
+++ /scripts/functions/support : __rvm_setup_utils_functions_Other() 240 > command which which
+++ /scripts/functions/support : __rvm_setup_utils_functions_Other() 247 > for gnu_util in '"${gnu_utils[@]}"'
+++ /scripts/functions/support : __rvm_setup_utils_functions_Other() 248 > eval '__rvm_awk() { \awk "$@" || return $?; }'
+++ /scripts/functions/support : __rvm_setup_utils_functions_Other() 247 > for gnu_util in '"${gnu_utils[@]}"'
+++ /scripts/functions/support : __rvm_setup_utils_functions_Other() 248 > eval '__rvm_cp() { \cp "$@" || return $?; }'
+++ /scripts/functions/support : __rvm_setup_utils_functions_Other() 247 > for gnu_util in '"${gnu_utils[@]}"'
+++ /scripts/functions/support : __rvm_setup_utils_functions_Other() 248 > eval '__rvm_date() { \date "$@" || return $?; }'
+++ 1394468818.N /scripts/functions/support : __rvm_setup_utils_functions_Other() 247 > for gnu_util in '"${gnu_utils[@]}"'
+++ 1394468818.N /scripts/functions/support : __rvm_setup_utils_functions_Other() 248 > eval '__rvm_find() { \find "$@" || return $?; }'
+++ 1394468818.N /scripts/functions/support : __rvm_setup_utils_functions_Other() 247 > for gnu_util in '"${gnu_utils[@]}"'
+++ 1394468818.N /scripts/functions/support : __rvm_setup_utils_functions_Other() 248 > eval '__rvm_sed() { \sed "$@" || return $?; }'
+++ 1394468818.N /scripts/functions/support : __rvm_setup_utils_functions_Other() 247 > for gnu_util in '"${gnu_utils[@]}"'
+++ 1394468818.N /scripts/functions/support : __rvm_setup_utils_functions_Other() 248 > eval '__rvm_tail() { \tail "$@" || return $?; }'
+++ 1394468818.N /scripts/functions/support : __rvm_setup_utils_functions_Other() 247 > for gnu_util in '"${gnu_utils[@]}"'
+++ 1394468818.N /scripts/functions/support : __rvm_setup_utils_functions_Other() 248 > eval '__rvm_tar() { \tar "$@" || return $?; }'
+++ 1394468818.N /scripts/functions/support : __rvm_setup_utils_functions_Other() 247 > for gnu_util in '"${gnu_utils[@]}"'
+++ 1394468818.N /scripts/functions/support : __rvm_setup_utils_functions_Other() 248 > eval '__rvm_xargs() { \xargs "$@" || return $?; }'
+++ 1394468818.N /scripts/functions/support : 255 > [[ ! =~ --no-same-owner ]]
+++ 1394468818.N /scripts/functions/support : 256 > __rvm_tar --help
+++ 1394468818.N /scripts/functions/support : 256 > __rvm_grep -- --no-same-owner
+++ 1394468818.N /scripts/functions/support : __rvm_grep() 233 > GREP_OPTIONS=
+++ 1394468818.N /scripts/functions/support : __rvm_grep() 233 > grep -- --no-same-owner
+++ 1394468818.N /scripts/functions/support : __rvm_grep() 233 > return 1
+++ 1394468818.N /scripts/functions/support : 263 > other_utils=(ant automake autoreconf libtoolize make mount patch readlink)
+++ 1394468818.N /scripts/functions/support : 266 > [[ OSX 10.9 == \S\o\l\a\r\i\s\ \1\0 ]]
+++ 1394468818.N /scripts/functions/support : 277 > for other_util in '"${other_utils[@]}"'
+++ 1394468818.N /scripts/functions/support : 278 > eval '__rvm_ant() { \ant "$@" || return $?; }'
+++ 1394468818.N /scripts/functions/support : 277 > for other_util in '"${other_utils[@]}"'
+++ 1394468818.N /scripts/functions/support : 278 > eval '__rvm_automake() { \automake "$@" || return $?; }'
+++ 1394468818.N /scripts/functions/support : 277 > for other_util in '"${other_utils[@]}"'
+++ 1394468818.N /scripts/functions/support : 278 > eval '__rvm_autoreconf() { \autoreconf "$@" || return $?; }'
+++ 1394468818.N /scripts/functions/support : 277 > for other_util in '"${other_utils[@]}"'
+++ 1394468818.N /scripts/functions/support : 278 > eval '__rvm_libtoolize() { \libtoolize "$@" || return $?; }'
+++ 1394468818.N /scripts/functions/support : 277 > for other_util in '"${other_utils[@]}"'
+++ 1394468819.N /scripts/functions/support : 278 > eval '__rvm_make() { \make "$@" || return $?; }'
+++ 1394468819.N /scripts/functions/support : 277 > for other_util in '"${other_utils[@]}"'
+++ 1394468819.N /scripts/functions/support : 278 > eval '__rvm_mount() { \mount "$@" || return $?; }'
+++ 1394468819.N /scripts/functions/support : 277 > for other_util in '"${other_utils[@]}"'
+++ 1394468819.N /scripts/functions/support : 278 > eval '__rvm_patch() { \patch "$@" || return $?; }'
+++ 1394468819.N /scripts/functions/support : 277 > for other_util in '"${other_utils[@]}"'
+++ 1394468819.N /scripts/functions/support : 278 > eval '__rvm_readlink() { \readlink "$@" || return $?; }'
+++ 1394468819.N /scripts/functions/support : 281 > unset other_util other_utils
++ 1394468819.N /scripts/base : 114 > for entry in '${scripts[@]}'
++ 1394468819.N /scripts/base : 115 > source /Users/mwlang/.rvm/scripts/functions/utility
+++ 1394468819.N /scripts/functions/utility : 3 > source /Users/mwlang/.rvm/scripts/functions/utility_logging
+++ 1394468819.N /scripts/functions/utility : 4 > source /Users/mwlang/.rvm/scripts/functions/utility_package
+++ 1394468819.N /scripts/functions/utility : 5 > source /Users/mwlang/.rvm/scripts/functions/utility_rubygems
+++ 1394468819.N /scripts/functions/utility : 6 > source /Users/mwlang/.rvm/scripts/functions/utility_system
++++ 1394468819.N /scripts/functions/utility_system : 206 > __rvm_detect_system
++++ 1394468819.N /scripts/functions/utility_system : __rvm_detect_system() 5 > unset _system_type _system_name _system_version _system_arch
++++ 1394468819.N /scripts/functions/utility_system : __rvm_detect_system() 6 > export _system_type _system_name _system_version _system_arch
+++++ 1394468819.N /scripts/functions/utility_system : __rvm_detect_system() 7 > command uname -a
+++++ 1394468819.N /scripts/functions/utility_system : __rvm_detect_system() 7 > uname -a
++++ 1394468819.N /scripts/functions/utility_system : __rvm_detect_system() 7 > _system_info='Darwin mactower.thelangs.home 13.0.0 Darwin Kernel Version 13.0.0: Thu Sep 19 22:22:27 PDT 2013; root:xnu-2422.1.72~6/RELEASE_X86_64 x86_64'
++++ 1394468819.N /scripts/functions/utility_system : __rvm_detect_system() 8 > _system_type=unknown
++++ 1394468819.N /scripts/functions/utility_system : __rvm_detect_system() 9 > _system_name=unknown
++++ 1394468819.N /scripts/functions/utility_system : __rvm_detect_system() 10 > _system_name_lowercase=unknown
++++ 1394468819.N /scripts/functions/utility_system : __rvm_detect_system() 11 > _system_version=unknown
+++++ 1394468819.N /scripts/functions/utility_system : __rvm_detect_system() 12 > command uname -m
+++++ 1394468819.N /scripts/functions/utility_system : __rvm_detect_system() 12 > uname -m
++++ 1394468819.N /scripts/functions/utility_system : __rvm_detect_system() 12 > _system_arch=x86_64
++++ 1394468819.N /scripts/functions/utility_system : __rvm_detect_system() 13 > case "$(command uname)" in
+++++ 1394468819.N /scripts/functions/utility_system : __rvm_detect_system() 13 > command uname
+++++ 1394468819.N /scripts/functions/utility_system : __rvm_detect_system() 13 > uname
++++ 1394468819.N /scripts/functions/utility_system : __rvm_detect_system() 173 > _system_type=Darwin
++++ 1394468819.N /scripts/functions/utility_system : __rvm_detect_system() 174 > _system_name=OSX
+++++ 1394468819.N /scripts/functions/utility_system : __rvm_detect_system() 175 > awk -F. '{print $1"."$2}'
+++++ 1394468819.N /scripts/functions/utility_system : __rvm_detect_system() 175 > sw_vers -productVersion
++++ 1394468819.N /scripts/functions/utility_system : __rvm_detect_system() 175 > _system_version=10.9
++++ 1394468819.N /scripts/functions/utility_system : __rvm_detect_system() 189 > _system_type=Darwin
++++ 1394468819.N /scripts/functions/utility_system : __rvm_detect_system() 190 > _system_name=OSX
+++++ 1394468819.N /scripts/functions/utility_system : __rvm_detect_system() 191 > echo OSX
+++++ 1394468819.N /scripts/functions/utility_system : __rvm_detect_system() 191 > tr '[A-Z]' '[a-z]'
++++ 1394468819.N /scripts/functions/utility_system : __rvm_detect_system() 191 > _system_name_lowercase=osx
++++ 1394468819.N /scripts/functions/utility_system : __rvm_detect_system() 192 > _system_version=10.9
++++ 1394468819.N /scripts/functions/utility_system : __rvm_detect_system() 193 > _system_arch=x86_64
++++ 1394468819.N /scripts/functions/utility_system : __rvm_detect_system() 194 > _system_arch=x86_64
++++ 1394468819.N /scripts/functions/utility_system : __rvm_detect_system() 195 > _system_arch=x86_64
++++ 1394468819.N /scripts/functions/utility_system : 207 > __rvm_detect_system_override
++++ 1394468819.N /scripts/functions/utility_system : __rvm_detect_system_override() 200 > typeset _var
++++ 1394468819.N /scripts/functions/utility_system : __rvm_detect_system_override() 201 > for _var in system_type system_name system_name_lowercase system_version system_arch
++++ 1394468819.N /scripts/functions/utility_system : __rvm_detect_system_override() 202 > __rvm_db system_type _system_type
++++ 1394468819.N /scripts/functions/db : __rvm_db() 7 > typeset value key variable
++++ 1394468819.N /scripts/functions/db : __rvm_db() 8 > key=system_type
++++ 1394468819.N /scripts/functions/db : __rvm_db() 9 > key=system_type
++++ 1394468819.N /scripts/functions/db : __rvm_db() 10 > variable=_system_type
++++ 1394468819.N /scripts/functions/db : __rvm_db() 12 > [[ -f /Users/mwlang/.rvm/user/db ]]
+++++ 1394468819.N /scripts/functions/db : __rvm_db() 13 > __rvm_db_ /Users/mwlang/.rvm/user/db system_type
+++++ 1394468819.N /scripts/functions/db : __rvm_db_() 60 > typeset __db __key __value
+++++ 1394468819.N /scripts/functions/db : __rvm_db_() 61 > __db=/Users/mwlang/.rvm/user/db
+++++ 1394468819.N /scripts/functions/db : __rvm_db_() 62 > __key=system_type
+++++ 1394468819.N /scripts/functions/db : __rvm_db_() 63 > shift 2
+++++ 1394468819.N /scripts/functions/db : __rvm_db_() 64 > __value=
+++++ 1394468819.N /scripts/functions/db : __rvm_db_() 65 > case "${__value}" in
+++++ 1394468819.N /scripts/functions/db : __rvm_db_() 70 > __rvm_db_get /Users/mwlang/.rvm/user/db system_type
+++++ 1394468819.N /scripts/functions/db : __rvm_db_get() 52 > [[ -f /Users/mwlang/.rvm/user/db ]]
+++++ 1394468819.N /scripts/functions/db : __rvm_db_get() 53 > __rvm_sed -e 's#^system_type=##' -e '/^$/d'
+++++ 1394468819.N /scripts/functions/db : __rvm_db_get() 53 > __rvm_grep '^system_type=' /Users/mwlang/.rvm/user/db
+++++ 1394468819.N /scripts/functions/support : __rvm_sed() 248 > sed -e 's#^system_type=##' -e '/^$/d'
+++++ 1394468819.N /scripts/functions/support : __rvm_grep() 233 > GREP_OPTIONS=
+++++ 1394468819.N /scripts/functions/support : __rvm_grep() 233 > grep '^system_type=' /Users/mwlang/.rvm/user/db
+++++ 1394468819.N /scripts/functions/support : __rvm_grep() 233 > return 1
++++ 1394468819.N /scripts/functions/db : __rvm_db() 13 > value=
++++ 1394468819.N /scripts/functions/db : __rvm_db() 15 > [[ -z '' ]]
++++ 1394468819.N /scripts/functions/db : __rvm_db() 15 > [[ -f /Users/mwlang/.rvm/config/db ]]
+++++ 1394468819.N /scripts/functions/db : __rvm_db() 16 > __rvm_db_ /Users/mwlang/.rvm/config/db system_type
+++++ 1394468819.N /scripts/functions/db : __rvm_db_() 60 > typeset __db __key __value
+++++ 1394468819.N /scripts/functions/db : __rvm_db_() 61 > __db=/Users/mwlang/.rvm/config/db
+++++ 1394468819.N /scripts/functions/db : __rvm_db_() 62 > __key=system_type
+++++ 1394468819.N /scripts/functions/db : __rvm_db_() 63 > shift 2
+++++ 1394468819.N /scripts/functions/db : __rvm_db_() 64 > __value=
+++++ 1394468819.N /scripts/functions/db : __rvm_db_() 65 > case "${__value}" in
+++++ 1394468819.N /scripts/functions/db : __rvm_db_() 70 > __rvm_db_get /Users/mwlang/.rvm/config/db system_type
+++++ 1394468819.N /scripts/functions/db : __rvm_db_get() 52 > [[ -f /Users/mwlang/.rvm/config/db ]]
+++++ 1394468819.N /scripts/functions/db : __rvm_db_get() 53 > __rvm_sed -e 's#^system_type=##' -e '/^$/d'
+++++ 1394468819.N /scripts/functions/db : __rvm_db_get() 53 > __rvm_grep '^system_type=' /Users/mwlang/.rvm/config/db
+++++ 1394468819.N /scripts/functions/support : __rvm_sed() 248 > sed -e 's#^system_type=##' -e '/^$/d'
+++++ 1394468819.N /scripts/functions/support : __rvm_grep() 233 > GREP_OPTIONS=
+++++ 1394468819.N /scripts/functions/support : __rvm_grep() 233 > grep '^system_type=' /Users/mwlang/.rvm/config/db
+++++ 1394468819.N /scripts/functions/support : __rvm_grep() 233 > return 1
++++ 1394468819.N /scripts/functions/db : __rvm_db() 16 > value=
++++ 1394468819.N /scripts/functions/db : __rvm_db() 19 > [[ -n '' ]]
++++ 1394468819.N /scripts/functions/db : __rvm_db() 26 > true
++++ 1394468819.N /scripts/functions/utility_system : __rvm_detect_system_override() 201 > for _var in system_type system_name system_name_lowercase system_version system_arch
++++ 1394468819.N /scripts/functions/utility_system : __rvm_detect_system_override() 202 > __rvm_db system_name _system_name
++++ 1394468819.N /scripts/functions/db : __rvm_db() 7 > typeset value key variable
++++ 1394468819.N /scripts/functions/db : __rvm_db() 8 > key=system_name
++++ 1394468819.N /scripts/functions/db : __rvm_db() 9 > key=system_name
++++ 1394468819.N /scripts/functions/db : __rvm_db() 10 > variable=_system_name
++++ 1394468819.N /scripts/functions/db : __rvm_db() 12 > [[ -f /Users/mwlang/.rvm/user/db ]]
+++++ 1394468819.N /scripts/functions/db : __rvm_db() 13 > __rvm_db_ /Users/mwlang/.rvm/user/db system_name
+++++ 1394468819.N /scripts/functions/db : __rvm_db_() 60 > typeset __db __key __value
+++++ 1394468819.N /scripts/functions/db : __rvm_db_() 61 > __db=/Users/mwlang/.rvm/user/db
+++++ 1394468819.N /scripts/functions/db : __rvm_db_() 62 > __key=system_name
+++++ 1394468819.N /scripts/functions/db : __rvm_db_() 63 > shift 2
+++++ 1394468819.N /scripts/functions/db : __rvm_db_() 64 > __value=
+++++ 1394468819.N /scripts/functions/db : __rvm_db_() 65 > case "${__value}" in
+++++ 1394468819.N /scripts/functions/db : __rvm_db_() 70 > __rvm_db_get /Users/mwlang/.rvm/user/db system_name
+++++ 1394468819.N /scripts/functions/db : __rvm_db_get() 52 > [[ -f /Users/mwlang/.rvm/user/db ]]
+++++ 1394468819.N /scripts/functions/db : __rvm_db_get() 53 > __rvm_sed -e 's#^system_name=##' -e '/^$/d'
+++++ 1394468819.N /scripts/functions/db : __rvm_db_get() 53 > __rvm_grep '^system_name=' /Users/mwlang/.rvm/user/db
+++++ 1394468819.N /scripts/functions/support : __rvm_sed() 248 > sed -e 's#^system_name=##' -e '/^$/d'
+++++ 1394468819.N /scripts/functions/support : __rvm_grep() 233 > GREP_OPTIONS=
+++++ 1394468819.N /scripts/functions/support : __rvm_grep() 233 > grep '^system_name=' /Users/mwlang/.rvm/user/db
+++++ 1394468819.N /scripts/functions/support : __rvm_grep() 233 > return 1
++++ 1394468819.N /scripts/functions/db : __rvm_db() 13 > value=
++++ 1394468819.N /scripts/functions/db : __rvm_db() 15 > [[ -z '' ]]
++++ 1394468819.N /scripts/functions/db : __rvm_db() 15 > [[ -f /Users/mwlang/.rvm/config/db ]]
+++++ 1394468819.N /scripts/functions/db : __rvm_db() 16 > __rvm_db_ /Users/mwlang/.rvm/config/db system_name
+++++ 1394468819.N /scripts/functions/db : __rvm_db_() 60 > typeset __db __key __value
+++++ 1394468819.N /scripts/functions/db : __rvm_db_() 61 > __db=/Users/mwlang/.rvm/config/db
+++++ 1394468819.N /scripts/functions/db : __rvm_db_() 62 > __key=system_name
+++++ 1394468819.N /scripts/functions/db : __rvm_db_() 63 > shift 2
+++++ 1394468819.N /scripts/functions/db : __rvm_db_() 64 > __value=
+++++ 1394468819.N /scripts/functions/db : __rvm_db_() 65 > case "${__value}" in
+++++ 1394468819.N /scripts/functions/db : __rvm_db_() 70 > __rvm_db_get /Users/mwlang/.rvm/config/db system_name
+++++ 1394468819.N /scripts/functions/db : __rvm_db_get() 52 > [[ -f /Users/mwlang/.rvm/config/db ]]
+++++ 1394468819.N /scripts/functions/db : __rvm_db_get() 53 > __rvm_grep '^system_name=' /Users/mwlang/.rvm/config/db
+++++ 1394468819.N /scripts/functions/db : __rvm_db_get() 53 > __rvm_sed -e 's#^system_name=##' -e '/^$/d'
+++++ 1394468819.N /scripts/functions/support : __rvm_grep() 233 > GREP_OPTIONS=
+++++ 1394468819.N /scripts/functions/support : __rvm_sed() 248 > sed -e 's#^system_name=##' -e '/^$/d'
+++++ 1394468819.N /scripts/functions/support : __rvm_grep() 233 > grep '^system_name=' /Users/mwlang/.rvm/config/db
+++++ 1394468819.N /scripts/functions/support : __rvm_grep() 233 > return 1
++++ 1394468819.N /scripts/functions/db : __rvm_db() 16 > value=
++++ 1394468819.N /scripts/functions/db : __rvm_db() 19 > [[ -n '' ]]
++++ 1394468819.N /scripts/functions/db : __rvm_db() 26 > true
++++ 1394468819.N /scripts/functions/utility_system : __rvm_detect_system_override() 201 > for _var in system_type system_name system_name_lowercase system_version system_arch
++++ 1394468819.N /scripts/functions/utility_system : __rvm_detect_system_override() 202 > __rvm_db system_name_lowercase _system_name_lowercase
++++ 1394468819.N /scripts/functions/db : __rvm_db() 7 > typeset value key variable
++++ 1394468819.N /scripts/functions/db : __rvm_db() 8 > key=system_name_lowercase
++++ 1394468819.N /scripts/functions/db : __rvm_db() 9 > key=system_name_lowercase
++++ 1394468819.N /scripts/functions/db : __rvm_db() 10 > variable=_system_name_lowercase
++++ 1394468819.N /scripts/functions/db : __rvm_db() 12 > [[ -f /Users/mwlang/.rvm/user/db ]]
+++++ 1394468819.N /scripts/functions/db : __rvm_db() 13 > __rvm_db_ /Users/mwlang/.rvm/user/db system_name_lowercase
+++++ 1394468819.N /scripts/functions/db : __rvm_db_() 60 > typeset __db __key __value
+++++ 1394468819.N /scripts/functions/db : __rvm_db_() 61 > __db=/Users/mwlang/.rvm/user/db
+++++ 1394468819.N /scripts/functions/db : __rvm_db_() 62 > __key=system_name_lowercase
+++++ 1394468819.N /scripts/functions/db : __rvm_db_() 63 > shift 2
+++++ 1394468819.N /scripts/functions/db : __rvm_db_() 64 > __value=
+++++ 1394468819.N /scripts/functions/db : __rvm_db_() 65 > case "${__value}" in
+++++ 1394468819.N /scripts/functions/db : __rvm_db_() 70 > __rvm_db_get /Users/mwlang/.rvm/user/db system_name_lowercase
+++++ 1394468819.N /scripts/functions/db : __rvm_db_get() 52 > [[ -f /Users/mwlang/.rvm/user/db ]]
+++++ 1394468819.N /scripts/functions/db : __rvm_db_get() 53 > __rvm_grep '^system_name_lowercase=' /Users/mwlang/.rvm/user/db
+++++ 1394468819.N /scripts/functions/db : __rvm_db_get() 53 > __rvm_sed -e 's#^system_name_lowercase=##' -e '/^$/d'
+++++ 1394468819.N /scripts/functions/support : __rvm_sed() 248 > sed -e 's#^system_name_lowercase=##' -e '/^$/d'
+++++ 1394468819.N /scripts/functions/support : __rvm_grep() 233 > GREP_OPTIONS=
+++++ 1394468819.N /scripts/functions/support : __rvm_grep() 233 > grep '^system_name_lowercase=' /Users/mwlang/.rvm/user/db
+++++ 1394468819.N /scripts/functions/support : __rvm_grep() 233 > return 1
++++ 1394468819.N /scripts/functions/db : __rvm_db() 13 > value=
++++ 1394468819.N /scripts/functions/db : __rvm_db() 15 > [[ -z '' ]]
++++ 1394468819.N /scripts/functions/db : __rvm_db() 15 > [[ -f /Users/mwlang/.rvm/config/db ]]
+++++ 1394468819.N /scripts/functions/db : __rvm_db() 16 > __rvm_db_ /Users/mwlang/.rvm/config/db system_name_lowercase
+++++ 1394468819.N /scripts/functions/db : __rvm_db_() 60 > typeset __db __key __value
+++++ 1394468819.N /scripts/functions/db : __rvm_db_() 61 > __db=/Users/mwlang/.rvm/config/db
+++++ 1394468819.N /scripts/functions/db : __rvm_db_() 62 > __key=system_name_lowercase
+++++ 1394468819.N /scripts/functions/db : __rvm_db_() 63 > shift 2
+++++ 1394468819.N /scripts/functions/db : __rvm_db_() 64 > __value=
+++++ 1394468819.N /scripts/functions/db : __rvm_db_() 65 > case "${__value}" in
+++++ 1394468819.N /scripts/functions/db : __rvm_db_() 70 > __rvm_db_get /Users/mwlang/.rvm/config/db system_name_lowercase
+++++ 1394468819.N /scripts/functions/db : __rvm_db_get() 52 > [[ -f /Users/mwlang/.rvm/config/db ]]
+++++ 1394468819.N /scripts/functions/db : __rvm_db_get() 53 > __rvm_grep '^system_name_lowercase=' /Users/mwlang/.rvm/config/db
+++++ 1394468819.N /scripts/functions/db : __rvm_db_get() 53 > __rvm_sed -e 's#^system_name_lowercase=##' -e '/^$/d'
+++++ 1394468819.N /scripts/functions/support : __rvm_grep() 233 > GREP_OPTIONS=
+++++ 1394468819.N /scripts/functions/support : __rvm_sed() 248 > sed -e 's#^system_name_lowercase=##' -e '/^$/d'
+++++ 1394468819.N /scripts/functions/support : __rvm_grep() 233 > grep '^system_name_lowercase=' /Users/mwlang/.rvm/config/db
+++++ 1394468819.N /scripts/functions/support : __rvm_grep() 233 > return 1
++++ 1394468819.N /scripts/functions/db : __rvm_db() 16 > value=
++++ 1394468819.N /scripts/functions/db : __rvm_db() 19 > [[ -n '' ]]
++++ 1394468819.N /scripts/functions/db : __rvm_db() 26 > true
++++ 1394468819.N /scripts/functions/utility_system : __rvm_detect_system_override() 201 > for _var in system_type system_name system_name_lowercase system_version system_arch
++++ 1394468819.N /scripts/functions/utility_system : __rvm_detect_system_override() 202 > __rvm_db system_version _system_version
++++ 1394468819.N /scripts/functions/db : __rvm_db() 7 > typeset value key variable
++++ 1394468819.N /scripts/functions/db : __rvm_db() 8 > key=system_version
++++ 1394468819.N /scripts/functions/db : __rvm_db() 9 > key=system_version
++++ 1394468819.N /scripts/functions/db : __rvm_db() 10 > variable=_system_version
++++ 1394468819.N /scripts/functions/db : __rvm_db() 12 > [[ -f /Users/mwlang/.rvm/user/db ]]
+++++ 1394468819.N /scripts/functions/db : __rvm_db() 13 > __rvm_db_ /Users/mwlang/.rvm/user/db system_version
+++++ 1394468819.N /scripts/functions/db : __rvm_db_() 60 > typeset __db __key __value
+++++ 1394468819.N /scripts/functions/db : __rvm_db_() 61 > __db=/Users/mwlang/.rvm/user/db
+++++ 1394468819.N /scripts/functions/db : __rvm_db_() 62 > __key=system_version
+++++ 1394468819.N /scripts/functions/db : __rvm_db_() 63 > shift 2
+++++ 1394468819.N /scripts/functions/db : __rvm_db_() 64 > __value=
+++++ 1394468819.N /scripts/functions/db : __rvm_db_() 65 > case "${__value}" in
+++++ 1394468819.N /scripts/functions/db : __rvm_db_() 70 > __rvm_db_get /Users/mwlang/.rvm/user/db system_version
+++++ 1394468819.N /scripts/functions/db : __rvm_db_get() 52 > [[ -f /Users/mwlang/.rvm/user/db ]]
+++++ 1394468819.N /scripts/functions/db : __rvm_db_get() 53 > __rvm_sed -e 's#^system_version=##' -e '/^$/d'
+++++ 1394468819.N /scripts/functions/db : __rvm_db_get() 53 > __rvm_grep '^system_version=' /Users/mwlang/.rvm/user/db
+++++ 1394468819.N /scripts/functions/support : __rvm_grep() 233 > GREP_OPTIONS=
+++++ 1394468819.N /scripts/functions/support : __rvm_sed() 248 > sed -e 's#^system_version=##' -e '/^$/d'
+++++ 1394468819.N /scripts/functions/support : __rvm_grep() 233 > grep '^system_version=' /Users/mwlang/.rvm/user/db
+++++ 1394468819.N /scripts/functions/support : __rvm_grep() 233 > return 1
++++ 1394468819.N /scripts/functions/db : __rvm_db() 13 > value=
++++ 1394468819.N /scripts/functions/db : __rvm_db() 15 > [[ -z '' ]]
++++ 1394468819.N /scripts/functions/db : __rvm_db() 15 > [[ -f /Users/mwlang/.rvm/config/db ]]
+++++ 1394468819.N /scripts/functions/db : __rvm_db() 16 > __rvm_db_ /Users/mwlang/.rvm/config/db system_version
+++++ 1394468820.N /scripts/functions/db : __rvm_db_() 60 > typeset __db __key __value
+++++ 1394468820.N /scripts/functions/db : __rvm_db_() 61 > __db=/Users/mwlang/.rvm/config/db
+++++ 1394468820.N /scripts/functions/db : __rvm_db_() 62 > __key=system_version
+++++ 1394468820.N /scripts/functions/db : __rvm_db_() 63 > shift 2
+++++ 1394468820.N /scripts/functions/db : __rvm_db_() 64 > __value=
+++++ 1394468820.N /scripts/functions/db : __rvm_db_() 65 > case "${__value}" in
+++++ 1394468820.N /scripts/functions/db : __rvm_db_() 70 > __rvm_db_get /Users/mwlang/.rvm/config/db system_version
+++++ 1394468820.N /scripts/functions/db : __rvm_db_get() 52 > [[ -f /Users/mwlang/.rvm/config/db ]]
+++++ 1394468820.N /scripts/functions/db : __rvm_db_get() 53 > __rvm_grep '^system_version=' /Users/mwlang/.rvm/config/db
+++++ 1394468820.N /scripts/functions/db : __rvm_db_get() 53 > __rvm_sed -e 's#^system_version=##' -e '/^$/d'
+++++ 1394468820.N /scripts/functions/support : __rvm_sed() 248 > sed -e 's#^system_version=##' -e '/^$/d'
+++++ 1394468820.N /scripts/functions/support : __rvm_grep() 233 > GREP_OPTIONS=
+++++ 1394468820.N /scripts/functions/support : __rvm_grep() 233 > grep '^system_version=' /Users/mwlang/.rvm/config/db
+++++ 1394468820.N /scripts/functions/support : __rvm_grep() 233 > return 1
++++ 1394468820.N /scripts/functions/db : __rvm_db() 16 > value=
++++ 1394468820.N /scripts/functions/db : __rvm_db() 19 > [[ -n '' ]]
++++ 1394468820.N /scripts/functions/db : __rvm_db() 26 > true
++++ 1394468820.N /scripts/functions/utility_system : __rvm_detect_system_override() 201 > for _var in system_type system_name system_name_lowercase system_version system_arch
++++ 1394468820.N /scripts/functions/utility_system : __rvm_detect_system_override() 202 > __rvm_db system_arch _system_arch
++++ 1394468820.N /scripts/functions/db : __rvm_db() 7 > typeset value key variable
++++ 1394468820.N /scripts/functions/db : __rvm_db() 8 > key=system_arch
++++ 1394468820.N /scripts/functions/db : __rvm_db() 9 > key=system_arch
++++ 1394468820.N /scripts/functions/db : __rvm_db() 10 > variable=_system_arch
++++ 1394468820.N /scripts/functions/db : __rvm_db() 12 > [[ -f /Users/mwlang/.rvm/user/db ]]
+++++ 1394468820.N /scripts/functions/db : __rvm_db() 13 > __rvm_db_ /Users/mwlang/.rvm/user/db system_arch
+++++ 1394468820.N /scripts/functions/db : __rvm_db_() 60 > typeset __db __key __value
+++++ 1394468820.N /scripts/functions/db : __rvm_db_() 61 > __db=/Users/mwlang/.rvm/user/db
+++++ 1394468820.N /scripts/functions/db : __rvm_db_() 62 > __key=system_arch
+++++ 1394468820.N /scripts/functions/db : __rvm_db_() 63 > shift 2
+++++ 1394468820.N /scripts/functions/db : __rvm_db_() 64 > __value=
+++++ 1394468820.N /scripts/functions/db : __rvm_db_() 65 > case "${__value}" in
+++++ 1394468820.N /scripts/functions/db : __rvm_db_() 70 > __rvm_db_get /Users/mwlang/.rvm/user/db system_arch
+++++ 1394468820.N /scripts/functions/db : __rvm_db_get() 52 > [[ -f /Users/mwlang/.rvm/user/db ]]
+++++ 1394468820.N /scripts/functions/db : __rvm_db_get() 53 > __rvm_grep '^system_arch=' /Users/mwlang/.rvm/user/db
+++++ 1394468820.N /scripts/functions/db : __rvm_db_get() 53 > __rvm_sed -e 's#^system_arch=##' -e '/^$/d'
+++++ 1394468820.N /scripts/functions/support : __rvm_sed() 248 > sed -e 's#^system_arch=##' -e '/^$/d'
+++++ 1394468820.N /scripts/functions/support : __rvm_grep() 233 > GREP_OPTIONS=
+++++ 1394468820.N /scripts/functions/support : __rvm_grep() 233 > grep '^system_arch=' /Users/mwlang/.rvm/user/db
+++++ 1394468820.N /scripts/functions/support : __rvm_grep() 233 > return 1
++++ 1394468820.N /scripts/functions/db : __rvm_db() 13 > value=
++++ 1394468820.N /scripts/functions/db : __rvm_db() 15 > [[ -z '' ]]
++++ 1394468820.N /scripts/functions/db : __rvm_db() 15 > [[ -f /Users/mwlang/.rvm/config/db ]]
+++++ 1394468820.N /scripts/functions/db : __rvm_db() 16 > __rvm_db_ /Users/mwlang/.rvm/config/db system_arch
+++++ 1394468820.N /scripts/functions/db : __rvm_db_() 60 > typeset __db __key __value
+++++ 1394468820.N /scripts/functions/db : __rvm_db_() 61 > __db=/Users/mwlang/.rvm/config/db
+++++ 1394468820.N /scripts/functions/db : __rvm_db_() 62 > __key=system_arch
+++++ 1394468820.N /scripts/functions/db : __rvm_db_() 63 > shift 2
+++++ 1394468820.N /scripts/functions/db : __rvm_db_() 64 > __value=
+++++ 1394468820.N /scripts/functions/db : __rvm_db_() 65 > case "${__value}" in
+++++ 1394468820.N /scripts/functions/db : __rvm_db_() 70 > __rvm_db_get /Users/mwlang/.rvm/config/db system_arch
+++++ 1394468820.N /scripts/functions/db : __rvm_db_get() 52 > [[ -f /Users/mwlang/.rvm/config/db ]]
+++++ 1394468820.N /scripts/functions/db : __rvm_db_get() 53 > __rvm_grep '^system_arch=' /Users/mwlang/.rvm/config/db
+++++ 1394468820.N /scripts/functions/db : __rvm_db_get() 53 > __rvm_sed -e 's#^system_arch=##' -e '/^$/d'
+++++ 1394468820.N /scripts/functions/support : __rvm_sed() 248 > sed -e 's#^system_arch=##' -e '/^$/d'
+++++ 1394468820.N /scripts/functions/support : __rvm_grep() 233 > GREP_OPTIONS=
+++++ 1394468820.N /scripts/functions/support : __rvm_grep() 233 > grep '^system_arch=' /Users/mwlang/.rvm/config/db
+++++ 1394468820.N /scripts/functions/support : __rvm_grep() 233 > return 1
++++ 1394468820.N /scripts/functions/db : __rvm_db() 16 > value=
++++ 1394468820.N /scripts/functions/db : __rvm_db() 19 > [[ -n '' ]]
++++ 1394468820.N /scripts/functions/db : __rvm_db() 26 > true
++ 1394468820.N /scripts/base : 114 > for entry in '${scripts[@]}'
++ 1394468820.N /scripts/base : 115 > source /Users/mwlang/.rvm/scripts/functions/init
++ 1394468820.N /scripts/base : 114 > for entry in '${scripts[@]}'
++ 1394468820.N /scripts/base : 115 > source /Users/mwlang/.rvm/scripts/functions/cleanup
++ 1394468820.N /scripts/base : 114 > for entry in '${scripts[@]}'
++ 1394468820.N /scripts/base : 115 > source /Users/mwlang/.rvm/scripts/functions/env
++ 1394468820.N /scripts/base : 114 > for entry in '${scripts[@]}'
++ 1394468820.N /scripts/base : 115 > source /Users/mwlang/.rvm/scripts/functions/rvmrc
+++ 1394468820.N /scripts/functions/rvmrc : 3 > source /Users/mwlang/.rvm/scripts/functions/rvmrc_project
+++ 1394468820.N /scripts/functions/rvmrc : 4 > source /Users/mwlang/.rvm/scripts/functions/rvmrc_set
+++ 1394468820.N /scripts/functions/rvmrc : 5 > source /Users/mwlang/.rvm/scripts/functions/rvmrc_to
+++ 1394468820.N /scripts/functions/rvmrc : 6 > source /Users/mwlang/.rvm/scripts/functions/rvmrc_trust
+++ 1394468820.N /scripts/functions/rvmrc : 7 > source /Users/mwlang/.rvm/scripts/functions/rvmrc_warning
++ 1394468820.N /scripts/base : 114 > for entry in '${scripts[@]}'
++ 1394468820.N /scripts/base : 115 > source /Users/mwlang/.rvm/scripts/functions/install
++ 1394468820.N /scripts/base : 114 > for entry in '${scripts[@]}'
++ 1394468820.N /scripts/base : 115 > source /Users/mwlang/.rvm/scripts/functions/environment
++ 1394468820.N /scripts/base : 114 > for entry in '${scripts[@]}'
++ 1394468820.N /scripts/base : 115 > source /Users/mwlang/.rvm/scripts/functions/gemset
++ 1394468820.N /scripts/base : 114 > for entry in '${scripts[@]}'
++ 1394468820.N /scripts/base : 115 > source /Users/mwlang/.rvm/scripts/functions/checksum
++ 1394468820.N /scripts/base : 114 > for entry in '${scripts[@]}'
++ 1394468820.N /scripts/base : 115 > source /Users/mwlang/.rvm/scripts/functions/list
++ 1394468820.N /scripts/base : 117 > unset scripts entry rvm_base_except
+ 1394468820.N /scripts/patchsets : 6 > source /Users/mwlang/.rvm/scripts/patches
+ 1394468820.N /scripts/patchsets : 32 > args=($*)
+ 1394468820.N /scripts/patchsets : 33 > action=show
+ 1394468820.N /scripts/patchsets : 34 > patchset=optional
++ 1394468820.N /scripts/patchsets : 35 > echo
+ 1394468820.N /scripts/patchsets : 35 > args=
+ 1394468820.N /scripts/patchsets : 37 > case "$action" in
+ 1394468820.N /scripts/patchsets : 39 > lookup_patchset optional
+ 1394468820.N /scripts/patchsets : lookup_patchset() 10 > typeset paths lookup_path
+ 1394468820.N /scripts/patchsets : lookup_patchset() 12 > [[ -z optional ]]
+ 1394468820.N /scripts/patchsets : lookup_patchset() 18 > paths=($(__rvm_ruby_string_paths_under "$rvm_path/patchsets" | sort -r))
++ 1394468820.N /scripts/patchsets : lookup_patchset() 18 > __rvm_ruby_string_paths_under /Users/mwlang/.rvm/patchsets
++ 1394468820.N /scripts/patchsets : lookup_patchset() 18 > sort -r
++ 1394468820.N /scripts/functions/utility : __rvm_ruby_string_paths_under() 42 > typeset __search_path part parts IFS
++ 1394468820.N /scripts/functions/utility : __rvm_ruby_string_paths_under() 43 > IFS=' '
++ 1394468820.N /scripts/functions/utility : __rvm_ruby_string_paths_under() 45 > __search_path=/Users/mwlang/.rvm/patchsets
++ 1394468820.N /scripts/functions/utility : __rvm_ruby_string_paths_under() 47 > [[ -n '' ]]
++ 1394468820.N /scripts/functions/utility : __rvm_ruby_string_paths_under() 49 > parts=(${rvm_ruby_string//-/ })
++ 1394468820.N /scripts/functions/utility : __rvm_ruby_string_paths_under() 52 > echo /Users/mwlang/.rvm/patchsets
++ 1394468820.N /scripts/functions/utility : __rvm_ruby_string_paths_under() 53 > for part in '"${parts[@]}"'
++ 1394468820.N /scripts/functions/utility : __rvm_ruby_string_paths_under() 55 > __search_path=/Users/mwlang/.rvm/patchsets/rbx
++ 1394468820.N /scripts/functions/utility : __rvm_ruby_string_paths_under() 56 > echo /Users/mwlang/.rvm/patchsets/rbx
++ 1394468820.N /scripts/functions/utility : __rvm_ruby_string_paths_under() 53 > for part in '"${parts[@]}"'
++ 1394468820.N /scripts/functions/utility : __rvm_ruby_string_paths_under() 55 > __search_path=/Users/mwlang/.rvm/patchsets/rbx/2.2.5
++ 1394468820.N /scripts/functions/utility : __rvm_ruby_string_paths_under() 56 > echo /Users/mwlang/.rvm/patchsets/rbx/2.2.5
+ 1394468820.N /scripts/patchsets : lookup_patchset() 20 > for lookup_path in '"${paths[@]}"'
+ 1394468820.N /scripts/patchsets : lookup_patchset() 22 > [[ -s /Users/mwlang/.rvm/patchsets/rbx/2.2.5/optional ]]
+ 1394468820.N /scripts/patchsets : lookup_patchset() 20 > for lookup_path in '"${paths[@]}"'
+ 1394468820.N /scripts/patchsets : lookup_patchset() 22 > [[ -s /Users/mwlang/.rvm/patchsets/rbx/optional ]]
+ 1394468820.N /scripts/patchsets : lookup_patchset() 20 > for lookup_path in '"${paths[@]}"'
+ 1394468820.N /scripts/patchsets : lookup_patchset() 22 > [[ -s /Users/mwlang/.rvm/patchsets/optional ]]
+ 1394468820.N /scripts/patchsets : lookup_patchset() 29 > return 1
+++ 1394468820.N /scripts/patches : __rvm_expand_patch_name() 9 > expanded_patch_name=
+++ 1394468820.N /scripts/patches : __rvm_expand_patch_name() 13 > [[ optional default osx != *\ \o\p\t\i\o\n\a\l\ * ]]
++ 1394468820.N /scripts/functions/manage/base_install_patches : __rvm_current_patch_names() -364 rvm_debug 'Patch name '\''optional'\'', expanded_name(s) '\'''\''.'
++ 1394468820.N /scripts/functions/logging : rvm_debug() 1 > (( 0 ))
++ 1394468820.N /scripts/functions/logging : rvm_debug() 1 > return 0
++ 1394468820.N /scripts/functions/manage/base_install_patches : __rvm_current_patch_names() 20 > for name in '"${patches_to_check[@]}"'
++ 1394468820.N /scripts/functions/manage/base_install_patches : __rvm_current_patch_names() -121 [[ -n default ]]
++ 1394468820.N /scripts/functions/manage/base_install_patches : __rvm_current_patch_names() -119 __rvm_string_match default '*%*'
++ 1394468820.N /scripts/functions/support : __rvm_string_match() 1 > typeset _string
++ 1394468820.N /scripts/functions/support : __rvm_string_match() 2 > _string=default
++ 1394468820.N /scripts/functions/support : __rvm_string_match() 3 > shift
++ 1394468820.N /scripts/functions/support : __rvm_string_match() 4 > (( 1 ))
++ 1394468820.N /scripts/functions/support : __rvm_string_match() 37 > case "${_string}" in
++ 1394468820.N /scripts/functions/support : __rvm_string_match() 9 > shift
++ 1394468820.N /scripts/functions/support : __rvm_string_match() 4 > (( 0 ))
++ 1394468820.N /scripts/functions/support : __rvm_string_match() 11 > return 1
++ 1394468820.N /scripts/functions/manage/base_install_patches : __rvm_current_patch_names() -5 > level=1
++ 1394468820.N /scripts/functions/manage/base_install_patches : __rvm_current_patch_names() -2 > name=default
++ 1394468820.N /scripts/functions/manage/base_install_patches : __rvm_current_patch_names() -1 > __rvm_read_lines expanded_names /dev/fd/62
+++ 1394468820.N /scripts/functions/manage/base_install_patches : __rvm_current_patch_names() -32 __rvm_expand_patch_name default 1
++ 1394468820.N /scripts/functions/support : __rvm_read_lines() 1 > typeset IFS
+++ 1394468820.N /scripts/patches : __rvm_expand_patch_name() 1 > typeset name level expanded_patch_name not_required_patches
++ 1394468820.N /scripts/functions/support : __rvm_read_lines() 4 > IFS='
'
+++ 1394468820.N /scripts/patches : __rvm_expand_patch_name() 2 > not_required_patches='optional default osx'
++ 1394468820.N /scripts/functions/support : __rvm_read_lines() 5 > [[ /dev/fd/62 == \- ]]
+++ 1394468820.N /scripts/patches : __rvm_expand_patch_name() 3 > name=default
++ 1394468820.N /scripts/functions/support : __rvm_read_lines() 7 > eval 'expanded_names=( $( \cat "${2:--}" ) )'
+++ 1394468820.N /scripts/patches : __rvm_expand_patch_name() 4 > level=1
+++ 1394468820.N /scripts/functions/support : __rvm_read_lines() -389 > expanded_names=($( \cat "${2:--}" ))
+++ 1394468820.N /scripts/patches : __rvm_expand_patch_name() 5 > [[ -n default ]]
++++ 1394468820.N /scripts/functions/support : __rvm_read_lines() -785 > cat /dev/fd/62
++++ 1394468820.N /scripts/patches : __rvm_expand_patch_name() -7 > rvm_ruby_string=rbx-2.2.5
++++ 1394468820.N /scripts/patches : __rvm_expand_patch_name() -7 > /Users/mwlang/.rvm/scripts/patchsets show default
++ /scripts/base : 34 > export __array_start rvm_path
++ /scripts/base : 39 > [[ -n '' ]]
++ /scripts/base : 41 > __array_start=0
++ /scripts/base : 44 > (( 0 == 0 ))
++ /scripts/base : 46 > [[ -n 0022 ]]
++ /scripts/base : 47 > rvm_rvmrc_files=("/etc/rvmrc" "$HOME/.rvmrc")
++ /scripts/base : 48 > [[ -n /Users/mwlang ]]
++ /scripts/base : 48 > [[ /Users/mwlang/.rvmrc -ef /Users/mwlang/.rvmrc ]]
++ /scripts/base : 49 > rvm_rvmrc_files+=("${rvm_prefix}/.rvmrc")
++ /scripts/base : 52 > for rvmrc in '"${rvm_rvmrc_files[@]}"'
++ /scripts/base : 54 > [[ -f /etc/rvmrc ]]
++ /scripts/base : 52 > for rvmrc in '"${rvm_rvmrc_files[@]}"'
++ /scripts/base : 54 > [[ -f /Users/mwlang/.rvmrc ]]
++ /scripts/base : 52 > for rvmrc in '"${rvm_rvmrc_files[@]}"'
++ /scripts/base : 54 > [[ -f /Users/mwlang/.rvmrc ]]
++ /scripts/base : 70 > unset rvm_rvmrc_files
++ /scripts/base : 74 > export rvm_path
++ /scripts/base : 75 > [[ -z /Users/mwlang/.rvm ]]
++ /scripts/base : 91 > true /Users/mwlang/.rvm/scripts
++ /scripts/base : 93 > source /Users/mwlang/.rvm/scripts/initialize
+++ /scripts/initialize : 6 > [[ -n 3.2.51(1)-release ]]
+++ /scripts/initialize : 8 > shopt -s extglob
+++ /scripts/initialize : 21 > (( 1 == 1 ))
+++ /scripts/initialize : 23 > [[ -n 3.2.51(1)-release ]]
+++ /scripts/initialize : 24 > export 'PS4=+ $(__rvm_date "+%s.%N" 2>/dev/null) ${BASH_SOURCE##${rvm_path:-}} : ${FUNCNAME[0]:+${FUNCNAME[0]}()} ${LINENO} > '
+++ /scripts/initialize : 24 > PS4='+ $(__rvm_date "+%s.%N" 2>/dev/null) ${BASH_SOURCE##${rvm_path:-}} : ${FUNCNAME[0]:+${FUNCNAME[0]}()} ${LINENO} > '
+++ /scripts/initialize : 28 > set -o xtrace
+++ /scripts/initialize : 31 > export __rvm_env_loaded
+++ /scripts/initialize : 33 > : __rvm_env_loaded:1:
+++ /scripts/initialize : 35 > : __rvm_env_loaded:2:
+++ /scripts/initialize : 38 > [[ -z /Users/mwlang/.rvm/tmp ]]
+++ /scripts/initialize : 38 > (( __rvm_env_loaded == 1 ))
++ /scripts/base : 97 > case " ${rvm_base_except:-} " in
++ /scripts/base : 99 > true
++ /scripts/base : 110 > typeset -a scripts
++ /scripts/base : 113 > scripts=(logging db support utility init cleanup env rvmrc install environment gemset checksum list)
++ /scripts/base : 114 > for entry in '${scripts[@]}'
++ /scripts/base : 115 > source /Users/mwlang/.rvm/scripts/functions/logging
+++ /scripts/functions/logging : 96 > case "${TERM:-dumb}" in
+++ /scripts/functions/logging : 105 > __rvm_set_color rvm_error_clr red
+++ /scripts/functions/logging : __rvm_set_color() 41 > typeset __buffer __variable
+++ /scripts/functions/logging : __rvm_set_color() 42 > __buffer='['
+++ /scripts/functions/logging : __rvm_set_color() 43 > __variable=rvm_error_clr
+++ /scripts/functions/logging : __rvm_set_color() 44 > shift
+++ /scripts/functions/logging : __rvm_set_color() 46 > (( 1 ))
+++ /scripts/functions/logging : __rvm_set_color() 48 > __rvm_set_color_single red
+++ /scripts/functions/logging : __rvm_set_color_single() 7 > case "$1" in
+++ /scripts/functions/logging : __rvm_set_color_single() 14 > __buffer+=31
+++ /scripts/functions/logging : __rvm_set_color() 49 > shift
+++ /scripts/functions/logging : __rvm_set_color() 50 > (( 0 ))
+++ /scripts/functions/logging : __rvm_set_color() 46 > (( 0 ))
+++ /scripts/functions/logging : __rvm_set_color() 54 > __buffer+=m
+++ /scripts/functions/logging : __rvm_set_color() 55 > [[ rvm_error_clr == '' ]]
+++ /scripts/functions/logging : __rvm_set_color() 55 > [[ rvm_error_clr == \p\r\i\n\t ]]
+++ /scripts/functions/logging : __rvm_set_color() 57 > eval 'rvm_error_clr='\'''\'''
++++ /scripts/functions/logging : __rvm_set_color() 57 > rvm_error_clr=''
+++ /scripts/functions/logging : 106 > __rvm_set_color rvm_warn_clr yellow
+++ /scripts/functions/logging : __rvm_set_color() 41 > typeset __buffer __variable
+++ /scripts/functions/logging : __rvm_set_color() 42 > __buffer='['
+++ /scripts/functions/logging : __rvm_set_color() 43 > __variable=rvm_warn_clr
+++ /scripts/functions/logging : __rvm_set_color() 44 > shift
+++ /scripts/functions/logging : __rvm_set_color() 46 > (( 1 ))
+++ /scripts/functions/logging : __rvm_set_color() 48 > __rvm_set_color_single yellow
+++ /scripts/functions/logging : __rvm_set_color_single() 7 > case "$1" in
+++ /scripts/functions/logging : __rvm_set_color_single() 16 > __buffer+=33
+++ /scripts/functions/logging : __rvm_set_color() 49 > shift
+++ /scripts/functions/logging : __rvm_set_color() 50 > (( 0 ))
+++ /scripts/functions/logging : __rvm_set_color() 46 > (( 0 ))
+++ /scripts/functions/logging : __rvm_set_color() 54 > __buffer+=m
+++ /scripts/functions/logging : __rvm_set_color() 55 > [[ rvm_warn_clr == '' ]]
+++ /scripts/functions/logging : __rvm_set_color() 55 > [[ rvm_warn_clr == \p\r\i\n\t ]]
+++ /scripts/functions/logging : __rvm_set_color() 57 > eval 'rvm_warn_clr='\'''\'''
++++ /scripts/functions/logging : __rvm_set_color() 57 > rvm_warn_clr=''
+++ /scripts/functions/logging : 107 > __rvm_set_color rvm_debug_clr magenta
+++ /scripts/functions/logging : __rvm_set_color() 41 > typeset __buffer __variable
+++ /scripts/functions/logging : __rvm_set_color() 42 > __buffer='['
+++ /scripts/functions/logging : __rvm_set_color() 43 > __variable=rvm_debug_clr
+++ /scripts/functions/logging : __rvm_set_color() 44 > shift
+++ /scripts/functions/logging : __rvm_set_color() 46 > (( 1 ))
+++ /scripts/functions/logging : __rvm_set_color() 48 > __rvm_set_color_single magenta
+++ /scripts/functions/logging : __rvm_set_color_single() 7 > case "$1" in
+++ /scripts/functions/logging : __rvm_set_color_single() 18 > __buffer+=35
+++ /scripts/functions/logging : __rvm_set_color() 49 > shift
+++ /scripts/functions/logging : __rvm_set_color() 50 > (( 0 ))
+++ /scripts/functions/logging : __rvm_set_color() 46 > (( 0 ))
+++ /scripts/functions/logging : __rvm_set_color() 54 > __buffer+=m
+++ /scripts/functions/logging : __rvm_set_color() 55 > [[ rvm_debug_clr == '' ]]
+++ /scripts/functions/logging : __rvm_set_color() 55 > [[ rvm_debug_clr == \p\r\i\n\t ]]
+++ /scripts/functions/logging : __rvm_set_color() 57 > eval 'rvm_debug_clr='\'''\'''
++++ /scripts/functions/logging : __rvm_set_color() 57 > rvm_debug_clr=''
+++ /scripts/functions/logging : 108 > __rvm_set_color rvm_notify_clr green
+++ /scripts/functions/logging : __rvm_set_color() 41 > typeset __buffer __variable
+++ /scripts/functions/logging : __rvm_set_color() 42 > __buffer='['
+++ /scripts/functions/logging : __rvm_set_color() 43 > __variable=rvm_notify_clr
+++ /scripts/functions/logging : __rvm_set_color() 44 > shift
+++ /scripts/functions/logging : __rvm_set_color() 46 > (( 1 ))
+++ /scripts/functions/logging : __rvm_set_color() 48 > __rvm_set_color_single green
+++ /scripts/functions/logging : __rvm_set_color_single() 7 > case "$1" in
+++ /scripts/functions/logging : __rvm_set_color_single() 15 > __buffer+=32
+++ /scripts/functions/logging : __rvm_set_color() 49 > shift
+++ /scripts/functions/logging : __rvm_set_color() 50 > (( 0 ))
+++ /scripts/functions/logging : __rvm_set_color() 46 > (( 0 ))
+++ /scripts/functions/logging : __rvm_set_color() 54 > __buffer+=m
+++ /scripts/functions/logging : __rvm_set_color() 55 > [[ rvm_notify_clr == '' ]]
+++ /scripts/functions/logging : __rvm_set_color() 55 > [[ rvm_notify_clr == \p\r\i\n\t ]]
+++ /scripts/functions/logging : __rvm_set_color() 57 > eval 'rvm_notify_clr='\'''\'''
++++ /scripts/functions/logging : __rvm_set_color() 57 > rvm_notify_clr=''
+++ /scripts/functions/logging : 109 > __rvm_set_color rvm_reset_clr reset
+++ /scripts/functions/logging : __rvm_set_color() 41 > typeset __buffer __variable
+++ /scripts/functions/logging : __rvm_set_color() 42 > __buffer='['
+++ /scripts/functions/logging : __rvm_set_color() 43 > __variable=rvm_reset_clr
+++ /scripts/functions/logging : __rvm_set_color() 44 > shift
+++ /scripts/functions/logging : __rvm_set_color() 46 > (( 1 ))
+++ /scripts/functions/logging : __rvm_set_color() 48 > __rvm_set_color_single reset
+++ /scripts/functions/logging : __rvm_set_color_single() 7 > case "$1" in
+++ /scripts/functions/logging : __rvm_set_color_single() 35 > __buffer+=0
+++ /scripts/functions/logging : __rvm_set_color() 49 > shift
+++ /scripts/functions/logging : __rvm_set_color() 50 > (( 0 ))
+++ /scripts/functions/logging : __rvm_set_color() 46 > (( 0 ))
+++ /scripts/functions/logging : __rvm_set_color() 54 > __buffer+=m
+++ /scripts/functions/logging : __rvm_set_color() 55 > [[ rvm_reset_clr == '' ]]
+++ /scripts/functions/logging : __rvm_set_color() 55 > [[ rvm_reset_clr == \p\r\i\n\t ]]
+++ /scripts/functions/logging : __rvm_set_color() 57 > eval 'rvm_reset_clr='\'''\'''
++++ /scripts/functions/logging : __rvm_set_color() 57 > rvm_reset_clr=''
++ /scripts/base : 114 > for entry in '${scripts[@]}'
++ /scripts/base : 115 > source /Users/mwlang/.rvm/scripts/functions/db
++ /scripts/base : 114 > for entry in '${scripts[@]}'
++ /scripts/base : 115 > source /Users/mwlang/.rvm/scripts/functions/support
+++ /scripts/functions/support : 11 > [[ -n '' ]]
+++ /scripts/functions/support : 252 > __rvm_setup_utils_functions
+++ /scripts/functions/support : __rvm_setup_utils_functions() 170 > typeset gnu_tools_path gnu_prefix gnu_util
+++ /scripts/functions/support : __rvm_setup_utils_functions() 171 > typeset -a gnu_utils gnu_missing
+++ /scripts/functions/support : __rvm_setup_utils_functions() 172 > gnu_utils=(awk cp date find sed tail tar xargs)
+++ /scripts/functions/support : __rvm_setup_utils_functions() 173 > gnu_missing=()
+++ /scripts/functions/support : __rvm_setup_utils_functions() 175 > is_a_function __rvm_setup_utils_functions_OSX
+++ /scripts/functions/support : is_a_function() 5 > typeset -f __rvm_setup_utils_functions_OSX
+++ /scripts/functions/support : is_a_function() 5 > return 1
+++ /scripts/functions/support : __rvm_setup_utils_functions() 177 > __rvm_setup_utils_functions_Other
+++ /scripts/functions/support : __rvm_setup_utils_functions_Other() 236 > command which --skip-alias --skip-functions which
+++ /scripts/functions/support : __rvm_setup_utils_functions_Other() 238 > command which whence
+++ /scripts/functions/support : __rvm_setup_utils_functions_Other() 240 > command which which
+++ /scripts/functions/support : __rvm_setup_utils_functions_Other() 247 > for gnu_util in '"${gnu_utils[@]}"'
+++ /scripts/functions/support : __rvm_setup_utils_functions_Other() 248 > eval '__rvm_awk() { \awk "$@" || return $?; }'
+++ /scripts/functions/support : __rvm_setup_utils_functions_Other() 247 > for gnu_util in '"${gnu_utils[@]}"'
+++ /scripts/functions/support : __rvm_setup_utils_functions_Other() 248 > eval '__rvm_cp() { \cp "$@" || return $?; }'
+++ /scripts/functions/support : __rvm_setup_utils_functions_Other() 247 > for gnu_util in '"${gnu_utils[@]}"'
+++ /scripts/functions/support : __rvm_setup_utils_functions_Other() 248 > eval '__rvm_date() { \date "$@" || return $?; }'
+++ 1394468821.N /scripts/functions/support : __rvm_setup_utils_functions_Other() 247 > for gnu_util in '"${gnu_utils[@]}"'
+++ 1394468821.N /scripts/functions/support : __rvm_setup_utils_functions_Other() 248 > eval '__rvm_find() { \find "$@" || return $?; }'
+++ 1394468821.N /scripts/functions/support : __rvm_setup_utils_functions_Other() 247 > for gnu_util in '"${gnu_utils[@]}"'
+++ 1394468821.N /scripts/functions/support : __rvm_setup_utils_functions_Other() 248 > eval '__rvm_sed() { \sed "$@" || return $?; }'
+++ 1394468821.N /scripts/functions/support : __rvm_setup_utils_functions_Other() 247 > for gnu_util in '"${gnu_utils[@]}"'
+++ 1394468821.N /scripts/functions/support : __rvm_setup_utils_functions_Other() 248 > eval '__rvm_tail() { \tail "$@" || return $?; }'
+++ 1394468821.N /scripts/functions/support : __rvm_setup_utils_functions_Other() 247 > for gnu_util in '"${gnu_utils[@]}"'
+++ 1394468821.N /scripts/functions/support : __rvm_setup_utils_functions_Other() 248 > eval '__rvm_tar() { \tar "$@" || return $?; }'
+++ 1394468821.N /scripts/functions/support : __rvm_setup_utils_functions_Other() 247 > for gnu_util in '"${gnu_utils[@]}"'
+++ 1394468821.N /scripts/functions/support : __rvm_setup_utils_functions_Other() 248 > eval '__rvm_xargs() { \xargs "$@" || return $?; }'
+++ 1394468821.N /scripts/functions/support : 255 > [[ ! =~ --no-same-owner ]]
+++ 1394468821.N /scripts/functions/support : 256 > __rvm_tar --help
+++ 1394468821.N /scripts/functions/support : 256 > __rvm_grep -- --no-same-owner
+++ 1394468821.N /scripts/functions/support : __rvm_grep() 233 > GREP_OPTIONS=
+++ 1394468821.N /scripts/functions/support : __rvm_grep() 233 > grep -- --no-same-owner
+++ 1394468821.N /scripts/functions/support : __rvm_grep() 233 > return 1
+++ 1394468821.N /scripts/functions/support : 263 > other_utils=(ant automake autoreconf libtoolize make mount patch readlink)
+++ 1394468821.N /scripts/functions/support : 266 > [[ OSX 10.9 == \S\o\l\a\r\i\s\ \1\0 ]]
+++ 1394468821.N /scripts/functions/support : 277 > for other_util in '"${other_utils[@]}"'
+++ 1394468821.N /scripts/functions/support : 278 > eval '__rvm_ant() { \ant "$@" || return $?; }'
+++ 1394468821.N /scripts/functions/support : 277 > for other_util in '"${other_utils[@]}"'
+++ 1394468821.N /scripts/functions/support : 278 > eval '__rvm_automake() { \automake "$@" || return $?; }'
+++ 1394468821.N /scripts/functions/support : 277 > for other_util in '"${other_utils[@]}"'
+++ 1394468821.N /scripts/functions/support : 278 > eval '__rvm_autoreconf() { \autoreconf "$@" || return $?; }'
+++ 1394468821.N /scripts/functions/support : 277 > for other_util in '"${other_utils[@]}"'
+++ 1394468821.N /scripts/functions/support : 278 > eval '__rvm_libtoolize() { \libtoolize "$@" || return $?; }'
+++ 1394468821.N /scripts/functions/support : 277 > for other_util in '"${other_utils[@]}"'
+++ 1394468821.N /scripts/functions/support : 278 > eval '__rvm_make() { \make "$@" || return $?; }'
+++ 1394468821.N /scripts/functions/support : 277 > for other_util in '"${other_utils[@]}"'
+++ 1394468821.N /scripts/functions/support : 278 > eval '__rvm_mount() { \mount "$@" || return $?; }'
+++ 1394468821.N /scripts/functions/support : 277 > for other_util in '"${other_utils[@]}"'
+++ 1394468821.N /scripts/functions/support : 278 > eval '__rvm_patch() { \patch "$@" || return $?; }'
+++ 1394468821.N /scripts/functions/support : 277 > for other_util in '"${other_utils[@]}"'
+++ 1394468821.N /scripts/functions/support : 278 > eval '__rvm_readlink() { \readlink "$@" || return $?; }'
+++ 1394468821.N /scripts/functions/support : 281 > unset other_util other_utils
++ 1394468821.N /scripts/base : 114 > for entry in '${scripts[@]}'
++ 1394468821.N /scripts/base : 115 > source /Users/mwlang/.rvm/scripts/functions/utility
+++ 1394468821.N /scripts/functions/utility : 3 > source /Users/mwlang/.rvm/scripts/functions/utility_logging
+++ 1394468821.N /scripts/functions/utility : 4 > source /Users/mwlang/.rvm/scripts/functions/utility_package
+++ 1394468821.N /scripts/functions/utility : 5 > source /Users/mwlang/.rvm/scripts/functions/utility_rubygems
+++ 1394468821.N /scripts/functions/utility : 6 > source /Users/mwlang/.rvm/scripts/functions/utility_system
++++ 1394468821.N /scripts/functions/utility_system : 206 > __rvm_detect_system
++++ 1394468821.N /scripts/functions/utility_system : __rvm_detect_system() 5 > unset _system_type _system_name _system_version _system_arch
++++ 1394468821.N /scripts/functions/utility_system : __rvm_detect_system() 6 > export _system_type _system_name _system_version _system_arch
+++++ 1394468821.N /scripts/functions/utility_system : __rvm_detect_system() 7 > command uname -a
+++++ 1394468821.N /scripts/functions/utility_system : __rvm_detect_system() 7 > uname -a
++++ 1394468821.N /scripts/functions/utility_system : __rvm_detect_system() 7 > _system_info='Darwin mactower.thelangs.home 13.0.0 Darwin Kernel Version 13.0.0: Thu Sep 19 22:22:27 PDT 2013; root:xnu-2422.1.72~6/RELEASE_X86_64 x86_64'
++++ 1394468821.N /scripts/functions/utility_system : __rvm_detect_system() 8 > _system_type=unknown
++++ 1394468821.N /scripts/functions/utility_system : __rvm_detect_system() 9 > _system_name=unknown
++++ 1394468821.N /scripts/functions/utility_system : __rvm_detect_system() 10 > _system_name_lowercase=unknown
++++ 1394468821.N /scripts/functions/utility_system : __rvm_detect_system() 11 > _system_version=unknown
+++++ 1394468821.N /scripts/functions/utility_system : __rvm_detect_system() 12 > command uname -m
+++++ 1394468821.N /scripts/functions/utility_system : __rvm_detect_system() 12 > uname -m
++++ 1394468821.N /scripts/functions/utility_system : __rvm_detect_system() 12 > _system_arch=x86_64
++++ 1394468821.N /scripts/functions/utility_system : __rvm_detect_system() 13 > case "$(command uname)" in
+++++ 1394468821.N /scripts/functions/utility_system : __rvm_detect_system() 13 > command uname
+++++ 1394468821.N /scripts/functions/utility_system : __rvm_detect_system() 13 > uname
++++ 1394468821.N /scripts/functions/utility_system : __rvm_detect_system() 173 > _system_type=Darwin
++++ 1394468821.N /scripts/functions/utility_system : __rvm_detect_system() 174 > _system_name=OSX
+++++ 1394468821.N /scripts/functions/utility_system : __rvm_detect_system() 175 > sw_vers -productVersion
+++++ 1394468821.N /scripts/functions/utility_system : __rvm_detect_system() 175 > awk -F. '{print $1"."$2}'
++++ 1394468821.N /scripts/functions/utility_system : __rvm_detect_system() 175 > _system_version=10.9
++++ 1394468821.N /scripts/functions/utility_system : __rvm_detect_system() 189 > _system_type=Darwin
++++ 1394468821.N /scripts/functions/utility_system : __rvm_detect_system() 190 > _system_name=OSX
+++++ 1394468821.N /scripts/functions/utility_system : __rvm_detect_system() 191 > echo OSX
+++++ 1394468821.N /scripts/functions/utility_system : __rvm_detect_system() 191 > tr '[A-Z]' '[a-z]'
++++ 1394468821.N /scripts/functions/utility_system : __rvm_detect_system() 191 > _system_name_lowercase=osx
++++ 1394468821.N /scripts/functions/utility_system : __rvm_detect_system() 192 > _system_version=10.9
++++ 1394468821.N /scripts/functions/utility_system : __rvm_detect_system() 193 > _system_arch=x86_64
++++ 1394468821.N /scripts/functions/utility_system : __rvm_detect_system() 194 > _system_arch=x86_64
++++ 1394468821.N /scripts/functions/utility_system : __rvm_detect_system() 195 > _system_arch=x86_64
++++ 1394468821.N /scripts/functions/utility_system : 207 > __rvm_detect_system_override
++++ 1394468821.N /scripts/functions/utility_system : __rvm_detect_system_override() 200 > typeset _var
++++ 1394468821.N /scripts/functions/utility_system : __rvm_detect_system_override() 201 > for _var in system_type system_name system_name_lowercase system_version system_arch
++++ 1394468821.N /scripts/functions/utility_system : __rvm_detect_system_override() 202 > __rvm_db system_type _system_type
++++ 1394468821.N /scripts/functions/db : __rvm_db() 7 > typeset value key variable
++++ 1394468821.N /scripts/functions/db : __rvm_db() 8 > key=system_type
++++ 1394468821.N /scripts/functions/db : __rvm_db() 9 > key=system_type
++++ 1394468821.N /scripts/functions/db : __rvm_db() 10 > variable=_system_type
++++ 1394468821.N /scripts/functions/db : __rvm_db() 12 > [[ -f /Users/mwlang/.rvm/user/db ]]
+++++ 1394468821.N /scripts/functions/db : __rvm_db() 13 > __rvm_db_ /Users/mwlang/.rvm/user/db system_type
+++++ 1394468821.N /scripts/functions/db : __rvm_db_() 60 > typeset __db __key __value
+++++ 1394468821.N /scripts/functions/db : __rvm_db_() 61 > __db=/Users/mwlang/.rvm/user/db
+++++ 1394468821.N /scripts/functions/db : __rvm_db_() 62 > __key=system_type
+++++ 1394468821.N /scripts/functions/db : __rvm_db_() 63 > shift 2
+++++ 1394468821.N /scripts/functions/db : __rvm_db_() 64 > __value=
+++++ 1394468821.N /scripts/functions/db : __rvm_db_() 65 > case "${__value}" in
+++++ 1394468821.N /scripts/functions/db : __rvm_db_() 70 > __rvm_db_get /Users/mwlang/.rvm/user/db system_type
+++++ 1394468821.N /scripts/functions/db : __rvm_db_get() 52 > [[ -f /Users/mwlang/.rvm/user/db ]]
+++++ 1394468821.N /scripts/functions/db : __rvm_db_get() 53 > __rvm_sed -e 's#^system_type=##' -e '/^$/d'
+++++ 1394468821.N /scripts/functions/db : __rvm_db_get() 53 > __rvm_grep '^system_type=' /Users/mwlang/.rvm/user/db
+++++ 1394468821.N /scripts/functions/support : __rvm_grep() 233 > GREP_OPTIONS=
+++++ 1394468821.N /scripts/functions/support : __rvm_sed() 248 > sed -e 's#^system_type=##' -e '/^$/d'
+++++ 1394468821.N /scripts/functions/support : __rvm_grep() 233 > grep '^system_type=' /Users/mwlang/.rvm/user/db
+++++ 1394468821.N /scripts/functions/support : __rvm_grep() 233 > return 1
++++ 1394468821.N /scripts/functions/db : __rvm_db() 13 > value=
++++ 1394468821.N /scripts/functions/db : __rvm_db() 15 > [[ -z '' ]]
++++ 1394468821.N /scripts/functions/db : __rvm_db() 15 > [[ -f /Users/mwlang/.rvm/config/db ]]
+++++ 1394468821.N /scripts/functions/db : __rvm_db() 16 > __rvm_db_ /Users/mwlang/.rvm/config/db system_type
+++++ 1394468821.N /scripts/functions/db : __rvm_db_() 60 > typeset __db __key __value
+++++ 1394468821.N /scripts/functions/db : __rvm_db_() 61 > __db=/Users/mwlang/.rvm/config/db
+++++ 1394468821.N /scripts/functions/db : __rvm_db_() 62 > __key=system_type
+++++ 1394468821.N /scripts/functions/db : __rvm_db_() 63 > shift 2
+++++ 1394468821.N /scripts/functions/db : __rvm_db_() 64 > __value=
+++++ 1394468821.N /scripts/functions/db : __rvm_db_() 65 > case "${__value}" in
+++++ 1394468821.N /scripts/functions/db : __rvm_db_() 70 > __rvm_db_get /Users/mwlang/.rvm/config/db system_type
+++++ 1394468821.N /scripts/functions/db : __rvm_db_get() 52 > [[ -f /Users/mwlang/.rvm/config/db ]]
+++++ 1394468821.N /scripts/functions/db : __rvm_db_get() 53 > __rvm_grep '^system_type=' /Users/mwlang/.rvm/config/db
+++++ 1394468821.N /scripts/functions/db : __rvm_db_get() 53 > __rvm_sed -e 's#^system_type=##' -e '/^$/d'
+++++ 1394468821.N /scripts/functions/support : __rvm_grep() 233 > GREP_OPTIONS=
+++++ 1394468821.N /scripts/functions/support : __rvm_sed() 248 > sed -e 's#^system_type=##' -e '/^$/d'
+++++ 1394468821.N /scripts/functions/support : __rvm_grep() 233 > grep '^system_type=' /Users/mwlang/.rvm/config/db
+++++ 1394468821.N /scripts/functions/support : __rvm_grep() 233 > return 1
++++ 1394468821.N /scripts/functions/db : __rvm_db() 16 > value=
++++ 1394468821.N /scripts/functions/db : __rvm_db() 19 > [[ -n '' ]]
++++ 1394468821.N /scripts/functions/db : __rvm_db() 26 > true
++++ 1394468821.N /scripts/functions/utility_system : __rvm_detect_system_override() 201 > for _var in system_type system_name system_name_lowercase system_version system_arch
++++ 1394468821.N /scripts/functions/utility_system : __rvm_detect_system_override() 202 > __rvm_db system_name _system_name
++++ 1394468821.N /scripts/functions/db : __rvm_db() 7 > typeset value key variable
++++ 1394468821.N /scripts/functions/db : __rvm_db() 8 > key=system_name
++++ 1394468821.N /scripts/functions/db : __rvm_db() 9 > key=system_name
++++ 1394468821.N /scripts/functions/db : __rvm_db() 10 > variable=_system_name
++++ 1394468821.N /scripts/functions/db : __rvm_db() 12 > [[ -f /Users/mwlang/.rvm/user/db ]]
+++++ 1394468821.N /scripts/functions/db : __rvm_db() 13 > __rvm_db_ /Users/mwlang/.rvm/user/db system_name
+++++ 1394468821.N /scripts/functions/db : __rvm_db_() 60 > typeset __db __key __value
+++++ 1394468821.N /scripts/functions/db : __rvm_db_() 61 > __db=/Users/mwlang/.rvm/user/db
+++++ 1394468821.N /scripts/functions/db : __rvm_db_() 62 > __key=system_name
+++++ 1394468821.N /scripts/functions/db : __rvm_db_() 63 > shift 2
+++++ 1394468821.N /scripts/functions/db : __rvm_db_() 64 > __value=
+++++ 1394468821.N /scripts/functions/db : __rvm_db_() 65 > case "${__value}" in
+++++ 1394468821.N /scripts/functions/db : __rvm_db_() 70 > __rvm_db_get /Users/mwlang/.rvm/user/db system_name
+++++ 1394468821.N /scripts/functions/db : __rvm_db_get() 52 > [[ -f /Users/mwlang/.rvm/user/db ]]
+++++ 1394468821.N /scripts/functions/db : __rvm_db_get() 53 > __rvm_sed -e 's#^system_name=##' -e '/^$/d'
+++++ 1394468821.N /scripts/functions/db : __rvm_db_get() 53 > __rvm_grep '^system_name=' /Users/mwlang/.rvm/user/db
+++++ 1394468821.N /scripts/functions/support : __rvm_sed() 248 > sed -e 's#^system_name=##' -e '/^$/d'
+++++ 1394468821.N /scripts/functions/support : __rvm_grep() 233 > GREP_OPTIONS=
+++++ 1394468821.N /scripts/functions/support : __rvm_grep() 233 > grep '^system_name=' /Users/mwlang/.rvm/user/db
+++++ 1394468821.N /scripts/functions/support : __rvm_grep() 233 > return 1
++++ 1394468821.N /scripts/functions/db : __rvm_db() 13 > value=
++++ 1394468821.N /scripts/functions/db : __rvm_db() 15 > [[ -z '' ]]
++++ 1394468821.N /scripts/functions/db : __rvm_db() 15 > [[ -f /Users/mwlang/.rvm/config/db ]]
+++++ 1394468821.N /scripts/functions/db : __rvm_db() 16 > __rvm_db_ /Users/mwlang/.rvm/config/db system_name
+++++ 1394468821.N /scripts/functions/db : __rvm_db_() 60 > typeset __db __key __value
+++++ 1394468821.N /scripts/functions/db : __rvm_db_() 61 > __db=/Users/mwlang/.rvm/config/db
+++++ 1394468821.N /scripts/functions/db : __rvm_db_() 62 > __key=system_name
+++++ 1394468821.N /scripts/functions/db : __rvm_db_() 63 > shift 2
+++++ 1394468821.N /scripts/functions/db : __rvm_db_() 64 > __value=
+++++ 1394468821.N /scripts/functions/db : __rvm_db_() 65 > case "${__value}" in
+++++ 1394468821.N /scripts/functions/db : __rvm_db_() 70 > __rvm_db_get /Users/mwlang/.rvm/config/db system_name
+++++ 1394468821.N /scripts/functions/db : __rvm_db_get() 52 > [[ -f /Users/mwlang/.rvm/config/db ]]
+++++ 1394468821.N /scripts/functions/db : __rvm_db_get() 53 > __rvm_grep '^system_name=' /Users/mwlang/.rvm/config/db
+++++ 1394468821.N /scripts/functions/db : __rvm_db_get() 53 > __rvm_sed -e 's#^system_name=##' -e '/^$/d'
+++++ 1394468821.N /scripts/functions/support : __rvm_grep() 233 > GREP_OPTIONS=
+++++ 1394468821.N /scripts/functions/support : __rvm_sed() 248 > sed -e 's#^system_name=##' -e '/^$/d'
+++++ 1394468821.N /scripts/functions/support : __rvm_grep() 233 > grep '^system_name=' /Users/mwlang/.rvm/config/db
+++++ 1394468821.N /scripts/functions/support : __rvm_grep() 233 > return 1
++++ 1394468821.N /scripts/functions/db : __rvm_db() 16 > value=
++++ 1394468821.N /scripts/functions/db : __rvm_db() 19 > [[ -n '' ]]
++++ 1394468821.N /scripts/functions/db : __rvm_db() 26 > true
++++ 1394468821.N /scripts/functions/utility_system : __rvm_detect_system_override() 201 > for _var in system_type system_name system_name_lowercase system_version system_arch
++++ 1394468821.N /scripts/functions/utility_system : __rvm_detect_system_override() 202 > __rvm_db system_name_lowercase _system_name_lowercase
++++ 1394468821.N /scripts/functions/db : __rvm_db() 7 > typeset value key variable
++++ 1394468821.N /scripts/functions/db : __rvm_db() 8 > key=system_name_lowercase
++++ 1394468821.N /scripts/functions/db : __rvm_db() 9 > key=system_name_lowercase
++++ 1394468821.N /scripts/functions/db : __rvm_db() 10 > variable=_system_name_lowercase
++++ 1394468821.N /scripts/functions/db : __rvm_db() 12 > [[ -f /Users/mwlang/.rvm/user/db ]]
+++++ 1394468821.N /scripts/functions/db : __rvm_db() 13 > __rvm_db_ /Users/mwlang/.rvm/user/db system_name_lowercase
+++++ 1394468821.N /scripts/functions/db : __rvm_db_() 60 > typeset __db __key __value
+++++ 1394468821.N /scripts/functions/db : __rvm_db_() 61 > __db=/Users/mwlang/.rvm/user/db
+++++ 1394468821.N /scripts/functions/db : __rvm_db_() 62 > __key=system_name_lowercase
+++++ 1394468821.N /scripts/functions/db : __rvm_db_() 63 > shift 2
+++++ 1394468821.N /scripts/functions/db : __rvm_db_() 64 > __value=
+++++ 1394468821.N /scripts/functions/db : __rvm_db_() 65 > case "${__value}" in
+++++ 1394468821.N /scripts/functions/db : __rvm_db_() 70 > __rvm_db_get /Users/mwlang/.rvm/user/db system_name_lowercase
+++++ 1394468821.N /scripts/functions/db : __rvm_db_get() 52 > [[ -f /Users/mwlang/.rvm/user/db ]]
+++++ 1394468821.N /scripts/functions/db : __rvm_db_get() 53 > __rvm_grep '^system_name_lowercase=' /Users/mwlang/.rvm/user/db
+++++ 1394468821.N /scripts/functions/db : __rvm_db_get() 53 > __rvm_sed -e 's#^system_name_lowercase=##' -e '/^$/d'
+++++ 1394468821.N /scripts/functions/support : __rvm_grep() 233 > GREP_OPTIONS=
+++++ 1394468821.N /scripts/functions/support : __rvm_sed() 248 > sed -e 's#^system_name_lowercase=##' -e '/^$/d'
+++++ 1394468821.N /scripts/functions/support : __rvm_grep() 233 > grep '^system_name_lowercase=' /Users/mwlang/.rvm/user/db
+++++ 1394468822.N /scripts/functions/support : __rvm_grep() 233 > return 1
++++ 1394468822.N /scripts/functions/db : __rvm_db() 13 > value=
++++ 1394468822.N /scripts/functions/db : __rvm_db() 15 > [[ -z '' ]]
++++ 1394468822.N /scripts/functions/db : __rvm_db() 15 > [[ -f /Users/mwlang/.rvm/config/db ]]
+++++ 1394468822.N /scripts/functions/db : __rvm_db() 16 > __rvm_db_ /Users/mwlang/.rvm/config/db system_name_lowercase
+++++ 1394468822.N /scripts/functions/db : __rvm_db_() 60 > typeset __db __key __value
+++++ 1394468822.N /scripts/functions/db : __rvm_db_() 61 > __db=/Users/mwlang/.rvm/config/db
+++++ 1394468822.N /scripts/functions/db : __rvm_db_() 62 > __key=system_name_lowercase
+++++ 1394468822.N /scripts/functions/db : __rvm_db_() 63 > shift 2
+++++ 1394468822.N /scripts/functions/db : __rvm_db_() 64 > __value=
+++++ 1394468822.N /scripts/functions/db : __rvm_db_() 65 > case "${__value}" in
+++++ 1394468822.N /scripts/functions/db : __rvm_db_() 70 > __rvm_db_get /Users/mwlang/.rvm/config/db system_name_lowercase
+++++ 1394468822.N /scripts/functions/db : __rvm_db_get() 52 > [[ -f /Users/mwlang/.rvm/config/db ]]
+++++ 1394468822.N /scripts/functions/db : __rvm_db_get() 53 > __rvm_grep '^system_name_lowercase=' /Users/mwlang/.rvm/config/db
+++++ 1394468822.N /scripts/functions/db : __rvm_db_get() 53 > __rvm_sed -e 's#^system_name_lowercase=##' -e '/^$/d'
+++++ 1394468822.N /scripts/functions/support : __rvm_grep() 233 > GREP_OPTIONS=
+++++ 1394468822.N /scripts/functions/support : __rvm_sed() 248 > sed -e 's#^system_name_lowercase=##' -e '/^$/d'
+++++ 1394468822.N /scripts/functions/support : __rvm_grep() 233 > grep '^system_name_lowercase=' /Users/mwlang/.rvm/config/db
+++++ 1394468822.N /scripts/functions/support : __rvm_grep() 233 > return 1
++++ 1394468822.N /scripts/functions/db : __rvm_db() 16 > value=
++++ 1394468822.N /scripts/functions/db : __rvm_db() 19 > [[ -n '' ]]
++++ 1394468822.N /scripts/functions/db : __rvm_db() 26 > true
++++ 1394468822.N /scripts/functions/utility_system : __rvm_detect_system_override() 201 > for _var in system_type system_name system_name_lowercase system_version system_arch
++++ 1394468822.N /scripts/functions/utility_system : __rvm_detect_system_override() 202 > __rvm_db system_version _system_version
++++ 1394468822.N /scripts/functions/db : __rvm_db() 7 > typeset value key variable
++++ 1394468822.N /scripts/functions/db : __rvm_db() 8 > key=system_version
++++ 1394468822.N /scripts/functions/db : __rvm_db() 9 > key=system_version
++++ 1394468822.N /scripts/functions/db : __rvm_db() 10 > variable=_system_version
++++ 1394468822.N /scripts/functions/db : __rvm_db() 12 > [[ -f /Users/mwlang/.rvm/user/db ]]
+++++ 1394468822.N /scripts/functions/db : __rvm_db() 13 > __rvm_db_ /Users/mwlang/.rvm/user/db system_version
+++++ 1394468822.N /scripts/functions/db : __rvm_db_() 60 > typeset __db __key __value
+++++ 1394468822.N /scripts/functions/db : __rvm_db_() 61 > __db=/Users/mwlang/.rvm/user/db
+++++ 1394468822.N /scripts/functions/db : __rvm_db_() 62 > __key=system_version
+++++ 1394468822.N /scripts/functions/db : __rvm_db_() 63 > shift 2
+++++ 1394468822.N /scripts/functions/db : __rvm_db_() 64 > __value=
+++++ 1394468822.N /scripts/functions/db : __rvm_db_() 65 > case "${__value}" in
+++++ 1394468822.N /scripts/functions/db : __rvm_db_() 70 > __rvm_db_get /Users/mwlang/.rvm/user/db system_version
+++++ 1394468822.N /scripts/functions/db : __rvm_db_get() 52 > [[ -f /Users/mwlang/.rvm/user/db ]]
+++++ 1394468822.N /scripts/functions/db : __rvm_db_get() 53 > __rvm_grep '^system_version=' /Users/mwlang/.rvm/user/db
+++++ 1394468822.N /scripts/functions/db : __rvm_db_get() 53 > __rvm_sed -e 's#^system_version=##' -e '/^$/d'
+++++ 1394468822.N /scripts/functions/support : __rvm_grep() 233 > GREP_OPTIONS=
+++++ 1394468822.N /scripts/functions/support : __rvm_sed() 248 > sed -e 's#^system_version=##' -e '/^$/d'
+++++ 1394468822.N /scripts/functions/support : __rvm_grep() 233 > grep '^system_version=' /Users/mwlang/.rvm/user/db
+++++ 1394468822.N /scripts/functions/support : __rvm_grep() 233 > return 1
++++ 1394468822.N /scripts/functions/db : __rvm_db() 13 > value=
++++ 1394468822.N /scripts/functions/db : __rvm_db() 15 > [[ -z '' ]]
++++ 1394468822.N /scripts/functions/db : __rvm_db() 15 > [[ -f /Users/mwlang/.rvm/config/db ]]
+++++ 1394468822.N /scripts/functions/db : __rvm_db() 16 > __rvm_db_ /Users/mwlang/.rvm/config/db system_version
+++++ 1394468822.N /scripts/functions/db : __rvm_db_() 60 > typeset __db __key __value
+++++ 1394468822.N /scripts/functions/db : __rvm_db_() 61 > __db=/Users/mwlang/.rvm/config/db
+++++ 1394468822.N /scripts/functions/db : __rvm_db_() 62 > __key=system_version
+++++ 1394468822.N /scripts/functions/db : __rvm_db_() 63 > shift 2
+++++ 1394468822.N /scripts/functions/db : __rvm_db_() 64 > __value=
+++++ 1394468822.N /scripts/functions/db : __rvm_db_() 65 > case "${__value}" in
+++++ 1394468822.N /scripts/functions/db : __rvm_db_() 70 > __rvm_db_get /Users/mwlang/.rvm/config/db system_version
+++++ 1394468822.N /scripts/functions/db : __rvm_db_get() 52 > [[ -f /Users/mwlang/.rvm/config/db ]]
+++++ 1394468822.N /scripts/functions/db : __rvm_db_get() 53 > __rvm_grep '^system_version=' /Users/mwlang/.rvm/config/db
+++++ 1394468822.N /scripts/functions/db : __rvm_db_get() 53 > __rvm_sed -e 's#^system_version=##' -e '/^$/d'
+++++ 1394468822.N /scripts/functions/support : __rvm_grep() 233 > GREP_OPTIONS=
+++++ 1394468822.N /scripts/functions/support : __rvm_sed() 248 > sed -e 's#^system_version=##' -e '/^$/d'
+++++ 1394468822.N /scripts/functions/support : __rvm_grep() 233 > grep '^system_version=' /Users/mwlang/.rvm/config/db
+++++ 1394468822.N /scripts/functions/support : __rvm_grep() 233 > return 1
++++ 1394468822.N /scripts/functions/db : __rvm_db() 16 > value=
++++ 1394468822.N /scripts/functions/db : __rvm_db() 19 > [[ -n '' ]]
++++ 1394468822.N /scripts/functions/db : __rvm_db() 26 > true
++++ 1394468822.N /scripts/functions/utility_system : __rvm_detect_system_override() 201 > for _var in system_type system_name system_name_lowercase system_version system_arch
++++ 1394468822.N /scripts/functions/utility_system : __rvm_detect_system_override() 202 > __rvm_db system_arch _system_arch
++++ 1394468822.N /scripts/functions/db : __rvm_db() 7 > typeset value key variable
++++ 1394468822.N /scripts/functions/db : __rvm_db() 8 > key=system_arch
++++ 1394468822.N /scripts/functions/db : __rvm_db() 9 > key=system_arch
++++ 1394468822.N /scripts/functions/db : __rvm_db() 10 > variable=_system_arch
++++ 1394468822.N /scripts/functions/db : __rvm_db() 12 > [[ -f /Users/mwlang/.rvm/user/db ]]
+++++ 1394468822.N /scripts/functions/db : __rvm_db() 13 > __rvm_db_ /Users/mwlang/.rvm/user/db system_arch
+++++ 1394468822.N /scripts/functions/db : __rvm_db_() 60 > typeset __db __key __value
+++++ 1394468822.N /scripts/functions/db : __rvm_db_() 61 > __db=/Users/mwlang/.rvm/user/db
+++++ 1394468822.N /scripts/functions/db : __rvm_db_() 62 > __key=system_arch
+++++ 1394468822.N /scripts/functions/db : __rvm_db_() 63 > shift 2
+++++ 1394468822.N /scripts/functions/db : __rvm_db_() 64 > __value=
+++++ 1394468822.N /scripts/functions/db : __rvm_db_() 65 > case "${__value}" in
+++++ 1394468822.N /scripts/functions/db : __rvm_db_() 70 > __rvm_db_get /Users/mwlang/.rvm/user/db system_arch
+++++ 1394468822.N /scripts/functions/db : __rvm_db_get() 52 > [[ -f /Users/mwlang/.rvm/user/db ]]
+++++ 1394468822.N /scripts/functions/db : __rvm_db_get() 53 > __rvm_sed -e 's#^system_arch=##' -e '/^$/d'
+++++ 1394468822.N /scripts/functions/db : __rvm_db_get() 53 > __rvm_grep '^system_arch=' /Users/mwlang/.rvm/user/db
+++++ 1394468822.N /scripts/functions/support : __rvm_sed() 248 > sed -e 's#^system_arch=##' -e '/^$/d'
+++++ 1394468822.N /scripts/functions/support : __rvm_grep() 233 > GREP_OPTIONS=
+++++ 1394468822.N /scripts/functions/support : __rvm_grep() 233 > grep '^system_arch=' /Users/mwlang/.rvm/user/db
+++++ 1394468822.N /scripts/functions/support : __rvm_grep() 233 > return 1
++++ 1394468822.N /scripts/functions/db : __rvm_db() 13 > value=
++++ 1394468822.N /scripts/functions/db : __rvm_db() 15 > [[ -z '' ]]
++++ 1394468822.N /scripts/functions/db : __rvm_db() 15 > [[ -f /Users/mwlang/.rvm/config/db ]]
+++++ 1394468822.N /scripts/functions/db : __rvm_db() 16 > __rvm_db_ /Users/mwlang/.rvm/config/db system_arch
+++++ 1394468822.N /scripts/functions/db : __rvm_db_() 60 > typeset __db __key __value
+++++ 1394468822.N /scripts/functions/db : __rvm_db_() 61 > __db=/Users/mwlang/.rvm/config/db
+++++ 1394468822.N /scripts/functions/db : __rvm_db_() 62 > __key=system_arch
+++++ 1394468822.N /scripts/functions/db : __rvm_db_() 63 > shift 2
+++++ 1394468822.N /scripts/functions/db : __rvm_db_() 64 > __value=
+++++ 1394468822.N /scripts/functions/db : __rvm_db_() 65 > case "${__value}" in
+++++ 1394468822.N /scripts/functions/db : __rvm_db_() 70 > __rvm_db_get /Users/mwlang/.rvm/config/db system_arch
+++++ 1394468822.N /scripts/functions/db : __rvm_db_get() 52 > [[ -f /Users/mwlang/.rvm/config/db ]]
+++++ 1394468822.N /scripts/functions/db : __rvm_db_get() 53 > __rvm_sed -e 's#^system_arch=##' -e '/^$/d'
+++++ 1394468822.N /scripts/functions/db : __rvm_db_get() 53 > __rvm_grep '^system_arch=' /Users/mwlang/.rvm/config/db
+++++ 1394468822.N /scripts/functions/support : __rvm_grep() 233 > GREP_OPTIONS=
+++++ 1394468822.N /scripts/functions/support : __rvm_sed() 248 > sed -e 's#^system_arch=##' -e '/^$/d'
+++++ 1394468822.N /scripts/functions/support : __rvm_grep() 233 > grep '^system_arch=' /Users/mwlang/.rvm/config/db
+++++ 1394468822.N /scripts/functions/support : __rvm_grep() 233 > return 1
++++ 1394468822.N /scripts/functions/db : __rvm_db() 16 > value=
++++ 1394468822.N /scripts/functions/db : __rvm_db() 19 > [[ -n '' ]]
++++ 1394468822.N /scripts/functions/db : __rvm_db() 26 > true
++ 1394468822.N /scripts/base : 114 > for entry in '${scripts[@]}'
++ 1394468822.N /scripts/base : 115 > source /Users/mwlang/.rvm/scripts/functions/init
++ 1394468822.N /scripts/base : 114 > for entry in '${scripts[@]}'
++ 1394468822.N /scripts/base : 115 > source /Users/mwlang/.rvm/scripts/functions/cleanup
++ 1394468822.N /scripts/base : 114 > for entry in '${scripts[@]}'
++ 1394468822.N /scripts/base : 115 > source /Users/mwlang/.rvm/scripts/functions/env
++ 1394468822.N /scripts/base : 114 > for entry in '${scripts[@]}'
++ 1394468822.N /scripts/base : 115 > source /Users/mwlang/.rvm/scripts/functions/rvmrc
+++ 1394468822.N /scripts/functions/rvmrc : 3 > source /Users/mwlang/.rvm/scripts/functions/rvmrc_project
+++ 1394468822.N /scripts/functions/rvmrc : 4 > source /Users/mwlang/.rvm/scripts/functions/rvmrc_set
+++ 1394468822.N /scripts/functions/rvmrc : 5 > source /Users/mwlang/.rvm/scripts/functions/rvmrc_to
+++ 1394468822.N /scripts/functions/rvmrc : 6 > source /Users/mwlang/.rvm/scripts/functions/rvmrc_trust
+++ 1394468822.N /scripts/functions/rvmrc : 7 > source /Users/mwlang/.rvm/scripts/functions/rvmrc_warning
++ 1394468822.N /scripts/base : 114 > for entry in '${scripts[@]}'
++ 1394468822.N /scripts/base : 115 > source /Users/mwlang/.rvm/scripts/functions/install
++ 1394468822.N /scripts/base : 114 > for entry in '${scripts[@]}'
++ 1394468822.N /scripts/base : 115 > source /Users/mwlang/.rvm/scripts/functions/environment
++ 1394468822.N /scripts/base : 114 > for entry in '${scripts[@]}'
++ 1394468822.N /scripts/base : 115 > source /Users/mwlang/.rvm/scripts/functions/gemset
++ 1394468822.N /scripts/base : 114 > for entry in '${scripts[@]}'
++ 1394468822.N /scripts/base : 115 > source /Users/mwlang/.rvm/scripts/functions/checksum
++ 1394468822.N /scripts/base : 114 > for entry in '${scripts[@]}'
++ 1394468822.N /scripts/base : 115 > source /Users/mwlang/.rvm/scripts/functions/list
++ 1394468822.N /scripts/base : 117 > unset scripts entry rvm_base_except
+ 1394468822.N /scripts/patchsets : 6 > source /Users/mwlang/.rvm/scripts/patches
+ 1394468822.N /scripts/patchsets : 32 > args=($*)
+ 1394468822.N /scripts/patchsets : 33 > action=show
+ 1394468822.N /scripts/patchsets : 34 > patchset=default
++ 1394468822.N /scripts/patchsets : 35 > echo
+ 1394468822.N /scripts/patchsets : 35 > args=
+ 1394468822.N /scripts/patchsets : 37 > case "$action" in
+ 1394468822.N /scripts/patchsets : 39 > lookup_patchset default
+ 1394468822.N /scripts/patchsets : lookup_patchset() 10 > typeset paths lookup_path
+ 1394468822.N /scripts/patchsets : lookup_patchset() 12 > [[ -z default ]]
+ 1394468822.N /scripts/patchsets : lookup_patchset() 18 > paths=($(__rvm_ruby_string_paths_under "$rvm_path/patchsets" | sort -r))
++ 1394468822.N /scripts/patchsets : lookup_patchset() 18 > __rvm_ruby_string_paths_under /Users/mwlang/.rvm/patchsets
++ 1394468822.N /scripts/patchsets : lookup_patchset() 18 > sort -r
++ 1394468822.N /scripts/functions/utility : __rvm_ruby_string_paths_under() 42 > typeset __search_path part parts IFS
++ 1394468822.N /scripts/functions/utility : __rvm_ruby_string_paths_under() 43 > IFS=' '
++ 1394468822.N /scripts/functions/utility : __rvm_ruby_string_paths_under() 45 > __search_path=/Users/mwlang/.rvm/patchsets
++ 1394468822.N /scripts/functions/utility : __rvm_ruby_string_paths_under() 47 > [[ -n '' ]]
++ 1394468822.N /scripts/functions/utility : __rvm_ruby_string_paths_under() 49 > parts=(${rvm_ruby_string//-/ })
++ 1394468822.N /scripts/functions/utility : __rvm_ruby_string_paths_under() 52 > echo /Users/mwlang/.rvm/patchsets
++ 1394468822.N /scripts/functions/utility : __rvm_ruby_string_paths_under() 53 > for part in '"${parts[@]}"'
++ 1394468822.N /scripts/functions/utility : __rvm_ruby_string_paths_under() 55 > __search_path=/Users/mwlang/.rvm/patchsets/rbx
++ 1394468822.N /scripts/functions/utility : __rvm_ruby_string_paths_under() 56 > echo /Users/mwlang/.rvm/patchsets/rbx
++ 1394468822.N /scripts/functions/utility : __rvm_ruby_string_paths_under() 53 > for part in '"${parts[@]}"'
++ 1394468822.N /scripts/functions/utility : __rvm_ruby_string_paths_under() 55 > __search_path=/Users/mwlang/.rvm/patchsets/rbx/2.2.5
++ 1394468822.N /scripts/functions/utility : __rvm_ruby_string_paths_under() 56 > echo /Users/mwlang/.rvm/patchsets/rbx/2.2.5
+ 1394468822.N /scripts/patchsets : lookup_patchset() 20 > for lookup_path in '"${paths[@]}"'
+ 1394468822.N /scripts/patchsets : lookup_patchset() 22 > [[ -s /Users/mwlang/.rvm/patchsets/rbx/2.2.5/default ]]
+ 1394468822.N /scripts/patchsets : lookup_patchset() 20 > for lookup_path in '"${paths[@]}"'
+ 1394468822.N /scripts/patchsets : lookup_patchset() 22 > [[ -s /Users/mwlang/.rvm/patchsets/rbx/default ]]
+ 1394468822.N /scripts/patchsets : lookup_patchset() 20 > for lookup_path in '"${paths[@]}"'
+ 1394468822.N /scripts/patchsets : lookup_patchset() 22 > [[ -s /Users/mwlang/.rvm/patchsets/default ]]
+ 1394468822.N /scripts/patchsets : lookup_patchset() 29 > return 1
+++ 1394468822.N /scripts/patches : __rvm_expand_patch_name() 9 > expanded_patch_name=
+++ 1394468822.N /scripts/patches : __rvm_expand_patch_name() 13 > [[ optional default osx != *\ \d\e\f\a\u\l\t\ * ]]
++ 1394468822.N /scripts/functions/manage/base_install_patches : __rvm_current_patch_names() -364 rvm_debug 'Patch name '\''default'\'', expanded_name(s) '\'''\''.'
++ 1394468822.N /scripts/functions/logging : rvm_debug() 1 > (( 0 ))
++ 1394468822.N /scripts/functions/logging : rvm_debug() 1 > return 0
++ 1394468822.N /scripts/functions/manage/base_install_patches : __rvm_current_patch_names() 20 > for name in '"${patches_to_check[@]}"'
++ 1394468822.N /scripts/functions/manage/base_install_patches : __rvm_current_patch_names() -121 [[ -n osx ]]
++ 1394468822.N /scripts/functions/manage/base_install_patches : __rvm_current_patch_names() -119 __rvm_string_match osx '*%*'
++ 1394468822.N /scripts/functions/support : __rvm_string_match() 1 > typeset _string
++ 1394468822.N /scripts/functions/support : __rvm_string_match() 2 > _string=osx
++ 1394468822.N /scripts/functions/support : __rvm_string_match() 3 > shift
++ 1394468822.N /scripts/functions/support : __rvm_string_match() 4 > (( 1 ))
++ 1394468822.N /scripts/functions/support : __rvm_string_match() 37 > case "${_string}" in
++ 1394468822.N /scripts/functions/support : __rvm_string_match() 9 > shift
++ 1394468822.N /scripts/functions/support : __rvm_string_match() 4 > (( 0 ))
++ 1394468822.N /scripts/functions/support : __rvm_string_match() 11 > return 1
++ 1394468822.N /scripts/functions/manage/base_install_patches : __rvm_current_patch_names() -5 > level=1
++ 1394468822.N /scripts/functions/manage/base_install_patches : __rvm_current_patch_names() -2 > name=osx
++ 1394468822.N /scripts/functions/manage/base_install_patches : __rvm_current_patch_names() -1 > __rvm_read_lines expanded_names /dev/fd/61
+++ 1394468822.N /scripts/functions/manage/base_install_patches : __rvm_current_patch_names() -32 __rvm_expand_patch_name osx 1
++ 1394468822.N /scripts/functions/support : __rvm_read_lines() 1 > typeset IFS
+++ 1394468822.N /scripts/patches : __rvm_expand_patch_name() 1 > typeset name level expanded_patch_name not_required_patches
++ 1394468822.N /scripts/functions/support : __rvm_read_lines() 4 > IFS='
'
+++ 1394468822.N /scripts/patches : __rvm_expand_patch_name() 2 > not_required_patches='optional default osx'
++ 1394468822.N /scripts/functions/support : __rvm_read_lines() 5 > [[ /dev/fd/61 == \- ]]
+++ 1394468822.N /scripts/patches : __rvm_expand_patch_name() 3 > name=osx
++ 1394468822.N /scripts/functions/support : __rvm_read_lines() 7 > eval 'expanded_names=( $( \cat "${2:--}" ) )'
+++ 1394468822.N /scripts/patches : __rvm_expand_patch_name() 4 > level=1
+++ 1394468822.N /scripts/functions/support : __rvm_read_lines() -389 > expanded_names=($( \cat "${2:--}" ))
+++ 1394468822.N /scripts/patches : __rvm_expand_patch_name() 5 > [[ -n osx ]]
++++ 1394468822.N /scripts/functions/support : __rvm_read_lines() -785 > cat /dev/fd/61
++++ 1394468822.N /scripts/patches : __rvm_expand_patch_name() -7 > rvm_ruby_string=rbx-2.2.5
++++ 1394468822.N /scripts/patches : __rvm_expand_patch_name() -7 > /Users/mwlang/.rvm/scripts/patchsets show osx
++ /scripts/base : 34 > export __array_start rvm_path
++ /scripts/base : 39 > [[ -n '' ]]
++ /scripts/base : 41 > __array_start=0
++ /scripts/base : 44 > (( 0 == 0 ))
++ /scripts/base : 46 > [[ -n 0022 ]]
++ /scripts/base : 47 > rvm_rvmrc_files=("/etc/rvmrc" "$HOME/.rvmrc")
++ /scripts/base : 48 > [[ -n /Users/mwlang ]]
++ /scripts/base : 48 > [[ /Users/mwlang/.rvmrc -ef /Users/mwlang/.rvmrc ]]
++ /scripts/base : 49 > rvm_rvmrc_files+=("${rvm_prefix}/.rvmrc")
++ /scripts/base : 52 > for rvmrc in '"${rvm_rvmrc_files[@]}"'
++ /scripts/base : 54 > [[ -f /etc/rvmrc ]]
++ /scripts/base : 52 > for rvmrc in '"${rvm_rvmrc_files[@]}"'
++ /scripts/base : 54 > [[ -f /Users/mwlang/.rvmrc ]]
++ /scripts/base : 52 > for rvmrc in '"${rvm_rvmrc_files[@]}"'
++ /scripts/base : 54 > [[ -f /Users/mwlang/.rvmrc ]]
++ /scripts/base : 70 > unset rvm_rvmrc_files
++ /scripts/base : 74 > export rvm_path
++ /scripts/base : 75 > [[ -z /Users/mwlang/.rvm ]]
++ /scripts/base : 91 > true /Users/mwlang/.rvm/scripts
++ /scripts/base : 93 > source /Users/mwlang/.rvm/scripts/initialize
+++ /scripts/initialize : 6 > [[ -n 3.2.51(1)-release ]]
+++ /scripts/initialize : 8 > shopt -s extglob
+++ /scripts/initialize : 21 > (( 1 == 1 ))
+++ /scripts/initialize : 23 > [[ -n 3.2.51(1)-release ]]
+++ /scripts/initialize : 24 > export 'PS4=+ $(__rvm_date "+%s.%N" 2>/dev/null) ${BASH_SOURCE##${rvm_path:-}} : ${FUNCNAME[0]:+${FUNCNAME[0]}()} ${LINENO} > '
+++ /scripts/initialize : 24 > PS4='+ $(__rvm_date "+%s.%N" 2>/dev/null) ${BASH_SOURCE##${rvm_path:-}} : ${FUNCNAME[0]:+${FUNCNAME[0]}()} ${LINENO} > '
+++ /scripts/initialize : 28 > set -o xtrace
+++ /scripts/initialize : 31 > export __rvm_env_loaded
+++ /scripts/initialize : 33 > : __rvm_env_loaded:1:
+++ /scripts/initialize : 35 > : __rvm_env_loaded:2:
+++ /scripts/initialize : 38 > [[ -z /Users/mwlang/.rvm/tmp ]]
+++ /scripts/initialize : 38 > (( __rvm_env_loaded == 1 ))
++ /scripts/base : 97 > case " ${rvm_base_except:-} " in
++ /scripts/base : 99 > true
++ /scripts/base : 110 > typeset -a scripts
++ /scripts/base : 113 > scripts=(logging db support utility init cleanup env rvmrc install environment gemset checksum list)
++ /scripts/base : 114 > for entry in '${scripts[@]}'
++ /scripts/base : 115 > source /Users/mwlang/.rvm/scripts/functions/logging
+++ /scripts/functions/logging : 96 > case "${TERM:-dumb}" in
+++ /scripts/functions/logging : 105 > __rvm_set_color rvm_error_clr red
+++ /scripts/functions/logging : __rvm_set_color() 41 > typeset __buffer __variable
+++ /scripts/functions/logging : __rvm_set_color() 42 > __buffer='['
+++ /scripts/functions/logging : __rvm_set_color() 43 > __variable=rvm_error_clr
+++ /scripts/functions/logging : __rvm_set_color() 44 > shift
+++ /scripts/functions/logging : __rvm_set_color() 46 > (( 1 ))
+++ /scripts/functions/logging : __rvm_set_color() 48 > __rvm_set_color_single red
+++ /scripts/functions/logging : __rvm_set_color_single() 7 > case "$1" in
+++ /scripts/functions/logging : __rvm_set_color_single() 14 > __buffer+=31
+++ /scripts/functions/logging : __rvm_set_color() 49 > shift
+++ /scripts/functions/logging : __rvm_set_color() 50 > (( 0 ))
+++ /scripts/functions/logging : __rvm_set_color() 46 > (( 0 ))
+++ /scripts/functions/logging : __rvm_set_color() 54 > __buffer+=m
+++ /scripts/functions/logging : __rvm_set_color() 55 > [[ rvm_error_clr == '' ]]
+++ /scripts/functions/logging : __rvm_set_color() 55 > [[ rvm_error_clr == \p\r\i\n\t ]]
+++ /scripts/functions/logging : __rvm_set_color() 57 > eval 'rvm_error_clr='\'''\'''
++++ /scripts/functions/logging : __rvm_set_color() 57 > rvm_error_clr=''
+++ /scripts/functions/logging : 106 > __rvm_set_color rvm_warn_clr yellow
+++ /scripts/functions/logging : __rvm_set_color() 41 > typeset __buffer __variable
+++ /scripts/functions/logging : __rvm_set_color() 42 > __buffer='['
+++ /scripts/functions/logging : __rvm_set_color() 43 > __variable=rvm_warn_clr
+++ /scripts/functions/logging : __rvm_set_color() 44 > shift
+++ /scripts/functions/logging : __rvm_set_color() 46 > (( 1 ))
+++ /scripts/functions/logging : __rvm_set_color() 48 > __rvm_set_color_single yellow
+++ /scripts/functions/logging : __rvm_set_color_single() 7 > case "$1" in
+++ /scripts/functions/logging : __rvm_set_color_single() 16 > __buffer+=33
+++ /scripts/functions/logging : __rvm_set_color() 49 > shift
+++ /scripts/functions/logging : __rvm_set_color() 50 > (( 0 ))
+++ /scripts/functions/logging : __rvm_set_color() 46 > (( 0 ))
+++ /scripts/functions/logging : __rvm_set_color() 54 > __buffer+=m
+++ /scripts/functions/logging : __rvm_set_color() 55 > [[ rvm_warn_clr == '' ]]
+++ /scripts/functions/logging : __rvm_set_color() 55 > [[ rvm_warn_clr == \p\r\i\n\t ]]
+++ /scripts/functions/logging : __rvm_set_color() 57 > eval 'rvm_warn_clr='\'''\'''
++++ /scripts/functions/logging : __rvm_set_color() 57 > rvm_warn_clr=''
+++ /scripts/functions/logging : 107 > __rvm_set_color rvm_debug_clr magenta
+++ /scripts/functions/logging : __rvm_set_color() 41 > typeset __buffer __variable
+++ /scripts/functions/logging : __rvm_set_color() 42 > __buffer='['
+++ /scripts/functions/logging : __rvm_set_color() 43 > __variable=rvm_debug_clr
+++ /scripts/functions/logging : __rvm_set_color() 44 > shift
+++ /scripts/functions/logging : __rvm_set_color() 46 > (( 1 ))
+++ /scripts/functions/logging : __rvm_set_color() 48 > __rvm_set_color_single magenta
+++ /scripts/functions/logging : __rvm_set_color_single() 7 > case "$1" in
+++ /scripts/functions/logging : __rvm_set_color_single() 18 > __buffer+=35
+++ /scripts/functions/logging : __rvm_set_color() 49 > shift
+++ /scripts/functions/logging : __rvm_set_color() 50 > (( 0 ))
+++ /scripts/functions/logging : __rvm_set_color() 46 > (( 0 ))
+++ /scripts/functions/logging : __rvm_set_color() 54 > __buffer+=m
+++ /scripts/functions/logging : __rvm_set_color() 55 > [[ rvm_debug_clr == '' ]]
+++ /scripts/functions/logging : __rvm_set_color() 55 > [[ rvm_debug_clr == \p\r\i\n\t ]]
+++ /scripts/functions/logging : __rvm_set_color() 57 > eval 'rvm_debug_clr='\'''\'''
++++ /scripts/functions/logging : __rvm_set_color() 57 > rvm_debug_clr=''
+++ /scripts/functions/logging : 108 > __rvm_set_color rvm_notify_clr green
+++ /scripts/functions/logging : __rvm_set_color() 41 > typeset __buffer __variable
+++ /scripts/functions/logging : __rvm_set_color() 42 > __buffer='['
+++ /scripts/functions/logging : __rvm_set_color() 43 > __variable=rvm_notify_clr
+++ /scripts/functions/logging : __rvm_set_color() 44 > shift
+++ /scripts/functions/logging : __rvm_set_color() 46 > (( 1 ))
+++ /scripts/functions/logging : __rvm_set_color() 48 > __rvm_set_color_single green
+++ /scripts/functions/logging : __rvm_set_color_single() 7 > case "$1" in
+++ /scripts/functions/logging : __rvm_set_color_single() 15 > __buffer+=32
+++ /scripts/functions/logging : __rvm_set_color() 49 > shift
+++ /scripts/functions/logging : __rvm_set_color() 50 > (( 0 ))
+++ /scripts/functions/logging : __rvm_set_color() 46 > (( 0 ))
+++ /scripts/functions/logging : __rvm_set_color() 54 > __buffer+=m
+++ /scripts/functions/logging : __rvm_set_color() 55 > [[ rvm_notify_clr == '' ]]
+++ /scripts/functions/logging : __rvm_set_color() 55 > [[ rvm_notify_clr == \p\r\i\n\t ]]
+++ /scripts/functions/logging : __rvm_set_color() 57 > eval 'rvm_notify_clr='\'''\'''
++++ /scripts/functions/logging : __rvm_set_color() 57 > rvm_notify_clr=''
+++ /scripts/functions/logging : 109 > __rvm_set_color rvm_reset_clr reset
+++ /scripts/functions/logging : __rvm_set_color() 41 > typeset __buffer __variable
+++ /scripts/functions/logging : __rvm_set_color() 42 > __buffer='['
+++ /scripts/functions/logging : __rvm_set_color() 43 > __variable=rvm_reset_clr
+++ /scripts/functions/logging : __rvm_set_color() 44 > shift
+++ /scripts/functions/logging : __rvm_set_color() 46 > (( 1 ))
+++ /scripts/functions/logging : __rvm_set_color() 48 > __rvm_set_color_single reset
+++ /scripts/functions/logging : __rvm_set_color_single() 7 > case "$1" in
+++ /scripts/functions/logging : __rvm_set_color_single() 35 > __buffer+=0
+++ /scripts/functions/logging : __rvm_set_color() 49 > shift
+++ /scripts/functions/logging : __rvm_set_color() 50 > (( 0 ))
+++ /scripts/functions/logging : __rvm_set_color() 46 > (( 0 ))
+++ /scripts/functions/logging : __rvm_set_color() 54 > __buffer+=m
+++ /scripts/functions/logging : __rvm_set_color() 55 > [[ rvm_reset_clr == '' ]]
+++ /scripts/functions/logging : __rvm_set_color() 55 > [[ rvm_reset_clr == \p\r\i\n\t ]]
+++ /scripts/functions/logging : __rvm_set_color() 57 > eval 'rvm_reset_clr='\'''\'''
++++ /scripts/functions/logging : __rvm_set_color() 57 > rvm_reset_clr=''
++ /scripts/base : 114 > for entry in '${scripts[@]}'
++ /scripts/base : 115 > source /Users/mwlang/.rvm/scripts/functions/db
++ /scripts/base : 114 > for entry in '${scripts[@]}'
++ /scripts/base : 115 > source /Users/mwlang/.rvm/scripts/functions/support
+++ /scripts/functions/support : 11 > [[ -n '' ]]
+++ /scripts/functions/support : 252 > __rvm_setup_utils_functions
+++ /scripts/functions/support : __rvm_setup_utils_functions() 170 > typeset gnu_tools_path gnu_prefix gnu_util
+++ /scripts/functions/support : __rvm_setup_utils_functions() 171 > typeset -a gnu_utils gnu_missing
+++ /scripts/functions/support : __rvm_setup_utils_functions() 172 > gnu_utils=(awk cp date find sed tail tar xargs)
+++ /scripts/functions/support : __rvm_setup_utils_functions() 173 > gnu_missing=()
+++ /scripts/functions/support : __rvm_setup_utils_functions() 175 > is_a_function __rvm_setup_utils_functions_OSX
+++ /scripts/functions/support : is_a_function() 5 > typeset -f __rvm_setup_utils_functions_OSX
+++ /scripts/functions/support : is_a_function() 5 > return 1
+++ /scripts/functions/support : __rvm_setup_utils_functions() 177 > __rvm_setup_utils_functions_Other
+++ /scripts/functions/support : __rvm_setup_utils_functions_Other() 236 > command which --skip-alias --skip-functions which
+++ /scripts/functions/support : __rvm_setup_utils_functions_Other() 238 > command which whence
+++ /scripts/functions/support : __rvm_setup_utils_functions_Other() 240 > command which which
+++ /scripts/functions/support : __rvm_setup_utils_functions_Other() 247 > for gnu_util in '"${gnu_utils[@]}"'
+++ /scripts/functions/support : __rvm_setup_utils_functions_Other() 248 > eval '__rvm_awk() { \awk "$@" || return $?; }'
+++ /scripts/functions/support : __rvm_setup_utils_functions_Other() 247 > for gnu_util in '"${gnu_utils[@]}"'
+++ /scripts/functions/support : __rvm_setup_utils_functions_Other() 248 > eval '__rvm_cp() { \cp "$@" || return $?; }'
+++ /scripts/functions/support : __rvm_setup_utils_functions_Other() 247 > for gnu_util in '"${gnu_utils[@]}"'
+++ /scripts/functions/support : __rvm_setup_utils_functions_Other() 248 > eval '__rvm_date() { \date "$@" || return $?; }'
+++ 1394468823.N /scripts/functions/support : __rvm_setup_utils_functions_Other() 247 > for gnu_util in '"${gnu_utils[@]}"'
+++ 1394468823.N /scripts/functions/support : __rvm_setup_utils_functions_Other() 248 > eval '__rvm_find() { \find "$@" || return $?; }'
+++ 1394468823.N /scripts/functions/support : __rvm_setup_utils_functions_Other() 247 > for gnu_util in '"${gnu_utils[@]}"'
+++ 1394468823.N /scripts/functions/support : __rvm_setup_utils_functions_Other() 248 > eval '__rvm_sed() { \sed "$@" || return $?; }'
+++ 1394468823.N /scripts/functions/support : __rvm_setup_utils_functions_Other() 247 > for gnu_util in '"${gnu_utils[@]}"'
+++ 1394468823.N /scripts/functions/support : __rvm_setup_utils_functions_Other() 248 > eval '__rvm_tail() { \tail "$@" || return $?; }'
+++ 1394468823.N /scripts/functions/support : __rvm_setup_utils_functions_Other() 247 > for gnu_util in '"${gnu_utils[@]}"'
+++ 1394468823.N /scripts/functions/support : __rvm_setup_utils_functions_Other() 248 > eval '__rvm_tar() { \tar "$@" || return $?; }'
+++ 1394468823.N /scripts/functions/support : __rvm_setup_utils_functions_Other() 247 > for gnu_util in '"${gnu_utils[@]}"'
+++ 1394468823.N /scripts/functions/support : __rvm_setup_utils_functions_Other() 248 > eval '__rvm_xargs() { \xargs "$@" || return $?; }'
+++ 1394468823.N /scripts/functions/support : 255 > [[ ! =~ --no-same-owner ]]
+++ 1394468823.N /scripts/functions/support : 256 > __rvm_tar --help
+++ 1394468823.N /scripts/functions/support : 256 > __rvm_grep -- --no-same-owner
+++ 1394468823.N /scripts/functions/support : __rvm_grep() 233 > GREP_OPTIONS=
+++ 1394468823.N /scripts/functions/support : __rvm_grep() 233 > grep -- --no-same-owner
+++ 1394468823.N /scripts/functions/support : __rvm_grep() 233 > return 1
+++ 1394468823.N /scripts/functions/support : 263 > other_utils=(ant automake autoreconf libtoolize make mount patch readlink)
+++ 1394468823.N /scripts/functions/support : 266 > [[ OSX 10.9 == \S\o\l\a\r\i\s\ \1\0 ]]
+++ 1394468823.N /scripts/functions/support : 277 > for other_util in '"${other_utils[@]}"'
+++ 1394468823.N /scripts/functions/support : 278 > eval '__rvm_ant() { \ant "$@" || return $?; }'
+++ 1394468823.N /scripts/functions/support : 277 > for other_util in '"${other_utils[@]}"'
+++ 1394468823.N /scripts/functions/support : 278 > eval '__rvm_automake() { \automake "$@" || return $?; }'
+++ 1394468823.N /scripts/functions/support : 277 > for other_util in '"${other_utils[@]}"'
+++ 1394468823.N /scripts/functions/support : 278 > eval '__rvm_autoreconf() { \autoreconf "$@" || return $?; }'
+++ 1394468823.N /scripts/functions/support : 277 > for other_util in '"${other_utils[@]}"'
+++ 1394468823.N /scripts/functions/support : 278 > eval '__rvm_libtoolize() { \libtoolize "$@" || return $?; }'
+++ 1394468823.N /scripts/functions/support : 277 > for other_util in '"${other_utils[@]}"'
+++ 1394468823.N /scripts/functions/support : 278 > eval '__rvm_make() { \make "$@" || return $?; }'
+++ 1394468823.N /scripts/functions/support : 277 > for other_util in '"${other_utils[@]}"'
+++ 1394468823.N /scripts/functions/support : 278 > eval '__rvm_mount() { \mount "$@" || return $?; }'
+++ 1394468823.N /scripts/functions/support : 277 > for other_util in '"${other_utils[@]}"'
+++ 1394468823.N /scripts/functions/support : 278 > eval '__rvm_patch() { \patch "$@" || return $?; }'
+++ 1394468823.N /scripts/functions/support : 277 > for other_util in '"${other_utils[@]}"'
+++ 1394468823.N /scripts/functions/support : 278 > eval '__rvm_readlink() { \readlink "$@" || return $?; }'
+++ 1394468823.N /scripts/functions/support : 281 > unset other_util other_utils
++ 1394468823.N /scripts/base : 114 > for entry in '${scripts[@]}'
++ 1394468823.N /scripts/base : 115 > source /Users/mwlang/.rvm/scripts/functions/utility
+++ 1394468823.N /scripts/functions/utility : 3 > source /Users/mwlang/.rvm/scripts/functions/utility_logging
+++ 1394468823.N /scripts/functions/utility : 4 > source /Users/mwlang/.rvm/scripts/functions/utility_package
+++ 1394468823.N /scripts/functions/utility : 5 > source /Users/mwlang/.rvm/scripts/functions/utility_rubygems
+++ 1394468823.N /scripts/functions/utility : 6 > source /Users/mwlang/.rvm/scripts/functions/utility_system
++++ 1394468823.N /scripts/functions/utility_system : 206 > __rvm_detect_system
++++ 1394468823.N /scripts/functions/utility_system : __rvm_detect_system() 5 > unset _system_type _system_name _system_version _system_arch
++++ 1394468823.N /scripts/functions/utility_system : __rvm_detect_system() 6 > export _system_type _system_name _system_version _system_arch
+++++ 1394468823.N /scripts/functions/utility_system : __rvm_detect_system() 7 > command uname -a
+++++ 1394468823.N /scripts/functions/utility_system : __rvm_detect_system() 7 > uname -a
++++ 1394468823.N /scripts/functions/utility_system : __rvm_detect_system() 7 > _system_info='Darwin mactower.thelangs.home 13.0.0 Darwin Kernel Version 13.0.0: Thu Sep 19 22:22:27 PDT 2013; root:xnu-2422.1.72~6/RELEASE_X86_64 x86_64'
++++ 1394468823.N /scripts/functions/utility_system : __rvm_detect_system() 8 > _system_type=unknown
++++ 1394468823.N /scripts/functions/utility_system : __rvm_detect_system() 9 > _system_name=unknown
++++ 1394468823.N /scripts/functions/utility_system : __rvm_detect_system() 10 > _system_name_lowercase=unknown
++++ 1394468823.N /scripts/functions/utility_system : __rvm_detect_system() 11 > _system_version=unknown
+++++ 1394468823.N /scripts/functions/utility_system : __rvm_detect_system() 12 > command uname -m
+++++ 1394468823.N /scripts/functions/utility_system : __rvm_detect_system() 12 > uname -m
++++ 1394468823.N /scripts/functions/utility_system : __rvm_detect_system() 12 > _system_arch=x86_64
++++ 1394468823.N /scripts/functions/utility_system : __rvm_detect_system() 13 > case "$(command uname)" in
+++++ 1394468823.N /scripts/functions/utility_system : __rvm_detect_system() 13 > command uname
+++++ 1394468823.N /scripts/functions/utility_system : __rvm_detect_system() 13 > uname
++++ 1394468823.N /scripts/functions/utility_system : __rvm_detect_system() 173 > _system_type=Darwin
++++ 1394468823.N /scripts/functions/utility_system : __rvm_detect_system() 174 > _system_name=OSX
+++++ 1394468823.N /scripts/functions/utility_system : __rvm_detect_system() 175 > sw_vers -productVersion
+++++ 1394468823.N /scripts/functions/utility_system : __rvm_detect_system() 175 > awk -F. '{print $1"."$2}'
++++ 1394468823.N /scripts/functions/utility_system : __rvm_detect_system() 175 > _system_version=10.9
++++ 1394468823.N /scripts/functions/utility_system : __rvm_detect_system() 189 > _system_type=Darwin
++++ 1394468823.N /scripts/functions/utility_system : __rvm_detect_system() 190 > _system_name=OSX
+++++ 1394468823.N /scripts/functions/utility_system : __rvm_detect_system() 191 > tr '[A-Z]' '[a-z]'
+++++ 1394468823.N /scripts/functions/utility_system : __rvm_detect_system() 191 > echo OSX
++++ 1394468823.N /scripts/functions/utility_system : __rvm_detect_system() 191 > _system_name_lowercase=osx
++++ 1394468823.N /scripts/functions/utility_system : __rvm_detect_system() 192 > _system_version=10.9
++++ 1394468823.N /scripts/functions/utility_system : __rvm_detect_system() 193 > _system_arch=x86_64
++++ 1394468823.N /scripts/functions/utility_system : __rvm_detect_system() 194 > _system_arch=x86_64
++++ 1394468823.N /scripts/functions/utility_system : __rvm_detect_system() 195 > _system_arch=x86_64
++++ 1394468823.N /scripts/functions/utility_system : 207 > __rvm_detect_system_override
++++ 1394468823.N /scripts/functions/utility_system : __rvm_detect_system_override() 200 > typeset _var
++++ 1394468823.N /scripts/functions/utility_system : __rvm_detect_system_override() 201 > for _var in system_type system_name system_name_lowercase system_version system_arch
++++ 1394468823.N /scripts/functions/utility_system : __rvm_detect_system_override() 202 > __rvm_db system_type _system_type
++++ 1394468823.N /scripts/functions/db : __rvm_db() 7 > typeset value key variable
++++ 1394468823.N /scripts/functions/db : __rvm_db() 8 > key=system_type
++++ 1394468823.N /scripts/functions/db : __rvm_db() 9 > key=system_type
++++ 1394468823.N /scripts/functions/db : __rvm_db() 10 > variable=_system_type
++++ 1394468823.N /scripts/functions/db : __rvm_db() 12 > [[ -f /Users/mwlang/.rvm/user/db ]]
+++++ 1394468823.N /scripts/functions/db : __rvm_db() 13 > __rvm_db_ /Users/mwlang/.rvm/user/db system_type
+++++ 1394468823.N /scripts/functions/db : __rvm_db_() 60 > typeset __db __key __value
+++++ 1394468823.N /scripts/functions/db : __rvm_db_() 61 > __db=/Users/mwlang/.rvm/user/db
+++++ 1394468823.N /scripts/functions/db : __rvm_db_() 62 > __key=system_type
+++++ 1394468823.N /scripts/functions/db : __rvm_db_() 63 > shift 2
+++++ 1394468823.N /scripts/functions/db : __rvm_db_() 64 > __value=
+++++ 1394468823.N /scripts/functions/db : __rvm_db_() 65 > case "${__value}" in
+++++ 1394468823.N /scripts/functions/db : __rvm_db_() 70 > __rvm_db_get /Users/mwlang/.rvm/user/db system_type
+++++ 1394468823.N /scripts/functions/db : __rvm_db_get() 52 > [[ -f /Users/mwlang/.rvm/user/db ]]
+++++ 1394468823.N /scripts/functions/db : __rvm_db_get() 53 > __rvm_grep '^system_type=' /Users/mwlang/.rvm/user/db
+++++ 1394468823.N /scripts/functions/db : __rvm_db_get() 53 > __rvm_sed -e 's#^system_type=##' -e '/^$/d'
+++++ 1394468823.N /scripts/functions/support : __rvm_grep() 233 > GREP_OPTIONS=
+++++ 1394468823.N /scripts/functions/support : __rvm_sed() 248 > sed -e 's#^system_type=##' -e '/^$/d'
+++++ 1394468823.N /scripts/functions/support : __rvm_grep() 233 > grep '^system_type=' /Users/mwlang/.rvm/user/db
+++++ 1394468823.N /scripts/functions/support : __rvm_grep() 233 > return 1
++++ 1394468823.N /scripts/functions/db : __rvm_db() 13 > value=
++++ 1394468823.N /scripts/functions/db : __rvm_db() 15 > [[ -z '' ]]
++++ 1394468823.N /scripts/functions/db : __rvm_db() 15 > [[ -f /Users/mwlang/.rvm/config/db ]]
+++++ 1394468823.N /scripts/functions/db : __rvm_db() 16 > __rvm_db_ /Users/mwlang/.rvm/config/db system_type
+++++ 1394468823.N /scripts/functions/db : __rvm_db_() 60 > typeset __db __key __value
+++++ 1394468823.N /scripts/functions/db : __rvm_db_() 61 > __db=/Users/mwlang/.rvm/config/db
+++++ 1394468823.N /scripts/functions/db : __rvm_db_() 62 > __key=system_type
+++++ 1394468823.N /scripts/functions/db : __rvm_db_() 63 > shift 2
+++++ 1394468823.N /scripts/functions/db : __rvm_db_() 64 > __value=
+++++ 1394468823.N /scripts/functions/db : __rvm_db_() 65 > case "${__value}" in
+++++ 1394468823.N /scripts/functions/db : __rvm_db_() 70 > __rvm_db_get /Users/mwlang/.rvm/config/db system_type
+++++ 1394468823.N /scripts/functions/db : __rvm_db_get() 52 > [[ -f /Users/mwlang/.rvm/config/db ]]
+++++ 1394468823.N /scripts/functions/db : __rvm_db_get() 53 > __rvm_grep '^system_type=' /Users/mwlang/.rvm/config/db
+++++ 1394468823.N /scripts/functions/db : __rvm_db_get() 53 > __rvm_sed -e 's#^system_type=##' -e '/^$/d'
+++++ 1394468823.N /scripts/functions/support : __rvm_grep() 233 > GREP_OPTIONS=
+++++ 1394468823.N /scripts/functions/support : __rvm_sed() 248 > sed -e 's#^system_type=##' -e '/^$/d'
+++++ 1394468823.N /scripts/functions/support : __rvm_grep() 233 > grep '^system_type=' /Users/mwlang/.rvm/config/db
+++++ 1394468823.N /scripts/functions/support : __rvm_grep() 233 > return 1
++++ 1394468823.N /scripts/functions/db : __rvm_db() 16 > value=
++++ 1394468823.N /scripts/functions/db : __rvm_db() 19 > [[ -n '' ]]
++++ 1394468823.N /scripts/functions/db : __rvm_db() 26 > true
++++ 1394468823.N /scripts/functions/utility_system : __rvm_detect_system_override() 201 > for _var in system_type system_name system_name_lowercase system_version system_arch
++++ 1394468823.N /scripts/functions/utility_system : __rvm_detect_system_override() 202 > __rvm_db system_name _system_name
++++ 1394468823.N /scripts/functions/db : __rvm_db() 7 > typeset value key variable
++++ 1394468823.N /scripts/functions/db : __rvm_db() 8 > key=system_name
++++ 1394468823.N /scripts/functions/db : __rvm_db() 9 > key=system_name
++++ 1394468823.N /scripts/functions/db : __rvm_db() 10 > variable=_system_name
++++ 1394468823.N /scripts/functions/db : __rvm_db() 12 > [[ -f /Users/mwlang/.rvm/user/db ]]
+++++ 1394468823.N /scripts/functions/db : __rvm_db() 13 > __rvm_db_ /Users/mwlang/.rvm/user/db system_name
+++++ 1394468823.N /scripts/functions/db : __rvm_db_() 60 > typeset __db __key __value
+++++ 1394468823.N /scripts/functions/db : __rvm_db_() 61 > __db=/Users/mwlang/.rvm/user/db
+++++ 1394468823.N /scripts/functions/db : __rvm_db_() 62 > __key=system_name
+++++ 1394468823.N /scripts/functions/db : __rvm_db_() 63 > shift 2
+++++ 1394468824.N /scripts/functions/db : __rvm_db_() 64 > __value=
+++++ 1394468824.N /scripts/functions/db : __rvm_db_() 65 > case "${__value}" in
+++++ 1394468824.N /scripts/functions/db : __rvm_db_() 70 > __rvm_db_get /Users/mwlang/.rvm/user/db system_name
+++++ 1394468824.N /scripts/functions/db : __rvm_db_get() 52 > [[ -f /Users/mwlang/.rvm/user/db ]]
+++++ 1394468824.N /scripts/functions/db : __rvm_db_get() 53 > __rvm_grep '^system_name=' /Users/mwlang/.rvm/user/db
+++++ 1394468824.N /scripts/functions/db : __rvm_db_get() 53 > __rvm_sed -e 's#^system_name=##' -e '/^$/d'
+++++ 1394468824.N /scripts/functions/support : __rvm_grep() 233 > GREP_OPTIONS=
+++++ 1394468824.N /scripts/functions/support : __rvm_sed() 248 > sed -e 's#^system_name=##' -e '/^$/d'
+++++ 1394468824.N /scripts/functions/support : __rvm_grep() 233 > grep '^system_name=' /Users/mwlang/.rvm/user/db
+++++ 1394468824.N /scripts/functions/support : __rvm_grep() 233 > return 1
++++ 1394468824.N /scripts/functions/db : __rvm_db() 13 > value=
++++ 1394468824.N /scripts/functions/db : __rvm_db() 15 > [[ -z '' ]]
++++ 1394468824.N /scripts/functions/db : __rvm_db() 15 > [[ -f /Users/mwlang/.rvm/config/db ]]
+++++ 1394468824.N /scripts/functions/db : __rvm_db() 16 > __rvm_db_ /Users/mwlang/.rvm/config/db system_name
+++++ 1394468824.N /scripts/functions/db : __rvm_db_() 60 > typeset __db __key __value
+++++ 1394468824.N /scripts/functions/db : __rvm_db_() 61 > __db=/Users/mwlang/.rvm/config/db
+++++ 1394468824.N /scripts/functions/db : __rvm_db_() 62 > __key=system_name
+++++ 1394468824.N /scripts/functions/db : __rvm_db_() 63 > shift 2
+++++ 1394468824.N /scripts/functions/db : __rvm_db_() 64 > __value=
+++++ 1394468824.N /scripts/functions/db : __rvm_db_() 65 > case "${__value}" in
+++++ 1394468824.N /scripts/functions/db : __rvm_db_() 70 > __rvm_db_get /Users/mwlang/.rvm/config/db system_name
+++++ 1394468824.N /scripts/functions/db : __rvm_db_get() 52 > [[ -f /Users/mwlang/.rvm/config/db ]]
+++++ 1394468824.N /scripts/functions/db : __rvm_db_get() 53 > __rvm_sed -e 's#^system_name=##' -e '/^$/d'
+++++ 1394468824.N /scripts/functions/db : __rvm_db_get() 53 > __rvm_grep '^system_name=' /Users/mwlang/.rvm/config/db
+++++ 1394468824.N /scripts/functions/support : __rvm_sed() 248 > sed -e 's#^system_name=##' -e '/^$/d'
+++++ 1394468824.N /scripts/functions/support : __rvm_grep() 233 > GREP_OPTIONS=
+++++ 1394468824.N /scripts/functions/support : __rvm_grep() 233 > grep '^system_name=' /Users/mwlang/.rvm/config/db
+++++ 1394468824.N /scripts/functions/support : __rvm_grep() 233 > return 1
++++ 1394468824.N /scripts/functions/db : __rvm_db() 16 > value=
++++ 1394468824.N /scripts/functions/db : __rvm_db() 19 > [[ -n '' ]]
++++ 1394468824.N /scripts/functions/db : __rvm_db() 26 > true
++++ 1394468824.N /scripts/functions/utility_system : __rvm_detect_system_override() 201 > for _var in system_type system_name system_name_lowercase system_version system_arch
++++ 1394468824.N /scripts/functions/utility_system : __rvm_detect_system_override() 202 > __rvm_db system_name_lowercase _system_name_lowercase
++++ 1394468824.N /scripts/functions/db : __rvm_db() 7 > typeset value key variable
++++ 1394468824.N /scripts/functions/db : __rvm_db() 8 > key=system_name_lowercase
++++ 1394468824.N /scripts/functions/db : __rvm_db() 9 > key=system_name_lowercase
++++ 1394468824.N /scripts/functions/db : __rvm_db() 10 > variable=_system_name_lowercase
++++ 1394468824.N /scripts/functions/db : __rvm_db() 12 > [[ -f /Users/mwlang/.rvm/user/db ]]
+++++ 1394468824.N /scripts/functions/db : __rvm_db() 13 > __rvm_db_ /Users/mwlang/.rvm/user/db system_name_lowercase
+++++ 1394468824.N /scripts/functions/db : __rvm_db_() 60 > typeset __db __key __value
+++++ 1394468824.N /scripts/functions/db : __rvm_db_() 61 > __db=/Users/mwlang/.rvm/user/db
+++++ 1394468824.N /scripts/functions/db : __rvm_db_() 62 > __key=system_name_lowercase
+++++ 1394468824.N /scripts/functions/db : __rvm_db_() 63 > shift 2
+++++ 1394468824.N /scripts/functions/db : __rvm_db_() 64 > __value=
+++++ 1394468824.N /scripts/functions/db : __rvm_db_() 65 > case "${__value}" in
+++++ 1394468824.N /scripts/functions/db : __rvm_db_() 70 > __rvm_db_get /Users/mwlang/.rvm/user/db system_name_lowercase
+++++ 1394468824.N /scripts/functions/db : __rvm_db_get() 52 > [[ -f /Users/mwlang/.rvm/user/db ]]
+++++ 1394468824.N /scripts/functions/db : __rvm_db_get() 53 > __rvm_grep '^system_name_lowercase=' /Users/mwlang/.rvm/user/db
+++++ 1394468824.N /scripts/functions/db : __rvm_db_get() 53 > __rvm_sed -e 's#^system_name_lowercase=##' -e '/^$/d'
+++++ 1394468824.N /scripts/functions/support : __rvm_grep() 233 > GREP_OPTIONS=
+++++ 1394468824.N /scripts/functions/support : __rvm_sed() 248 > sed -e 's#^system_name_lowercase=##' -e '/^$/d'
+++++ 1394468824.N /scripts/functions/support : __rvm_grep() 233 > grep '^system_name_lowercase=' /Users/mwlang/.rvm/user/db
+++++ 1394468824.N /scripts/functions/support : __rvm_grep() 233 > return 1
++++ 1394468824.N /scripts/functions/db : __rvm_db() 13 > value=
++++ 1394468824.N /scripts/functions/db : __rvm_db() 15 > [[ -z '' ]]
++++ 1394468824.N /scripts/functions/db : __rvm_db() 15 > [[ -f /Users/mwlang/.rvm/config/db ]]
+++++ 1394468824.N /scripts/functions/db : __rvm_db() 16 > __rvm_db_ /Users/mwlang/.rvm/config/db system_name_lowercase
+++++ 1394468824.N /scripts/functions/db : __rvm_db_() 60 > typeset __db __key __value
+++++ 1394468824.N /scripts/functions/db : __rvm_db_() 61 > __db=/Users/mwlang/.rvm/config/db
+++++ 1394468824.N /scripts/functions/db : __rvm_db_() 62 > __key=system_name_lowercase
+++++ 1394468824.N /scripts/functions/db : __rvm_db_() 63 > shift 2
+++++ 1394468824.N /scripts/functions/db : __rvm_db_() 64 > __value=
+++++ 1394468824.N /scripts/functions/db : __rvm_db_() 65 > case "${__value}" in
+++++ 1394468824.N /scripts/functions/db : __rvm_db_() 70 > __rvm_db_get /Users/mwlang/.rvm/config/db system_name_lowercase
+++++ 1394468824.N /scripts/functions/db : __rvm_db_get() 52 > [[ -f /Users/mwlang/.rvm/config/db ]]
+++++ 1394468824.N /scripts/functions/db : __rvm_db_get() 53 > __rvm_grep '^system_name_lowercase=' /Users/mwlang/.rvm/config/db
+++++ 1394468824.N /scripts/functions/db : __rvm_db_get() 53 > __rvm_sed -e 's#^system_name_lowercase=##' -e '/^$/d'
+++++ 1394468824.N /scripts/functions/support : __rvm_grep() 233 > GREP_OPTIONS=
+++++ 1394468824.N /scripts/functions/support : __rvm_sed() 248 > sed -e 's#^system_name_lowercase=##' -e '/^$/d'
+++++ 1394468824.N /scripts/functions/support : __rvm_grep() 233 > grep '^system_name_lowercase=' /Users/mwlang/.rvm/config/db
+++++ 1394468824.N /scripts/functions/support : __rvm_grep() 233 > return 1
++++ 1394468824.N /scripts/functions/db : __rvm_db() 16 > value=
++++ 1394468824.N /scripts/functions/db : __rvm_db() 19 > [[ -n '' ]]
++++ 1394468824.N /scripts/functions/db : __rvm_db() 26 > true
++++ 1394468824.N /scripts/functions/utility_system : __rvm_detect_system_override() 201 > for _var in system_type system_name system_name_lowercase system_version system_arch
++++ 1394468824.N /scripts/functions/utility_system : __rvm_detect_system_override() 202 > __rvm_db system_version _system_version
++++ 1394468824.N /scripts/functions/db : __rvm_db() 7 > typeset value key variable
++++ 1394468824.N /scripts/functions/db : __rvm_db() 8 > key=system_version
++++ 1394468824.N /scripts/functions/db : __rvm_db() 9 > key=system_version
++++ 1394468824.N /scripts/functions/db : __rvm_db() 10 > variable=_system_version
++++ 1394468824.N /scripts/functions/db : __rvm_db() 12 > [[ -f /Users/mwlang/.rvm/user/db ]]
+++++ 1394468824.N /scripts/functions/db : __rvm_db() 13 > __rvm_db_ /Users/mwlang/.rvm/user/db system_version
+++++ 1394468824.N /scripts/functions/db : __rvm_db_() 60 > typeset __db __key __value
+++++ 1394468824.N /scripts/functions/db : __rvm_db_() 61 > __db=/Users/mwlang/.rvm/user/db
+++++ 1394468824.N /scripts/functions/db : __rvm_db_() 62 > __key=system_version
+++++ 1394468824.N /scripts/functions/db : __rvm_db_() 63 > shift 2
+++++ 1394468824.N /scripts/functions/db : __rvm_db_() 64 > __value=
+++++ 1394468824.N /scripts/functions/db : __rvm_db_() 65 > case "${__value}" in
+++++ 1394468824.N /scripts/functions/db : __rvm_db_() 70 > __rvm_db_get /Users/mwlang/.rvm/user/db system_version
+++++ 1394468824.N /scripts/functions/db : __rvm_db_get() 52 > [[ -f /Users/mwlang/.rvm/user/db ]]
+++++ 1394468824.N /scripts/functions/db : __rvm_db_get() 53 > __rvm_sed -e 's#^system_version=##' -e '/^$/d'
+++++ 1394468824.N /scripts/functions/db : __rvm_db_get() 53 > __rvm_grep '^system_version=' /Users/mwlang/.rvm/user/db
+++++ 1394468824.N /scripts/functions/support : __rvm_grep() 233 > GREP_OPTIONS=
+++++ 1394468824.N /scripts/functions/support : __rvm_sed() 248 > sed -e 's#^system_version=##' -e '/^$/d'
+++++ 1394468824.N /scripts/functions/support : __rvm_grep() 233 > grep '^system_version=' /Users/mwlang/.rvm/user/db
+++++ 1394468824.N /scripts/functions/support : __rvm_grep() 233 > return 1
++++ 1394468824.N /scripts/functions/db : __rvm_db() 13 > value=
++++ 1394468824.N /scripts/functions/db : __rvm_db() 15 > [[ -z '' ]]
++++ 1394468824.N /scripts/functions/db : __rvm_db() 15 > [[ -f /Users/mwlang/.rvm/config/db ]]
+++++ 1394468824.N /scripts/functions/db : __rvm_db() 16 > __rvm_db_ /Users/mwlang/.rvm/config/db system_version
+++++ 1394468824.N /scripts/functions/db : __rvm_db_() 60 > typeset __db __key __value
+++++ 1394468824.N /scripts/functions/db : __rvm_db_() 61 > __db=/Users/mwlang/.rvm/config/db
+++++ 1394468824.N /scripts/functions/db : __rvm_db_() 62 > __key=system_version
+++++ 1394468824.N /scripts/functions/db : __rvm_db_() 63 > shift 2
+++++ 1394468824.N /scripts/functions/db : __rvm_db_() 64 > __value=
+++++ 1394468824.N /scripts/functions/db : __rvm_db_() 65 > case "${__value}" in
+++++ 1394468824.N /scripts/functions/db : __rvm_db_() 70 > __rvm_db_get /Users/mwlang/.rvm/config/db system_version
+++++ 1394468824.N /scripts/functions/db : __rvm_db_get() 52 > [[ -f /Users/mwlang/.rvm/config/db ]]
+++++ 1394468824.N /scripts/functions/db : __rvm_db_get() 53 > __rvm_grep '^system_version=' /Users/mwlang/.rvm/config/db
+++++ 1394468824.N /scripts/functions/db : __rvm_db_get() 53 > __rvm_sed -e 's#^system_version=##' -e '/^$/d'
+++++ 1394468824.N /scripts/functions/support : __rvm_sed() 248 > sed -e 's#^system_version=##' -e '/^$/d'
+++++ 1394468824.N /scripts/functions/support : __rvm_grep() 233 > GREP_OPTIONS=
+++++ 1394468824.N /scripts/functions/support : __rvm_grep() 233 > grep '^system_version=' /Users/mwlang/.rvm/config/db
+++++ 1394468824.N /scripts/functions/support : __rvm_grep() 233 > return 1
++++ 1394468824.N /scripts/functions/db : __rvm_db() 16 > value=
++++ 1394468824.N /scripts/functions/db : __rvm_db() 19 > [[ -n '' ]]
++++ 1394468824.N /scripts/functions/db : __rvm_db() 26 > true
++++ 1394468824.N /scripts/functions/utility_system : __rvm_detect_system_override() 201 > for _var in system_type system_name system_name_lowercase system_version system_arch
++++ 1394468824.N /scripts/functions/utility_system : __rvm_detect_system_override() 202 > __rvm_db system_arch _system_arch
++++ 1394468824.N /scripts/functions/db : __rvm_db() 7 > typeset value key variable
++++ 1394468824.N /scripts/functions/db : __rvm_db() 8 > key=system_arch
++++ 1394468824.N /scripts/functions/db : __rvm_db() 9 > key=system_arch
++++ 1394468824.N /scripts/functions/db : __rvm_db() 10 > variable=_system_arch
++++ 1394468824.N /scripts/functions/db : __rvm_db() 12 > [[ -f /Users/mwlang/.rvm/user/db ]]
+++++ 1394468824.N /scripts/functions/db : __rvm_db() 13 > __rvm_db_ /Users/mwlang/.rvm/user/db system_arch
+++++ 1394468824.N /scripts/functions/db : __rvm_db_() 60 > typeset __db __key __value
+++++ 1394468824.N /scripts/functions/db : __rvm_db_() 61 > __db=/Users/mwlang/.rvm/user/db
+++++ 1394468824.N /scripts/functions/db : __rvm_db_() 62 > __key=system_arch
+++++ 1394468824.N /scripts/functions/db : __rvm_db_() 63 > shift 2
+++++ 1394468824.N /scripts/functions/db : __rvm_db_() 64 > __value=
+++++ 1394468824.N /scripts/functions/db : __rvm_db_() 65 > case "${__value}" in
+++++ 1394468824.N /scripts/functions/db : __rvm_db_() 70 > __rvm_db_get /Users/mwlang/.rvm/user/db system_arch
+++++ 1394468824.N /scripts/functions/db : __rvm_db_get() 52 > [[ -f /Users/mwlang/.rvm/user/db ]]
+++++ 1394468824.N /scripts/functions/db : __rvm_db_get() 53 > __rvm_grep '^system_arch=' /Users/mwlang/.rvm/user/db
+++++ 1394468824.N /scripts/functions/db : __rvm_db_get() 53 > __rvm_sed -e 's#^system_arch=##' -e '/^$/d'
+++++ 1394468824.N /scripts/functions/support : __rvm_grep() 233 > GREP_OPTIONS=
+++++ 1394468824.N /scripts/functions/support : __rvm_sed() 248 > sed -e 's#^system_arch=##' -e '/^$/d'
+++++ 1394468824.N /scripts/functions/support : __rvm_grep() 233 > grep '^system_arch=' /Users/mwlang/.rvm/user/db
+++++ 1394468824.N /scripts/functions/support : __rvm_grep() 233 > return 1
++++ 1394468824.N /scripts/functions/db : __rvm_db() 13 > value=
++++ 1394468824.N /scripts/functions/db : __rvm_db() 15 > [[ -z '' ]]
++++ 1394468824.N /scripts/functions/db : __rvm_db() 15 > [[ -f /Users/mwlang/.rvm/config/db ]]
+++++ 1394468824.N /scripts/functions/db : __rvm_db() 16 > __rvm_db_ /Users/mwlang/.rvm/config/db system_arch
+++++ 1394468824.N /scripts/functions/db : __rvm_db_() 60 > typeset __db __key __value
+++++ 1394468824.N /scripts/functions/db : __rvm_db_() 61 > __db=/Users/mwlang/.rvm/config/db
+++++ 1394468824.N /scripts/functions/db : __rvm_db_() 62 > __key=system_arch
+++++ 1394468824.N /scripts/functions/db : __rvm_db_() 63 > shift 2
+++++ 1394468824.N /scripts/functions/db : __rvm_db_() 64 > __value=
+++++ 1394468824.N /scripts/functions/db : __rvm_db_() 65 > case "${__value}" in
+++++ 1394468824.N /scripts/functions/db : __rvm_db_() 70 > __rvm_db_get /Users/mwlang/.rvm/config/db system_arch
+++++ 1394468824.N /scripts/functions/db : __rvm_db_get() 52 > [[ -f /Users/mwlang/.rvm/config/db ]]
+++++ 1394468824.N /scripts/functions/db : __rvm_db_get() 53 > __rvm_grep '^system_arch=' /Users/mwlang/.rvm/config/db
+++++ 1394468824.N /scripts/functions/db : __rvm_db_get() 53 > __rvm_sed -e 's#^system_arch=##' -e '/^$/d'
+++++ 1394468824.N /scripts/functions/support : __rvm_sed() 248 > sed -e 's#^system_arch=##' -e '/^$/d'
+++++ 1394468824.N /scripts/functions/support : __rvm_grep() 233 > GREP_OPTIONS=
+++++ 1394468824.N /scripts/functions/support : __rvm_grep() 233 > grep '^system_arch=' /Users/mwlang/.rvm/config/db
+++++ 1394468824.N /scripts/functions/support : __rvm_grep() 233 > return 1
++++ 1394468824.N /scripts/functions/db : __rvm_db() 16 > value=
++++ 1394468824.N /scripts/functions/db : __rvm_db() 19 > [[ -n '' ]]
++++ 1394468824.N /scripts/functions/db : __rvm_db() 26 > true
++ 1394468824.N /scripts/base : 114 > for entry in '${scripts[@]}'
++ 1394468824.N /scripts/base : 115 > source /Users/mwlang/.rvm/scripts/functions/init
++ 1394468824.N /scripts/base : 114 > for entry in '${scripts[@]}'
++ 1394468824.N /scripts/base : 115 > source /Users/mwlang/.rvm/scripts/functions/cleanup
++ 1394468824.N /scripts/base : 114 > for entry in '${scripts[@]}'
++ 1394468824.N /scripts/base : 115 > source /Users/mwlang/.rvm/scripts/functions/env
++ 1394468824.N /scripts/base : 114 > for entry in '${scripts[@]}'
++ 1394468824.N /scripts/base : 115 > source /Users/mwlang/.rvm/scripts/functions/rvmrc
+++ 1394468824.N /scripts/functions/rvmrc : 3 > source /Users/mwlang/.rvm/scripts/functions/rvmrc_project
+++ 1394468824.N /scripts/functions/rvmrc : 4 > source /Users/mwlang/.rvm/scripts/functions/rvmrc_set
+++ 1394468824.N /scripts/functions/rvmrc : 5 > source /Users/mwlang/.rvm/scripts/functions/rvmrc_to
+++ 1394468824.N /scripts/functions/rvmrc : 6 > source /Users/mwlang/.rvm/scripts/functions/rvmrc_trust
+++ 1394468824.N /scripts/functions/rvmrc : 7 > source /Users/mwlang/.rvm/scripts/functions/rvmrc_warning
++ 1394468824.N /scripts/base : 114 > for entry in '${scripts[@]}'
++ 1394468824.N /scripts/base : 115 > source /Users/mwlang/.rvm/scripts/functions/install
++ 1394468824.N /scripts/base : 114 > for entry in '${scripts[@]}'
++ 1394468824.N /scripts/base : 115 > source /Users/mwlang/.rvm/scripts/functions/environment
++ 1394468824.N /scripts/base : 114 > for entry in '${scripts[@]}'
++ 1394468824.N /scripts/base : 115 > source /Users/mwlang/.rvm/scripts/functions/gemset
++ 1394468824.N /scripts/base : 114 > for entry in '${scripts[@]}'
++ 1394468824.N /scripts/base : 115 > source /Users/mwlang/.rvm/scripts/functions/checksum
++ 1394468824.N /scripts/base : 114 > for entry in '${scripts[@]}'
++ 1394468824.N /scripts/base : 115 > source /Users/mwlang/.rvm/scripts/functions/list
++ 1394468824.N /scripts/base : 117 > unset scripts entry rvm_base_except
+ 1394468824.N /scripts/patchsets : 6 > source /Users/mwlang/.rvm/scripts/patches
+ 1394468824.N /scripts/patchsets : 32 > args=($*)
+ 1394468824.N /scripts/patchsets : 33 > action=show
+ 1394468824.N /scripts/patchsets : 34 > patchset=osx
++ 1394468824.N /scripts/patchsets : 35 > echo
+ 1394468824.N /scripts/patchsets : 35 > args=
+ 1394468824.N /scripts/patchsets : 37 > case "$action" in
+ 1394468824.N /scripts/patchsets : 39 > lookup_patchset osx
+ 1394468824.N /scripts/patchsets : lookup_patchset() 10 > typeset paths lookup_path
+ 1394468824.N /scripts/patchsets : lookup_patchset() 12 > [[ -z osx ]]
+ 1394468824.N /scripts/patchsets : lookup_patchset() 18 > paths=($(__rvm_ruby_string_paths_under "$rvm_path/patchsets" | sort -r))
++ 1394468824.N /scripts/patchsets : lookup_patchset() 18 > __rvm_ruby_string_paths_under /Users/mwlang/.rvm/patchsets
++ 1394468824.N /scripts/patchsets : lookup_patchset() 18 > sort -r
++ 1394468824.N /scripts/functions/utility : __rvm_ruby_string_paths_under() 42 > typeset __search_path part parts IFS
++ 1394468824.N /scripts/functions/utility : __rvm_ruby_string_paths_under() 43 > IFS=' '
++ 1394468824.N /scripts/functions/utility : __rvm_ruby_string_paths_under() 45 > __search_path=/Users/mwlang/.rvm/patchsets
++ 1394468824.N /scripts/functions/utility : __rvm_ruby_string_paths_under() 47 > [[ -n '' ]]
++ 1394468824.N /scripts/functions/utility : __rvm_ruby_string_paths_under() 49 > parts=(${rvm_ruby_string//-/ })
++ 1394468824.N /scripts/functions/utility : __rvm_ruby_string_paths_under() 52 > echo /Users/mwlang/.rvm/patchsets
++ 1394468824.N /scripts/functions/utility : __rvm_ruby_string_paths_under() 53 > for part in '"${parts[@]}"'
++ 1394468824.N /scripts/functions/utility : __rvm_ruby_string_paths_under() 55 > __search_path=/Users/mwlang/.rvm/patchsets/rbx
++ 1394468824.N /scripts/functions/utility : __rvm_ruby_string_paths_under() 56 > echo /Users/mwlang/.rvm/patchsets/rbx
++ 1394468824.N /scripts/functions/utility : __rvm_ruby_string_paths_under() 53 > for part in '"${parts[@]}"'
++ 1394468825.N /scripts/functions/utility : __rvm_ruby_string_paths_under() 55 > __search_path=/Users/mwlang/.rvm/patchsets/rbx/2.2.5
++ 1394468825.N /scripts/functions/utility : __rvm_ruby_string_paths_under() 56 > echo /Users/mwlang/.rvm/patchsets/rbx/2.2.5
+ 1394468825.N /scripts/patchsets : lookup_patchset() 20 > for lookup_path in '"${paths[@]}"'
+ 1394468825.N /scripts/patchsets : lookup_patchset() 22 > [[ -s /Users/mwlang/.rvm/patchsets/rbx/2.2.5/osx ]]
+ 1394468825.N /scripts/patchsets : lookup_patchset() 20 > for lookup_path in '"${paths[@]}"'
+ 1394468825.N /scripts/patchsets : lookup_patchset() 22 > [[ -s /Users/mwlang/.rvm/patchsets/rbx/osx ]]
+ 1394468825.N /scripts/patchsets : lookup_patchset() 20 > for lookup_path in '"${paths[@]}"'
+ 1394468825.N /scripts/patchsets : lookup_patchset() 22 > [[ -s /Users/mwlang/.rvm/patchsets/osx ]]
+ 1394468825.N /scripts/patchsets : lookup_patchset() 29 > return 1
+++ 1394468825.N /scripts/patches : __rvm_expand_patch_name() 9 > expanded_patch_name=
+++ 1394468825.N /scripts/patches : __rvm_expand_patch_name() 13 > [[ optional default osx != *\ \o\s\x\ * ]]
++ 1394468825.N /scripts/functions/manage/base_install_patches : __rvm_current_patch_names() -364 rvm_debug 'Patch name '\''osx'\'', expanded_name(s) '\'''\''.'
++ 1394468825.N /scripts/functions/logging : rvm_debug() 1 > (( 0 ))
++ 1394468825.N /scripts/functions/logging : rvm_debug() 1 > return 0
++ 1394468825.N /scripts/functions/manage/base_install_patches : __rvm_apply_patches() -85 > rvm_debug 'All found patches(0): .'
++ 1394468825.N /scripts/functions/logging : rvm_debug() 1 > (( 0 ))
++ 1394468825.N /scripts/functions/logging : rvm_debug() 1 > return 0
++ 1394468825.N /scripts/functions/manage/base_install_patches : __rvm_apply_patches() -82 > [[ -n '' ]]
++ 1394468825.N /scripts/functions/manage/base_install_patches : __rvm_apply_patches() -50 > __rvm_cd /Users/mwlang/.rvm/src/rbx-2.2.5
++ 1394468825.N /scripts/functions/support : __rvm_cd() 1 > typeset old_cdpath ret
++ 1394468825.N /scripts/functions/support : __rvm_cd() 2 > ret=0
++ 1394468825.N /scripts/functions/support : __rvm_cd() 3 > old_cdpath=
++ 1394468825.N /scripts/functions/support : __rvm_cd() 4 > CDPATH=.
++ 1394468825.N /scripts/functions/support : __rvm_cd() 5 > chpwd_functions=
++ 1394468825.N /scripts/functions/support : __rvm_cd() 5 > builtin cd /Users/mwlang/.rvm/src/rbx-2.2.5
++ 1394468825.N /scripts/functions/support : __rvm_cd() 6 > CDPATH=
++ 1394468825.N /scripts/functions/support : __rvm_cd() 7 > return 0
++ 1394468825.N /scripts/functions/manage/base_install_patches : __rvm_apply_patches() -64 > return 0
++ 1394468825.N /scripts/functions/manage/rubinius : rubinius_install() -52 > (( 4 ))
++ 1394468825.N /scripts/functions/manage/rubinius : rubinius_install() -51 > rvm_configure_flags=(--prefix="$rvm_ruby_home" "${rvm_configure_flags[@]}")
++ 1394468825.N /scripts/functions/manage/rubinius : rubinius_install() -49 > __rvm_db rbx_configure_flags db_configure_flags
++ 1394468825.N /scripts/functions/db : __rvm_db() 1 > typeset value key variable
++ 1394468825.N /scripts/functions/db : __rvm_db() 2 > key=rbx_configure_flags
++ 1394468825.N /scripts/functions/db : __rvm_db() 3 > key=rbx_configure_flags
++ 1394468825.N /scripts/functions/db : __rvm_db() 4 > variable=db_configure_flags
++ 1394468825.N /scripts/functions/db : __rvm_db() 6 > [[ -f /Users/mwlang/.rvm/user/db ]]
+++ 1394468825.N /scripts/functions/db : __rvm_db() 1 > __rvm_db_ /Users/mwlang/.rvm/user/db rbx_configure_flags
+++ 1394468825.N /scripts/functions/db : __rvm_db_() 1 > typeset __db __key __value
+++ 1394468825.N /scripts/functions/db : __rvm_db_() 2 > __db=/Users/mwlang/.rvm/user/db
+++ 1394468825.N /scripts/functions/db : __rvm_db_() 3 > __key=rbx_configure_flags
+++ 1394468825.N /scripts/functions/db : __rvm_db_() 4 > shift 2
+++ 1394468825.N /scripts/functions/db : __rvm_db_() 5 > __value=
+++ 1394468825.N /scripts/functions/db : __rvm_db_() 65 > case "${__value}" in
+++ 1394468825.N /scripts/functions/db : __rvm_db_() 11 > __rvm_db_get /Users/mwlang/.rvm/user/db rbx_configure_flags
+++ 1394468825.N /scripts/functions/db : __rvm_db_get() 1 > [[ -f /Users/mwlang/.rvm/user/db ]]
+++ 1394468825.N /scripts/functions/db : __rvm_db_get() 2 > __rvm_sed -e 's#^rbx_configure_flags=##' -e '/^$/d'
+++ 1394468825.N /scripts/functions/db : __rvm_db_get() 2 > __rvm_grep '^rbx_configure_flags=' /Users/mwlang/.rvm/user/db
+++ 1394468825.N /scripts/functions/support : __rvm_sed() 0 > sed -e 's#^rbx_configure_flags=##' -e '/^$/d'
+++ 1394468825.N /scripts/functions/support : __rvm_grep() 0 > GREP_OPTIONS=
+++ 1394468825.N /scripts/functions/support : __rvm_grep() 0 > grep '^rbx_configure_flags=' /Users/mwlang/.rvm/user/db
+++ 1394468825.N /scripts/functions/support : __rvm_grep() 0 > return 1
++ 1394468825.N /scripts/functions/db : __rvm_db() 7 > value=
++ 1394468825.N /scripts/functions/db : __rvm_db() 9 > [[ -z '' ]]
++ 1394468825.N /scripts/functions/db : __rvm_db() 9 > [[ -f /Users/mwlang/.rvm/config/db ]]
+++ 1394468825.N /scripts/functions/db : __rvm_db() 4 > __rvm_db_ /Users/mwlang/.rvm/config/db rbx_configure_flags
+++ 1394468825.N /scripts/functions/db : __rvm_db_() 1 > typeset __db __key __value
+++ 1394468825.N /scripts/functions/db : __rvm_db_() 2 > __db=/Users/mwlang/.rvm/config/db
+++ 1394468825.N /scripts/functions/db : __rvm_db_() 3 > __key=rbx_configure_flags
+++ 1394468825.N /scripts/functions/db : __rvm_db_() 4 > shift 2
+++ 1394468825.N /scripts/functions/db : __rvm_db_() 5 > __value=
+++ 1394468825.N /scripts/functions/db : __rvm_db_() 65 > case "${__value}" in
+++ 1394468825.N /scripts/functions/db : __rvm_db_() 11 > __rvm_db_get /Users/mwlang/.rvm/config/db rbx_configure_flags
+++ 1394468825.N /scripts/functions/db : __rvm_db_get() 1 > [[ -f /Users/mwlang/.rvm/config/db ]]
+++ 1394468825.N /scripts/functions/db : __rvm_db_get() 2 > __rvm_grep '^rbx_configure_flags=' /Users/mwlang/.rvm/config/db
+++ 1394468825.N /scripts/functions/db : __rvm_db_get() 2 > __rvm_sed -e 's#^rbx_configure_flags=##' -e '/^$/d'
+++ 1394468825.N /scripts/functions/support : __rvm_sed() 0 > sed -e 's#^rbx_configure_flags=##' -e '/^$/d'
+++ 1394468825.N /scripts/functions/support : __rvm_grep() 0 > GREP_OPTIONS=
+++ 1394468825.N /scripts/functions/support : __rvm_grep() 0 > grep '^rbx_configure_flags=' /Users/mwlang/.rvm/config/db
+++ 1394468825.N /scripts/functions/support : __rvm_grep() 0 > return 1
++ 1394468825.N /scripts/functions/db : __rvm_db() 10 > value=
++ 1394468825.N /scripts/functions/db : __rvm_db() 13 > [[ -n '' ]]
++ 1394468825.N /scripts/functions/db : __rvm_db() 20 > true
++ 1394468825.N /scripts/functions/manage/rubinius : rubinius_install() 104 > [[ -n '' ]]
++ 1394468825.N /scripts/functions/manage/rubinius : rubinius_install() 106 > rvm_configure_flags=(${db_configure_flags} "${rvm_configure_flags[@]}")
++ 1394468825.N /scripts/functions/manage/rubinius : rubinius_install() 110 > (( 1 ))
++ 1394468825.N /scripts/functions/manage/rubinius : rubinius_install() 113 > [[ -f Gemfile ]]
++ 1394468825.N /scripts/functions/manage/rubinius : rubinius_install() 115 > __rvm_log_command bundle 'ruby-2.0.0-p353@rubinius - #bundle install' /Users/mwlang/.rvm/wrappers/ruby-2.0.0-p353@rubinius/bundle install
++ 1394468825.N /scripts/functions/utility_logging : __rvm_log_command() 1 > typeset name message _command_start _command_name
++ 1394468825.N /scripts/functions/utility_logging : __rvm_log_command() 2 > typeset -a _command
++ 1394468825.N /scripts/functions/utility_logging : __rvm_log_command() 4 > name=bundle
++ 1394468825.N /scripts/functions/utility_logging : __rvm_log_command() 5 > message='ruby-2.0.0-p353@rubinius - #bundle install'
++ 1394468825.N /scripts/functions/utility_logging : __rvm_log_command() 6 > shift 2
++ 1394468825.N /scripts/functions/utility_logging : __rvm_log_command() 7 > _command=("$@")
++ 1394468825.N /scripts/functions/utility_logging : __rvm_log_command() 8 > _command_start=/Users/mwlang/.rvm/wrappers/ruby-2.0.0-p353@rubinius/bundle
++ 1394468825.N /scripts/functions/utility_logging : __rvm_log_command() 9 > (( 2 ))
++ 1394468825.N /scripts/functions/utility_logging : __rvm_log_command() 9 > [[ /Users/mwlang/.rvm/wrappers/ruby-2.0.0-p353@rubinius/bundle =~ = ]]
++ 1394468825.N /scripts/functions/utility_logging : __rvm_log_command() 12 > _command_name=/Users/mwlang/.rvm/wrappers/ruby-2.0.0-p353@rubinius/bundle
++ 1394468825.N /scripts/functions/utility_logging : __rvm_log_command() 14 > [[ ! /Users/mwlang/.rvm/wrappers/ruby-2.0.0-p353@rubinius/bundle =~ = ]]
++ 1394468825.N /scripts/functions/utility_logging : __rvm_log_command() 15 > __function_on_stack __rvm_log_command_internal
++ 1394468825.N /scripts/functions/support : __function_on_stack() 1 > __rvm_string_includes '__function_on_stack __rvm_log_command rubinius_install __rvm_install_ruby __rvm_manage_rubies source __rvm_run_wrapper __rvm_cli_install_ruby rvm' __rvm_log_command_internal
++ 1394468825.N /scripts/functions/support : __rvm_string_includes() 1 > typeset __search '__text=__function_on_stack __rvm_log_command rubinius_install __rvm_install_ruby __rvm_manage_rubies source __rvm_run_wrapper __rvm_cli_install_ruby rvm'
++ 1394468825.N /scripts/functions/support : __rvm_string_includes() 2 > shift
++ 1394468825.N /scripts/functions/support : __rvm_string_includes() 380 > for __search in '"$@"'
++ 1394468825.N /scripts/functions/support : __rvm_string_includes() 5 > [[ __function_on_stack __rvm_log_command rubinius_install __rvm_install_ruby __rvm_manage_rubies source __rvm_run_wrapper __rvm_cli_install_ruby rvm =~ __rvm_log_command_internal ]]
++ 1394468825.N /scripts/functions/support : __rvm_string_includes() 9 > return 1
++ 1394468825.N /scripts/functions/support : __function_on_stack() 14 > return 1
++ 1394468825.N /scripts/functions/utility_logging : __rvm_log_command() -315 > __rvm_log_command_internal /Users/mwlang/.rvm/wrappers/ruby-2.0.0-p353@rubinius/bundle install
++ 1394468825.N /scripts/functions/utility_logging : __rvm_log_command_internal() 1 > typeset _log
++ 1394468825.N /scripts/functions/utility_logging : __rvm_log_command_internal() 3 > (( 0 == 0 ))
++ 1394468825.N /scripts/functions/utility_logging : __rvm_log_command_internal() 5 > __rvm_log_command_caclulate_log_file_name
++ 1394468825.N /scripts/functions/utility_logging : __rvm_log_command_caclulate_log_file_name() 1[[ -n 1394468759 ]]
++ 1394468825.N /scripts/functions/utility_logging : __rvm_log_command_caclulate_log_file_name() 2[[ -n local, ]]
++ 1394468825.N /scripts/functions/utility_logging : __rvm_log_command_caclulate_log_file_name() 3[[ -n 250 ]]
++ 1394468825.N /scripts/functions/utility_logging : __rvm_log_command_caclulate_log_file_name() 4name=bundle
++ 1394468825.N /scripts/functions/utility_logging : __rvm_log_command_caclulate_log_file_name() 5_log=/Users/mwlang/.rvm/log/1394468759_rbx-2.2.5/bundle
++ 1394468825.N /scripts/functions/utility_logging : __rvm_log_command_caclulate_log_file_name() 6[[ -n '' ]]
++ 1394468825.N /scripts/functions/utility_logging : __rvm_log_command_caclulate_log_file_name() 8_log=/Users/mwlang/.rvm/log/1394468759_rbx-2.2.5/bundle.log
++ 1394468825.N /scripts/functions/utility_logging : __rvm_log_command_internal() 63 > rvm_debug 'Log file: /Users/mwlang/.rvm/log/1394468759_rbx-2.2.5/bundle.log'
++ 1394468825.N /scripts/functions/logging : rvm_debug() 1 > (( 0 ))
++ 1394468825.N /scripts/functions/logging : rvm_debug() 1 > return 0
++ 1394468825.N /scripts/functions/utility_logging : __rvm_log_command_internal() -47 > [[ -d /Users/mwlang/.rvm/log/1394468759_rbx-2.2.5 ]]
++ 1394468825.N /scripts/functions/utility_logging : __rvm_log_command_internal() -46 > [[ -f /Users/mwlang/.rvm/log/1394468759_rbx-2.2.5/bundle.log ]]
++ 1394468825.N /scripts/functions/utility_logging : __rvm_log_command_internal() -46 > rm -f /Users/mwlang/.rvm/log/1394468759_rbx-2.2.5/bundle.log
++ 1394468825.N /scripts/functions/utility_logging : __rvm_log_command_internal() -44 > rvm_debug_stream
++ 1394468825.N /scripts/functions/utility_logging : __rvm_log_command_internal() -44 > tee /Users/mwlang/.rvm/log/1394468759_rbx-2.2.5/bundle.log
++ 1394468825.N /scripts/functions/utility_logging : __rvm_log_command_internal() -44 > __rvm_log_command_debug
++ 1394468825.N /scripts/functions/logging : rvm_debug_stream() 1 > (( 0 == 0 && 1 == 0 ))
+++ 1394468825.N /scripts/functions/utility_logging : __rvm_log_command_debug() -67 > __rvm_date '+%Y-%m-%d %H:%M:%S'
++ 1394468825.N /scripts/functions/logging : rvm_debug_stream() 3 > rvm_pretty_print stdout
+++ 1394468825.N /scripts/functions/support : __rvm_date() 0 > date '+%Y-%m-%d %H:%M:%S'
++ 1394468825.N /scripts/functions/logging : rvm_pretty_print() 73 > case "${rvm_pretty_print_flag:=auto}" in
++ 1394468825.N /scripts/functions/logging : rvm_pretty_print() 78 > case "${TERM:-dumb}" in
++ 1394468825.N /scripts/functions/utility_logging : __rvm_log_command_debug() 1 > printf %b '[2014-03-10 12:27:05] /Users/mwlang/.rvm/wrappers/ruby-2.0.0-p353@rubinius/bundle\n'
++ 1394468825.N /scripts/functions/logging : rvm_pretty_print() 81 > case "$1" in
++ 1394468825.N /scripts/functions/utility_logging : __rvm_log_command_debug() 2 > is_a_function /Users/mwlang/.rvm/wrappers/ruby-2.0.0-p353@rubinius/bundle
++ 1394468825.N /scripts/functions/logging : rvm_pretty_print() 10 > [[ -t 1 ]]
++ 1394468825.N /scripts/functions/support : is_a_function() 1 > typeset -f /Users/mwlang/.rvm/wrappers/ruby-2.0.0-p353@rubinius/bundle
++ 1394468825.N /scripts/functions/logging : rvm_pretty_print() 10 > return 1
++ 1394468825.N /scripts/functions/support : is_a_function() 1 > return 1
++ 1394468825.N /scripts/functions/logging : rvm_debug_stream() 84 > cat -
++ 1394468825.N /scripts/functions/utility_logging : __rvm_log_command_debug() 69 > printf %b 'current path: /Users/mwlang/.rvm/src/rbx-2.2.5\n'
[2014-03-10 12:27:05] /Users/mwlang/.rvm/wrappers/ruby-2.0.0-p353@rubinius/bundle
current path: /Users/mwlang/.rvm/src/rbx-2.2.5
++ 1394468825.N /scripts/functions/utility_logging : __rvm_log_command_debug() 70 > env
++ 1394468825.N /scripts/functions/utility_logging : __rvm_log_command_debug() 70 > grep -E '^GEM_HOME=|^GEM_PATH=|^PATH='
PATH=/Users/mwlang/.rvm/bin:/usr/local/opt/pkg-config/bin:/usr/local/opt/libtool/bin:/usr/local/opt/automake/bin:/usr/local/opt/autoconf/bin:/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/local/sbin:/usr/local/share/npm/bin:/opt/local/bin:/opt/local/sbin:/opt/local/lib/mysql5/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin
++ 1394468825.N /scripts/functions/utility_logging : __rvm_log_command_debug() 71 > printf %b 'command(2): /Users/mwlang/.rvm/wrappers/ruby-2.0.0-p353@rubinius/bundle install\n'
command(2): /Users/mwlang/.rvm/wrappers/ruby-2.0.0-p353@rubinius/bundle install
++ 1394468825.N /scripts/functions/utility_logging : __rvm_log_command_internal() -42 > __rvm_log_dotted /Users/mwlang/.rvm/log/1394468759_rbx-2.2.5/bundle.log 'ruby-2.0.0-p353@rubinius - #bundle install' /Users/mwlang/.rvm/wrappers/ruby-2.0.0-p353@rubinius/bundle install
++ 1394468825.N /scripts/functions/utility_logging : __rvm_log_dotted() 1 > typeset __log_file __message __iterator
++ 1394468825.N /scripts/functions/utility_logging : __rvm_log_dotted() 2 > __log_file=/Users/mwlang/.rvm/log/1394468759_rbx-2.2.5/bundle.log
++ 1394468825.N /scripts/functions/utility_logging : __rvm_log_dotted() 3 > __message='ruby-2.0.0-p353@rubinius - #bundle install'
++ 1394468825.N /scripts/functions/utility_logging : __rvm_log_dotted() 4 > shift 2
++ 1394468825.N /scripts/functions/utility_logging : __rvm_log_dotted() 6 > [[ -n '' ]]
++ 1394468825.N /scripts/functions/utility_logging : __rvm_log_dotted() 11 > /Users/mwlang/.rvm/wrappers/ruby-2.0.0-p353@rubinius/bundle install
++ 1394468825.N /scripts/functions/utility_logging : __rvm_log_dotted() 11 > tee -a /Users/mwlang/.rvm/log/1394468759_rbx-2.2.5/bundle.log
++ 1394468825.N /scripts/functions/utility_logging : __rvm_log_dotted() 11 > __rvm_dotted 'ruby-2.0.0-p353@rubinius - #bundle install'
++ 1394468825.N /scripts/functions/utility_logging : __rvm_dotted() 1 > typeset flush
++ 1394468825.N /scripts/functions/utility_logging : __rvm_dotted() 3 > (( 1 ))
++ 1394468825.N /scripts/functions/utility_logging : __rvm_dotted() 4 > printf %b 'ruby-2.0.0-p353@rubinius - #bundle install'
ruby-2.0.0-p353@rubinius - #bundle install++ 1394468825.N /scripts/functions/utility_logging : __rvm_dotted() 7 > __rvm_awk '{fflush;}'
++ 1394468825.N /scripts/functions/utility_logging : __rvm_dotted() 151 > flush=fflush
+++ 1394468825.N /scripts/functions/utility_logging : __rvm_dotted() 152 > tput cub1
++ 1394468825.N /scripts/functions/utility_logging : __rvm_dotted() 157 > awk -v $'go_back=\b' '
BEGIN{ spin[0]="|"go_back; spin[1]="/"go_back; spin[2]="-"go_back; spin[3]="\\"go_back }
{
if ((NR-1)%(10)==9)
printf ".";
else
if (go_back!="") printf spin[(NR-1)%4];
fflush
}
END{print "."}
'
|.
++ 1394468825.N /scripts/functions/utility_logging : __rvm_log_dotted() 12 > __rvm_check_pipestatus 127 0 0
++ 1394468825.N /scripts/functions/utility_logging : __rvm_check_pipestatus() 195 > for __iterator in '"$@"'
++ 1394468825.N /scripts/functions/utility_logging : __rvm_check_pipestatus() 197 > case "${__iterator}" in
++ 1394468825.N /scripts/functions/utility_logging : __rvm_check_pipestatus() 6 > return 127
++ 1394468825.N /scripts/functions/utility_logging : __rvm_log_dotted() -5 > return 127
++ 1394468825.N /scripts/functions/utility_logging : __rvm_log_command_internal() -91 > typeset result=127
++ 1394468825.N /scripts/functions/utility_logging : __rvm_log_command_internal() -90 > typeset __show_lines=15
++ 1394468825.N /scripts/functions/utility_logging : __rvm_log_command_internal() -89 > rvm_error 'Error running '\''/Users/mwlang/.rvm/wrappers/ruby-2.0.0-p353@rubinius/bundle install'\'','
++ 1394468825.N /scripts/functions/logging : rvm_error() 1 > rvm_pretty_print stderr
++ 1394468825.N /scripts/functions/logging : rvm_pretty_print() 73 > case "${rvm_pretty_print_flag:=auto}" in
++ 1394468825.N /scripts/functions/logging : rvm_pretty_print() 78 > case "${TERM:-dumb}" in
++ 1394468825.N /scripts/functions/logging : rvm_pretty_print() 81 > case "$1" in
++ 1394468825.N /scripts/functions/logging : rvm_pretty_print() 11 > [[ -t 2 ]]
++ 1394468825.N /scripts/functions/logging : rvm_pretty_print() 11 > return 1
++ 1394468825.N /scripts/functions/logging : rvm_error() 45 > printf %b 'Error running '\''/Users/mwlang/.rvm/wrappers/ruby-2.0.0-p353@rubinius/bundle install'\'',\n'
Error running '/Users/mwlang/.rvm/wrappers/ruby-2.0.0-p353@rubinius/bundle install',
++ 1394468825.N /scripts/functions/utility_logging : __rvm_log_command_internal() 106 > case "${__show_lines}" in
++ 1394468825.N /scripts/functions/utility_logging : __rvm_log_command_internal() 43 > rvm_error 'showing last 15 lines of /Users/mwlang/.rvm/log/1394468759_rbx-2.2.5/bundle.log'
++ 1394468825.N /scripts/functions/logging : rvm_error() 1 > rvm_pretty_print stderr
++ 1394468825.N /scripts/functions/logging : rvm_pretty_print() 73 > case "${rvm_pretty_print_flag:=auto}" in
++ 1394468825.N /scripts/functions/logging : rvm_pretty_print() 78 > case "${TERM:-dumb}" in
++ 1394468825.N /scripts/functions/logging : rvm_pretty_print() 81 > case "$1" in
++ 1394468825.N /scripts/functions/logging : rvm_pretty_print() 11 > [[ -t 2 ]]
++ 1394468825.N /scripts/functions/logging : rvm_pretty_print() 11 > return 1
++ 1394468825.N /scripts/functions/logging : rvm_error() 45 > printf %b 'showing last 15 lines of /Users/mwlang/.rvm/log/1394468759_rbx-2.2.5/bundle.log\n'
showing last 15 lines of /Users/mwlang/.rvm/log/1394468759_rbx-2.2.5/bundle.log
++ 1394468825.N /scripts/functions/utility_logging : __rvm_log_command_internal() 44 > tail -n 15 /Users/mwlang/.rvm/log/1394468759_rbx-2.2.5/bundle.log
[2014-03-10 12:27:05] /Users/mwlang/.rvm/wrappers/ruby-2.0.0-p353@rubinius/bundle
current path: /Users/mwlang/.rvm/src/rbx-2.2.5
PATH=/Users/mwlang/.rvm/bin:/usr/local/opt/pkg-config/bin:/usr/local/opt/libtool/bin:/usr/local/opt/automake/bin:/usr/local/opt/autoconf/bin:/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/local/sbin:/usr/local/share/npm/bin:/opt/local/bin:/opt/local/sbin:/opt/local/lib/mysql5/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin
command(2): /Users/mwlang/.rvm/wrappers/ruby-2.0.0-p353@rubinius/bundle install
-bash: /Users/mwlang/.rvm/wrappers/ruby-2.0.0-p353@rubinius/bundle: No such file or directory
++ 1394468825.N /scripts/functions/utility_logging : __rvm_log_command_internal() 47 > return 127
++ 1394468826.N /scripts/functions/manage/rubinius : rubinius_install() 50 > return 127
++ 1394468826.N /scripts/functions/manage/base_install : __rvm_install_ruby() 331 > return 127
++ 1394468826.N /scripts/functions/manage/base : __rvm_manage_rubies() -20 > : manage_result:127
++ 1394468826.N /scripts/functions/manage/base : __rvm_manage_rubies() -17 > return 127
+ 1394468826.N /scripts/functions/cli : __rvm_cli_install_ruby() -13 > return 127
+ 1394468826.N /scripts/cli : rvm() 780 > current_result=127
+ 1394468826.N /scripts/cli : rvm() 781 > (( result ))
+ 1394468826.N /scripts/cli : rvm() 781 > result=127
+ 1394468826.N /scripts/cli : rvm() 783 > (( result ))
+ 1394468826.N /scripts/cli : rvm() 797 > current_result=0
+ 1394468826.N /scripts/cli : rvm() 798 > (( result ))
+ 1394468826.N /scripts/cli : rvm() 800 > typeset __local_rvm_trace_flag
+ 1394468826.N /scripts/cli : rvm() 801 > __local_rvm_trace_flag=1
+ 1394468826.N /scripts/cli : rvm() 803 > __rvm_cli_autoreload
+ 1394468826.N /scripts/functions/cli : __rvm_cli_autoreload() 2 > [[ 0 -eq 1 ]]
+ 1394468826.N /scripts/functions/cli : __rvm_cli_autoreload() 14 > __rvm_teardown
+ 1394468826.N /scripts/functions/environment : __rvm_teardown() 1 > builtin command -v __rvm_cleanup_tmp
+ 1394468826.N /scripts/functions/environment : __rvm_teardown() 3 > __rvm_cleanup_tmp
+ 1394468826.N /scripts/functions/cleanup : __rvm_cleanup_tmp() 1 > [[ -d /Users/mwlang/.rvm/tmp/ ]]
+ 1394468826.N /scripts/functions/cleanup : __rvm_cleanup_tmp() 71 > case "${rvm_tmp_path%\/}" in
+ 1394468826.N /scripts/functions/cleanup : __rvm_cleanup_tmp() 5 > __rvm_rm_rf '/Users/mwlang/.rvm/tmp/11963*'
+ 1394468826.N /scripts/functions/cleanup : __rvm_rm_rf() 1 > __rvm_rm_rf_verbose '/Users/mwlang/.rvm/tmp/11963*'
+ 1394468826.N /scripts/functions/cleanup : __rvm_rm_rf_verbose() 1 > typeset target
+ 1394468826.N /scripts/functions/cleanup : __rvm_rm_rf_verbose() 2 > target='/Users/mwlang/.rvm/tmp/11963*'
+ 1394468826.N /scripts/functions/cleanup : __rvm_rm_rf_verbose() 6 > [[ -n '' ]]
+ 1394468826.N /scripts/functions/cleanup : __rvm_rm_rf_verbose() 10 > [[ -n 3.2.51(1)-release ]]
+ 1394468826.N /scripts/functions/cleanup : __rvm_rm_rf_verbose() 12 > shopt -s extglob
+ 1394468826.N /scripts/functions/cleanup : __rvm_rm_rf_verbose() 28 > case "${target}" in
+ 1394468826.N /scripts/functions/cleanup : __rvm_rm_rf_verbose() 22 > [[ -n /Users/mwlang/.rvm/tmp/11963* ]]
+ 1394468826.N /scripts/functions/cleanup : __rvm_rm_rf_verbose() 28 > [[ -d /Users/mwlang/.rvm/tmp/11963* ]]
+ 1394468826.N /scripts/functions/cleanup : __rvm_rm_rf_verbose() 37 > [[ -f /Users/mwlang/.rvm/tmp/11963* ]]
+ 1394468826.N /scripts/functions/cleanup : __rvm_rm_rf_verbose() 37 > [[ -L /Users/mwlang/.rvm/tmp/11963* ]]
+ 1394468826.N /scripts/functions/cleanup : __rvm_rm_rf_verbose() 46 > rvm_debug '__rvm_rm_rf already gone: /Users/mwlang/.rvm/tmp/11963*'
+ 1394468826.N /scripts/functions/logging : rvm_debug() 1 > (( 0 ))
+ 1394468826.N /scripts/functions/logging : rvm_debug() 1 > return 0
+ 1394468826.N /scripts/functions/cleanup : __rvm_rm_rf_verbose() -84 > return 0
+ 1394468826.N /scripts/functions/cleanup : __rvm_cleanup_tmp() -66 > return 0
+ 1394468826.N /scripts/functions/environment : __rvm_teardown() 93 > export __rvm_env_loaded
+ 1394468826.N /scripts/functions/environment : __rvm_teardown() 95 > : __rvm_env_loaded:1:
+ 1394468826.N /scripts/functions/environment : __rvm_teardown() 97 > : __rvm_env_loaded:1:
+ 1394468826.N /scripts/functions/environment : __rvm_teardown() 99 > : __rvm_env_loaded:0:
+ 1394468826.N /scripts/functions/environment : __rvm_teardown() 101 > [[ -z /Users/mwlang/.rvm/tmp ]]
+ 1394468826.N /scripts/functions/environment : __rvm_teardown() 101 > (( __rvm_env_loaded > 0 ))
+ 1394468826.N /scripts/functions/environment : __rvm_teardown() 106 > [[ -n 3.2.51(1)-release ]]
+ 1394468826.N /scripts/functions/environment : __rvm_teardown() 108 > trap - 0 1 2 3 15
+ 1394468826.N /scripts/functions/environment : __rvm_teardown() 111 > [[ -n '' ]]
+ 1394468826.N /scripts/functions/environment : __rvm_teardown() 121 > [[ -n 0022 ]]
+ 1394468826.N /scripts/functions/environment : __rvm_teardown() 123 > umask 0022
+ 1394468826.N /scripts/functions/environment : __rvm_teardown() 124 > unset rvm_stored_umask
+ 1394468826.N /scripts/functions/environment : __rvm_teardown() 127 > [[ '' == \1 ]]
+ 1394468826.N /scripts/functions/environment : __rvm_teardown() 131 > __variables_definition unset
+ 1394468826.N /scripts/functions/environment : __variables_definition() 1 > typeset -a __variables_list __array_list
+ 1394468826.N /scripts/functions/environment : __variables_definition() 2 > typeset __method
+ 1394468826.N /scripts/functions/environment : __variables_definition() 4 > __method=unset
+ 1394468826.N /scripts/functions/environment : __variables_definition() 38 > __variables_list=(rvm_head_flag rvm_ruby_selected_flag rvm_user_install_flag rvm_path_flag rvm_cron_flag rvm_static_flag rvm_default_flag rvm_loaded_flag rvm_llvm_flag rvm_skip_autoreconf_flag rvm_18_flag rvm_19_flag rvm_20_flag rvm_21_flag rvm_force_autoconf_flag rvm_dump_environment_flag rvm_curl_flags rvm_rubygems_version rvm_verbose_flag rvm_debug_flag rvm_trace_flag __array_start rvm_skip_pristine_flag rvm_pretty_print_flag rvm_create_flag rvm_remove_flag rvm_movable_flag rvm_archive_flag rvm_gemdir_flag rvm_reload_flag rvm_auto_reload_flag rvm_disable_binary_flag rvm_ignore_gemsets_flag rvm_skip_gemsets_flag rvm_install_on_use_flag rvm_remote_flag rvm_verify_downloads_flag rvm_skip_openssl_flag rvm_gems_cache_path rvm_gems_path rvm_man_path rvm_ruby_gem_path rvm_ruby_log_path rvm_gems_cache_path rvm_archives_path rvm_docs_path rvm_environments_path rvm_examples_path rvm_gems_path rvm_gemsets_path rvm_help_path rvm_hooks_path rvm_lib_path rvm_log_path rvm_patches_path rvm_repos_path rvm_rubies_path rvm_scripts_path rvm_src_path rvm_tmp_path rvm_user_path rvm_usr_path rvm_wrappers_path rvm_stored_errexit rvm_ruby_strings rvm_ruby_binary rvm_ruby_gem_home rvm_ruby_home rvm_ruby_interpreter rvm_ruby_irbrc rvm_ruby_major_version rvm_ruby_minor_version rvm_ruby_package_name rvm_ruby_patch_level rvm_ruby_release_version rvm_ruby_repo_url rvm_ruby_repo_branch rvm_ruby_revision rvm_ruby_tag rvm_ruby_sha rvm_ruby_version rvm_ruby_package_file rvm_ruby_name rvm_ruby_name rvm_ruby_args rvm_ruby_user_tag rvm_ruby_patch detected_rvm_ruby_name __rvm_env_loaded next_token rvm_error_message rvm_gemset_name rvm_parse_break rvm_token rvm_action rvm_export_args rvm_gemset_separator rvm_expanding_aliases rvm_tar_command rvm_tar_options rvm_patch_original_pwd rvm_project_rvmrc rvm_archive_extension rvm_autoinstall_bundler_flag rvm_codesign_identity rvm_expected_gemset_name rvm_without_gems rvm_with_gems rvm_with_default_gems rvm_ignore_dotfiles_flag rvm_fuzzy_flag rvm_autolibs_flag rvm_autolibs_flag_number rvm_autolibs_flag_runner rvm_quiet_curl_flag rvm_max_time_flag rvm_error_clr rvm_warn_clr rvm_debug_clr rvm_notify_clr rvm_reset_clr rvm_error_color rvm_warn_color rvm_debug_color rvm_notify_color rvm_reset_color rvm_log_timestamp rvm_log_filesystem rvm_log_namelen rvm_show_log_lines_on_error)
+ 1394468826.N /scripts/functions/environment : __variables_definition() 42 > __array_list=(rvm_patch_names rvm_ree_options rvm_autoconf_flags rvm_architectures)
+ 1394468826.N /scripts/functions/environment : __variables_definition() 182 > case "${__method}" in
+ 1394468826.N /scripts/functions/environment : __variables_definition() 46 > unset rvm_patch_names rvm_ree_options rvm_autoconf_flags rvm_architectures
+ 1394468826.N /scripts/functions/environment : __variables_definition() 53 > unset rvm_head_flag rvm_ruby_selected_flag rvm_user_install_flag rvm_path_flag rvm_cron_flag rvm_static_flag rvm_default_flag rvm_loaded_flag rvm_llvm_flag rvm_skip_autoreconf_flag rvm_18_flag rvm_19_flag rvm_20_flag rvm_21_flag rvm_force_autoconf_flag rvm_dump_environment_flag rvm_curl_flags rvm_rubygems_version rvm_verbose_flag rvm_debug_flag rvm_trace_flag __array_start rvm_skip_pristine_flag rvm_pretty_print_flag rvm_create_flag rvm_remove_flag rvm_movable_flag rvm_archive_flag rvm_gemdir_flag rvm_reload_flag rvm_auto_reload_flag rvm_disable_binary_flag rvm_ignore_gemsets_flag rvm_skip_gemsets_flag rvm_install_on_use_flag rvm_remote_flag rvm_verify_downloads_flag rvm_skip_openssl_flag rvm_gems_cache_path rvm_gems_path rvm_man_path rvm_ruby_gem_path rvm_ruby_log_path rvm_gems_cache_path rvm_archives_path rvm_docs_path rvm_environments_path rvm_examples_path rvm_gems_path rvm_gemsets_path rvm_help_path rvm_hooks_path rvm_lib_path rvm_log_path rvm_patches_path rvm_repos_path rvm_rubies_path rvm_scripts_path rvm_src_path rvm_tmp_path rvm_user_path rvm_usr_path rvm_wrappers_path rvm_stored_errexit rvm_ruby_strings rvm_ruby_binary rvm_ruby_gem_home rvm_ruby_home rvm_ruby_interpreter rvm_ruby_irbrc rvm_ruby_major_version rvm_ruby_minor_version rvm_ruby_package_name rvm_ruby_patch_level rvm_ruby_release_version rvm_ruby_repo_url rvm_ruby_repo_branch rvm_ruby_revision rvm_ruby_tag rvm_ruby_sha rvm_ruby_version rvm_ruby_package_file rvm_ruby_name rvm_ruby_name rvm_ruby_args rvm_ruby_user_tag rvm_ruby_patch detected_rvm_ruby_name __rvm_env_loaded next_token rvm_error_message rvm_gemset_name rvm_parse_break rvm_token rvm_action rvm_export_args rvm_gemset_separator rvm_expanding_aliases rvm_tar_command rvm_tar_options rvm_patch_original_pwd rvm_project_rvmrc rvm_archive_extension rvm_autoinstall_bundler_flag rvm_codesign_identity rvm_expected_gemset_name rvm_without_gems rvm_with_gems rvm_with_default_gems rvm_ignore_dotfiles_flag rvm_fuzzy_flag rvm_autolibs_flag rvm_autolibs_flag_number rvm_autolibs_flag_runner rvm_quiet_curl_flag rvm_max_time_flag rvm_error_clr rvm_warn_clr rvm_debug_clr rvm_notify_clr rvm_reset_clr rvm_error_color rvm_warn_color rvm_debug_color rvm_notify_color rvm_reset_color rvm_log_timestamp rvm_log_filesystem rvm_log_namelen rvm_show_log_lines_on_error
+ 1394468826.N /scripts/functions/environment : __rvm_teardown() 138 > builtin command -v __rvm_cleanup_download
+ 1394468826.N /scripts/functions/environment : __rvm_teardown() 143 > return 0
+ 1394468826.N /scripts/cli : rvm() 909 > (( __local_rvm_trace_flag > 0 ))
+ 1394468826.N /scripts/cli : rvm() 911 > set +o verbose
+ 1394468826.N /scripts/cli : rvm() 912 > set +o xtrace
11:49:14:positions >> rvm install rbx-2.2.5 --debug
Warning! PATH is not properly set up, '/Users/mwlang/.rvm/gems/ruby-2.0.0-p353/bin' is not available,
usually this is caused by shell initialization files - check them for 'PATH=...' entries,
it might also help to re-add RVM to your dotfiles: 'rvm get stable --auto-dotfiles',
to fix temporarily in this shell session run: 'rvm use ruby-2.0.0-p353'.
rbx-2.2.5 - install
Log prefix: /Users/mwlang/.rvm/log/1394466577_rbx-2.2.5/
Log filesystem: local,
Log max name length: 250
Log file: /Users/mwlang/.rvm/log/1394466577_rbx-2.2.5/remove.src.log
[2014-03-10 11:49:37] __rvm_rm_rf
__rvm_rm_rf ()
{
__rvm_rm_rf_verbose "$@"
}
current path: /Users/mwlang/projects/rails4/positions
GEM_HOME=/Users/mwlang/.rvm/gems/ruby-2.0.0-p353
PATH=/Users/mwlang/.rvm/bin:/usr/local/opt/pkg-config/bin:/usr/local/opt/libtool/bin:/usr/local/opt/automake/bin:/usr/local/opt/autoconf/bin:/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/local/sbin:/usr/local/share/npm/bin:/opt/local/bin:/opt/local/sbin:/opt/local/lib/mysql5/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin
GEM_PATH=/Users/mwlang/.rvm/gems/ruby-2.0.0-p353:/Users/mwlang/.rvm/gems/ruby-2.0.0-p353@global
command(2): __rvm_rm_rf /Users/mwlang/.rvm/src/rbx-2.2.5
rbx-2.2.5 - #removing src.
rbx-2.2.5 - #already removed rubies
Searching for binary rubies, this might take some time.
Remote file does not exist https://rvm.io/binaries/osx/10.9/x86_64/rubinius-2.2.5.tar.bz2
Remote file does not exist http://jruby.org.s3.amazonaws.com/downloads/rubinius-2.2.5.tar.bz2
Remote file does not exist http://binaries.rubini.us/osx/10.9/x86_64/rubinius-2.2.5.tar.bz2
rvm_remote_server_url3 not found
No remote file name found
No binary rubies available for: osx/10.9/x86_64/rbx-2.2.5.
Continuing with compilation. Please read 'rvm help mount' to get more information on binary rubies.
Free disk space 41480MB, required 770MB.
__rvm_setup_compile_environment_setup rbx-2.2.5
rvm_autolibs_flag=enable
__rvm_setup_compile_environment_movable_early rbx-2.2.5
__rvm_setup_compile_environment_system_early rbx-2.2.5
__rvm_setup_compile_environment_requirements rbx-2.2.5
Checking requirements for osx.
requirements code for osx loaded
requirements lib type set to osx_brew
brew seems to be writable
Found required packages: autoconf, automake, libtool, pkg-config, libyaml, readline, libksba, openssl.
PATH=/usr/local/opt/pkg-config/bin:/usr/local/opt/libtool/bin:/usr/local/opt/automake/bin:/usr/local/opt/autoconf/bin:/Users/mwlang/.rvm/bin:/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/local/sbin:/usr/local/share/npm/bin:/opt/local/bin:/opt/local/sbin:/opt/local/lib/mysql5/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin
rvm_configure_flags+=( --with-opt-dir=/usr/local/opt/libyaml )
rvm_configure_flags+=( --with-opt-dir=/usr/local/opt/readline )
rvm_configure_flags+=( --with-opt-dir=/usr/local/opt/libksba )
rvm_configure_flags+=( --with-opt-dir=/usr/local/opt/openssl )
Certificates in '/usr/local/etc/openssl/cert.pem' already are up to date.
Requirements installation successful.
__rvm_setup_compile_environment_movable rbx-2.2.5
__rvm_setup_compile_environment_parse_name rbx-2.2.5
__rvm_setup_compile_environment_system rbx-2.2.5
__rvm_setup_compile_environment_architectures rbx-2.2.5
rvm_architectures(0):.
__rvm_setup_compile_environment_gcc47plus rbx-2.2.5
__rvm_setup_compile_environment_bison rbx-2.2.5
__rvm_setup_compile_environment_flags_docs rbx-2.2.5
__rvm_setup_compile_environment_flags_shared_static rbx-2.2.5
__rvm_setup_compile_environment_flags_threads rbx-2.2.5
__rvm_setup_compile_environment_compatibility_flag rbx-2.2.5
found compiler: /usr/bin/clang
Running /Users/mwlang/.rvm/hooks/after_use_maglev
Running /Users/mwlang/.rvm/hooks/after_use_textmate
__rvm_rm_rf already gone: /Users/mwlang/.rvm/tmp/62518*
Running /Users/mwlang/.rvm/hooks/after_use_maglev
Running /Users/mwlang/.rvm/hooks/after_use_textmate
Regenerating ruby-2.0.0-p353 wrappers.
__rvm_rm_rf already gone: /Users/mwlang/.rvm/tmp/62518*
mkdir: /1394466587_ruby-2.0.0-p353: Permission denied
tee: /1394466587_ruby-2.0.0-p353/gemset.wrappers.rubinius.log: No such file or directory
ruby-2.0.0-p353@rubinius - #generating wrapperstee: /1394466587_ruby-2.0.0-p353/gemset.wrappers.rubinius.log: No such file or directory
...
Error running 'run_gem_wrappers_regenerate',
showing last 15 lines of /1394466587_ruby-2.0.0-p353/gemset.wrappers.rubinius.log
tail: /1394466587_ruby-2.0.0-p353/gemset.wrappers.rubinius.log: No such file or directory
-bash: /Users/mwlang/.rvm/wrappers/ruby-2.0.0-p353@rubinius/ruby: No such file or directory
Updating certificates in ''.
mkdir: : No such file or directory
mwlang password required for 'mkdir -p ':
mkdir: : No such file or directory
Can not create directory '' for certificates.
rbx-2.2.5 - #downloading rubinius-2.2.5, this may take a while depending on your connection...
Archive checksum matched, not downloading
Downloaded archive checksum matched.
Log file: /Users/mwlang/.rvm/log/1394466577_rbx-2.2.5/extract.log
[2014-03-10 11:50:01] __rvm_package_extract
__rvm_package_extract ()
{
rvm_debug __rvm_package_extract:$#: "$@";
typeset __tempdir __path __file __return;
__return=0;
__tempdir="$( TMPDIR="${rvm_tmp_path}" mktemp -d -t rvm-tmp.XXXXXXXXX )";
__rvm_package_extract_run "$1" "$__tempdir" || __return=$?;
if (( __return == 0 )); then
for __path in "$__tempdir"/*;
do
__file="${__path##*/}";
if [[ -n "${__file}" && -e "$2/${__file}" ]]; then
\rm -rf "$2/${__file}" || __return=$?;
fi;
\mv -f "${__path}" "$2/" || __return=$?;
done;
fi;
if [[ -n "$__tempdir" ]]; then
\rm -rf "$__tempdir";
fi;
return $__return
}
current path: /Users/mwlang/projects/rails4/positions
PATH=/Users/mwlang/.rvm/bin:/usr/local/opt/pkg-config/bin:/usr/local/opt/libtool/bin:/usr/local/opt/automake/bin:/usr/local/opt/autoconf/bin:/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/local/sbin:/usr/local/share/npm/bin:/opt/local/bin:/opt/local/sbin:/opt/local/lib/mysql5/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin
command(3): __rvm_package_extract /Users/mwlang/.rvm/archives/rubinius-2.2.5.tar.bz2 /Users/mwlang/.rvm/tmp/rvm_src_62518
rbx-2.2.5 - #extracting rubinius-2.2.5 to /Users/mwlang/.rvm/src/rbx-2.2.5.
__rvm_rm_rf already gone: /Users/mwlang/.rvm/src/rbx-2.2.5
Patch name 'optional', expanded_name(s) ''.
Patch name 'default', expanded_name(s) ''.
Patch name 'osx', expanded_name(s) ''.
All found patches(0): .
Log file: /Users/mwlang/.rvm/log/1394466577_rbx-2.2.5/bundle.log
[2014-03-10 11:50:05] /Users/mwlang/.rvm/wrappers/ruby-2.0.0-p353@rubinius/bundle
current path: /Users/mwlang/.rvm/src/rbx-2.2.5
PATH=/Users/mwlang/.rvm/bin:/usr/local/opt/pkg-config/bin:/usr/local/opt/libtool/bin:/usr/local/opt/automake/bin:/usr/local/opt/autoconf/bin:/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/local/sbin:/usr/local/share/npm/bin:/opt/local/bin:/opt/local/sbin:/opt/local/lib/mysql5/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin
command(2): /Users/mwlang/.rvm/wrappers/ruby-2.0.0-p353@rubinius/bundle install
ruby-2.0.0-p353@rubinius - #bundle install.
Error running '/Users/mwlang/.rvm/wrappers/ruby-2.0.0-p353@rubinius/bundle install',
showing last 15 lines of /Users/mwlang/.rvm/log/1394466577_rbx-2.2.5/bundle.log
[2014-03-10 11:50:05] /Users/mwlang/.rvm/wrappers/ruby-2.0.0-p353@rubinius/bundle
current path: /Users/mwlang/.rvm/src/rbx-2.2.5
PATH=/Users/mwlang/.rvm/bin:/usr/local/opt/pkg-config/bin:/usr/local/opt/libtool/bin:/usr/local/opt/automake/bin:/usr/local/opt/autoconf/bin:/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/local/sbin:/usr/local/share/npm/bin:/opt/local/bin:/opt/local/sbin:/opt/local/lib/mysql5/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin
command(2): /Users/mwlang/.rvm/wrappers/ruby-2.0.0-p353@rubinius/bundle install
-bash: /Users/mwlang/.rvm/wrappers/ruby-2.0.0-p353@rubinius/bundle: No such file or directory
__rvm_rm_rf already gone: /Users/mwlang/.rvm/tmp/62518*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment