Created
May 9, 2013 14:23
-
-
Save Temikus/5547749 to your computer and use it in GitHub Desktop.
Log for RVM issue 1881
https://github.com/wayneeseguin/rvm/issues/1881
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ rvm --trace osx-ssl-certs update all | |
+ [[ -n '' ]] | |
+ set -o errtrace | |
+ export 'PS4=+ $(date "+%s.%N") ${BASH_SOURCE##${rvm_path:-}} : ${FUNCNAME[0]:+${FUNCNAME[0]}()} ${LINENO} > ' | |
+ PS4='+ $(date "+%s.%N") ${BASH_SOURCE##${rvm_path:-}} : ${FUNCNAME[0]:+${FUNCNAME[0]}()} ${LINENO} > ' | |
+ 1368109216.N /scripts/cli : __rvm_parse_args() 709 > [[ -z '' ]] | |
+ 1368109216.N /scripts/cli : __rvm_parse_args() 709 > [[ -n '' ]] | |
+ 1368109216.N /scripts/cli : __rvm_parse_args() 712 > [[ error == '' ]] | |
+ 1368109216.N /scripts/cli : __rvm_parse_args() 712 > [[ 0 -eq 1 ]] | |
+ 1368109216.N /scripts/cli : __rvm_parse_args() 712 > [[ -n '' ]] | |
+ 1368109216.N /scripts/cli : __rvm_parse_args() 15 > [[ -n osx-ssl-certs ]] | |
+ 1368109216.N /scripts/cli : __rvm_parse_args() 17 > rvm_token=osx-ssl-certs | |
+ 1368109216.N /scripts/cli : __rvm_parse_args() 19 > (( 2 > 0 )) | |
+ 1368109216.N /scripts/cli : __rvm_parse_args() 21 > next_token=update | |
+ 1368109216.N /scripts/cli : __rvm_parse_args() 22 > shift | |
+ 1368109216.N /scripts/cli : __rvm_parse_args() 101 > case "$rvm_token" in | |
+ 1368109216.N /scripts/cli : __rvm_parse_args() 104 > case "$rvm_token" in | |
+ 1368109216.N /scripts/cli : __rvm_parse_args() 246 > case "$rvm_token" in | |
+ 1368109216.N /scripts/cli : __rvm_parse_args() 177 > rvm_action=osx-ssl-certs | |
+ 1368109216.N /scripts/cli : __rvm_parse_args() 179 > rvm_ruby_args=() | |
+ 1368109216.N /scripts/cli : __rvm_parse_args() 180 > __rvm_parse_args_find_known_flags rvm_ruby_args update all | |
+ 1368109216.N /scripts/cli : __rvm_parse_args_find_known_flags() 1 > typeset _args_array_name _temp_var | |
+ 1368109216.N /scripts/cli : __rvm_parse_args_find_known_flags() 2 > typeset -a _new_args | |
+ 1368109216.N /scripts/cli : __rvm_parse_args_find_known_flags() 3 > _args_array_name=rvm_ruby_args | |
+ 1368109216.N /scripts/cli : __rvm_parse_args_find_known_flags() 4 > (( 3 == 0 )) | |
+ 1368109216.N /scripts/cli : __rvm_parse_args_find_known_flags() 4 > shift | |
+ 1368109216.N /scripts/cli : __rvm_parse_args_find_known_flags() 5 > _new_args=() | |
+ 1368109216.N /scripts/cli : __rvm_parse_args_find_known_flags() 7 > (( 2 )) | |
+ 1368109216.N /scripts/cli : __rvm_parse_args_find_known_flags() 22 > case "$1" in | |
+ 1368109216.N /scripts/cli : __rvm_parse_args_find_known_flags() 52 > _new_args+=("$1") | |
+ 1368109216.N /scripts/cli : __rvm_parse_args_find_known_flags() 55 > (( 2 == 0 )) | |
+ 1368109216.N /scripts/cli : __rvm_parse_args_find_known_flags() 55 > shift | |
+ 1368109216.N /scripts/cli : __rvm_parse_args_find_known_flags() 7 > (( 1 )) | |
+ 1368109216.N /scripts/cli : __rvm_parse_args_find_known_flags() 22 > case "$1" in | |
+ 1368109216.N /scripts/cli : __rvm_parse_args_find_known_flags() 52 > _new_args+=("$1") | |
+ 1368109216.N /scripts/cli : __rvm_parse_args_find_known_flags() 55 > (( 1 == 0 )) | |
+ 1368109216.N /scripts/cli : __rvm_parse_args_find_known_flags() 55 > shift | |
+ 1368109216.N /scripts/cli : __rvm_parse_args_find_known_flags() 7 > (( 0 )) | |
+ 1368109216.N /scripts/cli : __rvm_parse_args_find_known_flags() 57 > eval 'rvm_ruby_args+=( "${_new_args[@]}" )' | |
++ 1368109216.N /scripts/cli : __rvm_parse_args_find_known_flags() 44 > rvm_ruby_args+=("${_new_args[@]}") | |
+ 1368109216.N /scripts/cli : __rvm_parse_args() 242 > rvm_parse_break=1 | |
+ 1368109216.N /scripts/cli : __rvm_parse_args() 770 > [[ -z osx-ssl-certs ]] | |
+ 1368109216.N /scripts/cli : __rvm_parse_args() 773 > [[ error == \o\s\x\-\s\s\l\-\c\e\r\t\s ]] | |
+ 1368109216.N /scripts/cli : __rvm_parse_args() 773 > [[ 1 -eq 1 ]] | |
+ 1368109216.N /scripts/cli : __rvm_parse_args() 774 > break | |
+ 1368109216.N /scripts/cli : __rvm_parse_args() 778 > : rvm_ruby_args:2:update all: | |
+ 1368109216.N /scripts/cli : __rvm_parse_args() 780 > [[ -n '' ]] | |
+ 1368109216.N /scripts/cli : rvm() 892 > (( rvm_trace_flag == 0 )) | |
+ 1368109216.N /scripts/cli : rvm() 894 > export PS4 | |
+ 1368109216.N /scripts/cli : rvm() 895 > [[ -n '' ]] | |
+ 1368109216.N /scripts/cli : rvm() 897 > PS4='+ $(date "+%s.%N") ${BASH_SOURCE##${rvm_path:-}} : ${FUNCNAME[0]:+${FUNCNAME[0]}()} ${LINENO} > ' | |
+ 1368109216.N /scripts/cli : rvm() 899 > set -x | |
+ 1368109216.N /scripts/cli : rvm() 901 > result=0 | |
+ 1368109216.N /scripts/cli : rvm() 902 > : rvm_ruby_args:2:update all: | |
+ 1368109216.N /scripts/cli : rvm() 904 > (( result )) | |
+ 1368109216.N /scripts/cli : rvm() 918 > case "${rvm_action:=usage}" in | |
+ 1368109216.N /scripts/cli : rvm() 990 > __rvm_run_wrapper osx-ssl-certs osx-ssl-certs update all | |
+ 1368109216.N /scripts/cli : __rvm_run_wrapper() 728 > file=osx-ssl-certs | |
+ 1368109216.N /scripts/cli : __rvm_run_wrapper() 729 > action=osx-ssl-certs | |
+ 1368109216.N /scripts/cli : __rvm_run_wrapper() 730 > shift 2 | |
+ 1368109216.N /scripts/cli : __rvm_run_wrapper() 731 > rubies_string=update | |
+ 1368109216.N /scripts/cli : __rvm_run_wrapper() 732 > export -a args | |
+ 1368109216.N /scripts/cli : __rvm_run_wrapper() 733 > args=($@) | |
+ 1368109216.N /scripts/cli : __rvm_run_wrapper() 734 > source /Users/serveradmin/.rvm/scripts/osx-ssl-certs | |
++ 1368109216.N /scripts/osx-ssl-certs : source() -71 > source /Users/serveradmin/.rvm/scripts/functions/osx-ssl-certs | |
+++ 1368109216.N /scripts/functions/osx-ssl-certs : source() 87 > export 'RVM_OSX_SSL_UPDATER=/Users/serveradmin/.rvm/bin/rvm --silent osx-ssl-certs update all' | |
+++ 1368109216.N /scripts/functions/osx-ssl-certs : source() 87 > RVM_OSX_SSL_UPDATER='/Users/serveradmin/.rvm/bin/rvm --silent osx-ssl-certs update all' | |
++ 1368109216.N /scripts/osx-ssl-certs : source() 75 > __rvm_osx_ssl_certs update all | |
++ 1368109216.N /scripts/osx-ssl-certs : __rvm_osx_ssl_certs() 1 > typeset action=update | |
++ 1368109216.N /scripts/osx-ssl-certs : __rvm_osx_ssl_certs() 2 > shift 1 | |
++ 1368109216.N /scripts/osx-ssl-certs : __rvm_osx_ssl_certs() 135 > case "${action}" in | |
++ 1368109216.N /scripts/osx-ssl-certs : __rvm_osx_ssl_certs() 5 > __rvm_osx_ssl_certs_update all | |
++ 1368109216.N /scripts/osx-ssl-certs : __rvm_osx_ssl_certs_update() 1 > __rvm_osx_ssl_certs_run __rvm_osx_ssl_certs_update_for_path all | |
++ 1368109216.N /scripts/osx-ssl-certs : __rvm_osx_ssl_certs_run() 1 > typeset __ruby __path | |
++ 1368109216.N /scripts/osx-ssl-certs : __rvm_osx_ssl_certs_run() 2 > typeset -a __rubies __paths | |
++ 1368109216.N /scripts/osx-ssl-certs : __rvm_osx_ssl_certs_run() 3 > __rubies=() | |
++ 1368109216.N /scripts/osx-ssl-certs : __rvm_osx_ssl_certs_run() 4 > __paths=() | |
++ 1368109216.N /scripts/osx-ssl-certs : __rvm_osx_ssl_certs_run() 6 > __rvm_osx_ssl_certs_run_select_rubies __rvm_osx_ssl_certs_update_for_path all | |
++ 1368109216.N /scripts/osx-ssl-certs : __rvm_osx_ssl_certs_run_select_rubies() 7 > case "$2" in | |
++ 1368109216.N /scripts/osx-ssl-certs : __rvm_osx_ssl_certs_run_select_rubies() 3 > __rvm_read_lines __rubies | |
++ 1368109216.N /scripts/functions/utility : __rvm_read_lines() 1 > typeset IFS | |
+++ 1368109216.N /scripts/osx-ssl-certs : __rvm_osx_ssl_certs_run_select_rubies() -2 > __rvm_cd /Users/serveradmin/.rvm/rubies | |
+++ 1368109216.N /scripts/functions/support : __rvm_cd() 1 > typeset old_cdpath ret | |
++ 1368109216.N /scripts/functions/utility : __rvm_read_lines() 4 > IFS=' | |
' | |
+++ 1368109216.N /scripts/functions/support : __rvm_cd() 2 > ret=0 | |
++ 1368109216.N /scripts/functions/utility : __rvm_read_lines() 5 > [[ - == \- ]] | |
++ 1368109216.N /scripts/functions/utility : __rvm_read_lines() 6 > eval '__rubies=( $( \cat - ) )' | |
+++ 1368109216.N /scripts/functions/support : __rvm_cd() 3 > old_cdpath= | |
+++ 1368109216.N /scripts/functions/support : __rvm_cd() 4 > CDPATH=. | |
+++ 1368109216.N /scripts/functions/utility : __rvm_read_lines() -232 > __rubies=($( \cat - )) | |
++++ 1368109216.N /scripts/functions/utility : __rvm_read_lines() -470 > cat - | |
+++ 1368109216.N /scripts/functions/support : __rvm_cd() 5 > chpwd_functions= | |
+++ 1368109216.N /scripts/functions/support : __rvm_cd() 5 > builtin cd /Users/serveradmin/.rvm/rubies | |
+++ 1368109216.N /scripts/functions/support : __rvm_cd() 6 > CDPATH= | |
+++ 1368109216.N /scripts/functions/support : __rvm_cd() 7 > return 0 | |
+++ 1368109216.N /scripts/osx-ssl-certs : __rvm_osx_ssl_certs_run_select_rubies() -160 > find . -maxdepth 1 -mindepth 1 -type d | |
+++ 1368109216.N /scripts/osx-ssl-certs : __rvm_osx_ssl_certs_run_select_rubies() -160 > cut -c 3- | |
++ 1368109216.N /scripts/osx-ssl-certs : __rvm_osx_ssl_certs_run() -188 > __rvm_osx_ssl_certs_run_filter_and_run __rvm_osx_ssl_certs_update_for_path all | |
++ 1368109216.N /scripts/osx-ssl-certs : __rvm_osx_ssl_certs_run_filter_and_run() 28 > for __ruby in '"${__rubies[@]}"' | |
++ 1368109216.N /scripts/osx-ssl-certs : __rvm_osx_ssl_certs_run_filter_and_run() 3 > rvm_debug 'ruby-1.9.3-p392 # getting cert file' | |
++ 1368109216.N /scripts/functions/logging : rvm_debug() 1 > (( 0 )) | |
++ 1368109216.N /scripts/functions/logging : rvm_debug() 1 > return 0 | |
+++ 1368109216.N /scripts/osx-ssl-certs : __rvm_osx_ssl_certs_run_filter_and_run() -255 > __rvm_with ruby-1.9.3-p392 __rvm_osx_ssl_certs_file_for_ruby | |
+++ 1368109216.N /scripts/functions/environment : __rvm_with() 7 > __rvm_use ruby-1.9.3-p392 | |
+++ 1368109216.N /scripts/selector : __rvm_use() 1 > typeset new_path binary full_binary_path rvm_ruby_gem_home | |
+++ 1368109216.N /scripts/selector : __rvm_use() 3 > __rvm_select ruby-1.9.3-p392 | |
+++ 1368109216.N /scripts/selector : __rvm_select() 1 > true | |
+++ 1368109216.N /scripts/selector : __rvm_select() 2 > typeset _original_env_string | |
+++ 1368109216.N /scripts/selector : __rvm_select() 3 > _original_env_string= | |
+++ 1368109216.N /scripts/selector : __rvm_select() 6 > export -a rvm_configure_flags rvm_patch_names rvm_ree_options rvm_make_flags | |
+++ 1368109216.N /scripts/selector : __rvm_select() 7 > export GEM_HOME GEM_PATH MY_RUBY_HOME RUBY_VERSION IRBRC | |
+++ 1368109216.N /scripts/selector : __rvm_select() 8 > 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 rvm_architectures | |
+++ 1368109216.N /scripts/selector : __rvm_select() 11 > rvm_ruby_string=ruby-1.9.3-p392 | |
+++ 1368109216.N /scripts/selector : __rvm_select() 14 > [[ -z ruby-1.9.3-p392 ]] | |
+++ 1368109216.N /scripts/selector : __rvm_select() 25 > __rvm_ruby_string | |
+++ 1368109216.N /scripts/selector : __rvm_ruby_string() 9 > typeset ruby_string gemset_name expanded_alias_name repo_url branch_name ruby_name | |
+++ 1368109216.N /scripts/selector : __rvm_ruby_string() 11 > __rvm_default_flags | |
+++ 1368109216.N /scripts/functions/env : __rvm_default_flags() 1 > true 0 0 | |
+++ 1368109216.N /scripts/selector : __rvm_ruby_string() 702 > rvm_expanding_aliases= | |
+++ 1368109216.N /scripts/selector : __rvm_ruby_string() 705 > true '' '' '' '' '' '' '' @ ruby-1.9.3-p392 0 0 | |
+++ 1368109216.N /scripts/selector : __rvm_ruby_string() 710 > echo ruby-1.9.3-p392 | |
+++ 1368109216.N /scripts/selector : __rvm_ruby_string() 710 > GREP_OPTIONS= | |
+++ 1368109216.N /scripts/selector : __rvm_ruby_string() 710 > grep @ | |
+++ 1368109216.N /scripts/selector : __rvm_ruby_string() 717 > (( rvm_expanding_aliases == 0 )) | |
+++ 1368109216.N /scripts/selector : __rvm_ruby_string() 718 > [[ -n ruby-1.9.3-p392 ]] | |
+++ 1368109216.N /scripts/selector : __rvm_ruby_string() 718 > [[ ruby-1.9.3-p392 != \s\y\s\t\e\m ]] | |
+++ 1368109216.N /scripts/selector : __rvm_ruby_string() 722 > [[ -f /Users/serveradmin/.rvm/config/alias ]] | |
+++ 1368109216.N /scripts/selector : __rvm_ruby_string() 722 > [[ -s /Users/serveradmin/.rvm/config/alias ]] | |
++++ 1368109216.N /scripts/selector : __rvm_ruby_string() 715 > /Users/serveradmin/.rvm/scripts/db /Users/serveradmin/.rvm/config/alias ruby-1.9.3-p392 | |
+++ 1368109216.N /scripts/selector : __rvm_ruby_string() 723 > expanded_alias_name= | |
+++ 1368109216.N /scripts/selector : __rvm_ruby_string() 724 > [[ -n '' ]] | |
+++ 1368109216.N /scripts/selector : __rvm_ruby_string() 727 > [[ ruby-1.9.3-p392 == default ]] | |
+++ 1368109216.N /scripts/selector : __rvm_ruby_string() 734 > echo ruby-1.9.3-p392 | |
+++ 1368109216.N /scripts/selector : __rvm_ruby_string() 734 > GREP_OPTIONS= | |
+++ 1368109216.N /scripts/selector : __rvm_ruby_string() 734 > grep @ | |
+++ 1368109216.N /scripts/selector : __rvm_ruby_string() 740 > ruby_string=ruby-1.9.3-p392 | |
+++ 1368109216.N /scripts/selector : __rvm_ruby_string() 741 > gemset_name= | |
+++ 1368109216.N /scripts/selector : __rvm_ruby_string() 742 > repo_url= | |
+++ 1368109216.N /scripts/selector : __rvm_ruby_string() 743 > branch_name= | |
+++ 1368109216.N /scripts/selector : __rvm_ruby_string() 744 > ruby_name= | |
+++ 1368109216.N /scripts/selector : __rvm_ruby_string() 746 > __rvm_unset_ruby_variables | |
+++ 1368109216.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 | |
+++ 1368109216.N /scripts/functions/env : __rvm_unset_ruby_variables() 3 > __rvm_load_rvmrc | |
+++ 1368109216.N /scripts/functions/init : __rvm_load_rvmrc() 1 > typeset _file | |
+++ 1368109216.N /scripts/functions/init : __rvm_load_rvmrc() 2 > typeset -a rvm_rvmrc_files | |
+++ 1368109216.N /scripts/functions/init : __rvm_load_rvmrc() 3 > (( 0 == 1 )) | |
+++ 1368109216.N /scripts/functions/init : __rvm_load_rvmrc() 8 > [[ -n 0022 ]] | |
+++ 1368109216.N /scripts/functions/init : __rvm_load_rvmrc() 10 > rvm_rvmrc_files=("/etc/rvmrc" "$HOME/.rvmrc") | |
+++ 1368109216.N /scripts/functions/init : __rvm_load_rvmrc() 11 > [[ -n /Users/serveradmin ]] | |
+++ 1368109216.N /scripts/functions/init : __rvm_load_rvmrc() 11 > [[ /Users/serveradmin/.rvmrc -ef /Users/serveradmin/.rvmrc ]] | |
+++ 1368109216.N /scripts/functions/init : __rvm_load_rvmrc() 12 > rvm_rvmrc_files+=("${rvm_prefix}/.rvmrc") | |
+++ 1368109216.N /scripts/functions/init : __rvm_load_rvmrc() 18 > for _file in '"${rvm_rvmrc_files[@]}"' | |
+++ 1368109216.N /scripts/functions/init : __rvm_load_rvmrc() 16 > [[ -s /etc/rvmrc ]] | |
+++ 1368109216.N /scripts/functions/init : __rvm_load_rvmrc() 18 > for _file in '"${rvm_rvmrc_files[@]}"' | |
+++ 1368109216.N /scripts/functions/init : __rvm_load_rvmrc() 16 > [[ -s /Users/serveradmin/.rvmrc ]] | |
+++ 1368109216.N /scripts/functions/init : __rvm_load_rvmrc() 18 > for _file in '"${rvm_rvmrc_files[@]}"' | |
+++ 1368109216.N /scripts/functions/init : __rvm_load_rvmrc() 16 > [[ -s /Users/serveradmin/.rvmrc ]] | |
+++ 1368109216.N /scripts/functions/init : __rvm_load_rvmrc() 31 > return 0 | |
+++ 1368109216.N /scripts/selector : __rvm_ruby_string() 752 > rvm_ruby_repo_url= | |
+++ 1368109216.N /scripts/selector : __rvm_ruby_string() 753 > rvm_ruby_repo_branch= | |
+++ 1368109216.N /scripts/selector : __rvm_ruby_string() 754 > rvm_ruby_name= | |
+++ 1368109216.N /scripts/selector : __rvm_ruby_string() 756 > [[ -n '' ]] | |
+++ 1368109216.N /scripts/selector : __rvm_ruby_string() 762 > strings=() | |
+++ 1368109216.N /scripts/selector : __rvm_ruby_string() 763 > __rvm_custom_separated_array strings - ruby-1.9.3-p392 | |
+++ 1368109216.N /scripts/functions/utility : __rvm_custom_separated_array() 1 > typeset IFS | |
+++ 1368109216.N /scripts/functions/utility : __rvm_custom_separated_array() 2 > IFS=- | |
+++ 1368109216.N /scripts/functions/utility : __rvm_custom_separated_array() 3 > [[ -n '' ]] | |
+++ 1368109216.N /scripts/functions/utility : __rvm_custom_separated_array() 5 > eval 'strings+=( $3 )' | |
++++ 1368109216.N /scripts/functions/utility : __rvm_custom_separated_array() -248 > strings+=($3) | |
+++ 1368109216.N /scripts/selector : __rvm_ruby_string() 516 > (( 3 == 0 )) | |
+++ 1368109216.N /scripts/selector : __rvm_ruby_string() 784 > for string in '${strings[@]}' | |
+++ 1368109216.N /scripts/selector : __rvm_ruby_string() 786 > case "$string" in | |
+++ 1368109216.N /scripts/selector : __rvm_ruby_string() 715 > rvm_ruby_interpreter=ruby | |
+++ 1368109216.N /scripts/selector : __rvm_ruby_string() 784 > for string in '${strings[@]}' | |
+++ 1368109216.N /scripts/selector : __rvm_ruby_string() 786 > case "$string" in | |
+++ 1368109216.N /scripts/selector : __rvm_ruby_string() 592 > [[ ruby == \r\b\x ]] | |
+++ 1368109216.N /scripts/selector : __rvm_ruby_string() 858 > case "$string" in | |
+++ 1368109216.N /scripts/selector : __rvm_ruby_string() 623 > rvm_ruby_version=1.9.3 | |
+++ 1368109216.N /scripts/selector : __rvm_ruby_string() 624 > rvm_ruby_revision= | |
+++ 1368109216.N /scripts/selector : __rvm_ruby_string() 625 > rvm_ruby_tag= | |
+++ 1368109216.N /scripts/selector : __rvm_ruby_string() 784 > for string in '${strings[@]}' | |
+++ 1368109216.N /scripts/selector : __rvm_ruby_string() 786 > case "$string" in | |
+++ 1368109216.N /scripts/selector : __rvm_ruby_string() 649 > rvm_ruby_patch_level=p392 | |
+++ 1368109216.N /scripts/selector : __rvm_ruby_string() 729 > [[ -z ruby ]] | |
+++ 1368109216.N /scripts/selector : __rvm_ruby_string() 742 > rvm_ruby_version=1.9.3 | |
+++ 1368109216.N /scripts/selector : __rvm_ruby_string() 743 > [[ -z 1.9.3 ]] | |
+++ 1368109216.N /scripts/selector : __rvm_ruby_string() 750 > [[ -z 1.9.3 ]] | |
+++ 1368109216.N /scripts/selector : __rvm_ruby_string() 754 > rvm_ruby_string=ruby-1.9.3 | |
+++ 1368109216.N /scripts/selector : __rvm_ruby_string() 757 > [[ ruby == \e\x\t ]] | |
+++ 1368109216.N /scripts/selector : __rvm_ruby_string() 761 > (( 0 == 1 )) | |
+++ 1368109216.N /scripts/selector : __rvm_ruby_string() 765 > [[ -n '' ]] | |
+++ 1368109216.N /scripts/selector : __rvm_ruby_string() 769 > [[ -n '' ]] | |
+++ 1368109216.N /scripts/selector : __rvm_ruby_string() 773 > [[ -n '' ]] | |
+++ 1368109216.N /scripts/selector : __rvm_ruby_string() 777 > [[ -n p392 ]] | |
+++ 1368109216.N /scripts/selector : __rvm_ruby_string() 779 > rvm_ruby_string=ruby-1.9.3-p392 | |
+++ 1368109216.N /scripts/selector : __rvm_ruby_string() 818 > [[ -n '' ]] | |
+++ 1368109216.N /scripts/selector : __rvm_ruby_string() 827 > detected_rvm_ruby_name= | |
+++ 1368109216.N /scripts/selector : __rvm_ruby_string() 829 > true | |
+++ 1368109216.N /scripts/selector : __rvm_select() -128 > rvm_archive_extension=tar.gz | |
+++ 1368109216.N /scripts/selector : __rvm_select() -126 > [[ -z ruby ]] | |
+++ 1368109216.N /scripts/selector : __rvm_select() 132 > case "${rvm_ruby_interpreter:-missing}" in | |
+++ 1368109216.N /scripts/selector : __rvm_select() 143 > [[ -n p392 ]] | |
+++ 1368109216.N /scripts/selector : __rvm_select() 145 > rvm_ruby_package_file=ruby-1.9.3-p392 | |
+++ 1368109216.N /scripts/selector : __rvm_select() 146 > rvm_ruby_package_name=ruby-1.9.3-p392 | |
+++ 1368109216.N /scripts/selector : __rvm_select() 152 > [[ -z 1.9.3 ]] | |
++++ 1368109216.N /scripts/selector : __rvm_select() -97 > __rvm_db ruby_repo_url | |
++++ 1368109216.N /scripts/functions/db : __rvm_db() 1 > typeset value key variable | |
++++ 1368109216.N /scripts/functions/db : __rvm_db() 3 > key=ruby_repo_url | |
++++ 1368109216.N /scripts/functions/db : __rvm_db() 4 > key=ruby_repo_url | |
++++ 1368109216.N /scripts/functions/db : __rvm_db() 5 > variable= | |
++++ 1368109216.N /scripts/functions/db : __rvm_db() 7 > [[ -f /Users/serveradmin/.rvm/user/db ]] | |
+++++ 1368109216.N /scripts/functions/db : __rvm_db() 2 > /Users/serveradmin/.rvm/scripts/db /Users/serveradmin/.rvm/user/db ruby_repo_url | |
++++ 1368109216.N /scripts/functions/db : __rvm_db() 8 > value= | |
++++ 1368109216.N /scripts/functions/db : __rvm_db() 11 > [[ -z '' ]] | |
+++++ 1368109216.N /scripts/functions/db : __rvm_db() 6 > /Users/serveradmin/.rvm/scripts/db /Users/serveradmin/.rvm/config/db ruby_repo_url | |
++++ 1368109216.N /scripts/functions/db : __rvm_db() 12 > value=git://github.com/ruby/ruby.git | |
++++ 1368109216.N /scripts/functions/db : __rvm_db() 15 > [[ -n git://github.com/ruby/ruby.git ]] | |
++++ 1368109216.N /scripts/functions/db : __rvm_db() 16 > [[ -z '' ]] | |
++++ 1368109216.N /scripts/functions/db : __rvm_db() 17 > echo git://github.com/ruby/ruby.git | |
++++ 1368109216.N /scripts/functions/db : __rvm_db() 23 > return 0 | |
+++ 1368109216.N /scripts/selector : __rvm_select() 156 > rvm_ruby_repo_url=git://github.com/ruby/ruby.git | |
+++ 1368109216.N /scripts/selector : __rvm_select() 157 > (( 0 == 0 )) | |
+++ 1368109216.N /scripts/selector : __rvm_select() 159 > __rvm_version_compare 1.9.3 -lt 1.8.5 | |
+++ 1368109216.N /scripts/functions/utility : __rvm_version_compare() 1 > typeset first | |
++++ 1368109216.N /scripts/functions/utility : __rvm_version_compare() -203 > printf %b '1.9.3\n1.8.5\n' | |
++++ 1368109216.N /scripts/functions/utility : __rvm_version_compare() -203 > __rvm_version_sort | |
++++ 1368109216.N /scripts/functions/utility : __rvm_version_compare() -203 > head -n1 | |
++++ 1368109216.N /scripts/functions/utility : __rvm_version_sort() 1 > LC_ALL=C | |
++++ 1368109216.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 | |
+++ 1368109216.N /scripts/functions/utility : __rvm_version_compare() 2 > first=1.8.5 | |
+++ 1368109216.N /scripts/functions/utility : __rvm_version_compare() 209 > case "$2" in | |
+++ 1368109216.N /scripts/functions/utility : __rvm_version_compare() 18 > [[ 1.8.5 == \1\.\9\.\3 ]] | |
+++ 1368109216.N /scripts/functions/utility : __rvm_version_compare() 18 > return 1 | |
+++ 1368109216.N /scripts/selector : __rvm_select() 211 > rvm_archive_extension=tar.bz2 | |
+++ 1368109216.N /scripts/selector : __rvm_select() 254 > [[ -n 1.9.3 ]] | |
+++ 1368109216.N /scripts/selector : __rvm_select() 461 > case "$rvm_ruby_version" in | |
+++ 1368109216.N /scripts/selector : __rvm_select() 258 > rvm_ruby_release_version=1 | |
+++ 1368109216.N /scripts/selector : __rvm_select() 259 > rvm_ruby_major_version=1.9 | |
+++ 1368109216.N /scripts/selector : __rvm_select() 259 > rvm_ruby_major_version=9 | |
+++ 1368109216.N /scripts/selector : __rvm_select() 260 > rvm_ruby_minor_version=3 | |
+++ 1368109216.N /scripts/selector : __rvm_select() 270 > [[ ruby == ext ]] | |
+++ 1368109216.N /scripts/selector : __rvm_select() 276 > rvm_ruby_package_name=ruby-1.9.3-p392 | |
+++ 1368109216.N /scripts/selector : __rvm_select() 277 > rvm_ruby_home=/Users/serveradmin/.rvm/rubies/ruby-1.9.3-p392 | |
+++ 1368109216.N /scripts/selector : __rvm_select() 278 > rvm_ruby_irbrc=/Users/serveradmin/.rvm/rubies/ruby-1.9.3-p392/.irbrc | |
+++ 1368109216.N /scripts/selector : __rvm_select() 279 > rvm_ruby_binary=/Users/serveradmin/.rvm/rubies/ruby-1.9.3-p392/bin/ruby | |
+++ 1368109216.N /scripts/selector : __rvm_select() 283 > [[ maglev == \r\u\b\y ]] | |
+++ 1368109216.N /scripts/selector : __rvm_select() 289 > [[ system == \r\u\b\y ]] | |
+++ 1368109216.N /scripts/selector : __rvm_select() 291 > __rvm_gemset_select | |
+++ 1368109216.N /scripts/selector_gemsets : __rvm_gemset_select() 1 > __rvm_gemset_select_only | |
+++ 1368109216.N /scripts/selector_gemsets : __rvm_gemset_select_only() 1 > rvm_ruby_gem_home=/Users/serveradmin/.rvm/gems/ruby-1.9.3-p392 | |
+++ 1368109216.N /scripts/selector_gemsets : __rvm_gemset_select_only() 3 > : rvm_ignore_gemsets_flag:0: | |
+++ 1368109216.N /scripts/selector_gemsets : __rvm_gemset_select_only() 4 > (( rvm_ignore_gemsets_flag )) | |
+++ 1368109216.N /scripts/selector_gemsets : __rvm_gemset_select_only() 10 > rvm_ruby_global_gems_path=/Users/serveradmin/.rvm/gems/ruby-1.9.3-p392@global | |
+++ 1368109216.N /scripts/selector_gemsets : __rvm_gemset_select_only() 12 > __rvm_gemset_handle_default | |
+++ 1368109216.N /scripts/selector_gemsets : __rvm_gemset_handle_default() 1 > rvm_gemset_name=@@ | |
+++ 1368109216.N /scripts/selector_gemsets : __rvm_gemset_handle_default() 2 > rvm_gemset_name=@@ | |
+++ 1368109216.N /scripts/selector_gemsets : __rvm_gemset_handle_default() 3 > rvm_gemset_name=@ | |
+++ 1368109216.N /scripts/selector_gemsets : __rvm_gemset_handle_default() 4 > rvm_gemset_name= | |
+++ 1368109216.N /scripts/selector_gemsets : __rvm_gemset_select_only() 62 > [[ -z '' ]] | |
+++ 1368109216.N /scripts/selector_gemsets : __rvm_gemset_select_only() 65 > [[ '' == \g\l\o\b\a\l ]] | |
+++ 1368109216.N /scripts/selector_gemsets : __rvm_gemset_select_only() 69 > rvm_ruby_gem_path=/Users/serveradmin/.rvm/gems/ruby-1.9.3-p392:/Users/serveradmin/.rvm/gems/ruby-1.9.3-p392@global | |
+++ 1368109216.N /scripts/selector_gemsets : __rvm_gemset_select_only() 77 > case "${rvm_gemset_name}" in | |
+++ 1368109216.N /scripts/selector_gemsets : __rvm_gemset_select_only() 80 > [[ -n '' ]] | |
+++ 1368109216.N /scripts/selector_gemsets : __rvm_gemset_select_only() 84 > rvm_env_string=ruby-1.9.3-p392 | |
+++ 1368109216.N /scripts/selector_gemsets : __rvm_gemset_select_only() 86 > true | |
+++ 1368109216.N /scripts/selector_gemsets : __rvm_gemset_select() 130 > __rvm_gemset_select_validation | |
+++ 1368109216.N /scripts/selector_gemsets : __rvm_gemset_select_validation() 2 > [[ ! -d /Users/serveradmin/.rvm/gems/ruby-1.9.3-p392 ]] | |
+++ 1368109216.N /scripts/selector_gemsets : __rvm_gemset_select_validation() 11 > (( 0 == 1 )) | |
+++ 1368109216.N /scripts/selector_gemsets : __rvm_gemset_select() 41 > __rvm_gemset_select_ensure | |
+++ 1368109216.N /scripts/selector_gemsets : __rvm_gemset_select_ensure() 1 > mkdir -p /Users/serveradmin/.rvm/gems/ruby-1.9.3-p392 | |
+++ 1368109216.N /scripts/selector_gemsets : __rvm_gemset_select_ensure() 3 > __rvm_using_gemset_globalcache | |
+++ 1368109216.N /scripts/functions/gemset : __rvm_using_gemset_globalcache() 2 > GREP_OPTIONS= | |
+++ 1368109216.N /scripts/functions/gemset : __rvm_using_gemset_globalcache() 1 > /Users/serveradmin/.rvm/scripts/db /Users/serveradmin/.rvm/user/db use_gemset_globalcache | |
+++ 1368109217.N /scripts/functions/gemset : __rvm_using_gemset_globalcache() 2 > grep '^true$' | |
+++ 1368109217.N /scripts/functions/gemset : __rvm_using_gemset_globalcache() 3 > return 1 | |
+++ 1368109217.N /scripts/selector : __rvm_select() 483 > rvm_ruby_selected_flag=1 | |
+++ 1368109217.N /scripts/selector : __rvm_select() 485 > [[ -d /Users/serveradmin/.rvm/log/ruby-1.9.3-p392 ]] | |
+++ 1368109217.N /scripts/selector : __rvm_select() 488 > rvm_ruby_interpreter=ruby | |
+++ 1368109217.N /scripts/selector : __rvm_use() 552 > [[ system == ruby ]] | |
+++ 1368109217.N /scripts/selector : __rvm_use() 556 > [[ ! -d /Users/serveradmin/.rvm/rubies/ruby-1.9.3-p392 ]] | |
+++ 1368109217.N /scripts/selector : __rvm_use() 570 > [[ ! -d /Users/serveradmin/.rvm/gems/ruby-1.9.3-p392 ]] | |
+++ 1368109217.N /scripts/selector : __rvm_use() 570 > [[ -n '' ]] | |
+++ 1368109217.N /scripts/selector : __rvm_use() 582 > export GEM_HOME GEM_PATH MY_RUBY_HOME RUBY_VERSION IRBRC | |
+++ 1368109217.N /scripts/selector : __rvm_use() 583 > GEM_HOME=/Users/serveradmin/.rvm/gems/ruby-1.9.3-p392 | |
+++ 1368109217.N /scripts/selector : __rvm_use() 584 > GEM_PATH=/Users/serveradmin/.rvm/gems/ruby-1.9.3-p392:/Users/serveradmin/.rvm/gems/ruby-1.9.3-p392@global | |
+++ 1368109217.N /scripts/selector : __rvm_use() 585 > MY_RUBY_HOME=/Users/serveradmin/.rvm/rubies/ruby-1.9.3-p392 | |
+++ 1368109217.N /scripts/selector : __rvm_use() 586 > RUBY_VERSION=ruby-1.9.3-p392 | |
+++ 1368109217.N /scripts/selector : __rvm_use() 587 > IRBRC=/Users/serveradmin/.rvm/rubies/ruby-1.9.3-p392/.irbrc | |
+++ 1368109217.N /scripts/selector : __rvm_use() 588 > unset BUNDLE_PATH | |
+++ 1368109217.N /scripts/selector : __rvm_use() 591 > [[ maglev == \r\u\b\y ]] | |
+++ 1368109217.N /scripts/selector : __rvm_use() 596 > [[ -n /Users/serveradmin/.rvm/rubies/ruby-1.9.3-p392/.irbrc ]] | |
+++ 1368109217.N /scripts/selector : __rvm_use() 599 > __rvm_ensure_has_environment_files | |
+++ 1368109217.N /scripts/functions/environment : __rvm_ensure_has_environment_files() 1 > typeset environment_id file_name directory identifier variable value variables | |
++++ 1368109217.N /scripts/functions/environment : __rvm_ensure_has_environment_files() -79 > __rvm_env_string | |
++++ 1368109217.N /scripts/functions/environment : __rvm_env_string() 1 > typeset _path _string | |
++++ 1368109217.N /scripts/functions/environment : __rvm_env_string() 3 > _path=/Users/serveradmin/.rvm/gems/ruby-1.9.3-p392 | |
++++ 1368109217.N /scripts/functions/environment : __rvm_env_string() 5 > _string=ruby-1.9.3-p392 | |
++++ 1368109217.N /scripts/functions/environment : __rvm_env_string() 6 > _string=ruby-1.9.3-p392 | |
++++ 1368109217.N /scripts/functions/environment : __rvm_env_string() 8 > printf %b 'ruby-1.9.3-p392\n' | |
+++ 1368109217.N /scripts/functions/environment : __rvm_ensure_has_environment_files() 3 > environment_id=ruby-1.9.3-p392 | |
+++ 1368109217.N /scripts/functions/environment : __rvm_ensure_has_environment_files() 5 > file_name=/Users/serveradmin/.rvm/environments/ruby-1.9.3-p392 | |
+++ 1368109217.N /scripts/functions/environment : __rvm_ensure_has_environment_files() 7 > [[ ! -d /Users/serveradmin/.rvm/environments ]] | |
+++ 1368109217.N /scripts/functions/environment : __rvm_ensure_has_environment_files() 12 > [[ ! -s /Users/serveradmin/.rvm/environments/ruby-1.9.3-p392 ]] | |
+++ 1368109217.N /scripts/functions/environment : __rvm_ensure_has_environment_files() 12 > GREP_OPTIONS= | |
+++ 1368109217.N /scripts/functions/environment : __rvm_ensure_has_environment_files() 12 > grep rvm_env_string= /Users/serveradmin/.rvm/environments/ruby-1.9.3-p392 | |
+++ 1368109217.N /scripts/functions/environment : __rvm_ensure_has_environment_files() 34 > (( 0 == 1 )) | |
+++ 1368109217.N /scripts/functions/environment : __rvm_ensure_has_environment_files() 35 > [[ ! -f /Users/serveradmin/.rvm/wrappers/ruby-1.9.3-p392/ruby ]] | |
+++ 1368109217.N /scripts/functions/environment : __rvm_ensure_has_environment_files() 53 > return 0 | |
+++ 1368109217.N /scripts/selector : __rvm_use() 540 > (( 1 >= 2 )) | |
+++ 1368109217.N /scripts/selector : __rvm_use() 541 > (( 1 == 1 && 0 == 1 )) | |
+++ 1368109217.N /scripts/selector : __rvm_use() 546 > [[ /Users/serveradmin/.rvm/gems/ruby-1.9.3-p392 != \/\U\s\e\r\s\/\s\e\r\v\e\r\a\d\m\i\n\/\.\r\v\m\/\g\e\m\s\/\r\u\b\y\-\1\.\9\.\3\-\p\3\9\2\@\g\l\o\b\a\l ]] | |
++++ 1368109217.N /scripts/selector : __rvm_use() 466 > __rvm_remove_rvm_from_path | |
++++ 1368109217.N /scripts/functions/env : __rvm_remove_rvm_from_path() 1 > typeset local_rvm_path | |
++++ 1368109217.N /scripts/functions/env : __rvm_remove_rvm_from_path() 2 > __rvm_remove_from_path '/Users/serveradmin/.rvm/*' | |
++++ 1368109217.N /scripts/functions/utility : __rvm_remove_from_path() 1 > export PATH | |
++++ 1368109217.N /scripts/functions/utility : __rvm_remove_from_path() 2 > typeset _value | |
++++ 1368109217.N /scripts/functions/utility : __rvm_remove_from_path() 3 > _value='/Users/serveradmin/.rvm/*' | |
++++ 1368109217.N /scripts/functions/utility : __rvm_remove_from_path() 7 > [[ /Users/serveradmin/.rvm/gems/ruby-1.9.3-p392/bin:/Users/serveradmin/.rvm/gems/ruby-1.9.3-p392@global/bin:/Users/serveradmin/.rvm/rubies/ruby-1.9.3-p392/bin:/Users/serveradmin/.rvm/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin =~ // ]] | |
++++ 1368109217.N /scripts/functions/utility : __rvm_remove_from_path() 16 > __rvm_string_match :/Users/serveradmin/.rvm/gems/ruby-1.9.3-p392/bin:/Users/serveradmin/.rvm/gems/ruby-1.9.3-p392@global/bin:/Users/serveradmin/.rvm/rubies/ruby-1.9.3-p392/bin:/Users/serveradmin/.rvm/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin: '*:/Users/serveradmin/.rvm/*:*' | |
++++ 1368109217.N /scripts/functions/support : __rvm_string_match() 1 > typeset _string | |
++++ 1368109217.N /scripts/functions/support : __rvm_string_match() 2 > _string=:/Users/serveradmin/.rvm/gems/ruby-1.9.3-p392/bin:/Users/serveradmin/.rvm/gems/ruby-1.9.3-p392@global/bin:/Users/serveradmin/.rvm/rubies/ruby-1.9.3-p392/bin:/Users/serveradmin/.rvm/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin: | |
++++ 1368109217.N /scripts/functions/support : __rvm_string_match() 3 > shift | |
++++ 1368109217.N /scripts/functions/support : __rvm_string_match() 4 > (( 1 )) | |
++++ 1368109217.N /scripts/functions/support : __rvm_string_match() 48 > case "${_string}" in | |
++++ 1368109217.N /scripts/functions/support : __rvm_string_match() 7 > return 0 | |
++++ 1368109217.N /scripts/functions/utility : __rvm_remove_from_path() 62 > typeset -a _path | |
++++ 1368109217.N /scripts/functions/utility : __rvm_remove_from_path() 63 > _path=() | |
++++ 1368109217.N /scripts/functions/utility : __rvm_remove_from_path() 64 > __rvm_custom_separated_array _path : /Users/serveradmin/.rvm/gems/ruby-1.9.3-p392/bin:/Users/serveradmin/.rvm/gems/ruby-1.9.3-p392@global/bin:/Users/serveradmin/.rvm/rubies/ruby-1.9.3-p392/bin:/Users/serveradmin/.rvm/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin | |
++++ 1368109217.N /scripts/functions/utility : __rvm_custom_separated_array() 1 > typeset IFS | |
++++ 1368109217.N /scripts/functions/utility : __rvm_custom_separated_array() 2 > IFS=: | |
++++ 1368109217.N /scripts/functions/utility : __rvm_custom_separated_array() 3 > [[ -n '' ]] | |
++++ 1368109217.N /scripts/functions/utility : __rvm_custom_separated_array() 5 > eval '_path+=( $3 )' | |
+++++ 1368109217.N /scripts/functions/utility : __rvm_custom_separated_array() -248 > _path+=($3) | |
++++ 1368109217.N /scripts/functions/utility : __rvm_remove_from_path() -146 > __rvm_remove_from_array _path '/Users/serveradmin/.rvm/*' /Users/serveradmin/.rvm/gems/ruby-1.9.3-p392/bin /Users/serveradmin/.rvm/gems/ruby-1.9.3-p392@global/bin /Users/serveradmin/.rvm/rubies/ruby-1.9.3-p392/bin /Users/serveradmin/.rvm/bin /usr/bin /bin /usr/sbin /sbin /usr/local/bin /usr/X11/bin | |
++++ 1368109217.N /scripts/functions/utility : __rvm_remove_from_array() 1 > typeset _array_name _search _iterator | |
++++ 1368109217.N /scripts/functions/utility : __rvm_remove_from_array() 2 > typeset -a _temp_array | |
++++ 1368109217.N /scripts/functions/utility : __rvm_remove_from_array() 3 > _array_name=_path | |
++++ 1368109217.N /scripts/functions/utility : __rvm_remove_from_array() 4 > _search='/Users/serveradmin/.rvm/*' | |
++++ 1368109217.N /scripts/functions/utility : __rvm_remove_from_array() 5 > shift 2 | |
++++ 1368109217.N /scripts/functions/utility : __rvm_remove_from_array() 6 > _temp_array=() | |
++++ 1368109217.N /scripts/functions/utility : __rvm_remove_from_array() 270 > for _iterator in '"$@"' | |
++++ 1368109217.N /scripts/functions/utility : __rvm_remove_from_array() 9 > __rvm_string_match /Users/serveradmin/.rvm/gems/ruby-1.9.3-p392/bin '/Users/serveradmin/.rvm/*' | |
++++ 1368109217.N /scripts/functions/support : __rvm_string_match() 1 > typeset _string | |
++++ 1368109217.N /scripts/functions/support : __rvm_string_match() 2 > _string=/Users/serveradmin/.rvm/gems/ruby-1.9.3-p392/bin | |
++++ 1368109217.N /scripts/functions/support : __rvm_string_match() 3 > shift | |
++++ 1368109217.N /scripts/functions/support : __rvm_string_match() 4 > (( 1 )) | |
++++ 1368109217.N /scripts/functions/support : __rvm_string_match() 48 > case "${_string}" in | |
++++ 1368109217.N /scripts/functions/support : __rvm_string_match() 7 > return 0 | |
++++ 1368109217.N /scripts/functions/utility : __rvm_remove_from_array() 270 > for _iterator in '"$@"' | |
++++ 1368109217.N /scripts/functions/utility : __rvm_remove_from_array() 230 > __rvm_string_match /Users/serveradmin/.rvm/gems/ruby-1.9.3-p392@global/bin '/Users/serveradmin/.rvm/*' | |
++++ 1368109217.N /scripts/functions/support : __rvm_string_match() 1 > typeset _string | |
++++ 1368109217.N /scripts/functions/support : __rvm_string_match() 2 > _string=/Users/serveradmin/.rvm/gems/ruby-1.9.3-p392@global/bin | |
++++ 1368109217.N /scripts/functions/support : __rvm_string_match() 3 > shift | |
++++ 1368109217.N /scripts/functions/support : __rvm_string_match() 4 > (( 1 )) | |
++++ 1368109217.N /scripts/functions/support : __rvm_string_match() 48 > case "${_string}" in | |
++++ 1368109217.N /scripts/functions/support : __rvm_string_match() 7 > return 0 | |
++++ 1368109217.N /scripts/functions/utility : __rvm_remove_from_array() 270 > for _iterator in '"$@"' | |
++++ 1368109217.N /scripts/functions/utility : __rvm_remove_from_array() 230 > __rvm_string_match /Users/serveradmin/.rvm/rubies/ruby-1.9.3-p392/bin '/Users/serveradmin/.rvm/*' | |
++++ 1368109217.N /scripts/functions/support : __rvm_string_match() 1 > typeset _string | |
++++ 1368109217.N /scripts/functions/support : __rvm_string_match() 2 > _string=/Users/serveradmin/.rvm/rubies/ruby-1.9.3-p392/bin | |
++++ 1368109217.N /scripts/functions/support : __rvm_string_match() 3 > shift | |
++++ 1368109217.N /scripts/functions/support : __rvm_string_match() 4 > (( 1 )) | |
++++ 1368109217.N /scripts/functions/support : __rvm_string_match() 48 > case "${_string}" in | |
++++ 1368109217.N /scripts/functions/support : __rvm_string_match() 7 > return 0 | |
++++ 1368109217.N /scripts/functions/utility : __rvm_remove_from_array() 270 > for _iterator in '"$@"' | |
++++ 1368109217.N /scripts/functions/utility : __rvm_remove_from_array() 230 > __rvm_string_match /Users/serveradmin/.rvm/bin '/Users/serveradmin/.rvm/*' | |
++++ 1368109217.N /scripts/functions/support : __rvm_string_match() 1 > typeset _string | |
++++ 1368109217.N /scripts/functions/support : __rvm_string_match() 2 > _string=/Users/serveradmin/.rvm/bin | |
++++ 1368109217.N /scripts/functions/support : __rvm_string_match() 3 > shift | |
++++ 1368109217.N /scripts/functions/support : __rvm_string_match() 4 > (( 1 )) | |
++++ 1368109217.N /scripts/functions/support : __rvm_string_match() 48 > case "${_string}" in | |
++++ 1368109217.N /scripts/functions/support : __rvm_string_match() 7 > return 0 | |
++++ 1368109217.N /scripts/functions/utility : __rvm_remove_from_array() 270 > for _iterator in '"$@"' | |
++++ 1368109217.N /scripts/functions/utility : __rvm_remove_from_array() 230 > __rvm_string_match /usr/bin '/Users/serveradmin/.rvm/*' | |
++++ 1368109217.N /scripts/functions/support : __rvm_string_match() 1 > typeset _string | |
++++ 1368109217.N /scripts/functions/support : __rvm_string_match() 2 > _string=/usr/bin | |
++++ 1368109217.N /scripts/functions/support : __rvm_string_match() 3 > shift | |
++++ 1368109217.N /scripts/functions/support : __rvm_string_match() 4 > (( 1 )) | |
++++ 1368109217.N /scripts/functions/support : __rvm_string_match() 48 > case "${_string}" in | |
++++ 1368109217.N /scripts/functions/support : __rvm_string_match() 9 > shift | |
++++ 1368109217.N /scripts/functions/support : __rvm_string_match() 4 > (( 0 )) | |
++++ 1368109217.N /scripts/functions/support : __rvm_string_match() 11 > return 1 | |
++++ 1368109217.N /scripts/functions/utility : __rvm_remove_from_array() 230 > _temp_array+=("$_iterator") | |
++++ 1368109217.N /scripts/functions/utility : __rvm_remove_from_array() 270 > for _iterator in '"$@"' | |
++++ 1368109217.N /scripts/functions/utility : __rvm_remove_from_array() 230 > __rvm_string_match /bin '/Users/serveradmin/.rvm/*' | |
++++ 1368109217.N /scripts/functions/support : __rvm_string_match() 1 > typeset _string | |
++++ 1368109217.N /scripts/functions/support : __rvm_string_match() 2 > _string=/bin | |
++++ 1368109217.N /scripts/functions/support : __rvm_string_match() 3 > shift | |
++++ 1368109217.N /scripts/functions/support : __rvm_string_match() 4 > (( 1 )) | |
++++ 1368109217.N /scripts/functions/support : __rvm_string_match() 48 > case "${_string}" in | |
++++ 1368109217.N /scripts/functions/support : __rvm_string_match() 9 > shift | |
++++ 1368109217.N /scripts/functions/support : __rvm_string_match() 4 > (( 0 )) | |
++++ 1368109217.N /scripts/functions/support : __rvm_string_match() 11 > return 1 | |
++++ 1368109217.N /scripts/functions/utility : __rvm_remove_from_array() 230 > _temp_array+=("$_iterator") | |
++++ 1368109217.N /scripts/functions/utility : __rvm_remove_from_array() 270 > for _iterator in '"$@"' | |
++++ 1368109217.N /scripts/functions/utility : __rvm_remove_from_array() 230 > __rvm_string_match /usr/sbin '/Users/serveradmin/.rvm/*' | |
++++ 1368109217.N /scripts/functions/support : __rvm_string_match() 1 > typeset _string | |
++++ 1368109217.N /scripts/functions/support : __rvm_string_match() 2 > _string=/usr/sbin | |
++++ 1368109217.N /scripts/functions/support : __rvm_string_match() 3 > shift | |
++++ 1368109217.N /scripts/functions/support : __rvm_string_match() 4 > (( 1 )) | |
++++ 1368109217.N /scripts/functions/support : __rvm_string_match() 48 > case "${_string}" in | |
++++ 1368109217.N /scripts/functions/support : __rvm_string_match() 9 > shift | |
++++ 1368109217.N /scripts/functions/support : __rvm_string_match() 4 > (( 0 )) | |
++++ 1368109217.N /scripts/functions/support : __rvm_string_match() 11 > return 1 | |
++++ 1368109217.N /scripts/functions/utility : __rvm_remove_from_array() 230 > _temp_array+=("$_iterator") | |
++++ 1368109217.N /scripts/functions/utility : __rvm_remove_from_array() 270 > for _iterator in '"$@"' | |
++++ 1368109217.N /scripts/functions/utility : __rvm_remove_from_array() 230 > __rvm_string_match /sbin '/Users/serveradmin/.rvm/*' | |
++++ 1368109217.N /scripts/functions/support : __rvm_string_match() 1 > typeset _string | |
++++ 1368109217.N /scripts/functions/support : __rvm_string_match() 2 > _string=/sbin | |
++++ 1368109217.N /scripts/functions/support : __rvm_string_match() 3 > shift | |
++++ 1368109217.N /scripts/functions/support : __rvm_string_match() 4 > (( 1 )) | |
++++ 1368109217.N /scripts/functions/support : __rvm_string_match() 48 > case "${_string}" in | |
++++ 1368109217.N /scripts/functions/support : __rvm_string_match() 9 > shift | |
++++ 1368109217.N /scripts/functions/support : __rvm_string_match() 4 > (( 0 )) | |
++++ 1368109217.N /scripts/functions/support : __rvm_string_match() 11 > return 1 | |
++++ 1368109217.N /scripts/functions/utility : __rvm_remove_from_array() 230 > _temp_array+=("$_iterator") | |
++++ 1368109217.N /scripts/functions/utility : __rvm_remove_from_array() 270 > for _iterator in '"$@"' | |
++++ 1368109217.N /scripts/functions/utility : __rvm_remove_from_array() 230 > __rvm_string_match /usr/local/bin '/Users/serveradmin/.rvm/*' | |
++++ 1368109217.N /scripts/functions/support : __rvm_string_match() 1 > typeset _string | |
++++ 1368109217.N /scripts/functions/support : __rvm_string_match() 2 > _string=/usr/local/bin | |
++++ 1368109217.N /scripts/functions/support : __rvm_string_match() 3 > shift | |
++++ 1368109217.N /scripts/functions/support : __rvm_string_match() 4 > (( 1 )) | |
++++ 1368109217.N /scripts/functions/support : __rvm_string_match() 48 > case "${_string}" in | |
++++ 1368109217.N /scripts/functions/support : __rvm_string_match() 9 > shift | |
++++ 1368109217.N /scripts/functions/support : __rvm_string_match() 4 > (( 0 )) | |
++++ 1368109217.N /scripts/functions/support : __rvm_string_match() 11 > return 1 | |
++++ 1368109217.N /scripts/functions/utility : __rvm_remove_from_array() 230 > _temp_array+=("$_iterator") | |
++++ 1368109217.N /scripts/functions/utility : __rvm_remove_from_array() 270 > for _iterator in '"$@"' | |
++++ 1368109217.N /scripts/functions/utility : __rvm_remove_from_array() 230 > __rvm_string_match /usr/X11/bin '/Users/serveradmin/.rvm/*' | |
++++ 1368109217.N /scripts/functions/support : __rvm_string_match() 1 > typeset _string | |
++++ 1368109217.N /scripts/functions/support : __rvm_string_match() 2 > _string=/usr/X11/bin | |
++++ 1368109217.N /scripts/functions/support : __rvm_string_match() 3 > shift | |
++++ 1368109217.N /scripts/functions/support : __rvm_string_match() 4 > (( 1 )) | |
++++ 1368109217.N /scripts/functions/support : __rvm_string_match() 48 > case "${_string}" in | |
++++ 1368109217.N /scripts/functions/support : __rvm_string_match() 9 > shift | |
++++ 1368109217.N /scripts/functions/support : __rvm_string_match() 4 > (( 0 )) | |
++++ 1368109217.N /scripts/functions/support : __rvm_string_match() 11 > return 1 | |
++++ 1368109217.N /scripts/functions/utility : __rvm_remove_from_array() 230 > _temp_array+=("$_iterator") | |
++++ 1368109217.N /scripts/functions/utility : __rvm_remove_from_array() 232 > eval '_path=( "${_temp_array[@]}" )' | |
+++++ 1368109217.N /scripts/functions/utility : __rvm_remove_from_array() 190 > _path=("${_temp_array[@]}") | |
++++ 1368109217.N /scripts/functions/utility : __rvm_remove_from_path() 66 > __rvm_join_array PATH : _path | |
++++ 1368109217.N /scripts/functions/utility : __rvm_join_array() 1 > typeset IFS | |
++++ 1368109217.N /scripts/functions/utility : __rvm_join_array() 2 > IFS=: | |
++++ 1368109217.N /scripts/functions/utility : __rvm_join_array() 3 > eval 'PATH="${_path[*]}"' | |
+++++ 1368109217.N /scripts/functions/utility : __rvm_join_array() -275 > PATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin | |
++++ 1368109217.N /scripts/functions/env : __rvm_remove_rvm_from_path() -106 > __rvm_remove_from_path /Users/serveradmin/.rvm/bin | |
++++ 1368109217.N /scripts/functions/utility : __rvm_remove_from_path() 1 > export PATH | |
++++ 1368109217.N /scripts/functions/utility : __rvm_remove_from_path() 2 > typeset _value | |
++++ 1368109217.N /scripts/functions/utility : __rvm_remove_from_path() 3 > _value=/Users/serveradmin/.rvm/bin | |
++++ 1368109217.N /scripts/functions/utility : __rvm_remove_from_path() 7 > [[ /usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin =~ // ]] | |
++++ 1368109217.N /scripts/functions/utility : __rvm_remove_from_path() 16 > __rvm_string_match :/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin: '*:/Users/serveradmin/.rvm/bin:*' | |
++++ 1368109217.N /scripts/functions/support : __rvm_string_match() 1 > typeset _string | |
++++ 1368109217.N /scripts/functions/support : __rvm_string_match() 2 > _string=:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin: | |
++++ 1368109217.N /scripts/functions/support : __rvm_string_match() 3 > shift | |
++++ 1368109217.N /scripts/functions/support : __rvm_string_match() 4 > (( 1 )) | |
++++ 1368109217.N /scripts/functions/support : __rvm_string_match() 48 > case "${_string}" in | |
++++ 1368109217.N /scripts/functions/support : __rvm_string_match() 9 > shift | |
++++ 1368109217.N /scripts/functions/support : __rvm_string_match() 4 > (( 0 )) | |
++++ 1368109217.N /scripts/functions/support : __rvm_string_match() 11 > return 1 | |
+++++ 1368109217.N /scripts/functions/env : __rvm_remove_rvm_from_path() 90 > __rvm_which rvm | |
++++ 1368109217.N /scripts/functions/env : __rvm_remove_rvm_from_path() 132 > local_rvm_path= | |
++++ 1368109217.N /scripts/functions/env : __rvm_remove_rvm_from_path() 135 > builtin hash -r | |
++++ 1368109217.N /scripts/selector : __rvm_use() 506 > printf %b /usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin | |
+++ 1368109217.N /scripts/selector : __rvm_use() 548 > new_path=/Users/serveradmin/.rvm/gems/ruby-1.9.3-p392/bin:/Users/serveradmin/.rvm/gems/ruby-1.9.3-p392@global/bin:/Users/serveradmin/.rvm/rubies/ruby-1.9.3-p392/bin:/Users/serveradmin/.rvm/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin | |
+++ 1368109217.N /scripts/selector : __rvm_use() 554 > [[ -z ruby-1.9.3-p392 ]] | |
+++ 1368109217.N /scripts/selector : __rvm_use() 554 > export rvm_ruby_string | |
+++ 1368109217.N /scripts/selector : __rvm_use() 555 > [[ -z '' ]] | |
+++ 1368109217.N /scripts/selector : __rvm_use() 557 > [[ -n /Users/serveradmin/.rvm/gems/ruby-1.9.3-p392/bin:/Users/serveradmin/.rvm/gems/ruby-1.9.3-p392@global/bin:/Users/serveradmin/.rvm/rubies/ruby-1.9.3-p392/bin:/Users/serveradmin/.rvm/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin ]] | |
+++ 1368109217.N /scripts/selector : __rvm_use() 559 > export PATH=/Users/serveradmin/.rvm/gems/ruby-1.9.3-p392/bin:/Users/serveradmin/.rvm/gems/ruby-1.9.3-p392@global/bin:/Users/serveradmin/.rvm/rubies/ruby-1.9.3-p392/bin:/Users/serveradmin/.rvm/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin | |
+++ 1368109217.N /scripts/selector : __rvm_use() 559 > PATH=/Users/serveradmin/.rvm/gems/ruby-1.9.3-p392/bin:/Users/serveradmin/.rvm/gems/ruby-1.9.3-p392@global/bin:/Users/serveradmin/.rvm/rubies/ruby-1.9.3-p392/bin:/Users/serveradmin/.rvm/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin | |
+++ 1368109217.N /scripts/selector : __rvm_use() 560 > unset new_path | |
+++ 1368109217.N /scripts/selector : __rvm_use() 561 > builtin hash -r | |
+++ 1368109217.N /scripts/selector : __rvm_use() 564 > [[ ruby-1.9.3-p392 != \s\y\s\t\e\m ]] | |
+++ 1368109217.N /scripts/selector : __rvm_use() 648 > case "${rvm_rvmrc_flag:-0}" in | |
+++ 1368109217.N /scripts/selector : __rvm_use() 572 > typeset environment_id | |
++++ 1368109217.N /scripts/selector : __rvm_use() 491 > __rvm_env_string | |
++++ 1368109217.N /scripts/functions/environment : __rvm_env_string() 1 > typeset _path _string | |
++++ 1368109217.N /scripts/functions/environment : __rvm_env_string() 3 > _path=/Users/serveradmin/.rvm/gems/ruby-1.9.3-p392 | |
++++ 1368109217.N /scripts/functions/environment : __rvm_env_string() 5 > _string=ruby-1.9.3-p392 | |
++++ 1368109217.N /scripts/functions/environment : __rvm_env_string() 6 > _string=ruby-1.9.3-p392 | |
++++ 1368109217.N /scripts/functions/environment : __rvm_env_string() 8 > printf %b 'ruby-1.9.3-p392\n' | |
+++ 1368109217.N /scripts/selector : __rvm_use() 573 > environment_id=ruby-1.9.3-p392 | |
+++ 1368109217.N /scripts/selector : __rvm_use() 575 > (( 0 == 1 )) | |
+++ 1368109217.N /scripts/selector : __rvm_use() 584 > rvm_default_flag=0 | |
+++ 1368109217.N /scripts/selector : __rvm_use() 586 > [[ -n '' ]] | |
+++ 1368109217.N /scripts/selector : __rvm_use() 592 > [[ -n '' ]] | |
+++ 1368109217.N /scripts/selector : __rvm_use() 609 > rvm_hook=after_use | |
+++ 1368109217.N /scripts/selector : __rvm_use() 610 > source /Users/serveradmin/.rvm/scripts/hook | |
++++ 1368109217.N /scripts/hook : source() -78 > typeset old_rvm_verbose_flag old_rvm_debug_flag | |
++++ 1368109217.N /scripts/hook : source() -77 > old_rvm_verbose_flag=0 | |
++++ 1368109217.N /scripts/hook : source() -76 > old_rvm_debug_flag=0 | |
++++ 1368109217.N /scripts/hook : source() -73 > typeset rvm_verbose_flag rvm_debug_flag hooks | |
++++ 1368109217.N /scripts/hook : source() -71 > true rvm_verbose_flag:0 rvm_debug_flag:0 rvm_hook:after_use | |
++++ 1368109217.N /scripts/hook : source() -67 > [[ -n after_use ]] | |
++++ 1368109217.N /scripts/hook : source() -65 > hooks=("$rvm_hooks_path") | |
++++ 1368109217.N /scripts/hook : source() -64 > [[ /Users/serveradmin/.rvm/hooks == \/\U\s\e\r\s\/\s\e\r\v\e\r\a\d\m\i\n\/\.\r\v\m\/\h\o\o\k\s ]] | |
++++ 1368109217.N /scripts/hook : source() -59 > _hooks_list=($( | |
\find -L "${hooks[@]}" -iname "$rvm_hook*" -type f 2>/dev/null | |
)) | |
+++++ 1368109217.N /scripts/hook : source() -140 > find -L /Users/serveradmin/.rvm/hooks -iname 'after_use*' -type f | |
++++ 1368109217.N /scripts/hook : source() 25 > for hook in '"${_hooks_list[@]}"' | |
++++ 1368109217.N /scripts/hook : source() -55 > [[ -x /Users/serveradmin/.rvm/hooks/after_use_jruby ]] | |
++++ 1368109217.N /scripts/hook : source() -55 > [[ after_use_jruby == \a\f\t\e\r\_\u\s\e ]] | |
++++ 1368109217.N /scripts/hook : source() 25 > for hook in '"${_hooks_list[@]}"' | |
++++ 1368109217.N /scripts/hook : source() -55 > [[ -x /Users/serveradmin/.rvm/hooks/after_use_jruby_opts ]] | |
++++ 1368109217.N /scripts/hook : source() -55 > [[ after_use_jruby_opts == \a\f\t\e\r\_\u\s\e ]] | |
++++ 1368109217.N /scripts/hook : source() 25 > for hook in '"${_hooks_list[@]}"' | |
++++ 1368109217.N /scripts/hook : source() -55 > [[ -x /Users/serveradmin/.rvm/hooks/after_use_maglev ]] | |
++++ 1368109217.N /scripts/hook : source() -53 > rvm_debug 'Running /Users/serveradmin/.rvm/hooks/after_use_maglev' | |
++++ 1368109217.N /scripts/functions/logging : rvm_debug() 1 > (( 0 )) | |
++++ 1368109217.N /scripts/functions/logging : rvm_debug() 1 > return 0 | |
++++ 1368109217.N /scripts/hook : source() -113 > __rvm_conditionally_do_with_env . /Users/serveradmin/.rvm/hooks/after_use_maglev | |
++++ 1368109217.N /scripts/functions/environment : __rvm_conditionally_do_with_env() 1 > (( __rvm_env_loaded > 0 )) | |
++++ 1368109217.N /scripts/functions/environment : __rvm_conditionally_do_with_env() 3 > . /Users/serveradmin/.rvm/hooks/after_use_maglev | |
+++++ 1368109217.N /hooks/after_use_maglev : source() -338 > . /Users/serveradmin/.rvm/scripts/functions/hooks/maglev | |
+++++ 1368109217.N /hooks/after_use_maglev : source() -335 > [[ ruby-1.9.3-p392 =~ maglev ]] | |
++++ 1368109217.N /scripts/hook : source() 25 > for hook in '"${_hooks_list[@]}"' | |
++++ 1368109217.N /scripts/hook : source() -314 > [[ -x /Users/serveradmin/.rvm/hooks/after_use_rbx_opts ]] | |
++++ 1368109217.N /scripts/hook : source() -314 > [[ after_use_rbx_opts == \a\f\t\e\r\_\u\s\e ]] | |
++++ 1368109217.N /scripts/hook : source() -306 > unset rvm_hook hooks _hooks_list hook | |
+++ 1368109217.N /scripts/selector : __rvm_use() 352 > return 0 | |
+++ 1368109217.N /scripts/functions/environment : __rvm_with() -191 > shift | |
+++ 1368109217.N /scripts/functions/environment : __rvm_with() -190 > __rvm_osx_ssl_certs_file_for_ruby | |
+++ 1368109217.N /scripts/functions/osx-ssl-certs : __rvm_osx_ssl_certs_file_for_ruby() 1 > ruby -ropenssl -e 'puts OpenSSL::X509::DEFAULT_CERT_FILE' | |
++ 1368109217.N /scripts/osx-ssl-certs : __rvm_osx_ssl_certs_run_filter_and_run() -112 > __path=/usr/local/etc/openssl/cert.pem | |
++ 1368109217.N /scripts/osx-ssl-certs : __rvm_osx_ssl_certs_run_filter_and_run() -111 > [[ =~ /usr/local/etc/openssl/cert\.pem ]] | |
++ 1368109217.N /scripts/osx-ssl-certs : __rvm_osx_ssl_certs_run_filter_and_run() -111 > __paths+=("${__path}") | |
++ 1368109217.N /scripts/osx-ssl-certs : __rvm_osx_ssl_certs_run_filter_and_run() 35 > for __path in '"${__paths[@]}"' | |
++ 1368109217.N /scripts/osx-ssl-certs : __rvm_osx_ssl_certs_run_filter_and_run() -106 > rvm_debug '/usr/local/etc/openssl/cert.pem # updating certs' | |
++ 1368109217.N /scripts/functions/logging : rvm_debug() 1 > (( 0 )) | |
++ 1368109217.N /scripts/functions/logging : rvm_debug() 1 > return 0 | |
++ 1368109217.N /scripts/osx-ssl-certs : __rvm_osx_ssl_certs_run_filter_and_run() -105 > __rvm_osx_ssl_certs_update_for_path /usr/local/etc/openssl/cert.pem | |
++ 1368109217.N /scripts/functions/osx-ssl-certs : __rvm_osx_ssl_certs_update_for_path() 1 > typeset ssl_dir cert_file | |
+++ 1368109217.N /scripts/functions/osx-ssl-certs : __rvm_osx_ssl_certs_update_for_path() -86 > __rvm_osx_ssl_certs_file_for_ruby | |
+++ 1368109217.N /scripts/functions/osx-ssl-certs : __rvm_osx_ssl_certs_file_for_ruby() 1 > ruby -ropenssl -e 'puts OpenSSL::X509::DEFAULT_CERT_FILE' | |
++ 1368109218.N /scripts/functions/osx-ssl-certs : __rvm_osx_ssl_certs_update_for_path() 2 > cert_file=/usr/local/etc/openssl/cert.pem | |
++ 1368109218.N /scripts/functions/osx-ssl-certs : __rvm_osx_ssl_certs_update_for_path() 3 > ssl_dir=/usr/local/etc/openssl | |
++ 1368109218.N /scripts/functions/osx-ssl-certs : __rvm_osx_ssl_certs_update_for_path() 5 > (( 0 == 0 )) | |
++ 1368109218.N /scripts/functions/osx-ssl-certs : __rvm_osx_ssl_certs_update_for_path() 6 > printf %b 'Updating certificates for /usr/local/etc/openssl/cert.pem: ' | |
Updating certificates for /usr/local/etc/openssl/cert.pem: ++ 1368109218.N /scripts/functions/osx-ssl-certs : __rvm_osx_ssl_certs_update_for_path() 9 > requirements_osx_update_openssl_cert_old | |
++ 1368109218.N /scripts/functions/osx-ssl-certs : requirements_osx_update_openssl_cert_old() -150[[ /usr/local/etc/openssl/cert.pem -ot /Library/Keychains/System.keychain ]] | |
++ 1368109218.N /scripts/functions/osx-ssl-certs : __rvm_osx_ssl_certs_update_for_path() -55 > requirements_osx_update_openssl_cert_run | |
++ 1368109218.N /scripts/functions/osx-ssl-certs : requirements_osx_update_openssl_cert_run() 1 > typeset __target=/usr/local/etc/openssl/cert.pem | |
++ 1368109218.N /scripts/functions/osx-ssl-certs : requirements_osx_update_openssl_cert_run() 3 > rvm_log 'Updating certificates in '\''/usr/local/etc/openssl/cert.pem'\''.' | |
++ 1368109218.N /scripts/functions/logging : rvm_log() 1 > rvm_pretty_print stdout | |
++ 1368109218.N /scripts/functions/logging : rvm_pretty_print() 73 > case "${rvm_pretty_print_flag:=auto}" in | |
++ 1368109218.N /scripts/functions/logging : rvm_pretty_print() 78 > case "${TERM:-dumb}" in | |
++ 1368109218.N /scripts/functions/logging : rvm_pretty_print() 81 > case "$1" in | |
++ 1368109218.N /scripts/functions/logging : rvm_pretty_print() 10 > [[ -t 1 ]] | |
++ 1368109218.N /scripts/functions/logging : rvm_pretty_print() 16 > return 0 | |
++ 1368109218.N /scripts/functions/logging : rvm_log() 89 > printf %b 'Updating certificates in '\''/usr/local/etc/openssl/cert.pem'\''.\n' | |
Updating certificates in '/usr/local/etc/openssl/cert.pem'. | |
++ 1368109218.N /scripts/functions/osx-ssl-certs : requirements_osx_update_openssl_cert_run() -19 requirements_osx_update_openssl_cert_create_dir | |
++ 1368109218.N /scripts/functions/osx-ssl-certs : requirements_osx_update_openssl_cert_create_dir([[ -d /usr/local/etc/openssl ]] | |
++ 1368109218.N /scripts/functions/osx-ssl-certs : requirements_osx_update_openssl_cert_run() 46 >requirements_osx_update_openssl_cert_target_select | |
++ 1368109218.N /scripts/functions/osx-ssl-certs : requirements_osx_update_openssl_cert_target_sele[[ -f /usr/local/etc/openssl/cert.pem ]] | |
++ 1368109218.N /scripts/functions/osx-ssl-certs : requirements_osx_update_openssl_cert_target_sele[[ ! -e /usr/local/etc/openssl/cert.pem ]] | |
++ 1368109218.N /scripts/functions/osx-ssl-certs : requirements_osx_update_openssl_cert_target_sele[[ -d /usr/local/etc/openssl ]] | |
++ 1368109218.N /scripts/functions/osx-ssl-certs : requirements_osx_update_openssl_cert_target_sele[[ -w ssl_dir ]] | |
+++ 1368109218.N /scripts/functions/osx-ssl-certs : requirements_osx_update_openssl_cert_target_selTMPDIR=/Users/serveradmin/.rvm/tmp | |
+++ 1368109218.N /scripts/functions/osx-ssl-certs : requirements_osx_update_openssl_cert_target_selmktemp /tmp/tmp.XXXXXXXXXXXXXXXXXX | |
++ 1368109218.N /scripts/functions/osx-ssl-certs : requirements_osx_update_openssl_cert_target_sele__target=/tmp/tmp.Y9SGWeUR65Vhj25aRW | |
++ 1368109218.N /scripts/functions/osx-ssl-certs : requirements_osx_update_openssl_cert_run() 37 >requirements_osx_update_openssl_cert_create_cert | |
++ 1368109218.N /scripts/functions/osx-ssl-certs : requirements_osx_update_openssl_cert_create_certsecurity find-certificate -a -p /Library/Keychains/System.keychain | |
++ 1368109218.N /scripts/functions/osx-ssl-certs : requirements_osx_update_openssl_cert_create_certsecurity find-certificate -a -p /System/Library/Keychains/SystemRootCertificates.keychain | |
++ 1368109218.N /scripts/functions/osx-ssl-certs : requirements_osx_update_openssl_cert_run() 24 >requirements_osx_update_openssl_cert_target_move | |
++ 1368109218.N /scripts/functions/osx-ssl-certs : requirements_osx_update_openssl_cert_target_move[[ /tmp/tmp.Y9SGWeUR65Vhj25aRW == \c\e\r\t\_\f\i\l\e ]] | |
++ 1368109218.N /scripts/functions/osx-ssl-certs : requirements_osx_update_openssl_cert_target_move__rvm_try_sudo mv -f /tmp/tmp.Y9SGWeUR65Vhj25aRW cert_file | |
++ 1368109218.N /scripts/functions/utility : __rvm_try_sudo() 46 > typeset -a command_to_run | |
++ 1368109218.N /scripts/functions/utility : __rvm_try_sudo() 47 > command_to_run=("$@") | |
++ 1368109218.N /scripts/functions/utility : __rvm_try_sudo() 48 > (( UID == 0 )) | |
++ 1368109218.N /scripts/functions/utility : __rvm_try_sudo() 334 > case "$rvm_autolibs_flag_number" in | |
++ 1368109218.N /scripts/functions/utility : __rvm_try_sudo() 63 > command_to_run=(sudo "${command_to_run[@]}") | |
++ 1368109218.N /scripts/functions/utility : __rvm_try_sudo() 66 > sudo mv -f /tmp/tmp.Y9SGWeUR65Vhj25aRW cert_file | |
++ 1368109218.N /scripts/functions/osx-ssl-certs : __rvm_osx_ssl_certs_update_for_path() -183 > (( 0 == 0 )) | |
++ 1368109218.N /scripts/functions/osx-ssl-certs : __rvm_osx_ssl_certs_update_for_path() -182 > printf %b 'Updated.\n' | |
Updated. | |
+ 1368109218.N /scripts/cli : rvm() 1100 > current_result=0 | |
+ 1368109218.N /scripts/cli : rvm() 1101 > (( result )) | |
+ 1368109218.N /scripts/cli : rvm() 1101 > result=0 | |
+ 1368109218.N /scripts/cli : rvm() 1103 > (( result )) | |
+ 1368109218.N /scripts/cli : rvm() 1178 > case "$rvm_action" in | |
+ 1368109218.N /scripts/cli : rvm() 1116 > current_result=0 | |
+ 1368109218.N /scripts/cli : rvm() 1117 > (( result )) | |
+ 1368109218.N /scripts/cli : rvm() 1117 > result=0 | |
+ 1368109218.N /scripts/cli : rvm() 1119 > typeset __local_rvm_trace_flag | |
+ 1368109218.N /scripts/cli : rvm() 1120 > __local_rvm_trace_flag=1 | |
+ 1368109218.N /scripts/cli : rvm() 1123 > [[ 0 -eq 1 ]] | |
+ 1368109218.N /scripts/cli : rvm() 1135 > __rvm_teardown | |
+ 1368109218.N /scripts/functions/environment : __rvm_teardown() 1 > builtin command -v __rvm_cleanup_tmp | |
+ 1368109218.N /scripts/functions/environment : __rvm_teardown() 3 > __rvm_cleanup_tmp | |
+ 1368109218.N /scripts/functions/cleanup : __rvm_cleanup_tmp() 1 > [[ -d /Users/serveradmin/.rvm/tmp/ ]] | |
+ 1368109218.N /scripts/functions/cleanup : __rvm_cleanup_tmp() 111 > case "${rvm_tmp_path%\/}" in | |
+ 1368109218.N /scripts/functions/cleanup : __rvm_cleanup_tmp() 5 > __rvm_rm_rf '/Users/serveradmin/.rvm/tmp/65234*' | |
+ 1368109218.N /scripts/functions/cleanup : __rvm_rm_rf() 1 > __rvm_rm_rf_verbose '/Users/serveradmin/.rvm/tmp/65234*' | |
+ 1368109218.N /scripts/functions/cleanup : __rvm_rm_rf_verbose() 1 > typeset target | |
+ 1368109218.N /scripts/functions/cleanup : __rvm_rm_rf_verbose() 2 > target='/Users/serveradmin/.rvm/tmp/65234*' | |
+ 1368109218.N /scripts/functions/cleanup : __rvm_rm_rf_verbose() 6 > [[ -n '' ]] | |
+ 1368109218.N /scripts/functions/cleanup : __rvm_rm_rf_verbose() 10 > [[ -n 3.2.48(1)-release ]] | |
+ 1368109218.N /scripts/functions/cleanup : __rvm_rm_rf_verbose() 12 > shopt -s extglob | |
+ 1368109218.N /scripts/functions/cleanup : __rvm_rm_rf_verbose() 28 > case "${target}" in | |
+ 1368109218.N /scripts/functions/cleanup : __rvm_rm_rf_verbose() 22 > [[ -n /Users/serveradmin/.rvm/tmp/65234* ]] | |
+ 1368109218.N /scripts/functions/cleanup : __rvm_rm_rf_verbose() 28 > [[ -d /Users/serveradmin/.rvm/tmp/65234* ]] | |
+ 1368109218.N /scripts/functions/cleanup : __rvm_rm_rf_verbose() 37 > [[ -f /Users/serveradmin/.rvm/tmp/65234* ]] | |
+ 1368109218.N /scripts/functions/cleanup : __rvm_rm_rf_verbose() 37 > [[ -L /Users/serveradmin/.rvm/tmp/65234* ]] | |
+ 1368109218.N /scripts/functions/cleanup : __rvm_rm_rf_verbose() 46 > rvm_debug '__rvm_rm_rf already gone: /Users/serveradmin/.rvm/tmp/65234*' | |
+ 1368109218.N /scripts/functions/logging : rvm_debug() 1 > (( 0 )) | |
+ 1368109218.N /scripts/functions/logging : rvm_debug() 1 > return 0 | |
+ 1368109218.N /scripts/functions/cleanup : __rvm_rm_rf_verbose() -84 > return 0 | |
+ 1368109218.N /scripts/functions/cleanup : __rvm_cleanup_tmp() -26 > return 0 | |
+ 1368109218.N /scripts/functions/environment : __rvm_teardown() 113 > export __rvm_env_loaded | |
+ 1368109218.N /scripts/functions/environment : __rvm_teardown() 115 > : __rvm_env_loaded:1: | |
+ 1368109218.N /scripts/functions/environment : __rvm_teardown() 117 > : __rvm_env_loaded:1: | |
+ 1368109218.N /scripts/functions/environment : __rvm_teardown() 119 > : __rvm_env_loaded:0: | |
+ 1368109218.N /scripts/functions/environment : __rvm_teardown() 121 > [[ -z /Users/serveradmin/.rvm/tmp ]] | |
+ 1368109218.N /scripts/functions/environment : __rvm_teardown() 121 > (( __rvm_env_loaded > 0 )) | |
+ 1368109218.N /scripts/functions/environment : __rvm_teardown() 126 > [[ -n 3.2.48(1)-release ]] | |
+ 1368109218.N /scripts/functions/environment : __rvm_teardown() 128 > trap - 0 1 2 3 15 | |
+ 1368109218.N /scripts/functions/environment : __rvm_teardown() 131 > [[ -n '' ]] | |
+ 1368109218.N /scripts/functions/environment : __rvm_teardown() 141 > [[ -n 0022 ]] | |
+ 1368109218.N /scripts/functions/environment : __rvm_teardown() 143 > umask 0022 | |
+ 1368109218.N /scripts/functions/environment : __rvm_teardown() 144 > unset rvm_stored_umask | |
+ 1368109218.N /scripts/functions/environment : __rvm_teardown() 147 > [[ '' == \1 ]] | |
+ 1368109218.N /scripts/functions/environment : __rvm_teardown() 151 > __variables_definition unset | |
+ 1368109218.N /scripts/functions/environment : __variables_definition() 1 > typeset -a __variables_list __array_list | |
+ 1368109218.N /scripts/functions/environment : __variables_definition() 2 > typeset __method | |
+ 1368109218.N /scripts/functions/environment : __variables_definition() 4 > __method=unset | |
+ 1368109218.N /scripts/functions/environment : __variables_definition() 35 > __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_force_autoconf_flag rvm_dump_environment_flag rvm_verbose_flag rvm_debug_flag rvm_trace_flag __array_start rvm_pretty_print_flag rvm_create_flag rvm_remove_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_externals_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_architectures 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_with_gems rvm_without_gems rvm_ignore_dotfiles_flag rvm_latest_binary_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) | |
+ 1368109218.N /scripts/functions/environment : __variables_definition() 39 > __array_list=(rvm_patch_names rvm_ree_options rvm_autoconf_flags) | |
+ 1368109218.N /scripts/functions/environment : __variables_definition() 202 > case "${__method}" in | |
+ 1368109218.N /scripts/functions/environment : __variables_definition() 43 > unset rvm_patch_names rvm_ree_options rvm_autoconf_flags | |
+ 1368109218.N /scripts/functions/environment : __variables_definition() 50 > 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_force_autoconf_flag rvm_dump_environment_flag rvm_verbose_flag rvm_debug_flag rvm_trace_flag __array_start rvm_pretty_print_flag rvm_create_flag rvm_remove_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_externals_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_architectures 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_with_gems rvm_without_gems rvm_ignore_dotfiles_flag rvm_latest_binary_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 | |
+ 1368109218.N /scripts/functions/environment : __rvm_teardown() 135 > builtin command -v __rvm_cleanup_download | |
+ 1368109218.N /scripts/functions/environment : __rvm_teardown() 140 > return 0 | |
+ 1368109218.N /scripts/cli : rvm() 1051 > (( __local_rvm_trace_flag > 0 )) | |
+ 1368109218.N /scripts/cli : rvm() 1053 > set +o verbose | |
+ 1368109218.N /scripts/cli : rvm() 1054 > set +o xtrace | |
core05:~ admin$ ls /usr/local/etc/openssl/cert.pem | |
ls: /usr/local/etc/openssl/cert.pem: No such file or directory |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment