Skip to content

Instantly share code, notes, and snippets.

@ELLIOTTCABLE
Created February 27, 2013 20:35
Show Gist options
  • Select an option

  • Save ELLIOTTCABLE/5051464 to your computer and use it in GitHub Desktop.

Select an option

Save ELLIOTTCABLE/5051464 to your computer and use it in GitHub Desktop.
Output of `rvm --trace upgrade 1.9.3-p327 1.9.3-p392` on my OS X 10.8
+__rvm_parse_args:681> [[ -n 5.0.0 ]]
+__rvm_parse_args:716> [[ -z '' && -n '' ]]
+__rvm_parse_args:719> [[ error == || 0 -eq 1 || -n '' ]]
+__rvm_parse_args:16> [[ -n upgrade ]]
+__rvm_parse_args:18> rvm_token=upgrade
+__rvm_parse_args:20> (( 2 > 0 ))
+__rvm_parse_args:22> next_token=1.9.3-p327
+__rvm_parse_args:23> shift
+__rvm_parse_args:28> case upgrade ([[:alnum:]]*|@*)
+__rvm_parse_args:31> case upgrade (use)
+__rvm_parse_args:31> case upgrade (install|uninstall|reinstall|try_install)
+__rvm_parse_args:31> case upgrade (gemset)
+__rvm_parse_args:31> case upgrade (gemdir|gempath|gemhome)
+__rvm_parse_args:31> case upgrade (pkg)
+__rvm_parse_args:31> case upgrade (do|exec)
+__rvm_parse_args:31> case upgrade (gem|rake|ruby)
+__rvm_parse_args:31> case upgrade (fetch|version|srcdir|reset|debug|reload|update|monitor|notes|implode|seppuku|question|answer|env|unexport|automount|prepare)
+__rvm_parse_args:31> case upgrade (doctor)
+__rvm_parse_args:31> case upgrade (mount)
+__rvm_parse_args:31> case upgrade (rm|remove)
+__rvm_parse_args:31> case upgrade (rtfm|RTFM|rvmrc|usage|help|inspect|list|ls|info|strings|get|current|docs|alias|rubygems|cleanup|tools|disk-usage|snapshot|repair|migrate|downgrade|upgrade|cron|group|switch|which|config-get|requirements)
+__rvm_parse_args:179> case upgrade (downgrade)
+__rvm_parse_args:179> case upgrade (ls)
+__rvm_parse_args:179> case upgrade (usage)
+__rvm_parse_args:179> case upgrade (RTFM)
+__rvm_parse_args:179> case upgrade (*)
+__rvm_parse_args:184> rvm_action=upgrade
+__rvm_parse_args:186> rvm_ruby_args=( )
+__rvm_parse_args:187> __rvm_parse_args_find_known_flags rvm_ruby_args 1.9.3-p327 1.9.3-p392
+__rvm_parse_args_find_known_flags:2> typeset _args_array_name _temp_var
+__rvm_parse_args_find_known_flags:3> typeset -a _new_args
+__rvm_parse_args_find_known_flags:4> _args_array_name=rvm_ruby_args
+__rvm_parse_args_find_known_flags:5> (( 3 == 0 ))
+__rvm_parse_args_find_known_flags:5> shift
+__rvm_parse_args_find_known_flags:6> _new_args=( )
+__rvm_parse_args_find_known_flags:8> (( 2 ))
+__rvm_parse_args_find_known_flags:10> case 1.9.3-p327 (--verify-downloads)
+__rvm_parse_args_find_known_flags:10> case 1.9.3-p327 (--force|--verbose|--debug|--quiet|--silent|--create)
+__rvm_parse_args_find_known_flags:10> case 1.9.3-p327 (--only-path)
+__rvm_parse_args_find_known_flags:10> case 1.9.3-p327 (--32)
+__rvm_parse_args_find_known_flags:10> case 1.9.3-p327 (--64)
+__rvm_parse_args_find_known_flags:10> case 1.9.3-p327 (--universal)
+__rvm_parse_args_find_known_flags:10> case 1.9.3-p327 (--patches|--patch)
+__rvm_parse_args_find_known_flags:10> case 1.9.3-p327 (--autolibs=*)
+__rvm_parse_args_find_known_flags:10> case 1.9.3-p327 (--)
+__rvm_parse_args_find_known_flags:10> case 1.9.3-p327 (*)
+__rvm_parse_args_find_known_flags:58> _new_args+=( 1.9.3-p327 )
+__rvm_parse_args_find_known_flags:61> (( 2 == 0 ))
+__rvm_parse_args_find_known_flags:61> shift
+__rvm_parse_args_find_known_flags:8> (( 1 ))
+__rvm_parse_args_find_known_flags:10> case 1.9.3-p392 (--verify-downloads)
+__rvm_parse_args_find_known_flags:10> case 1.9.3-p392 (--force|--verbose|--debug|--quiet|--silent|--create)
+__rvm_parse_args_find_known_flags:10> case 1.9.3-p392 (--only-path)
+__rvm_parse_args_find_known_flags:10> case 1.9.3-p392 (--32)
+__rvm_parse_args_find_known_flags:10> case 1.9.3-p392 (--64)
+__rvm_parse_args_find_known_flags:10> case 1.9.3-p392 (--universal)
+__rvm_parse_args_find_known_flags:10> case 1.9.3-p392 (--patches|--patch)
+__rvm_parse_args_find_known_flags:10> case 1.9.3-p392 (--autolibs=*)
+__rvm_parse_args_find_known_flags:10> case 1.9.3-p392 (--)
+__rvm_parse_args_find_known_flags:10> case 1.9.3-p392 (*)
+__rvm_parse_args_find_known_flags:58> _new_args+=( 1.9.3-p392 )
+__rvm_parse_args_find_known_flags:61> (( 1 == 0 ))
+__rvm_parse_args_find_known_flags:61> shift
+__rvm_parse_args_find_known_flags:8> (( 0 ))
+__rvm_parse_args_find_known_flags:63> eval 'rvm_ruby_args+=( "${_new_args[@]}" )'
+(eval):1> rvm_ruby_args+=( 1.9.3-p327 1.9.3-p392 )
+__rvm_parse_args:188> rvm_parse_break=1
+__rvm_parse_args:716> [[ -z upgrade ]]
+__rvm_parse_args:719> [[ error == upgrade || 1 -eq 1 ]]
+__rvm_parse_args:720> break
+__rvm_parse_args:724> : rvm_ruby_args:2:1.9.3-p327 1.9.3-p392:
+__rvm_parse_args:726> [[ -n '' ]]
/Users/elliottcable/.rvm/scripts/cli:903 rvm:81 result=0
/Users/elliottcable/.rvm/scripts/cli:904 rvm:82 : rvm_ruby_args:2:1.9.3-p327 1.9.3-p392:
/Users/elliottcable/.rvm/scripts/cli:906 rvm:84 (( result ))
/Users/elliottcable/.rvm/scripts/cli:907 rvm:85 cmdor casecase upgrade (use)
/Users/elliottcable/.rvm/scripts/cli:907 rvm:85 cmdor casecase upgrade (switch)
/Users/elliottcable/.rvm/scripts/cli:907 rvm:85 cmdor casecase upgrade (srcdir)
/Users/elliottcable/.rvm/scripts/cli:907 rvm:85 cmdor casecase upgrade (inspect|usage|strings|version)
/Users/elliottcable/.rvm/scripts/cli:907 rvm:85 cmdor casecase upgrade (ls|list)
/Users/elliottcable/.rvm/scripts/cli:907 rvm:85 cmdor casecase upgrade (debug)
/Users/elliottcable/.rvm/scripts/cli:907 rvm:85 cmdor casecase upgrade (info)
/Users/elliottcable/.rvm/scripts/cli:907 rvm:85 cmdor casecase upgrade (benchmark|reset)
/Users/elliottcable/.rvm/scripts/cli:907 rvm:85 cmdor casecase upgrade (update)
/Users/elliottcable/.rvm/scripts/cli:907 rvm:85 cmdor casecase upgrade (reboot)
/Users/elliottcable/.rvm/scripts/cli:907 rvm:85 cmdor casecase upgrade (implode|seppuku)
/Users/elliottcable/.rvm/scripts/cli:907 rvm:85 cmdor casecase upgrade (get)
/Users/elliottcable/.rvm/scripts/cli:907 rvm:85 cmdor casecase upgrade (current)
/Users/elliottcable/.rvm/scripts/cli:907 rvm:85 cmdor casecase upgrade (help|rtfm|env|list|monitor|notes|pkg|requirements)
/Users/elliottcable/.rvm/scripts/cli:907 rvm:85 cmdor casecase upgrade (cleanup|tools|snapshot|disk-usage|repair|alias|docs|rubygems|migrate|cron|group)
/Users/elliottcable/.rvm/scripts/cli:907 rvm:85 cmdor casecase upgrade (upgrade)
/Users/elliottcable/.rvm/scripts/cli:985 rvm:163 cmdor case__rvm_run_wrapper upgrade upgrade 1.9.3-p327 1.9.3-p392
/Users/elliottcable/.rvm/scripts/cli:813 __rvm_run_wrapper:2 file=upgrade
/Users/elliottcable/.rvm/scripts/cli:814 __rvm_run_wrapper:3 action=upgrade
/Users/elliottcable/.rvm/scripts/cli:815 __rvm_run_wrapper:4 shift 2
/Users/elliottcable/.rvm/scripts/cli:816 __rvm_run_wrapper:5 rubies_string=1.9.3-p327
/Users/elliottcable/.rvm/scripts/cli:817 __rvm_run_wrapper:6 export -a args
/Users/elliottcable/.rvm/scripts/cli:818 __rvm_run_wrapper:7 args=( 1.9.3-p327 1.9.3-p392 )
/Users/elliottcable/.rvm/scripts/cli:819 __rvm_run_wrapper:8 source /Users/elliottcable/.rvm/scripts/upgrade
/Users/elliottcable/.rvm/scripts/upgrade:3 /Users/elliottcable/.rvm/scripts/upgrade:3 unset GREP_OPTIONS
/Users/elliottcable/.rvm/scripts/upgrade:131 /Users/elliottcable/.rvm/scripts/upgrade:131 source_ruby=1.9.3-p327
/Users/elliottcable/.rvm/scripts/upgrade:133 /Users/elliottcable/.rvm/scripts/upgrade:133 destination_ruby=1.9.3-p392
/Users/elliottcable/.rvm/scripts/upgrade:135 /Users/elliottcable/.rvm/scripts/upgrade:135 expanded_source=/Users/elliottcable/.rvm/scripts/upgrade:135 /Users/elliottcable/.rvm/scripts/upgrade:135 cmdsubstexisting_ruby_patch 1.9.3-p327
/Users/elliottcable/.rvm/scripts/upgrade:74 existing_ruby_patch:14 pipesort
/Users/elliottcable/.rvm/scripts/upgrade:63 existing_ruby_patch:3 cursh/Users/elliottcable/.rvm/scripts/list strings
/Users/elliottcable/.rvm/scripts/upgrade:74 existing_ruby_patch:14 pipe pipetail -n 1
/Users/elliottcable/.rvm/scripts/upgrade:63 existing_ruby_patch:3 cursh pipeGREP_OPTIONS='' grep -E '^ruby-1.9.3-p327|^1.9.3-p327$'
%%F{red}%x:%I %F{green}%N:%i%F{white} %_[[ -z '' ]]
%%F{red}%x:%I %F{green}%N:%i%F{white} %_export PS4
%%F{red}%x:%I %F{green}%N:%i%F{white} %_PS4='+ $(date "+%s.%N") ${BASH_SOURCE##${rvm_path:-}} : ${FUNCNAME[0]:+${FUNCNAME[0]}()} ${LINENO} > '
++ 1361997223.N /scripts/base : 38 > export __array_start rvm_path
++ 1361997223.N /scripts/base : 43 > [[ -n '' ]]
++ 1361997223.N /scripts/base : 47 > __array_start=0
++ 1361997223.N /scripts/base : 50 > (( 0 == 0 ))
++ 1361997223.N /scripts/base : 52 > [[ -n 022 ]]
++ 1361997223.N /scripts/base : 53 > rvm_rvmrc_files=("/etc/rvmrc" "$HOME/.rvmrc")
++ 1361997223.N /scripts/base : 54 > [[ -n /Users/elliottcable ]]
++ 1361997223.N /scripts/base : 54 > [[ /Users/elliottcable/.rvmrc -ef /Users/elliottcable/.rvmrc ]]
++ 1361997223.N /scripts/base : 55 > rvm_rvmrc_files+=("${rvm_prefix}/.rvmrc")
++ 1361997223.N /scripts/base : 58 > for rvmrc in '"${rvm_rvmrc_files[@]}"'
++ 1361997223.N /scripts/base : 60 > [[ -f /etc/rvmrc ]]
++ 1361997223.N /scripts/base : 58 > for rvmrc in '"${rvm_rvmrc_files[@]}"'
++ 1361997223.N /scripts/base : 60 > [[ -f /Users/elliottcable/.rvmrc ]]
++ 1361997223.N /scripts/base : 58 > for rvmrc in '"${rvm_rvmrc_files[@]}"'
++ 1361997223.N /scripts/base : 60 > [[ -f /Users/elliottcable/.rvmrc ]]
++ 1361997223.N /scripts/base : 75 > unset rvm_rvmrc_files
++ 1361997223.N /scripts/base : 78 > export rvm_path
++ 1361997223.N /scripts/base : 79 > [[ -z /Users/elliottcable/.rvm ]]
++ 1361997223.N /scripts/base : 91 > true /Users/elliottcable/.rvm/scripts
++ 1361997223.N /scripts/base : 94 > source /Users/elliottcable/.rvm/scripts/initialize
+++ 1361997223.N /scripts/initialize : 3 > : rvm_trace_flag:1
+++ 1361997223.N /scripts/initialize : 4 > (( rvm_trace_flag > 0 ))
+++ 1361997223.N /scripts/initialize : 6 > set -o xtrace
+++ 1361997223.N /scripts/initialize : 8 > [[ -z '' ]]
+++ 1361997223.N /scripts/initialize : 13 > export PS4
+++ 1361997223.N /scripts/initialize : 14 > PS4='+ $(date "+%s.%N") ${BASH_SOURCE##${rvm_path:-}} : ${FUNCNAME[0]:+${FUNCNAME[0]}()} ${LINENO} > '
+++ 1361997223.N /scripts/initialize : 20 > [[ -n 3.2.48(1)-release ]]
+++ 1361997223.N /scripts/initialize : 22 > shopt -s extglob
+++ 1361997223.N /scripts/initialize : 32 > export __rvm_env_loaded
+++ 1361997223.N /scripts/initialize : 34 > : __rvm_env_loaded:1:
+++ 1361997223.N /scripts/initialize : 36 > : __rvm_env_loaded:2:
+++ 1361997223.N /scripts/initialize : 39 > [[ -z /Users/elliottcable/.rvm/tmp ]]
+++ 1361997223.N /scripts/initialize : 39 > (( __rvm_env_loaded == 1 ))
++ 1361997223.N /scripts/base : 98 > case " ${rvm_base_except:-} " in
++ 1361997223.N /scripts/base : 100 > true
++ 1361997223.N /scripts/base : 108 > typeset -a scripts
++ 1361997223.N /scripts/base : 111 > scripts=(logging support utility init cleanup env rvmrc install environment gemset db checksum)
++ 1361997223.N /scripts/base : 112 > for entry in '${scripts[@]}'
++ 1361997223.N /scripts/base : 113 > source /Users/elliottcable/.rvm/scripts/functions/logging
+++ 1361997223.N /scripts/functions/logging : 40 > case "${TERM:-dumb}" in
+++ 1361997223.N /scripts/functions/logging : 50 > [[ -z ]]
+++ 1361997224.N /scripts/functions/logging : 50 > [[ 0 -eq 1 ]]
++ 1361997224.N /scripts/base : 112 > for entry in '${scripts[@]}'
++ 1361997224.N /scripts/base : 113 > source /Users/elliottcable/.rvm/scripts/functions/support
+++ 1361997224.N /scripts/functions/support : 3 > [[ -z tar ]]
+++ 1361997224.N /scripts/functions/support : 13 > [[ ! =~ --no-same-owner ]]
+++ 1361997224.N /scripts/functions/support : 14 > tar --help
+++ 1361997224.N /scripts/functions/support : 14 > GREP_OPTIONS=
+++ 1361997224.N /scripts/functions/support : 14 > grep -- --no-same-owner
+++ 1361997224.N /scripts/functions/support : 22 > [[ -n '' ]]
++ 1361997224.N /scripts/base : 112 > for entry in '${scripts[@]}'
++ 1361997224.N /scripts/base : 113 > source /Users/elliottcable/.rvm/scripts/functions/utility
++ 1361997224.N /scripts/base : 112 > for entry in '${scripts[@]}'
++ 1361997224.N /scripts/base : 113 > source /Users/elliottcable/.rvm/scripts/functions/init
++ 1361997224.N /scripts/base : 112 > for entry in '${scripts[@]}'
++ 1361997224.N /scripts/base : 113 > source /Users/elliottcable/.rvm/scripts/functions/cleanup
++ 1361997224.N /scripts/base : 112 > for entry in '${scripts[@]}'
++ 1361997224.N /scripts/base : 113 > source /Users/elliottcable/.rvm/scripts/functions/env
++ 1361997224.N /scripts/base : 112 > for entry in '${scripts[@]}'
++ 1361997224.N /scripts/base : 113 > source /Users/elliottcable/.rvm/scripts/functions/rvmrc
+++ 1361997224.N /scripts/functions/rvmrc : 3 > export escape_flag _first _second
+++ 1361997224.N /scripts/functions/rvmrc : 4 > escape_flag=1
+++ 1361997224.N /scripts/functions/rvmrc : 5 > _first=0
+++ 1361997224.N /scripts/functions/rvmrc : 6 > _second=1
++ 1361997224.N /scripts/base : 112 > for entry in '${scripts[@]}'
++ 1361997224.N /scripts/base : 113 > source /Users/elliottcable/.rvm/scripts/functions/install
++ 1361997224.N /scripts/base : 112 > for entry in '${scripts[@]}'
++ 1361997224.N /scripts/base : 113 > source /Users/elliottcable/.rvm/scripts/functions/environment
++ 1361997224.N /scripts/base : 112 > for entry in '${scripts[@]}'
++ 1361997224.N /scripts/base : 113 > source /Users/elliottcable/.rvm/scripts/functions/gemset
++ 1361997224.N /scripts/base : 112 > for entry in '${scripts[@]}'
++ 1361997224.N /scripts/base : 113 > source /Users/elliottcable/.rvm/scripts/functions/db
++ 1361997224.N /scripts/base : 112 > for entry in '${scripts[@]}'
++ 1361997224.N /scripts/base : 113 > source /Users/elliottcable/.rvm/scripts/functions/checksum
++ 1361997224.N /scripts/base : 115 > unset scripts entry rvm_base_except
+ 1361997224.N /scripts/list : 369 > args=($*)
+ 1361997224.N /scripts/list : 370 > action=strings
+ 1361997224.N /scripts/list : 371 > args=
+ 1361997224.N /scripts/list : 373 > case "${action:-rubies}" in
+ 1361997224.N /scripts/list : 380 > list_strings
+ 1361997224.N /scripts/list : list_strings() 210 > __rvm_cd /Users/elliottcable/.rvm/rubies
+ 1361997224.N /scripts/functions/support : __rvm_cd() 166 > typeset old_cdpath ret
+ 1361997224.N /scripts/functions/support : __rvm_cd() 167 > ret=0
+ 1361997224.N /scripts/functions/support : __rvm_cd() 168 > old_cdpath=
+ 1361997224.N /scripts/functions/support : __rvm_cd() 169 > CDPATH=.
+ 1361997224.N /scripts/functions/support : __rvm_cd() 170 > chpwd_functions=
+ 1361997224.N /scripts/functions/support : __rvm_cd() 170 > builtin cd /Users/elliottcable/.rvm/rubies
+ 1361997224.N /scripts/functions/support : __rvm_cd() 171 > CDPATH=
+ 1361997224.N /scripts/functions/support : __rvm_cd() 172 > return 0
+ 1361997224.N /scripts/list : list_strings() 211 > sed -e s#./##g
+ 1361997224.N /scripts/list : list_strings() 211 > find . -maxdepth 1 -mindepth 1 -type d
+ 1361997224.N /scripts/list : list_strings() 214 > return 0
+ 1361997224.N /scripts/list : 389 > exit 0
/Users/elliottcable/.rvm/scripts/upgrade:65 existing_ruby_patch:5 cursh cmdorrvm_ruby_string=1.9.3-p327
/Users/elliottcable/.rvm/scripts/upgrade:66 existing_ruby_patch:6 cursh cmdor__rvm_ruby_string
/Users/elliottcable/.rvm/scripts/selector:662 __rvm_ruby_string:10 typeset ruby_string gemset_name expanded_alias_name repo_url branch_name ruby_name
/Users/elliottcable/.rvm/scripts/selector:664 __rvm_ruby_string:12 __rvm_default_flags
/Users/elliottcable/.rvm/scripts/functions/env:9 __rvm_default_flags:2 true 0 0
/Users/elliottcable/.rvm/scripts/selector:666 __rvm_ruby_string:14 rvm_expanding_aliases=''
/Users/elliottcable/.rvm/scripts/selector:668 __rvm_ruby_string:16 true '' '' '' '' '' '' '' @ 1.9.3-p327 0 0
/Users/elliottcable/.rvm/scripts/selector:674 __rvm_ruby_string:22 ifecho 1.9.3-p327
/Users/elliottcable/.rvm/scripts/selector:674 __rvm_ruby_string:22 if pipeGREP_OPTIONS='' grep @
/Users/elliottcable/.rvm/scripts/selector:681 __rvm_ruby_string:29 if(( rvm_expanding_aliases == 0 ))
/Users/elliottcable/.rvm/scripts/selector:682 __rvm_ruby_string:30 if cmdand[[ -n 1.9.3-p327 && 1.9.3-p327 != system ]]
/Users/elliottcable/.rvm/scripts/selector:686 __rvm_ruby_string:34 then if[[ -f /Users/elliottcable/.rvm/config/alias && -s /Users/elliottcable/.rvm/config/alias ]]
/Users/elliottcable/.rvm/scripts/selector:691 __rvm_ruby_string:39 then elif[[ 1.9.3-p327 == default ]]
/Users/elliottcable/.rvm/scripts/selector:698 __rvm_ruby_string:46 ifecho 1.9.3-p327
/Users/elliottcable/.rvm/scripts/selector:698 __rvm_ruby_string:46 if pipeGREP_OPTIONS='' grep @
/Users/elliottcable/.rvm/scripts/selector:704 __rvm_ruby_string:52 ruby_string=1.9.3-p327
/Users/elliottcable/.rvm/scripts/selector:705 __rvm_ruby_string:53 gemset_name=''
/Users/elliottcable/.rvm/scripts/selector:706 __rvm_ruby_string:54 repo_url=''
/Users/elliottcable/.rvm/scripts/selector:707 __rvm_ruby_string:55 branch_name=''
/Users/elliottcable/.rvm/scripts/selector:708 __rvm_ruby_string:56 ruby_name=''
/Users/elliottcable/.rvm/scripts/selector:710 __rvm_ruby_string:58 __rvm_unset_ruby_variables
/Users/elliottcable/.rvm/scripts/functions/env:21 __rvm_unset_ruby_variables:3 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
/Users/elliottcable/.rvm/scripts/functions/env:22 __rvm_unset_ruby_variables:4 __rvm_load_rvmrc
/Users/elliottcable/.rvm/scripts/functions/init:5 __rvm_load_rvmrc:2 typeset _file
/Users/elliottcable/.rvm/scripts/functions/init:6 __rvm_load_rvmrc:3 typeset -a rvm_rvmrc_files
/Users/elliottcable/.rvm/scripts/functions/init:7 __rvm_load_rvmrc:4 if(( 0 == 1 ))
/Users/elliottcable/.rvm/scripts/functions/init:12 __rvm_load_rvmrc:9 [[ -n 022 ]]
/Users/elliottcable/.rvm/scripts/functions/init:14 __rvm_load_rvmrc:11 rvm_rvmrc_files=( /etc/rvmrc /Users/elliottcable/.rvmrc )
/Users/elliottcable/.rvm/scripts/functions/init:15 __rvm_load_rvmrc:12 if[[ -n /Users/elliottcable ]]
/Users/elliottcable/.rvm/scripts/functions/init:15 __rvm_load_rvmrc:12 if cmdand[[ /Users/elliottcable/.rvmrc -ef /Users/elliottcable/.rvmrc ]]
/Users/elliottcable/.rvm/scripts/functions/init:16 __rvm_load_rvmrc:13 thenrvm_rvmrc_files+=( /Users/elliottcable/.rvmrc )
/Users/elliottcable/.rvm/scripts/functions/init:18 __rvm_load_rvmrc:15 for_file=/etc/rvmrc
/Users/elliottcable/.rvm/scripts/functions/init:20 __rvm_load_rvmrc:17 for if[[ -s /etc/rvmrc ]]
/Users/elliottcable/.rvm/scripts/functions/init:18 __rvm_load_rvmrc:15 for_file=/Users/elliottcable/.rvmrc
/Users/elliottcable/.rvm/scripts/functions/init:20 __rvm_load_rvmrc:17 for if[[ -s /Users/elliottcable/.rvmrc ]]
/Users/elliottcable/.rvm/scripts/functions/init:18 __rvm_load_rvmrc:15 for_file=/Users/elliottcable/.rvmrc
/Users/elliottcable/.rvm/scripts/functions/init:20 __rvm_load_rvmrc:17 for if[[ -s /Users/elliottcable/.rvmrc ]]
/Users/elliottcable/.rvm/scripts/functions/init:35 __rvm_load_rvmrc:32 return 0
/Users/elliottcable/.rvm/scripts/selector:712 __rvm_ruby_string:60 rvm_ruby_repo_url=''
/Users/elliottcable/.rvm/scripts/selector:713 __rvm_ruby_string:61 rvm_ruby_repo_branch=''
/Users/elliottcable/.rvm/scripts/selector:714 __rvm_ruby_string:62 rvm_ruby_name=''
/Users/elliottcable/.rvm/scripts/selector:716 __rvm_ruby_string:64 if[[ -n '' ]]
/Users/elliottcable/.rvm/scripts/selector:722 __rvm_ruby_string:70 strings=( )
/Users/elliottcable/.rvm/scripts/selector:723 __rvm_ruby_string:71 __rvm_custom_separated_array strings - 1.9.3-p327
/Users/elliottcable/.rvm/scripts/functions/utility:359 __rvm_custom_separated_array:2 typeset IFS
/Users/elliottcable/.rvm/scripts/functions/utility:360 __rvm_custom_separated_array:3 IFS=-
/Users/elliottcable/.rvm/scripts/functions/utility:361 __rvm_custom_separated_array:4 if[[ -n 5.0.0 ]]
/Users/elliottcable/.rvm/scripts/functions/utility:362 __rvm_custom_separated_array:5 theneval 'strings+=( ${=3} )'
/Users/elliottcable/.rvm/scripts/functions/utility:363 (eval):0 thenstrings+=( 1.9.3 p327 )
/Users/elliottcable/.rvm/scripts/selector:725 __rvm_ruby_string:73 if(( 2 == 0 ))
/Users/elliottcable/.rvm/scripts/selector:740 __rvm_ruby_string:88 forstring=1.9.3
/Users/elliottcable/.rvm/scripts/selector:742 __rvm_ruby_string:90 for casecase 1.9.3 (head)
/Users/elliottcable/.rvm/scripts/selector:742 __rvm_ruby_string:90 for casecase 1.9.3 (system)
/Users/elliottcable/.rvm/scripts/selector:742 __rvm_ruby_string:90 for casecase 1.9.3 (ext|external)
/Users/elliottcable/.rvm/scripts/selector:742 __rvm_ruby_string:90 for casecase 1.9.3 (nightly|weekly)
/Users/elliottcable/.rvm/scripts/selector:742 __rvm_ruby_string:90 for casecase 1.9.3 (nightly*|weekly*)
/Users/elliottcable/.rvm/scripts/selector:742 __rvm_ruby_string:90 for casecase 1.9.3 (preview*)
/Users/elliottcable/.rvm/scripts/selector:742 __rvm_ruby_string:90 for casecase 1.9.3 (rc[[:digit:]]*)
/Users/elliottcable/.rvm/scripts/selector:742 __rvm_ruby_string:90 for casecase 1.9.3 ([[:digit:]].[[:digit:]]*)
/Users/elliottcable/.rvm/scripts/selector:798 __rvm_ruby_string:146 for case if[[ '' == rbx ]]
/Users/elliottcable/.rvm/scripts/selector:811 __rvm_ruby_string:159 for case else casecase 1.9.3 (0.+([[:digit:]])|0.+([[:digit:]]).+([[:digit:]])|1.+([[:digit:]]).+([[:digit:]])|2.+([[:digit:]]).+([[:digit:]])|1.+([[:digit:]]).+([[:digit:]]).+([[:digit:]])|1.+([[:digit:]]))
/Users/elliottcable/.rvm/scripts/selector:813 __rvm_ruby_string:161 for case else caservm_ruby_version=1.9.3
/Users/elliottcable/.rvm/scripts/selector:814 __rvm_ruby_string:162 for case else caservm_ruby_revision=''
/Users/elliottcable/.rvm/scripts/selector:815 __rvm_ruby_string:163 for case else caservm_ruby_tag=''
/Users/elliottcable/.rvm/scripts/selector:740 __rvm_ruby_string:88 forstring=p327
/Users/elliottcable/.rvm/scripts/selector:742 __rvm_ruby_string:90 for casecase p327 (head)
/Users/elliottcable/.rvm/scripts/selector:742 __rvm_ruby_string:90 for casecase p327 (system)
/Users/elliottcable/.rvm/scripts/selector:742 __rvm_ruby_string:90 for casecase p327 (ext|external)
/Users/elliottcable/.rvm/scripts/selector:742 __rvm_ruby_string:90 for casecase p327 (nightly|weekly)
/Users/elliottcable/.rvm/scripts/selector:742 __rvm_ruby_string:90 for casecase p327 (nightly*|weekly*)
/Users/elliottcable/.rvm/scripts/selector:742 __rvm_ruby_string:90 for casecase p327 (preview*)
/Users/elliottcable/.rvm/scripts/selector:742 __rvm_ruby_string:90 for casecase p327 (rc[[:digit:]]*)
/Users/elliottcable/.rvm/scripts/selector:742 __rvm_ruby_string:90 for casecase p327 ([[:digit:]].[[:digit:]]*)
/Users/elliottcable/.rvm/scripts/selector:742 __rvm_ruby_string:90 for casecase p327 (p[[:digit:]]*)
/Users/elliottcable/.rvm/scripts/selector:839 __rvm_ruby_string:187 for caservm_ruby_patch_level=p327
/Users/elliottcable/.rvm/scripts/selector:919 __rvm_ruby_string:267 if[[ -z '' ]]
/Users/elliottcable/.rvm/scripts/selector:922 __rvm_ruby_string:270 then casecase 1.9.3 (1.[8-9]*)
/Users/elliottcable/.rvm/scripts/selector:923 __rvm_ruby_string:271 then caservm_ruby_interpreter=ruby
/Users/elliottcable/.rvm/scripts/selector:936 __rvm_ruby_string:284 rvm_ruby_version=1.9.3
/Users/elliottcable/.rvm/scripts/selector:937 __rvm_ruby_string:285 if[[ -z 1.9.3 ]]
/Users/elliottcable/.rvm/scripts/selector:944 __rvm_ruby_string:292 if[[ -z 1.9.3 ]]
/Users/elliottcable/.rvm/scripts/selector:948 __rvm_ruby_string:296 elservm_ruby_string=ruby-1.9.3
/Users/elliottcable/.rvm/scripts/selector:951 __rvm_ruby_string:299 if[[ ruby == ext ]]
/Users/elliottcable/.rvm/scripts/selector:955 __rvm_ruby_string:303 elif(( 0 == 1 ))
/Users/elliottcable/.rvm/scripts/selector:959 __rvm_ruby_string:307 elif[[ -n '' ]]
/Users/elliottcable/.rvm/scripts/selector:963 __rvm_ruby_string:311 elif[[ -n '' ]]
/Users/elliottcable/.rvm/scripts/selector:967 __rvm_ruby_string:315 elif[[ -n '' ]]
/Users/elliottcable/.rvm/scripts/selector:971 __rvm_ruby_string:319 elif[[ -n p327 ]]
/Users/elliottcable/.rvm/scripts/selector:973 __rvm_ruby_string:321 elif-thenrvm_ruby_string=ruby-1.9.3-p327
/Users/elliottcable/.rvm/scripts/selector:1012 __rvm_ruby_string:360 if[[ -n '' ]]
/Users/elliottcable/.rvm/scripts/selector:1021 __rvm_ruby_string:369 elsedetected_rvm_ruby_name=''
/Users/elliottcable/.rvm/scripts/selector:1023 __rvm_ruby_string:371 true
/Users/elliottcable/.rvm/scripts/upgrade:67 existing_ruby_patch:7 cursh cmdor if/Users/elliottcable/.rvm/scripts/list strings
/Users/elliottcable/.rvm/scripts/upgrade:67 existing_ruby_patch:7 cursh cmdor if pipeGREP_OPTIONS='' grep '^ruby-1.9.3-'
%%F{red}%x:%I %F{green}%N:%i%F{white} %_[[ -z '' ]]
%%F{red}%x:%I %F{green}%N:%i%F{white} %_export PS4
%%F{red}%x:%I %F{green}%N:%i%F{white} %_PS4='+ $(date "+%s.%N") ${BASH_SOURCE##${rvm_path:-}} : ${FUNCNAME[0]:+${FUNCNAME[0]}()} ${LINENO} > '
++ 1361997224.N /scripts/base : 38 > export __array_start rvm_path
++ 1361997224.N /scripts/base : 43 > [[ -n '' ]]
++ 1361997224.N /scripts/base : 47 > __array_start=0
++ 1361997224.N /scripts/base : 50 > (( 0 == 0 ))
++ 1361997224.N /scripts/base : 52 > [[ -n 022 ]]
++ 1361997224.N /scripts/base : 53 > rvm_rvmrc_files=("/etc/rvmrc" "$HOME/.rvmrc")
++ 1361997224.N /scripts/base : 54 > [[ -n /Users/elliottcable ]]
++ 1361997224.N /scripts/base : 54 > [[ /Users/elliottcable/.rvmrc -ef /Users/elliottcable/.rvmrc ]]
++ 1361997224.N /scripts/base : 55 > rvm_rvmrc_files+=("${rvm_prefix}/.rvmrc")
++ 1361997224.N /scripts/base : 58 > for rvmrc in '"${rvm_rvmrc_files[@]}"'
++ 1361997224.N /scripts/base : 60 > [[ -f /etc/rvmrc ]]
++ 1361997224.N /scripts/base : 58 > for rvmrc in '"${rvm_rvmrc_files[@]}"'
++ 1361997224.N /scripts/base : 60 > [[ -f /Users/elliottcable/.rvmrc ]]
++ 1361997224.N /scripts/base : 58 > for rvmrc in '"${rvm_rvmrc_files[@]}"'
++ 1361997224.N /scripts/base : 60 > [[ -f /Users/elliottcable/.rvmrc ]]
++ 1361997224.N /scripts/base : 75 > unset rvm_rvmrc_files
++ 1361997224.N /scripts/base : 78 > export rvm_path
++ 1361997224.N /scripts/base : 79 > [[ -z /Users/elliottcable/.rvm ]]
++ 1361997224.N /scripts/base : 91 > true /Users/elliottcable/.rvm/scripts
++ 1361997224.N /scripts/base : 94 > source /Users/elliottcable/.rvm/scripts/initialize
+++ 1361997224.N /scripts/initialize : 3 > : rvm_trace_flag:1
+++ 1361997224.N /scripts/initialize : 4 > (( rvm_trace_flag > 0 ))
+++ 1361997224.N /scripts/initialize : 6 > set -o xtrace
+++ 1361997224.N /scripts/initialize : 8 > [[ -z '' ]]
+++ 1361997224.N /scripts/initialize : 13 > export PS4
+++ 1361997224.N /scripts/initialize : 14 > PS4='+ $(date "+%s.%N") ${BASH_SOURCE##${rvm_path:-}} : ${FUNCNAME[0]:+${FUNCNAME[0]}()} ${LINENO} > '
+++ 1361997224.N /scripts/initialize : 20 > [[ -n 3.2.48(1)-release ]]
+++ 1361997224.N /scripts/initialize : 22 > shopt -s extglob
+++ 1361997224.N /scripts/initialize : 32 > export __rvm_env_loaded
+++ 1361997224.N /scripts/initialize : 34 > : __rvm_env_loaded:1:
+++ 1361997224.N /scripts/initialize : 36 > : __rvm_env_loaded:2:
+++ 1361997224.N /scripts/initialize : 39 > [[ -z /Users/elliottcable/.rvm/tmp ]]
+++ 1361997224.N /scripts/initialize : 39 > (( __rvm_env_loaded == 1 ))
++ 1361997224.N /scripts/base : 98 > case " ${rvm_base_except:-} " in
++ 1361997224.N /scripts/base : 100 > true
++ 1361997224.N /scripts/base : 108 > typeset -a scripts
++ 1361997224.N /scripts/base : 111 > scripts=(logging support utility init cleanup env rvmrc install environment gemset db checksum)
++ 1361997224.N /scripts/base : 112 > for entry in '${scripts[@]}'
++ 1361997224.N /scripts/base : 113 > source /Users/elliottcable/.rvm/scripts/functions/logging
+++ 1361997224.N /scripts/functions/logging : 40 > case "${TERM:-dumb}" in
+++ 1361997224.N /scripts/functions/logging : 50 > [[ -z ]]
+++ 1361997224.N /scripts/functions/logging : 50 > [[ 0 -eq 1 ]]
++ 1361997224.N /scripts/base : 112 > for entry in '${scripts[@]}'
++ 1361997224.N /scripts/base : 113 > source /Users/elliottcable/.rvm/scripts/functions/support
+++ 1361997224.N /scripts/functions/support : 3 > [[ -z tar ]]
+++ 1361997224.N /scripts/functions/support : 13 > [[ ! =~ --no-same-owner ]]
+++ 1361997224.N /scripts/functions/support : 14 > tar --help
+++ 1361997224.N /scripts/functions/support : 14 > GREP_OPTIONS=
+++ 1361997224.N /scripts/functions/support : 14 > grep -- --no-same-owner
+++ 1361997224.N /scripts/functions/support : 22 > [[ -n '' ]]
++ 1361997224.N /scripts/base : 112 > for entry in '${scripts[@]}'
++ 1361997224.N /scripts/base : 113 > source /Users/elliottcable/.rvm/scripts/functions/utility
++ 1361997224.N /scripts/base : 112 > for entry in '${scripts[@]}'
++ 1361997224.N /scripts/base : 113 > source /Users/elliottcable/.rvm/scripts/functions/init
++ 1361997224.N /scripts/base : 112 > for entry in '${scripts[@]}'
++ 1361997224.N /scripts/base : 113 > source /Users/elliottcable/.rvm/scripts/functions/cleanup
++ 1361997224.N /scripts/base : 112 > for entry in '${scripts[@]}'
++ 1361997224.N /scripts/base : 113 > source /Users/elliottcable/.rvm/scripts/functions/env
++ 1361997224.N /scripts/base : 112 > for entry in '${scripts[@]}'
++ 1361997224.N /scripts/base : 113 > source /Users/elliottcable/.rvm/scripts/functions/rvmrc
+++ 1361997224.N /scripts/functions/rvmrc : 3 > export escape_flag _first _second
+++ 1361997224.N /scripts/functions/rvmrc : 4 > escape_flag=1
+++ 1361997224.N /scripts/functions/rvmrc : 5 > _first=0
+++ 1361997224.N /scripts/functions/rvmrc : 6 > _second=1
++ 1361997224.N /scripts/base : 112 > for entry in '${scripts[@]}'
++ 1361997224.N /scripts/base : 113 > source /Users/elliottcable/.rvm/scripts/functions/install
++ 1361997224.N /scripts/base : 112 > for entry in '${scripts[@]}'
++ 1361997224.N /scripts/base : 113 > source /Users/elliottcable/.rvm/scripts/functions/environment
++ 1361997224.N /scripts/base : 112 > for entry in '${scripts[@]}'
++ 1361997224.N /scripts/base : 113 > source /Users/elliottcable/.rvm/scripts/functions/gemset
++ 1361997224.N /scripts/base : 112 > for entry in '${scripts[@]}'
++ 1361997224.N /scripts/base : 113 > source /Users/elliottcable/.rvm/scripts/functions/db
++ 1361997224.N /scripts/base : 112 > for entry in '${scripts[@]}'
++ 1361997224.N /scripts/base : 113 > source /Users/elliottcable/.rvm/scripts/functions/checksum
++ 1361997224.N /scripts/base : 115 > unset scripts entry rvm_base_except
+ 1361997224.N /scripts/list : 369 > args=($*)
+ 1361997224.N /scripts/list : 370 > action=strings
+ 1361997224.N /scripts/list : 371 > args=
+ 1361997224.N /scripts/list : 373 > case "${action:-rubies}" in
+ 1361997224.N /scripts/list : 380 > list_strings
+ 1361997224.N /scripts/list : list_strings() 210 > __rvm_cd /Users/elliottcable/.rvm/rubies
+ 1361997224.N /scripts/functions/support : __rvm_cd() 166 > typeset old_cdpath ret
+ 1361997224.N /scripts/functions/support : __rvm_cd() 167 > ret=0
+ 1361997224.N /scripts/functions/support : __rvm_cd() 168 > old_cdpath=
+ 1361997224.N /scripts/functions/support : __rvm_cd() 169 > CDPATH=.
+ 1361997224.N /scripts/functions/support : __rvm_cd() 170 > chpwd_functions=
+ 1361997224.N /scripts/functions/support : __rvm_cd() 170 > builtin cd /Users/elliottcable/.rvm/rubies
+ 1361997224.N /scripts/functions/support : __rvm_cd() 171 > CDPATH=
+ 1361997224.N /scripts/functions/support : __rvm_cd() 172 > return 0
+ 1361997224.N /scripts/list : list_strings() 211 > find . -maxdepth 1 -mindepth 1 -type d
+ 1361997224.N /scripts/list : list_strings() 211 > sed -e s#./##g
+ 1361997224.N /scripts/list : list_strings() 214 > return 0
+ 1361997224.N /scripts/list : 389 > exit 0
/Users/elliottcable/.rvm/scripts/upgrade:71 existing_ruby_patch:11 cursh cmdor else pipeGREP_OPTIONS='' grep '^ruby-'
/Users/elliottcable/.rvm/scripts/upgrade:71 existing_ruby_patch:11 cursh cmdor else/Users/elliottcable/.rvm/scripts/list strings
%%F{red}%x:%I %F{green}%N:%i%F{white} %_[[ -z '' ]]
%%F{red}%x:%I %F{green}%N:%i%F{white} %_export PS4
%%F{red}%x:%I %F{green}%N:%i%F{white} %_PS4='+ $(date "+%s.%N") ${BASH_SOURCE##${rvm_path:-}} : ${FUNCNAME[0]:+${FUNCNAME[0]}()} ${LINENO} > '
++ 1361997224.N /scripts/base : 38 > export __array_start rvm_path
++ 1361997224.N /scripts/base : 43 > [[ -n '' ]]
++ 1361997224.N /scripts/base : 47 > __array_start=0
++ 1361997224.N /scripts/base : 50 > (( 0 == 0 ))
++ 1361997224.N /scripts/base : 52 > [[ -n 022 ]]
++ 1361997224.N /scripts/base : 53 > rvm_rvmrc_files=("/etc/rvmrc" "$HOME/.rvmrc")
++ 1361997224.N /scripts/base : 54 > [[ -n /Users/elliottcable ]]
++ 1361997224.N /scripts/base : 54 > [[ /Users/elliottcable/.rvmrc -ef /Users/elliottcable/.rvmrc ]]
++ 1361997224.N /scripts/base : 55 > rvm_rvmrc_files+=("${rvm_prefix}/.rvmrc")
++ 1361997224.N /scripts/base : 58 > for rvmrc in '"${rvm_rvmrc_files[@]}"'
++ 1361997224.N /scripts/base : 60 > [[ -f /etc/rvmrc ]]
++ 1361997224.N /scripts/base : 58 > for rvmrc in '"${rvm_rvmrc_files[@]}"'
++ 1361997224.N /scripts/base : 60 > [[ -f /Users/elliottcable/.rvmrc ]]
++ 1361997224.N /scripts/base : 58 > for rvmrc in '"${rvm_rvmrc_files[@]}"'
++ 1361997224.N /scripts/base : 60 > [[ -f /Users/elliottcable/.rvmrc ]]
++ 1361997224.N /scripts/base : 75 > unset rvm_rvmrc_files
++ 1361997224.N /scripts/base : 78 > export rvm_path
++ 1361997224.N /scripts/base : 79 > [[ -z /Users/elliottcable/.rvm ]]
++ 1361997224.N /scripts/base : 91 > true /Users/elliottcable/.rvm/scripts
++ 1361997224.N /scripts/base : 94 > source /Users/elliottcable/.rvm/scripts/initialize
+++ 1361997224.N /scripts/initialize : 3 > : rvm_trace_flag:1
+++ 1361997224.N /scripts/initialize : 4 > (( rvm_trace_flag > 0 ))
+++ 1361997224.N /scripts/initialize : 6 > set -o xtrace
+++ 1361997224.N /scripts/initialize : 8 > [[ -z '' ]]
+++ 1361997224.N /scripts/initialize : 13 > export PS4
+++ 1361997224.N /scripts/initialize : 14 > PS4='+ $(date "+%s.%N") ${BASH_SOURCE##${rvm_path:-}} : ${FUNCNAME[0]:+${FUNCNAME[0]}()} ${LINENO} > '
+++ 1361997224.N /scripts/initialize : 20 > [[ -n 3.2.48(1)-release ]]
+++ 1361997224.N /scripts/initialize : 22 > shopt -s extglob
+++ 1361997224.N /scripts/initialize : 32 > export __rvm_env_loaded
+++ 1361997224.N /scripts/initialize : 34 > : __rvm_env_loaded:1:
+++ 1361997224.N /scripts/initialize : 36 > : __rvm_env_loaded:2:
+++ 1361997224.N /scripts/initialize : 39 > [[ -z /Users/elliottcable/.rvm/tmp ]]
+++ 1361997224.N /scripts/initialize : 39 > (( __rvm_env_loaded == 1 ))
++ 1361997224.N /scripts/base : 98 > case " ${rvm_base_except:-} " in
++ 1361997224.N /scripts/base : 100 > true
++ 1361997224.N /scripts/base : 108 > typeset -a scripts
++ 1361997224.N /scripts/base : 111 > scripts=(logging support utility init cleanup env rvmrc install environment gemset db checksum)
++ 1361997224.N /scripts/base : 112 > for entry in '${scripts[@]}'
++ 1361997224.N /scripts/base : 113 > source /Users/elliottcable/.rvm/scripts/functions/logging
+++ 1361997224.N /scripts/functions/logging : 40 > case "${TERM:-dumb}" in
+++ 1361997224.N /scripts/functions/logging : 50 > [[ -z ]]
+++ 1361997224.N /scripts/functions/logging : 50 > [[ 0 -eq 1 ]]
++ 1361997224.N /scripts/base : 112 > for entry in '${scripts[@]}'
++ 1361997224.N /scripts/base : 113 > source /Users/elliottcable/.rvm/scripts/functions/support
+++ 1361997224.N /scripts/functions/support : 3 > [[ -z tar ]]
+++ 1361997224.N /scripts/functions/support : 13 > [[ ! =~ --no-same-owner ]]
+++ 1361997224.N /scripts/functions/support : 14 > tar --help
+++ 1361997224.N /scripts/functions/support : 14 > GREP_OPTIONS=
+++ 1361997224.N /scripts/functions/support : 14 > grep -- --no-same-owner
+++ 1361997224.N /scripts/functions/support : 22 > [[ -n '' ]]
++ 1361997224.N /scripts/base : 112 > for entry in '${scripts[@]}'
++ 1361997224.N /scripts/base : 113 > source /Users/elliottcable/.rvm/scripts/functions/utility
++ 1361997224.N /scripts/base : 112 > for entry in '${scripts[@]}'
++ 1361997224.N /scripts/base : 113 > source /Users/elliottcable/.rvm/scripts/functions/init
++ 1361997224.N /scripts/base : 112 > for entry in '${scripts[@]}'
++ 1361997224.N /scripts/base : 113 > source /Users/elliottcable/.rvm/scripts/functions/cleanup
++ 1361997224.N /scripts/base : 112 > for entry in '${scripts[@]}'
++ 1361997224.N /scripts/base : 113 > source /Users/elliottcable/.rvm/scripts/functions/env
++ 1361997224.N /scripts/base : 112 > for entry in '${scripts[@]}'
++ 1361997224.N /scripts/base : 113 > source /Users/elliottcable/.rvm/scripts/functions/rvmrc
+++ 1361997224.N /scripts/functions/rvmrc : 3 > export escape_flag _first _second
+++ 1361997224.N /scripts/functions/rvmrc : 4 > escape_flag=1
+++ 1361997224.N /scripts/functions/rvmrc : 5 > _first=0
+++ 1361997224.N /scripts/functions/rvmrc : 6 > _second=1
++ 1361997224.N /scripts/base : 112 > for entry in '${scripts[@]}'
++ 1361997224.N /scripts/base : 113 > source /Users/elliottcable/.rvm/scripts/functions/install
++ 1361997224.N /scripts/base : 112 > for entry in '${scripts[@]}'
++ 1361997224.N /scripts/base : 113 > source /Users/elliottcable/.rvm/scripts/functions/environment
++ 1361997224.N /scripts/base : 112 > for entry in '${scripts[@]}'
++ 1361997224.N /scripts/base : 113 > source /Users/elliottcable/.rvm/scripts/functions/gemset
++ 1361997224.N /scripts/base : 112 > for entry in '${scripts[@]}'
++ 1361997224.N /scripts/base : 113 > source /Users/elliottcable/.rvm/scripts/functions/db
++ 1361997224.N /scripts/base : 112 > for entry in '${scripts[@]}'
++ 1361997224.N /scripts/base : 113 > source /Users/elliottcable/.rvm/scripts/functions/checksum
++ 1361997224.N /scripts/base : 115 > unset scripts entry rvm_base_except
+ 1361997224.N /scripts/list : 369 > args=($*)
+ 1361997224.N /scripts/list : 370 > action=strings
+ 1361997224.N /scripts/list : 371 > args=
+ 1361997224.N /scripts/list : 373 > case "${action:-rubies}" in
+ 1361997224.N /scripts/list : 380 > list_strings
+ 1361997224.N /scripts/list : list_strings() 210 > __rvm_cd /Users/elliottcable/.rvm/rubies
+ 1361997224.N /scripts/functions/support : __rvm_cd() 166 > typeset old_cdpath ret
+ 1361997224.N /scripts/functions/support : __rvm_cd() 167 > ret=0
+ 1361997224.N /scripts/functions/support : __rvm_cd() 168 > old_cdpath=
+ 1361997224.N /scripts/functions/support : __rvm_cd() 169 > CDPATH=.
+ 1361997224.N /scripts/functions/support : __rvm_cd() 170 > chpwd_functions=
+ 1361997224.N /scripts/functions/support : __rvm_cd() 170 > builtin cd /Users/elliottcable/.rvm/rubies
+ 1361997224.N /scripts/functions/support : __rvm_cd() 171 > CDPATH=
+ 1361997224.N /scripts/functions/support : __rvm_cd() 172 > return 0
+ 1361997224.N /scripts/list : list_strings() 211 > find . -maxdepth 1 -mindepth 1 -type d
+ 1361997224.N /scripts/list : list_strings() 211 > sed -e s#./##g
+ 1361997224.N /scripts/list : list_strings() 214 > return 0
+ 1361997224.N /scripts/list : 389 > exit 0
/Users/elliottcable/.rvm/scripts/upgrade:135 /Users/elliottcable/.rvm/scripts/upgrade:135 expanded_source=ruby-2.0.0-p0
/Users/elliottcable/.rvm/scripts/upgrade:137 /Users/elliottcable/.rvm/scripts/upgrade:137 if[[ -n 1.9.3-p327 && -z 1.9.3-p392 ]]
/Users/elliottcable/.rvm/scripts/upgrade:146 /Users/elliottcable/.rvm/scripts/upgrade:146 if[[ -z 1.9.3-p327 || -z 1.9.3-p392 ]]
/Users/elliottcable/.rvm/scripts/upgrade:151 /Users/elliottcable/.rvm/scripts/upgrade:151 elif[[ help == 1.9.3-p327 ]]
/Users/elliottcable/.rvm/scripts/upgrade:156 /Users/elliottcable/.rvm/scripts/upgrade:156 elseexpanded_destination=/Users/elliottcable/.rvm/scripts/upgrade:156 /Users/elliottcable/.rvm/scripts/upgrade:156 else cmdsubstexpand_ruby_name 1.9.3-p392
/Users/elliottcable/.rvm/scripts/upgrade:56 expand_ruby_name:2 /Users/elliottcable/.rvm/scripts/tools strings 1.9.3-p392
/Users/elliottcable/.rvm/scripts/upgrade:57 expand_ruby_name:3 pipeawk -F@ '{print $1}'
%%F{red}%x:%I %F{green}%N:%i%F{white} %_[[ -z '' ]]
%%F{red}%x:%I %F{green}%N:%i%F{white} %_export PS4
%%F{red}%x:%I %F{green}%N:%i%F{white} %_PS4='+ $(date "+%s.%N") ${BASH_SOURCE##${rvm_path:-}} : ${FUNCNAME[0]:+${FUNCNAME[0]}()} ${LINENO} > '
++ 1361997224.N /scripts/base : 38 > export __array_start rvm_path
++ 1361997224.N /scripts/base : 43 > [[ -n '' ]]
++ 1361997224.N /scripts/base : 47 > __array_start=0
++ 1361997224.N /scripts/base : 50 > (( 0 == 0 ))
++ 1361997224.N /scripts/base : 52 > [[ -n 022 ]]
++ 1361997224.N /scripts/base : 53 > rvm_rvmrc_files=("/etc/rvmrc" "$HOME/.rvmrc")
++ 1361997224.N /scripts/base : 54 > [[ -n /Users/elliottcable ]]
++ 1361997224.N /scripts/base : 54 > [[ /Users/elliottcable/.rvmrc -ef /Users/elliottcable/.rvmrc ]]
++ 1361997224.N /scripts/base : 55 > rvm_rvmrc_files+=("${rvm_prefix}/.rvmrc")
++ 1361997224.N /scripts/base : 58 > for rvmrc in '"${rvm_rvmrc_files[@]}"'
++ 1361997224.N /scripts/base : 60 > [[ -f /etc/rvmrc ]]
++ 1361997224.N /scripts/base : 58 > for rvmrc in '"${rvm_rvmrc_files[@]}"'
++ 1361997224.N /scripts/base : 60 > [[ -f /Users/elliottcable/.rvmrc ]]
++ 1361997224.N /scripts/base : 58 > for rvmrc in '"${rvm_rvmrc_files[@]}"'
++ 1361997224.N /scripts/base : 60 > [[ -f /Users/elliottcable/.rvmrc ]]
++ 1361997224.N /scripts/base : 75 > unset rvm_rvmrc_files
++ 1361997224.N /scripts/base : 78 > export rvm_path
++ 1361997224.N /scripts/base : 79 > [[ -z /Users/elliottcable/.rvm ]]
++ 1361997224.N /scripts/base : 91 > true /Users/elliottcable/.rvm/scripts
++ 1361997224.N /scripts/base : 94 > source /Users/elliottcable/.rvm/scripts/initialize
+++ 1361997224.N /scripts/initialize : 3 > : rvm_trace_flag:1
+++ 1361997224.N /scripts/initialize : 4 > (( rvm_trace_flag > 0 ))
+++ 1361997224.N /scripts/initialize : 6 > set -o xtrace
+++ 1361997224.N /scripts/initialize : 8 > [[ -z '' ]]
+++ 1361997224.N /scripts/initialize : 13 > export PS4
+++ 1361997224.N /scripts/initialize : 14 > PS4='+ $(date "+%s.%N") ${BASH_SOURCE##${rvm_path:-}} : ${FUNCNAME[0]:+${FUNCNAME[0]}()} ${LINENO} > '
+++ 1361997224.N /scripts/initialize : 20 > [[ -n 3.2.48(1)-release ]]
+++ 1361997224.N /scripts/initialize : 22 > shopt -s extglob
+++ 1361997224.N /scripts/initialize : 32 > export __rvm_env_loaded
+++ 1361997224.N /scripts/initialize : 34 > : __rvm_env_loaded:1:
+++ 1361997224.N /scripts/initialize : 36 > : __rvm_env_loaded:2:
+++ 1361997224.N /scripts/initialize : 39 > [[ -z /Users/elliottcable/.rvm/tmp ]]
+++ 1361997224.N /scripts/initialize : 39 > (( __rvm_env_loaded == 1 ))
++ 1361997224.N /scripts/base : 98 > case " ${rvm_base_except:-} " in
++ 1361997224.N /scripts/base : 103 > source /Users/elliottcable/.rvm/scripts/selector
++ 1361997224.N /scripts/base : 104 > source /Users/elliottcable/.rvm/scripts/selector_gemsets
++ 1361997224.N /scripts/base : 108 > typeset -a scripts
++ 1361997224.N /scripts/base : 111 > scripts=(logging support utility init cleanup env rvmrc install environment gemset db checksum)
++ 1361997224.N /scripts/base : 112 > for entry in '${scripts[@]}'
++ 1361997224.N /scripts/base : 113 > source /Users/elliottcable/.rvm/scripts/functions/logging
+++ 1361997224.N /scripts/functions/logging : 40 > case "${TERM:-dumb}" in
+++ 1361997224.N /scripts/functions/logging : 50 > [[ -z ]]
+++ 1361997224.N /scripts/functions/logging : 50 > [[ 0 -eq 1 ]]
++ 1361997224.N /scripts/base : 112 > for entry in '${scripts[@]}'
++ 1361997224.N /scripts/base : 113 > source /Users/elliottcable/.rvm/scripts/functions/support
+++ 1361997224.N /scripts/functions/support : 3 > [[ -z tar ]]
+++ 1361997224.N /scripts/functions/support : 13 > [[ ! =~ --no-same-owner ]]
+++ 1361997224.N /scripts/functions/support : 14 > tar --help
+++ 1361997224.N /scripts/functions/support : 14 > GREP_OPTIONS=
+++ 1361997224.N /scripts/functions/support : 14 > grep -- --no-same-owner
+++ 1361997224.N /scripts/functions/support : 22 > [[ -n '' ]]
++ 1361997224.N /scripts/base : 112 > for entry in '${scripts[@]}'
++ 1361997224.N /scripts/base : 113 > source /Users/elliottcable/.rvm/scripts/functions/utility
++ 1361997224.N /scripts/base : 112 > for entry in '${scripts[@]}'
++ 1361997224.N /scripts/base : 113 > source /Users/elliottcable/.rvm/scripts/functions/init
++ 1361997224.N /scripts/base : 112 > for entry in '${scripts[@]}'
++ 1361997224.N /scripts/base : 113 > source /Users/elliottcable/.rvm/scripts/functions/cleanup
++ 1361997224.N /scripts/base : 112 > for entry in '${scripts[@]}'
++ 1361997224.N /scripts/base : 113 > source /Users/elliottcable/.rvm/scripts/functions/env
++ 1361997224.N /scripts/base : 112 > for entry in '${scripts[@]}'
++ 1361997224.N /scripts/base : 113 > source /Users/elliottcable/.rvm/scripts/functions/rvmrc
+++ 1361997224.N /scripts/functions/rvmrc : 3 > export escape_flag _first _second
+++ 1361997224.N /scripts/functions/rvmrc : 4 > escape_flag=1
+++ 1361997224.N /scripts/functions/rvmrc : 5 > _first=0
+++ 1361997224.N /scripts/functions/rvmrc : 6 > _second=1
++ 1361997224.N /scripts/base : 112 > for entry in '${scripts[@]}'
++ 1361997224.N /scripts/base : 113 > source /Users/elliottcable/.rvm/scripts/functions/install
++ 1361997224.N /scripts/base : 112 > for entry in '${scripts[@]}'
++ 1361997224.N /scripts/base : 113 > source /Users/elliottcable/.rvm/scripts/functions/environment
++ 1361997224.N /scripts/base : 112 > for entry in '${scripts[@]}'
++ 1361997224.N /scripts/base : 113 > source /Users/elliottcable/.rvm/scripts/functions/gemset
++ 1361997224.N /scripts/base : 112 > for entry in '${scripts[@]}'
++ 1361997224.N /scripts/base : 113 > source /Users/elliottcable/.rvm/scripts/functions/db
++ 1361997224.N /scripts/base : 112 > for entry in '${scripts[@]}'
++ 1361997224.N /scripts/base : 113 > source /Users/elliottcable/.rvm/scripts/functions/checksum
++ 1361997224.N /scripts/base : 115 > unset scripts entry rvm_base_except
+ 1361997224.N /scripts/tools : 226 > args=($*)
+ 1361997224.N /scripts/tools : 227 > action=strings
++ 1361997224.N /scripts/tools : 228 > echo 1.9.3-p392
+ 1361997224.N /scripts/tools : 228 > args=1.9.3-p392
+ 1361997224.N /scripts/tools : 230 > [[ -z strings ]]
+ 1361997224.N /scripts/tools : 232 > case "$action" in
+ 1361997224.N /scripts/tools : 235 > tools_strings 1.9.3-p392
+ 1361997224.N /scripts/tools : tools_strings() 35 > for ruby_name in '"$@"'
+ 1361997224.N /scripts/tools : tools_strings() 36 > __rvm_unset_ruby_variables
+ 1361997224.N /scripts/functions/env : __rvm_unset_ruby_variables() 21 > 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
+ 1361997224.N /scripts/functions/env : __rvm_unset_ruby_variables() 22 > __rvm_load_rvmrc
+ 1361997224.N /scripts/functions/init : __rvm_load_rvmrc() 5 > typeset _file
+ 1361997224.N /scripts/functions/init : __rvm_load_rvmrc() 6 > typeset -a rvm_rvmrc_files
+ 1361997224.N /scripts/functions/init : __rvm_load_rvmrc() 7 > (( 0 == 1 ))
+ 1361997224.N /scripts/functions/init : __rvm_load_rvmrc() 12 > [[ -n 022 ]]
+ 1361997224.N /scripts/functions/init : __rvm_load_rvmrc() 14 > rvm_rvmrc_files=("/etc/rvmrc" "$HOME/.rvmrc")
+ 1361997224.N /scripts/functions/init : __rvm_load_rvmrc() 15 > [[ -n /Users/elliottcable ]]
+ 1361997224.N /scripts/functions/init : __rvm_load_rvmrc() 15 > [[ /Users/elliottcable/.rvmrc -ef /Users/elliottcable/.rvmrc ]]
+ 1361997224.N /scripts/functions/init : __rvm_load_rvmrc() 16 > rvm_rvmrc_files+=("${rvm_prefix}/.rvmrc")
+ 1361997224.N /scripts/functions/init : __rvm_load_rvmrc() 18 > for _file in '"${rvm_rvmrc_files[@]}"'
+ 1361997224.N /scripts/functions/init : __rvm_load_rvmrc() 20 > [[ -s /etc/rvmrc ]]
+ 1361997224.N /scripts/functions/init : __rvm_load_rvmrc() 18 > for _file in '"${rvm_rvmrc_files[@]}"'
+ 1361997224.N /scripts/functions/init : __rvm_load_rvmrc() 20 > [[ -s /Users/elliottcable/.rvmrc ]]
+ 1361997224.N /scripts/functions/init : __rvm_load_rvmrc() 18 > for _file in '"${rvm_rvmrc_files[@]}"'
+ 1361997224.N /scripts/functions/init : __rvm_load_rvmrc() 20 > [[ -s /Users/elliottcable/.rvmrc ]]
+ 1361997224.N /scripts/functions/init : __rvm_load_rvmrc() 35 > return 0
+ 1361997224.N /scripts/tools : tools_strings() 37 > rvm_ruby_string=1.9.3-p392
+ 1361997225.N /scripts/tools : tools_strings() 39 > basename /Users/elliottcable/.rvm/gems/ruby-1.9.3-p392
+ 1361997225.N /scripts/tools : 242 > exit 0
/Users/elliottcable/.rvm/scripts/upgrade:156 /Users/elliottcable/.rvm/scripts/upgrade:156 elseexpanded_destination=ruby-1.9.3-p392
/Users/elliottcable/.rvm/scripts/upgrade:157 /Users/elliottcable/.rvm/scripts/upgrade:157 elseupgrade_ruby
/Users/elliottcable/.rvm/scripts/upgrade:107 upgrade_ruby:2 [[ -n ruby-2.0.0-p0 ]]
/Users/elliottcable/.rvm/scripts/upgrade:108 upgrade_ruby:3 [[ -n ruby-1.9.3-p392 ]]
/Users/elliottcable/.rvm/scripts/upgrade:110 upgrade_ruby:5 ifconfirm 'Are you sure you wish to upgrade from ruby-2.0.0-p0 to ruby-1.9.3-p392?'
/Users/elliottcable/.rvm/scripts/upgrade:32 confirm:2 if(( 0 > 0 ))
/Users/elliottcable/.rvm/scripts/upgrade:36 confirm:6 typeset confirmation_response
/Users/elliottcable/.rvm/scripts/upgrade:38 confirm:8 printf %b 'Are you sure you wish to upgrade from ruby-2.0.0-p0 to ruby-1.9.3-p392? (Y/n): '
Are you sure you wish to upgrade from ruby-2.0.0-p0 to ruby-1.9.3-p392? (Y/n): /Users/elliottcable/.rvm/scripts/upgrade:40 confirm:10 read -r confirmation_response
y
/Users/elliottcable/.rvm/scripts/upgrade:42 confirm:12 if[[ -n y ]]
/Users/elliottcable/.rvm/scripts/upgrade:44 confirm:14 thenecho y
/Users/elliottcable/.rvm/scripts/upgrade:44 confirm:14 then pipeGREP_OPTIONS='' grep -i '^y\|^Y'
/Users/elliottcable/.rvm/scripts/upgrade:116 upgrade_ruby:11 [[ -d /Users/elliottcable/.rvm/rubies/ruby-1.9.3-p392 ]]
/Users/elliottcable/.rvm/scripts/upgrade:118 upgrade_ruby:13 cmdor curshrvm_log 'Installing new ruby ruby-1.9.3-p392'
/Users/elliottcable/.rvm/scripts/functions/logging:105 rvm_log:2 ifrvm_pretty_print stdout
/Users/elliottcable/.rvm/scripts/functions/logging:17 rvm_pretty_print:2 casecase auto (0|no)
/Users/elliottcable/.rvm/scripts/functions/logging:17 rvm_pretty_print:2 casecase auto (1|auto)
/Users/elliottcable/.rvm/scripts/functions/logging:22 rvm_pretty_print:7 case casecase xterm-256color (dumb|unknown)
/Users/elliottcable/.rvm/scripts/functions/logging:25 rvm_pretty_print:10 case casecase stdout (stdout)
/Users/elliottcable/.rvm/scripts/functions/logging:26 rvm_pretty_print:11 case case[[ -t 1 ]]
/Users/elliottcable/.rvm/scripts/functions/logging:32 rvm_pretty_print:17 casereturn 0
/Users/elliottcable/.rvm/scripts/functions/logging:106 rvm_log:3 thenprintf %b 'Installing new ruby ruby-1.9.3-p392\n'
Installing new ruby ruby-1.9.3-p392
/Users/elliottcable/.rvm/scripts/upgrade:119 upgrade_ruby:14 cmdor cursh__rvm_run_wrapper manage install ruby-1.9.3-p392
/Users/elliottcable/.rvm/scripts/cli:813 __rvm_run_wrapper:2 file=manage
/Users/elliottcable/.rvm/scripts/cli:814 __rvm_run_wrapper:3 action=install
/Users/elliottcable/.rvm/scripts/cli:815 __rvm_run_wrapper:4 shift 2
/Users/elliottcable/.rvm/scripts/cli:816 __rvm_run_wrapper:5 rubies_string=ruby-1.9.3-p392
/Users/elliottcable/.rvm/scripts/cli:817 __rvm_run_wrapper:6 export -a args
/Users/elliottcable/.rvm/scripts/cli:818 __rvm_run_wrapper:7 args=( ruby-1.9.3-p392 )
/Users/elliottcable/.rvm/scripts/cli:819 __rvm_run_wrapper:8 source /Users/elliottcable/.rvm/scripts/manage
/Users/elliottcable/.rvm/scripts/manage:3 /Users/elliottcable/.rvm/scripts/manage:3 sys=/Users/elliottcable/.rvm/scripts/manage:3 /Users/elliottcable/.rvm/scripts/manage:3 cmdsubstuname -s
/Users/elliottcable/.rvm/scripts/manage:3 /Users/elliottcable/.rvm/scripts/manage:3 sys=Darwin
/Users/elliottcable/.rvm/scripts/manage:4 /Users/elliottcable/.rvm/scripts/manage:4 if[[ Darwin == AIX ]]
/Users/elliottcable/.rvm/scripts/manage:6 /Users/elliottcable/.rvm/scripts/manage:6 elsename_opt=-iname
/Users/elliottcable/.rvm/scripts/manage:8 /Users/elliottcable/.rvm/scripts/manage:8 original_ruby_version=''
/Users/elliottcable/.rvm/scripts/manage:9 /Users/elliottcable/.rvm/scripts/manage:9 original_ruby_string=''
/Users/elliottcable/.rvm/scripts/manage:11 /Users/elliottcable/.rvm/scripts/manage:11 source /Users/elliottcable/.rvm/scripts/base
/Users/elliottcable/.rvm/scripts/base:17 /Users/elliottcable/.rvm/scripts/base:17 if__rvm_has_opt errexit
/Users/elliottcable/.rvm/scripts/base:9 __rvm_has_opt:3 cursh[[ -n 5.0.0 ]]
/Users/elliottcable/.rvm/scripts/base:9 __rvm_has_opt:3 cursh cmdandsetopt
/Users/elliottcable/.rvm/scripts/base:9 __rvm_has_opt:3 cursh cmdand pipegrep '^errexit$'
/Users/elliottcable/.rvm/scripts/base:12 __rvm_has_opt:6 cmdor cursh[[ -n '' ]]
/Users/elliottcable/.rvm/scripts/base:14 __rvm_has_opt:8 cmdor cmdorreturn 1
/Users/elliottcable/.rvm/scripts/base:21 /Users/elliottcable/.rvm/scripts/base:21 set +e
/Users/elliottcable/.rvm/scripts/base:23 /Users/elliottcable/.rvm/scripts/base:23 : rvm_trace_flag:1
/Users/elliottcable/.rvm/scripts/base:24 /Users/elliottcable/.rvm/scripts/base:24 if(( rvm_trace_flag > 0 ))
/Users/elliottcable/.rvm/scripts/base:26 /Users/elliottcable/.rvm/scripts/base:26 thenset -o xtrace
/Users/elliottcable/.rvm/scripts/base:28 /Users/elliottcable/.rvm/scripts/base:28 then if[[ -z 5.0.0 ]]
/Users/elliottcable/.rvm/scripts/base:38 /Users/elliottcable/.rvm/scripts/base:38 export __array_start rvm_path
/Users/elliottcable/.rvm/scripts/base:43 /Users/elliottcable/.rvm/scripts/base:43 if[[ -n 5.0.0 ]]
/Users/elliottcable/.rvm/scripts/base:45 /Users/elliottcable/.rvm/scripts/base:45 then__array_start=1
/Users/elliottcable/.rvm/scripts/base:50 /Users/elliottcable/.rvm/scripts/base:50 if(( 0 == 0 ))
/Users/elliottcable/.rvm/scripts/base:52 /Users/elliottcable/.rvm/scripts/base:52 then[[ -n 022 ]]
/Users/elliottcable/.rvm/scripts/base:53 /Users/elliottcable/.rvm/scripts/base:53 thenrvm_rvmrc_files=( /etc/rvmrc /Users/elliottcable/.rvmrc )
/Users/elliottcable/.rvm/scripts/base:54 /Users/elliottcable/.rvm/scripts/base:54 then if[[ -n /Users/elliottcable ]]
/Users/elliottcable/.rvm/scripts/base:54 /Users/elliottcable/.rvm/scripts/base:54 then if cmdand[[ /Users/elliottcable/.rvmrc -ef /Users/elliottcable/.rvmrc ]]
/Users/elliottcable/.rvm/scripts/base:55 /Users/elliottcable/.rvm/scripts/base:55 then thenrvm_rvmrc_files+=( /Users/elliottcable/.rvmrc )
/Users/elliottcable/.rvm/scripts/base:58 /Users/elliottcable/.rvm/scripts/base:58 then forrvmrc=/etc/rvmrc
/Users/elliottcable/.rvm/scripts/base:60 /Users/elliottcable/.rvm/scripts/base:60 then for if[[ -f /etc/rvmrc ]]
/Users/elliottcable/.rvm/scripts/base:58 /Users/elliottcable/.rvm/scripts/base:58 then forrvmrc=/Users/elliottcable/.rvmrc
/Users/elliottcable/.rvm/scripts/base:60 /Users/elliottcable/.rvm/scripts/base:60 then for if[[ -f /Users/elliottcable/.rvmrc ]]
/Users/elliottcable/.rvm/scripts/base:58 /Users/elliottcable/.rvm/scripts/base:58 then forrvmrc=/Users/elliottcable/.rvmrc
/Users/elliottcable/.rvm/scripts/base:60 /Users/elliottcable/.rvm/scripts/base:60 then for if[[ -f /Users/elliottcable/.rvmrc ]]
/Users/elliottcable/.rvm/scripts/base:75 /Users/elliottcable/.rvm/scripts/base:75 thenunset rvm_rvmrc_files
/Users/elliottcable/.rvm/scripts/base:78 /Users/elliottcable/.rvm/scripts/base:78 export rvm_path
/Users/elliottcable/.rvm/scripts/base:79 /Users/elliottcable/.rvm/scripts/base:79 if[[ -z /Users/elliottcable/.rvm ]]
/Users/elliottcable/.rvm/scripts/base:91 /Users/elliottcable/.rvm/scripts/base:91 true /Users/elliottcable/.rvm/scripts
/Users/elliottcable/.rvm/scripts/base:94 /Users/elliottcable/.rvm/scripts/base:94 source /Users/elliottcable/.rvm/scripts/initialize
/Users/elliottcable/.rvm/scripts/initialize:3 /Users/elliottcable/.rvm/scripts/initialize:3 : rvm_trace_flag:1
/Users/elliottcable/.rvm/scripts/initialize:4 /Users/elliottcable/.rvm/scripts/initialize:4 if(( rvm_trace_flag > 0 ))
/Users/elliottcable/.rvm/scripts/initialize:6 /Users/elliottcable/.rvm/scripts/initialize:6 thenset -o xtrace
/Users/elliottcable/.rvm/scripts/initialize:8 /Users/elliottcable/.rvm/scripts/initialize:8 then if[[ -z 5.0.0 ]]
/Users/elliottcable/.rvm/scripts/initialize:20 /Users/elliottcable/.rvm/scripts/initialize:20 if[[ -n '' ]]
/Users/elliottcable/.rvm/scripts/initialize:23 /Users/elliottcable/.rvm/scripts/initialize:23 elif[[ -n 5.0.0 ]]
/Users/elliottcable/.rvm/scripts/initialize:25 /Users/elliottcable/.rvm/scripts/initialize:25 elif-thensetopt extendedglob
/Users/elliottcable/.rvm/scripts/initialize:26 /Users/elliottcable/.rvm/scripts/initialize:26 elif-thensetopt kshglob
/Users/elliottcable/.rvm/scripts/initialize:27 /Users/elliottcable/.rvm/scripts/initialize:27 elif-thensetopt no_glob_subst
/Users/elliottcable/.rvm/scripts/initialize:32 /Users/elliottcable/.rvm/scripts/initialize:32 export __rvm_env_loaded
/Users/elliottcable/.rvm/scripts/initialize:34 /Users/elliottcable/.rvm/scripts/initialize:34 : __rvm_env_loaded:1:
/Users/elliottcable/.rvm/scripts/initialize:36 /Users/elliottcable/.rvm/scripts/initialize:36 : __rvm_env_loaded:2:
/Users/elliottcable/.rvm/scripts/initialize:39 /Users/elliottcable/.rvm/scripts/initialize:39 if[[ -z /Users/elliottcable/.rvm/tmp ]]
/Users/elliottcable/.rvm/scripts/initialize:39 /Users/elliottcable/.rvm/scripts/initialize:39 if cmdor(( __rvm_env_loaded == 1 ))
/Users/elliottcable/.rvm/scripts/base:98 /Users/elliottcable/.rvm/scripts/base:98 casecase (*[[:space:]]selector[[:space:]]*)
/Users/elliottcable/.rvm/scripts/base:98 /Users/elliottcable/.rvm/scripts/base:98 casecase (*)
/Users/elliottcable/.rvm/scripts/base:103 /Users/elliottcable/.rvm/scripts/base:103 casesource /Users/elliottcable/.rvm/scripts/selector
/Users/elliottcable/.rvm/scripts/base:104 /Users/elliottcable/.rvm/scripts/base:104 casesource /Users/elliottcable/.rvm/scripts/selector_gemsets
/Users/elliottcable/.rvm/scripts/base:108 /Users/elliottcable/.rvm/scripts/base:108 typeset -a scripts
/Users/elliottcable/.rvm/scripts/base:109 /Users/elliottcable/.rvm/scripts/base:109 scripts=( logging support utility init cleanup env rvmrc install environment gemset db checksum )
/Users/elliottcable/.rvm/scripts/base:112 /Users/elliottcable/.rvm/scripts/base:112 forentry=logging
/Users/elliottcable/.rvm/scripts/base:113 /Users/elliottcable/.rvm/scripts/base:113 forsource /Users/elliottcable/.rvm/scripts/functions/logging
/Users/elliottcable/.rvm/scripts/functions/logging:40 /Users/elliottcable/.rvm/scripts/functions/logging:40 casecase xterm-256color (dumb|unknown)
/Users/elliottcable/.rvm/scripts/functions/logging:40 /Users/elliottcable/.rvm/scripts/functions/logging:40 casecase xterm-256color (*)
/Users/elliottcable/.rvm/scripts/functions/logging:50 /Users/elliottcable/.rvm/scripts/functions/logging:50 case if[[ -z '' || 0 -eq 1 ]]
/Users/elliottcable/.rvm/scripts/base:112 /Users/elliottcable/.rvm/scripts/base:112 forentry=support
/Users/elliottcable/.rvm/scripts/base:113 /Users/elliottcable/.rvm/scripts/base:113 forsource /Users/elliottcable/.rvm/scripts/functions/support
/Users/elliottcable/.rvm/scripts/functions/support:3 /Users/elliottcable/.rvm/scripts/functions/support:3 if[[ -z tar ]]
/Users/elliottcable/.rvm/scripts/functions/support:13 /Users/elliottcable/.rvm/scripts/functions/support:13 if[[ ! " ${rvm_tar_options:-} " -regex-match " --no-same-owner " ]]
/Users/elliottcable/.rvm/scripts/functions/support:14 /Users/elliottcable/.rvm/scripts/functions/support:14 if cmdandtar --help
/Users/elliottcable/.rvm/scripts/functions/support:14 /Users/elliottcable/.rvm/scripts/functions/support:14 if cmdand pipeGREP_OPTIONS='' grep -- --no-same-owner
/Users/elliottcable/.rvm/scripts/functions/support:22 /Users/elliottcable/.rvm/scripts/functions/support:22 if[[ -n 5.0.0 ]]
/Users/elliottcable/.rvm/scripts/base:112 /Users/elliottcable/.rvm/scripts/base:112 forentry=utility
/Users/elliottcable/.rvm/scripts/base:113 /Users/elliottcable/.rvm/scripts/base:113 forsource /Users/elliottcable/.rvm/scripts/functions/utility
/Users/elliottcable/.rvm/scripts/base:112 /Users/elliottcable/.rvm/scripts/base:112 forentry=init
/Users/elliottcable/.rvm/scripts/base:113 /Users/elliottcable/.rvm/scripts/base:113 forsource /Users/elliottcable/.rvm/scripts/functions/init
/Users/elliottcable/.rvm/scripts/base:112 /Users/elliottcable/.rvm/scripts/base:112 forentry=cleanup
/Users/elliottcable/.rvm/scripts/base:113 /Users/elliottcable/.rvm/scripts/base:113 forsource /Users/elliottcable/.rvm/scripts/functions/cleanup
/Users/elliottcable/.rvm/scripts/base:112 /Users/elliottcable/.rvm/scripts/base:112 forentry=env
/Users/elliottcable/.rvm/scripts/base:113 /Users/elliottcable/.rvm/scripts/base:113 forsource /Users/elliottcable/.rvm/scripts/functions/env
/Users/elliottcable/.rvm/scripts/base:112 /Users/elliottcable/.rvm/scripts/base:112 forentry=rvmrc
/Users/elliottcable/.rvm/scripts/base:113 /Users/elliottcable/.rvm/scripts/base:113 forsource /Users/elliottcable/.rvm/scripts/functions/rvmrc
/Users/elliottcable/.rvm/scripts/functions/rvmrc:3 /Users/elliottcable/.rvm/scripts/functions/rvmrc:3 export escape_flag _first _second
/Users/elliottcable/.rvm/scripts/functions/rvmrc:4 /Users/elliottcable/.rvm/scripts/functions/rvmrc:4 escape_flag=1
/Users/elliottcable/.rvm/scripts/functions/rvmrc:5 /Users/elliottcable/.rvm/scripts/functions/rvmrc:5 _first=1
/Users/elliottcable/.rvm/scripts/functions/rvmrc:6 /Users/elliottcable/.rvm/scripts/functions/rvmrc:6 _second=2
/Users/elliottcable/.rvm/scripts/base:112 /Users/elliottcable/.rvm/scripts/base:112 forentry=install
/Users/elliottcable/.rvm/scripts/base:113 /Users/elliottcable/.rvm/scripts/base:113 forsource /Users/elliottcable/.rvm/scripts/functions/install
/Users/elliottcable/.rvm/scripts/base:112 /Users/elliottcable/.rvm/scripts/base:112 forentry=environment
/Users/elliottcable/.rvm/scripts/base:113 /Users/elliottcable/.rvm/scripts/base:113 forsource /Users/elliottcable/.rvm/scripts/functions/environment
/Users/elliottcable/.rvm/scripts/base:112 /Users/elliottcable/.rvm/scripts/base:112 forentry=gemset
/Users/elliottcable/.rvm/scripts/base:113 /Users/elliottcable/.rvm/scripts/base:113 forsource /Users/elliottcable/.rvm/scripts/functions/gemset
/Users/elliottcable/.rvm/scripts/base:112 /Users/elliottcable/.rvm/scripts/base:112 forentry=db
/Users/elliottcable/.rvm/scripts/base:113 /Users/elliottcable/.rvm/scripts/base:113 forsource /Users/elliottcable/.rvm/scripts/functions/db
/Users/elliottcable/.rvm/scripts/base:112 /Users/elliottcable/.rvm/scripts/base:112 forentry=checksum
/Users/elliottcable/.rvm/scripts/base:113 /Users/elliottcable/.rvm/scripts/base:113 forsource /Users/elliottcable/.rvm/scripts/functions/checksum
/Users/elliottcable/.rvm/scripts/base:115 /Users/elliottcable/.rvm/scripts/base:115 unset scripts entry rvm_base_except
/Users/elliottcable/.rvm/scripts/manage:12 /Users/elliottcable/.rvm/scripts/manage:12 source /Users/elliottcable/.rvm/scripts/patches
/Users/elliottcable/.rvm/scripts/manage:13 /Users/elliottcable/.rvm/scripts/manage:13 source /Users/elliottcable/.rvm/scripts/functions/build
/Users/elliottcable/.rvm/scripts/functions/build:3 /Users/elliottcable/.rvm/scripts/functions/build:3 source /Users/elliottcable/.rvm/scripts/functions/build_config
/Users/elliottcable/.rvm/scripts/manage:14 /Users/elliottcable/.rvm/scripts/manage:14 source /Users/elliottcable/.rvm/scripts/functions/pkg
/Users/elliottcable/.rvm/scripts/manage:15 /Users/elliottcable/.rvm/scripts/manage:15 source /Users/elliottcable/.rvm/scripts/functions/irbrc
/Users/elliottcable/.rvm/scripts/manage:16 /Users/elliottcable/.rvm/scripts/manage:16 source /Users/elliottcable/.rvm/scripts/functions/db
/Users/elliottcable/.rvm/scripts/manage:17 /Users/elliottcable/.rvm/scripts/manage:17 source /Users/elliottcable/.rvm/scripts/functions/manage/base
/Users/elliottcable/.rvm/scripts/manage:19 /Users/elliottcable/.rvm/scripts/manage:19 if[[ -n '' ]]
/Users/elliottcable/.rvm/scripts/manage:22 /Users/elliottcable/.rvm/scripts/manage:22 unset RUBYLIB RUBYOPT
/Users/elliottcable/.rvm/scripts/manage:24 /Users/elliottcable/.rvm/scripts/manage:24 binaries=( )
/Users/elliottcable/.rvm/scripts/manage:26 /Users/elliottcable/.rvm/scripts/manage:26 __rvm_manage_rubies
/Users/elliottcable/.rvm/scripts/functions/manage/base:1066 __rvm_manage_rubies:2 typeset manage_result bin_line current_ruby_string
/Users/elliottcable/.rvm/scripts/functions/manage/base:1067 __rvm_manage_rubies:3 typeset -a rubies
/Users/elliottcable/.rvm/scripts/functions/manage/base:1068 __rvm_manage_rubies:4 rubies=( )
/Users/elliottcable/.rvm/scripts/functions/manage/base:1070 __rvm_manage_rubies:6 rvm_gemset_name=''
/Users/elliottcable/.rvm/scripts/functions/manage/base:1071 __rvm_manage_rubies:7 rvm_ruby_selected_flag=0
/Users/elliottcable/.rvm/scripts/functions/manage/base:1072 __rvm_manage_rubies:8 rvm_ruby_gem_home='//@*'
/Users/elliottcable/.rvm/scripts/functions/manage/base:1073 __rvm_manage_rubies:9 rvm_ruby_string='//@*'
/Users/elliottcable/.rvm/scripts/functions/manage/base:1077 __rvm_manage_rubies:13 if__rvm_string_match ruby-1.9.3-p392 'old:*'
/Users/elliottcable/.rvm/scripts/functions/support:26 __rvm_string_match:2 typeset _string
/Users/elliottcable/.rvm/scripts/functions/support:27 __rvm_string_match:3 _string=ruby-1.9.3-p392
/Users/elliottcable/.rvm/scripts/functions/support:28 __rvm_string_match:4 shift
/Users/elliottcable/.rvm/scripts/functions/support:29 __rvm_string_match:5 while(( 1 ))
/Users/elliottcable/.rvm/scripts/functions/support:31 __rvm_string_match:7 whileeval ' case "${_string}" in (old:*) return 0 ;; esac '
/Users/elliottcable/.rvm/scripts/functions/support:32 (eval):0 while casecase ruby-1.9.3-p392 (old:*)
/Users/elliottcable/.rvm/scripts/functions/support:36 __rvm_string_match:12 whileshift
/Users/elliottcable/.rvm/scripts/functions/support:29 __rvm_string_match:5 while(( 0 ))
/Users/elliottcable/.rvm/scripts/functions/support:38 __rvm_string_match:14 return 1
/Users/elliottcable/.rvm/scripts/functions/manage/base:1101 __rvm_manage_rubies:37 elif[[ -n ruby-1.9.3-p392 && ruby-1.9.3-p392 != all ]]
/Users/elliottcable/.rvm/scripts/functions/manage/base:1103 __rvm_manage_rubies:39 elif-then__rvm_custom_separated_array rubies , ruby-1.9.3-p392
/Users/elliottcable/.rvm/scripts/functions/utility:359 __rvm_custom_separated_array:2 typeset IFS
/Users/elliottcable/.rvm/scripts/functions/utility:360 __rvm_custom_separated_array:3 IFS=,
/Users/elliottcable/.rvm/scripts/functions/utility:361 __rvm_custom_separated_array:4 if[[ -n 5.0.0 ]]
/Users/elliottcable/.rvm/scripts/functions/utility:362 __rvm_custom_separated_array:5 theneval 'rubies+=( ${=3} )'
/Users/elliottcable/.rvm/scripts/functions/utility:363 (eval):0 thenrubies+=( ruby-1.9.3-p392 )
/Users/elliottcable/.rvm/scripts/functions/manage/base:1128 __rvm_manage_rubies:64 forrvm_ruby_string=ruby-1.9.3-p392
/Users/elliottcable/.rvm/scripts/functions/manage/base:1130 __rvm_manage_rubies:66 forrvm_debug 'ruby-1.9.3-p392 - install'
/Users/elliottcable/.rvm/scripts/functions/logging:89 rvm_debug:2 (( 0 ))
/Users/elliottcable/.rvm/scripts/functions/logging:89 rvm_debug:2 cmdorreturn 0
/Users/elliottcable/.rvm/scripts/functions/manage/base:1131 __rvm_manage_rubies:67 forcurrent_ruby_string=ruby-1.9.3-p392
/Users/elliottcable/.rvm/scripts/functions/manage/base:1135 __rvm_manage_rubies:71 for ifrvm_hook=before_install
/Users/elliottcable/.rvm/scripts/functions/manage/base:1136 __rvm_manage_rubies:72 for ifsource /Users/elliottcable/.rvm/scripts/hook
/Users/elliottcable/.rvm/scripts/hook:4 /Users/elliottcable/.rvm/scripts/hook:4 typeset old_rvm_verbose_flag old_rvm_debug_flag
/Users/elliottcable/.rvm/scripts/hook:5 /Users/elliottcable/.rvm/scripts/hook:5 old_rvm_verbose_flag=0
/Users/elliottcable/.rvm/scripts/hook:6 /Users/elliottcable/.rvm/scripts/hook:6 old_rvm_debug_flag=0
/Users/elliottcable/.rvm/scripts/hook:9 /Users/elliottcable/.rvm/scripts/hook:9 typeset rvm_verbose_flag rvm_debug_flag hooks
/Users/elliottcable/.rvm/scripts/hook:11 /Users/elliottcable/.rvm/scripts/hook:11 true rvm_verbose_flag:0 rvm_debug_flag:0 rvm_hook:before_install
/Users/elliottcable/.rvm/scripts/hook:15 /Users/elliottcable/.rvm/scripts/hook:15 if[[ -n before_install ]]
/Users/elliottcable/.rvm/scripts/hook:17 /Users/elliottcable/.rvm/scripts/hook:17 thenhooks=( /Users/elliottcable/.rvm/hooks )
/Users/elliottcable/.rvm/scripts/hook:18 /Users/elliottcable/.rvm/scripts/hook:18 then[[ /Users/elliottcable/.rvm/hooks == /Users/elliottcable/.rvm/hooks ]]
/Users/elliottcable/.rvm/scripts/hook:21 /Users/elliottcable/.rvm/scripts/hook:21 then_hooks_list=/Users/elliottcable/.rvm/scripts/hook:22 /Users/elliottcable/.rvm/scripts/hook:22 then cmdsubstfind -L /Users/elliottcable/.rvm/hooks -iname 'before_install*' -type f
/Users/elliottcable/.rvm/scripts/hook:21 /Users/elliottcable/.rvm/scripts/hook:21 then_hooks_list=( )
/Users/elliottcable/.rvm/scripts/hook:35 /Users/elliottcable/.rvm/scripts/hook:35 unset rvm_hook hooks _hooks_list hook
/Users/elliottcable/.rvm/scripts/functions/manage/base:1137 __rvm_manage_rubies:73 for if__rvm_install_ruby
/Users/elliottcable/.rvm/scripts/functions/manage/base:335 __rvm_install_ruby:2 true 0 0
/Users/elliottcable/.rvm/scripts/functions/manage/base:336 __rvm_install_ruby:3 typeset binary __rvm_ruby_name ruby_install_type
/Users/elliottcable/.rvm/scripts/functions/manage/base:339 __rvm_install_ruby:6 if(( rvm_ruby_selected_flag == 0 ))
/Users/elliottcable/.rvm/scripts/functions/manage/base:341 __rvm_install_ruby:8 then__rvm_ruby_name=''
/Users/elliottcable/.rvm/scripts/functions/manage/base:342 __rvm_install_ruby:9 then__rvm_select
/Users/elliottcable/.rvm/scripts/selector:6 __rvm_select:2 true
/Users/elliottcable/.rvm/scripts/selector:7 __rvm_select:3 typeset _original_env_string
/Users/elliottcable/.rvm/scripts/selector:8 __rvm_select:4 _original_env_string=''
/Users/elliottcable/.rvm/scripts/selector:11 __rvm_select:7 export -a rvm_configure_flags rvm_patch_names rvm_ree_options rvm_make_flags
/Users/elliottcable/.rvm/scripts/selector:12 __rvm_select:8 export GEM_HOME GEM_PATH MY_RUBY_HOME RUBY_VERSION IRBRC
/Users/elliottcable/.rvm/scripts/selector:13 __rvm_select:9 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
/Users/elliottcable/.rvm/scripts/selector:15 __rvm_select:11 if[[ -z ruby-1.9.3-p392 ]]
/Users/elliottcable/.rvm/scripts/selector:39 __rvm_select:35 __rvm_ruby_string
/Users/elliottcable/.rvm/scripts/selector:662 __rvm_ruby_string:10 typeset ruby_string gemset_name expanded_alias_name repo_url branch_name ruby_name
/Users/elliottcable/.rvm/scripts/selector:664 __rvm_ruby_string:12 __rvm_default_flags
/Users/elliottcable/.rvm/scripts/functions/env:9 __rvm_default_flags:2 true 0 0
/Users/elliottcable/.rvm/scripts/selector:666 __rvm_ruby_string:14 rvm_expanding_aliases=''
/Users/elliottcable/.rvm/scripts/selector:668 __rvm_ruby_string:16 true '' '' '' '' '' '' '' @ ruby-1.9.3-p392 0 0
/Users/elliottcable/.rvm/scripts/selector:674 __rvm_ruby_string:22 ifecho ruby-1.9.3-p392
/Users/elliottcable/.rvm/scripts/selector:674 __rvm_ruby_string:22 if pipeGREP_OPTIONS='' grep @
/Users/elliottcable/.rvm/scripts/selector:681 __rvm_ruby_string:29 if(( rvm_expanding_aliases == 0 ))
/Users/elliottcable/.rvm/scripts/selector:682 __rvm_ruby_string:30 if cmdand[[ -n ruby-1.9.3-p392 && ruby-1.9.3-p392 != system ]]
/Users/elliottcable/.rvm/scripts/selector:686 __rvm_ruby_string:34 then if[[ -f /Users/elliottcable/.rvm/config/alias && -s /Users/elliottcable/.rvm/config/alias ]]
/Users/elliottcable/.rvm/scripts/selector:691 __rvm_ruby_string:39 then elif[[ ruby-1.9.3-p392 == default ]]
/Users/elliottcable/.rvm/scripts/selector:698 __rvm_ruby_string:46 ifecho ruby-1.9.3-p392
/Users/elliottcable/.rvm/scripts/selector:698 __rvm_ruby_string:46 if pipeGREP_OPTIONS='' grep @
/Users/elliottcable/.rvm/scripts/selector:704 __rvm_ruby_string:52 ruby_string=ruby-1.9.3-p392
/Users/elliottcable/.rvm/scripts/selector:705 __rvm_ruby_string:53 gemset_name=''
/Users/elliottcable/.rvm/scripts/selector:706 __rvm_ruby_string:54 repo_url=''
/Users/elliottcable/.rvm/scripts/selector:707 __rvm_ruby_string:55 branch_name=''
/Users/elliottcable/.rvm/scripts/selector:708 __rvm_ruby_string:56 ruby_name=''
/Users/elliottcable/.rvm/scripts/selector:710 __rvm_ruby_string:58 __rvm_unset_ruby_variables
/Users/elliottcable/.rvm/scripts/functions/env:21 __rvm_unset_ruby_variables:3 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
/Users/elliottcable/.rvm/scripts/functions/env:22 __rvm_unset_ruby_variables:4 __rvm_load_rvmrc
/Users/elliottcable/.rvm/scripts/functions/init:5 __rvm_load_rvmrc:2 typeset _file
/Users/elliottcable/.rvm/scripts/functions/init:6 __rvm_load_rvmrc:3 typeset -a rvm_rvmrc_files
/Users/elliottcable/.rvm/scripts/functions/init:7 __rvm_load_rvmrc:4 if(( 0 == 1 ))
/Users/elliottcable/.rvm/scripts/functions/init:12 __rvm_load_rvmrc:9 [[ -n 022 ]]
/Users/elliottcable/.rvm/scripts/functions/init:14 __rvm_load_rvmrc:11 rvm_rvmrc_files=( /etc/rvmrc /Users/elliottcable/.rvmrc )
/Users/elliottcable/.rvm/scripts/functions/init:15 __rvm_load_rvmrc:12 if[[ -n /Users/elliottcable ]]
/Users/elliottcable/.rvm/scripts/functions/init:15 __rvm_load_rvmrc:12 if cmdand[[ /Users/elliottcable/.rvmrc -ef /Users/elliottcable/.rvmrc ]]
/Users/elliottcable/.rvm/scripts/functions/init:16 __rvm_load_rvmrc:13 thenrvm_rvmrc_files+=( /Users/elliottcable/.rvmrc )
/Users/elliottcable/.rvm/scripts/functions/init:18 __rvm_load_rvmrc:15 for_file=/etc/rvmrc
/Users/elliottcable/.rvm/scripts/functions/init:20 __rvm_load_rvmrc:17 for if[[ -s /etc/rvmrc ]]
/Users/elliottcable/.rvm/scripts/functions/init:18 __rvm_load_rvmrc:15 for_file=/Users/elliottcable/.rvmrc
/Users/elliottcable/.rvm/scripts/functions/init:20 __rvm_load_rvmrc:17 for if[[ -s /Users/elliottcable/.rvmrc ]]
/Users/elliottcable/.rvm/scripts/functions/init:18 __rvm_load_rvmrc:15 for_file=/Users/elliottcable/.rvmrc
/Users/elliottcable/.rvm/scripts/functions/init:20 __rvm_load_rvmrc:17 for if[[ -s /Users/elliottcable/.rvmrc ]]
/Users/elliottcable/.rvm/scripts/functions/init:35 __rvm_load_rvmrc:32 return 0
/Users/elliottcable/.rvm/scripts/selector:712 __rvm_ruby_string:60 rvm_ruby_repo_url=''
/Users/elliottcable/.rvm/scripts/selector:713 __rvm_ruby_string:61 rvm_ruby_repo_branch=''
/Users/elliottcable/.rvm/scripts/selector:714 __rvm_ruby_string:62 rvm_ruby_name=''
/Users/elliottcable/.rvm/scripts/selector:716 __rvm_ruby_string:64 if[[ -n '' ]]
/Users/elliottcable/.rvm/scripts/selector:722 __rvm_ruby_string:70 strings=( )
/Users/elliottcable/.rvm/scripts/selector:723 __rvm_ruby_string:71 __rvm_custom_separated_array strings - ruby-1.9.3-p392
/Users/elliottcable/.rvm/scripts/functions/utility:359 __rvm_custom_separated_array:2 typeset IFS
/Users/elliottcable/.rvm/scripts/functions/utility:360 __rvm_custom_separated_array:3 IFS=-
/Users/elliottcable/.rvm/scripts/functions/utility:361 __rvm_custom_separated_array:4 if[[ -n 5.0.0 ]]
/Users/elliottcable/.rvm/scripts/functions/utility:362 __rvm_custom_separated_array:5 theneval 'strings+=( ${=3} )'
/Users/elliottcable/.rvm/scripts/functions/utility:363 (eval):0 thenstrings+=( ruby 1.9.3 p392 )
/Users/elliottcable/.rvm/scripts/selector:725 __rvm_ruby_string:73 if(( 3 == 0 ))
/Users/elliottcable/.rvm/scripts/selector:740 __rvm_ruby_string:88 forstring=ruby
/Users/elliottcable/.rvm/scripts/selector:742 __rvm_ruby_string:90 for casecase ruby (head)
/Users/elliottcable/.rvm/scripts/selector:742 __rvm_ruby_string:90 for casecase ruby (system)
/Users/elliottcable/.rvm/scripts/selector:742 __rvm_ruby_string:90 for casecase ruby (ext|external)
/Users/elliottcable/.rvm/scripts/selector:742 __rvm_ruby_string:90 for casecase ruby (nightly|weekly)
/Users/elliottcable/.rvm/scripts/selector:742 __rvm_ruby_string:90 for casecase ruby (nightly*|weekly*)
/Users/elliottcable/.rvm/scripts/selector:742 __rvm_ruby_string:90 for casecase ruby (preview*)
/Users/elliottcable/.rvm/scripts/selector:742 __rvm_ruby_string:90 for casecase ruby (rc[[:digit:]]*)
/Users/elliottcable/.rvm/scripts/selector:742 __rvm_ruby_string:90 for casecase ruby ([[:digit:]].[[:digit:]]*)
/Users/elliottcable/.rvm/scripts/selector:742 __rvm_ruby_string:90 for casecase ruby (p[[:digit:]]*)
/Users/elliottcable/.rvm/scripts/selector:742 __rvm_ruby_string:90 for casecase ruby ([[:digit:]][[:digit:]]*)
/Users/elliottcable/.rvm/scripts/selector:742 __rvm_ruby_string:90 for casecase ruby (r[[:digit:]]*)
/Users/elliottcable/.rvm/scripts/selector:742 __rvm_ruby_string:90 for casecase ruby (s[[:alnum:]]*)
/Users/elliottcable/.rvm/scripts/selector:742 __rvm_ruby_string:90 for casecase ruby (tv[[:digit:]]*|t[[:digit:]]*)
/Users/elliottcable/.rvm/scripts/selector:742 __rvm_ruby_string:90 for casecase ruby (m[[:digit:]]*)
/Users/elliottcable/.rvm/scripts/selector:742 __rvm_ruby_string:90 for casecase ruby (u[[:alnum:]]*)
/Users/elliottcable/.rvm/scripts/selector:742 __rvm_ruby_string:90 for casecase ruby (a[[:digit:]][[:digit:]]*)
/Users/elliottcable/.rvm/scripts/selector:742 __rvm_ruby_string:90 for casecase ruby (b[[:digit:]]*)
/Users/elliottcable/.rvm/scripts/selector:742 __rvm_ruby_string:90 for casecase ruby (opal|ruby|rbx|jruby|macruby|ree|kiji|rubinius|maglev|ironruby|goruby|mruby|tcs|jamesgolick|topaz)
/Users/elliottcable/.rvm/scripts/selector:905 __rvm_ruby_string:253 for caservm_ruby_interpreter=ruby
/Users/elliottcable/.rvm/scripts/selector:740 __rvm_ruby_string:88 forstring=1.9.3
/Users/elliottcable/.rvm/scripts/selector:742 __rvm_ruby_string:90 for casecase 1.9.3 (head)
/Users/elliottcable/.rvm/scripts/selector:742 __rvm_ruby_string:90 for casecase 1.9.3 (system)
/Users/elliottcable/.rvm/scripts/selector:742 __rvm_ruby_string:90 for casecase 1.9.3 (ext|external)
/Users/elliottcable/.rvm/scripts/selector:742 __rvm_ruby_string:90 for casecase 1.9.3 (nightly|weekly)
/Users/elliottcable/.rvm/scripts/selector:742 __rvm_ruby_string:90 for casecase 1.9.3 (nightly*|weekly*)
/Users/elliottcable/.rvm/scripts/selector:742 __rvm_ruby_string:90 for casecase 1.9.3 (preview*)
/Users/elliottcable/.rvm/scripts/selector:742 __rvm_ruby_string:90 for casecase 1.9.3 (rc[[:digit:]]*)
/Users/elliottcable/.rvm/scripts/selector:742 __rvm_ruby_string:90 for casecase 1.9.3 ([[:digit:]].[[:digit:]]*)
/Users/elliottcable/.rvm/scripts/selector:798 __rvm_ruby_string:146 for case if[[ ruby == rbx ]]
/Users/elliottcable/.rvm/scripts/selector:811 __rvm_ruby_string:159 for case else casecase 1.9.3 (0.+([[:digit:]])|0.+([[:digit:]]).+([[:digit:]])|1.+([[:digit:]]).+([[:digit:]])|2.+([[:digit:]]).+([[:digit:]])|1.+([[:digit:]]).+([[:digit:]]).+([[:digit:]])|1.+([[:digit:]]))
/Users/elliottcable/.rvm/scripts/selector:813 __rvm_ruby_string:161 for case else caservm_ruby_version=1.9.3
/Users/elliottcable/.rvm/scripts/selector:814 __rvm_ruby_string:162 for case else caservm_ruby_revision=''
/Users/elliottcable/.rvm/scripts/selector:815 __rvm_ruby_string:163 for case else caservm_ruby_tag=''
/Users/elliottcable/.rvm/scripts/selector:740 __rvm_ruby_string:88 forstring=p392
/Users/elliottcable/.rvm/scripts/selector:742 __rvm_ruby_string:90 for casecase p392 (head)
/Users/elliottcable/.rvm/scripts/selector:742 __rvm_ruby_string:90 for casecase p392 (system)
/Users/elliottcable/.rvm/scripts/selector:742 __rvm_ruby_string:90 for casecase p392 (ext|external)
/Users/elliottcable/.rvm/scripts/selector:742 __rvm_ruby_string:90 for casecase p392 (nightly|weekly)
/Users/elliottcable/.rvm/scripts/selector:742 __rvm_ruby_string:90 for casecase p392 (nightly*|weekly*)
/Users/elliottcable/.rvm/scripts/selector:742 __rvm_ruby_string:90 for casecase p392 (preview*)
/Users/elliottcable/.rvm/scripts/selector:742 __rvm_ruby_string:90 for casecase p392 (rc[[:digit:]]*)
/Users/elliottcable/.rvm/scripts/selector:742 __rvm_ruby_string:90 for casecase p392 ([[:digit:]].[[:digit:]]*)
/Users/elliottcable/.rvm/scripts/selector:742 __rvm_ruby_string:90 for casecase p392 (p[[:digit:]]*)
/Users/elliottcable/.rvm/scripts/selector:839 __rvm_ruby_string:187 for caservm_ruby_patch_level=p392
/Users/elliottcable/.rvm/scripts/selector:919 __rvm_ruby_string:267 if[[ -z ruby ]]
/Users/elliottcable/.rvm/scripts/selector:936 __rvm_ruby_string:284 rvm_ruby_version=1.9.3
/Users/elliottcable/.rvm/scripts/selector:937 __rvm_ruby_string:285 if[[ -z 1.9.3 ]]
/Users/elliottcable/.rvm/scripts/selector:944 __rvm_ruby_string:292 if[[ -z 1.9.3 ]]
/Users/elliottcable/.rvm/scripts/selector:948 __rvm_ruby_string:296 elservm_ruby_string=ruby-1.9.3
/Users/elliottcable/.rvm/scripts/selector:951 __rvm_ruby_string:299 if[[ ruby == ext ]]
/Users/elliottcable/.rvm/scripts/selector:955 __rvm_ruby_string:303 elif(( 0 == 1 ))
/Users/elliottcable/.rvm/scripts/selector:959 __rvm_ruby_string:307 elif[[ -n '' ]]
/Users/elliottcable/.rvm/scripts/selector:963 __rvm_ruby_string:311 elif[[ -n '' ]]
/Users/elliottcable/.rvm/scripts/selector:967 __rvm_ruby_string:315 elif[[ -n '' ]]
/Users/elliottcable/.rvm/scripts/selector:971 __rvm_ruby_string:319 elif[[ -n p392 ]]
/Users/elliottcable/.rvm/scripts/selector:973 __rvm_ruby_string:321 elif-thenrvm_ruby_string=ruby-1.9.3-p392
/Users/elliottcable/.rvm/scripts/selector:1012 __rvm_ruby_string:360 if[[ -n '' ]]
/Users/elliottcable/.rvm/scripts/selector:1021 __rvm_ruby_string:369 elsedetected_rvm_ruby_name=''
/Users/elliottcable/.rvm/scripts/selector:1023 __rvm_ruby_string:371 true
/Users/elliottcable/.rvm/scripts/selector:41 __rvm_select:37 rvm_archive_extension=tar.gz
/Users/elliottcable/.rvm/scripts/selector:43 __rvm_select:39 if[[ -z ruby ]]
/Users/elliottcable/.rvm/scripts/selector:48 __rvm_select:44 casecase ruby (missing)
/Users/elliottcable/.rvm/scripts/selector:48 __rvm_select:44 casecase ruby (opal)
/Users/elliottcable/.rvm/scripts/selector:48 __rvm_select:44 casecase ruby (topaz)
/Users/elliottcable/.rvm/scripts/selector:48 __rvm_select:44 casecase ruby (macruby)
/Users/elliottcable/.rvm/scripts/selector:48 __rvm_select:44 casecase ruby (rbx|rubinius)
/Users/elliottcable/.rvm/scripts/selector:48 __rvm_select:44 casecase ruby (jruby)
/Users/elliottcable/.rvm/scripts/selector:48 __rvm_select:44 casecase ruby (maglev)
/Users/elliottcable/.rvm/scripts/selector:48 __rvm_select:44 casecase ruby (ironruby)
/Users/elliottcable/.rvm/scripts/selector:48 __rvm_select:44 casecase ruby (ree)
/Users/elliottcable/.rvm/scripts/selector:48 __rvm_select:44 casecase ruby (kiji)
/Users/elliottcable/.rvm/scripts/selector:48 __rvm_select:44 casecase ruby (goruby)
/Users/elliottcable/.rvm/scripts/selector:48 __rvm_select:44 casecase ruby (mruby)
/Users/elliottcable/.rvm/scripts/selector:48 __rvm_select:44 casecase ruby (tcs)
/Users/elliottcable/.rvm/scripts/selector:48 __rvm_select:44 casecase ruby (jamesgolick)
/Users/elliottcable/.rvm/scripts/selector:48 __rvm_select:44 casecase ruby (ruby)
/Users/elliottcable/.rvm/scripts/selector:353 __rvm_select:349 case if[[ -n p392 ]]
/Users/elliottcable/.rvm/scripts/selector:355 __rvm_select:351 case thenrvm_ruby_package_file=ruby-1.9.3-p392
/Users/elliottcable/.rvm/scripts/selector:356 __rvm_select:352 case thenrvm_ruby_package_name=ruby-1.9.3-p392
/Users/elliottcable/.rvm/scripts/selector:362 __rvm_select:358 case if[[ -z 1.9.3 ]]
/Users/elliottcable/.rvm/scripts/selector:366 __rvm_select:362 case elservm_ruby_repo_url=/Users/elliottcable/.rvm/scripts/selector:366 __rvm_select:362 case else cmdsubst__rvm_db ruby_repo_url
/Users/elliottcable/.rvm/scripts/functions/db:7 __rvm_db:2 typeset value key variable
/Users/elliottcable/.rvm/scripts/functions/db:9 __rvm_db:4 key=ruby_repo_url
/Users/elliottcable/.rvm/scripts/functions/db:10 __rvm_db:5 key=ruby_repo_url
/Users/elliottcable/.rvm/scripts/functions/db:11 __rvm_db:6 variable=''
/Users/elliottcable/.rvm/scripts/functions/db:13 __rvm_db:8 if[[ -f /Users/elliottcable/.rvm/user/db ]]
/Users/elliottcable/.rvm/scripts/functions/db:14 __rvm_db:9 thenvalue=/Users/elliottcable/.rvm/scripts/functions/db:14 __rvm_db:9 then cmdsubst/Users/elliottcable/.rvm/scripts/db /Users/elliottcable/.rvm/user/db ruby_repo_url
/Users/elliottcable/.rvm/scripts/functions/db:14 __rvm_db:9 thenvalue=''
/Users/elliottcable/.rvm/scripts/functions/db:17 __rvm_db:12 if[[ -z '' ]]
/Users/elliottcable/.rvm/scripts/functions/db:18 __rvm_db:13 thenvalue=/Users/elliottcable/.rvm/scripts/functions/db:18 __rvm_db:13 then cmdsubst/Users/elliottcable/.rvm/scripts/db /Users/elliottcable/.rvm/config/db ruby_repo_url
/Users/elliottcable/.rvm/scripts/functions/db:18 __rvm_db:13 thenvalue=git://github.com/ruby/ruby.git
/Users/elliottcable/.rvm/scripts/functions/db:21 __rvm_db:16 if[[ -n git://github.com/ruby/ruby.git ]]
/Users/elliottcable/.rvm/scripts/functions/db:22 __rvm_db:17 then if[[ -z '' ]]
/Users/elliottcable/.rvm/scripts/functions/db:23 __rvm_db:18 then thenecho git://github.com/ruby/ruby.git
/Users/elliottcable/.rvm/scripts/functions/db:29 __rvm_db:24 return 0
/Users/elliottcable/.rvm/scripts/selector:366 __rvm_select:362 case elservm_ruby_repo_url=git://github.com/ruby/ruby.git
/Users/elliottcable/.rvm/scripts/selector:367 __rvm_select:363 case else if(( 0 == 0 ))
/Users/elliottcable/.rvm/scripts/selector:369 __rvm_select:365 case else then if__rvm_version_compare 1.9.3 -lt 1.8.5
/Users/elliottcable/.rvm/scripts/functions/utility:301 __rvm_version_compare:2 typeset first
/Users/elliottcable/.rvm/scripts/functions/utility:302 __rvm_version_compare:3 first=/Users/elliottcable/.rvm/scripts/functions/utility:302 __rvm_version_compare:3 cmdsubstprintf %b '1.9.3\n1.8.5\n'
/Users/elliottcable/.rvm/scripts/functions/utility:302 __rvm_version_compare:3 first=/Users/elliottcable/.rvm/scripts/functions/utility:302 __rvm_version_compare:3 first=/Users/elliottcable/.rvm/scripts/functions/utility:302 __rvm_version_compare:3 cmdsubst pipeLC_ALL=C sort -t. -k 1,1n -k 2,2n -k 3,3n -k 4,4n -k 5,5n
/Users/elliottcable/.rvm/scripts/functions/utility:302 __rvm_version_compare:3 cmdsubst pipe pipehead -n1
/Users/elliottcable/.rvm/scripts/functions/utility:302 __rvm_version_compare:3 first=1.8.5
/Users/elliottcable/.rvm/scripts/functions/utility:303 __rvm_version_compare:4 casecase -lt (-eq|==|=)
/Users/elliottcable/.rvm/scripts/functions/utility:303 __rvm_version_compare:4 casecase -lt (-gt|\>)
/Users/elliottcable/.rvm/scripts/functions/utility:303 __rvm_version_compare:4 casecase -lt (-ge|\>=)
/Users/elliottcable/.rvm/scripts/functions/utility:303 __rvm_version_compare:4 casecase -lt (-lt|\<)
/Users/elliottcable/.rvm/scripts/functions/utility:314 __rvm_version_compare:15 case[[ 1.9.3 != 1.8.5 && 1.8.5 == -lt ]]
/Users/elliottcable/.rvm/scripts/functions/utility:314 __rvm_version_compare:15 case cmdorreturn 1
/Users/elliottcable/.rvm/scripts/selector:373 __rvm_select:369 case else then elservm_archive_extension=tar.bz2
/Users/elliottcable/.rvm/scripts/selector:417 __rvm_select:413 if[[ -n 1.9.3 ]]
/Users/elliottcable/.rvm/scripts/selector:419 __rvm_select:415 then casecase 1.9.3 (+([[:digit:]]).+([[:digit:]]).+([[:digit:]]))
/Users/elliottcable/.rvm/scripts/selector:421 __rvm_select:417 then caservm_ruby_release_version=1
/Users/elliottcable/.rvm/scripts/selector:422 __rvm_select:418 then caservm_ruby_major_version=1.9
/Users/elliottcable/.rvm/scripts/selector:422 __rvm_select:418 then caservm_ruby_major_version=9
/Users/elliottcable/.rvm/scripts/selector:423 __rvm_select:419 then caservm_ruby_minor_version=3
/Users/elliottcable/.rvm/scripts/selector:433 __rvm_select:429 if[[ ruby == ext ]]
/Users/elliottcable/.rvm/scripts/selector:439 __rvm_select:435 elservm_ruby_package_name=ruby-1.9.3-p392
/Users/elliottcable/.rvm/scripts/selector:440 __rvm_select:436 elservm_ruby_home=/Users/elliottcable/.rvm/rubies/ruby-1.9.3-p392
/Users/elliottcable/.rvm/scripts/selector:441 __rvm_select:437 elservm_ruby_irbrc=/Users/elliottcable/.rvm/rubies/ruby-1.9.3-p392/.irbrc
/Users/elliottcable/.rvm/scripts/selector:442 __rvm_select:438 elservm_ruby_binary=/Users/elliottcable/.rvm/rubies/ruby-1.9.3-p392/bin/ruby
/Users/elliottcable/.rvm/scripts/selector:446 __rvm_select:442 if[[ maglev == ruby ]]
/Users/elliottcable/.rvm/scripts/selector:452 __rvm_select:448 [[ system == ruby ]]
/Users/elliottcable/.rvm/scripts/selector:454 __rvm_select:450 cmdor cursh__rvm_gemset_select
/Users/elliottcable/.rvm/scripts/selector_gemsets:133 __rvm_gemset_select:2 __rvm_gemset_select_only
/Users/elliottcable/.rvm/scripts/selector_gemsets:54 __rvm_gemset_select_only:2 rvm_ruby_gem_home=/Users/elliottcable/.rvm/gems/ruby-1.9.3-p392
/Users/elliottcable/.rvm/scripts/selector_gemsets:56 __rvm_gemset_select_only:4 : rvm_ignore_gemsets_flag:0:
/Users/elliottcable/.rvm/scripts/selector_gemsets:57 __rvm_gemset_select_only:5 if(( rvm_ignore_gemsets_flag ))
/Users/elliottcable/.rvm/scripts/selector_gemsets:63 __rvm_gemset_select_only:11 elservm_ruby_global_gems_path=/Users/elliottcable/.rvm/gems/ruby-1.9.3-p392@global
/Users/elliottcable/.rvm/scripts/selector_gemsets:65 __rvm_gemset_select_only:13 else__rvm_gemset_handle_default
/Users/elliottcable/.rvm/scripts/selector_gemsets:5 __rvm_gemset_handle_default:2 rvm_gemset_name=@@
/Users/elliottcable/.rvm/scripts/selector_gemsets:6 __rvm_gemset_handle_default:3 rvm_gemset_name=@@
/Users/elliottcable/.rvm/scripts/selector_gemsets:7 __rvm_gemset_handle_default:4 rvm_gemset_name=@
/Users/elliottcable/.rvm/scripts/selector_gemsets:8 __rvm_gemset_handle_default:5 rvm_gemset_name=''
/Users/elliottcable/.rvm/scripts/selector_gemsets:66 __rvm_gemset_select_only:14 else[[ -z '' ]]
/Users/elliottcable/.rvm/scripts/selector_gemsets:69 __rvm_gemset_select_only:17 else if[[ '' == global ]]
/Users/elliottcable/.rvm/scripts/selector_gemsets:73 __rvm_gemset_select_only:21 else elservm_ruby_gem_path=/Users/elliottcable/.rvm/gems/ruby-1.9.3-p392:/Users/elliottcable/.rvm/gems/ruby-1.9.3-p392@global
/Users/elliottcable/.rvm/scripts/selector_gemsets:77 __rvm_gemset_select_only:25 casecase (*/*)
/Users/elliottcable/.rvm/scripts/selector_gemsets:84 __rvm_gemset_select_only:32 if[[ -n '' ]]
/Users/elliottcable/.rvm/scripts/selector_gemsets:88 __rvm_gemset_select_only:36 elservm_env_string=ruby-1.9.3-p392
/Users/elliottcable/.rvm/scripts/selector_gemsets:90 __rvm_gemset_select_only:38 true
/Users/elliottcable/.rvm/scripts/selector_gemsets:134 __rvm_gemset_select:3 cmdand__rvm_gemset_select_validation
/Users/elliottcable/.rvm/scripts/selector_gemsets:96 __rvm_gemset_select_validation:3 if[[ ! -d /Users/elliottcable/.rvm/gems/ruby-1.9.3-p392 ]]
/Users/elliottcable/.rvm/scripts/selector_gemsets:105 __rvm_gemset_select_validation:12 elif(( 0 == 1 ))
/Users/elliottcable/.rvm/scripts/selector_gemsets:135 __rvm_gemset_select:4 cmdand cmdand__rvm_gemset_select_ensure
/Users/elliottcable/.rvm/scripts/selector_gemsets:113 __rvm_gemset_select_ensure:2 mkdir -p /Users/elliottcable/.rvm/gems/ruby-1.9.3-p392
/Users/elliottcable/.rvm/scripts/selector_gemsets:115 __rvm_gemset_select_ensure:4 if__rvm_using_gemset_globalcache
/Users/elliottcable/.rvm/scripts/functions/gemset:21 __rvm_using_gemset_globalcache:2 /Users/elliottcable/.rvm/scripts/db /Users/elliottcable/.rvm/user/db use_gemset_globalcache
/Users/elliottcable/.rvm/scripts/functions/gemset:22 __rvm_using_gemset_globalcache:3 pipeGREP_OPTIONS='' grep '^true$'
/Users/elliottcable/.rvm/scripts/functions/gemset:23 __rvm_using_gemset_globalcache:4 return 1
/Users/elliottcable/.rvm/scripts/selector:461 __rvm_select:457 rvm_ruby_selected_flag=1
/Users/elliottcable/.rvm/scripts/selector:463 __rvm_select:459 [[ -d /Users/elliottcable/.rvm/log/ruby-1.9.3-p392 ]]
/Users/elliottcable/.rvm/scripts/selector:466 __rvm_select:462 rvm_ruby_interpreter=ruby
/Users/elliottcable/.rvm/scripts/functions/manage/base:344 __rvm_install_ruby:11 then if[[ -n '' ]]
/Users/elliottcable/.rvm/scripts/functions/manage/base:363 __rvm_install_ruby:30 if[[ -n '' ]]
/Users/elliottcable/.rvm/scripts/functions/manage/base:369 __rvm_install_ruby:36 if__rvm_install_ruby_try_remote
/Users/elliottcable/.rvm/scripts/functions/manage/base:301 __rvm_install_ruby_try_remote:2 : rvm_disable_binary_flag:0: rvm_remote_flag:0:
/Users/elliottcable/.rvm/scripts/functions/manage/base:302 __rvm_install_ruby_try_remote:3 (( rvm_disable_binary_flag ))
/Users/elliottcable/.rvm/scripts/functions/manage/base:304 __rvm_install_ruby_try_remote:5 cmdor curshrvm_log 'Searching for binary rubies, this might take some time.'
/Users/elliottcable/.rvm/scripts/functions/logging:105 rvm_log:2 ifrvm_pretty_print stdout
/Users/elliottcable/.rvm/scripts/functions/logging:17 rvm_pretty_print:2 casecase auto (0|no)
/Users/elliottcable/.rvm/scripts/functions/logging:17 rvm_pretty_print:2 casecase auto (1|auto)
/Users/elliottcable/.rvm/scripts/functions/logging:22 rvm_pretty_print:7 case casecase xterm-256color (dumb|unknown)
/Users/elliottcable/.rvm/scripts/functions/logging:25 rvm_pretty_print:10 case casecase stdout (stdout)
/Users/elliottcable/.rvm/scripts/functions/logging:26 rvm_pretty_print:11 case case[[ -t 1 ]]
/Users/elliottcable/.rvm/scripts/functions/logging:32 rvm_pretty_print:17 casereturn 0
/Users/elliottcable/.rvm/scripts/functions/logging:106 rvm_log:3 thenprintf %b 'Searching for binary rubies, this might take some time.\n'
Searching for binary rubies, this might take some time.
/Users/elliottcable/.rvm/scripts/functions/manage/base:305 __rvm_install_ruby_try_remote:6 cmdor curshtypeset __rvm_ruby_url
/Users/elliottcable/.rvm/scripts/functions/manage/base:306 __rvm_install_ruby_try_remote:7 cmdor cursh__rvm_ruby_url=/Users/elliottcable/.rvm/scripts/functions/manage/base:306 __rvm_install_ruby_try_remote:7 cmdor cursh cmdsubst__rvm_remote_server_path ruby-1.9.3-p392
/Users/elliottcable/.rvm/scripts/functions/utility:617 __rvm_remote_server_path:2 typeset _iterator
/Users/elliottcable/.rvm/scripts/functions/utility:618 __rvm_remote_server_path:3 _iterator=''
/Users/elliottcable/.rvm/scripts/functions/utility:619 __rvm_remote_server_path:4 while__rvm_remote_server_path_single 0 1 '' ruby-1.9.3-p392
/Users/elliottcable/.rvm/scripts/functions/utility:596 __rvm_remote_server_path_single:2 typeset __remote_file
/Users/elliottcable/.rvm/scripts/functions/utility:597 __rvm_remote_server_path_single:3 __rvm_calculate_remote_file 0 1 '' ruby-1.9.3-p392
/Users/elliottcable/.rvm/scripts/functions/utility:583 __rvm_calculate_remote_file:2 rvm_remote_server_url=/Users/elliottcable/.rvm/scripts/functions/utility:583 __rvm_calculate_remote_file:2 cmdsubst__rvm_db rvm_remote_server_url
/Users/elliottcable/.rvm/scripts/functions/db:7 __rvm_db:2 typeset value key variable
/Users/elliottcable/.rvm/scripts/functions/db:9 __rvm_db:4 key=rvm_remote_server_url
/Users/elliottcable/.rvm/scripts/functions/db:10 __rvm_db:5 key=rvm_remote_server_url
/Users/elliottcable/.rvm/scripts/functions/db:11 __rvm_db:6 variable=''
/Users/elliottcable/.rvm/scripts/functions/db:13 __rvm_db:8 if[[ -f /Users/elliottcable/.rvm/user/db ]]
/Users/elliottcable/.rvm/scripts/functions/db:14 __rvm_db:9 thenvalue=/Users/elliottcable/.rvm/scripts/functions/db:14 __rvm_db:9 then cmdsubst/Users/elliottcable/.rvm/scripts/db /Users/elliottcable/.rvm/user/db rvm_remote_server_url
/Users/elliottcable/.rvm/scripts/functions/db:14 __rvm_db:9 thenvalue=''
/Users/elliottcable/.rvm/scripts/functions/db:17 __rvm_db:12 if[[ -z '' ]]
/Users/elliottcable/.rvm/scripts/functions/db:18 __rvm_db:13 thenvalue=/Users/elliottcable/.rvm/scripts/functions/db:18 __rvm_db:13 then cmdsubst/Users/elliottcable/.rvm/scripts/db /Users/elliottcable/.rvm/config/db rvm_remote_server_url
/Users/elliottcable/.rvm/scripts/functions/db:18 __rvm_db:13 thenvalue=https://rvm.io/binaries
/Users/elliottcable/.rvm/scripts/functions/db:21 __rvm_db:16 if[[ -n https://rvm.io/binaries ]]
/Users/elliottcable/.rvm/scripts/functions/db:22 __rvm_db:17 then if[[ -z '' ]]
/Users/elliottcable/.rvm/scripts/functions/db:23 __rvm_db:18 then thenecho https://rvm.io/binaries
/Users/elliottcable/.rvm/scripts/functions/db:29 __rvm_db:24 return 0
/Users/elliottcable/.rvm/scripts/functions/utility:583 __rvm_calculate_remote_file:2 rvm_remote_server_url=https://rvm.io/binaries
/Users/elliottcable/.rvm/scripts/functions/utility:584 __rvm_calculate_remote_file:3 [[ -n https://rvm.io/binaries ]]
/Users/elliottcable/.rvm/scripts/functions/utility:588 __rvm_calculate_remote_file:7 __rvm_system_path '' ''
/Users/elliottcable/.rvm/scripts/functions/utility:511 __rvm_system_path:2 rvm_remote_server_path=/Users/elliottcable/.rvm/scripts/functions/utility:511 __rvm_system_path:2 cmdsubst__rvm_db rvm_remote_server_path
/Users/elliottcable/.rvm/scripts/functions/db:7 __rvm_db:2 typeset value key variable
/Users/elliottcable/.rvm/scripts/functions/db:9 __rvm_db:4 key=rvm_remote_server_path
/Users/elliottcable/.rvm/scripts/functions/db:10 __rvm_db:5 key=rvm_remote_server_path
/Users/elliottcable/.rvm/scripts/functions/db:11 __rvm_db:6 variable=''
/Users/elliottcable/.rvm/scripts/functions/db:13 __rvm_db:8 if[[ -f /Users/elliottcable/.rvm/user/db ]]
/Users/elliottcable/.rvm/scripts/functions/db:14 __rvm_db:9 thenvalue=/Users/elliottcable/.rvm/scripts/functions/db:14 __rvm_db:9 then cmdsubst/Users/elliottcable/.rvm/scripts/db /Users/elliottcable/.rvm/user/db rvm_remote_server_path
/Users/elliottcable/.rvm/scripts/functions/db:14 __rvm_db:9 thenvalue=''
/Users/elliottcable/.rvm/scripts/functions/db:17 __rvm_db:12 if[[ -z '' ]]
/Users/elliottcable/.rvm/scripts/functions/db:18 __rvm_db:13 thenvalue=/Users/elliottcable/.rvm/scripts/functions/db:18 __rvm_db:13 then cmdsubst/Users/elliottcable/.rvm/scripts/db /Users/elliottcable/.rvm/config/db rvm_remote_server_path
/Users/elliottcable/.rvm/scripts/functions/db:18 __rvm_db:13 thenvalue=''
/Users/elliottcable/.rvm/scripts/functions/db:21 __rvm_db:16 if[[ -n '' ]]
/Users/elliottcable/.rvm/scripts/functions/db:29 __rvm_db:24 return 0
/Users/elliottcable/.rvm/scripts/functions/utility:511 __rvm_system_path:2 rvm_remote_server_path=''
/Users/elliottcable/.rvm/scripts/functions/utility:512 __rvm_system_path:3 [[ -n '' ]]
/Users/elliottcable/.rvm/scripts/functions/utility:513 __rvm_system_path:4 cmdor if__rvm_detect_system
/Users/elliottcable/.rvm/scripts/functions/utility:411 __rvm_detect_system:2 unset _system_type _system_name _system_version _system_arch
/Users/elliottcable/.rvm/scripts/functions/utility:412 __rvm_detect_system:3 export _system_type _system_name _system_version _system_arch
/Users/elliottcable/.rvm/scripts/functions/utility:413 __rvm_detect_system:4 _system_type=unknown
/Users/elliottcable/.rvm/scripts/functions/utility:414 __rvm_detect_system:5 _system_name=unknown
/Users/elliottcable/.rvm/scripts/functions/utility:415 __rvm_detect_system:6 _system_version=unknown
/Users/elliottcable/.rvm/scripts/functions/utility:416 __rvm_detect_system:7 _system_arch=/Users/elliottcable/.rvm/scripts/functions/utility:416 __rvm_detect_system:7 cmdsubstuname -m
/Users/elliottcable/.rvm/scripts/functions/utility:416 __rvm_detect_system:7 _system_arch=x86_64
/Users/elliottcable/.rvm/scripts/functions/utility:417 __rvm_detect_system:8 cmdsubstuname
/Users/elliottcable/.rvm/scripts/functions/utility:417 __rvm_detect_system:8 casecase Darwin (Linux)
/Users/elliottcable/.rvm/scripts/functions/utility:417 __rvm_detect_system:8 casecase Darwin (SunOS)
/Users/elliottcable/.rvm/scripts/functions/utility:417 __rvm_detect_system:8 casecase Darwin (OpenBSD)
/Users/elliottcable/.rvm/scripts/functions/utility:417 __rvm_detect_system:8 casecase Darwin (Darwin)
/Users/elliottcable/.rvm/scripts/functions/utility:491 __rvm_detect_system:82 case_system_type=darwin
/Users/elliottcable/.rvm/scripts/functions/utility:492 __rvm_detect_system:83 case_system_name=osx
/Users/elliottcable/.rvm/scripts/functions/utility:493 __rvm_detect_system:84 case_system_version=/Users/elliottcable/.rvm/scripts/functions/utility:493 __rvm_detect_system:84 case cmdsubstsw_vers -productVersion
/Users/elliottcable/.rvm/scripts/functions/utility:493 __rvm_detect_system:84 case_system_version=10.8.2
/Users/elliottcable/.rvm/scripts/functions/utility:494 __rvm_detect_system:85 case_system_version=10.8
/Users/elliottcable/.rvm/scripts/functions/utility:500 __rvm_detect_system:91 _system_type=darwin
/Users/elliottcable/.rvm/scripts/functions/utility:501 __rvm_detect_system:92 _system_name=osx
/Users/elliottcable/.rvm/scripts/functions/utility:502 __rvm_detect_system:93 _system_version=10.8
/Users/elliottcable/.rvm/scripts/functions/utility:503 __rvm_detect_system:94 _system_arch=x86_64
/Users/elliottcable/.rvm/scripts/functions/utility:504 __rvm_detect_system:95 _system_arch=x86_64
/Users/elliottcable/.rvm/scripts/functions/utility:505 __rvm_detect_system:96 _system_arch=x86_64
/Users/elliottcable/.rvm/scripts/functions/utility:514 __rvm_system_path:5 cmdor thenrvm_remote_server_path=osx/10.8/x86_64
/Users/elliottcable/.rvm/scripts/functions/utility:517 __rvm_system_path:8 if[[ '' == - ]]
/Users/elliottcable/.rvm/scripts/functions/utility:589 __rvm_calculate_remote_file:8 __rvm_ruby_package_file ruby-1.9.3-p392
/Users/elliottcable/.rvm/scripts/functions/utility:559 __rvm_ruby_package_file:2 casecase ruby-1.9.3-p392 (*.tar.*)
/Users/elliottcable/.rvm/scripts/functions/utility:559 __rvm_ruby_package_file:2 casecase ruby-1.9.3-p392 (jruby-*)
/Users/elliottcable/.rvm/scripts/functions/utility:559 __rvm_ruby_package_file:2 casecase ruby-1.9.3-p392 ()
/Users/elliottcable/.rvm/scripts/functions/utility:559 __rvm_ruby_package_file:2 casecase ruby-1.9.3-p392 (*)
/Users/elliottcable/.rvm/scripts/functions/utility:576 __rvm_ruby_package_file:19 caservm_ruby_package_file=/Users/elliottcable/.rvm/scripts/functions/utility:576 __rvm_ruby_package_file:19 case cmdsubst__rvm_remote_extension ruby-1.9.3-p392 -
/Users/elliottcable/.rvm/scripts/functions/utility:542 __rvm_remote_extension:2 casecase ruby-1.9.3-p392 (*.tar.*)
/Users/elliottcable/.rvm/scripts/functions/utility:542 __rvm_remote_extension:2 casecase ruby-1.9.3-p392 (jruby-*)
/Users/elliottcable/.rvm/scripts/functions/utility:542 __rvm_remote_extension:2 casecase ruby-1.9.3-p392 (*)
/Users/elliottcable/.rvm/scripts/functions/utility:550 __rvm_remote_extension:10 caservm_remote_extension=tar.bz2
/Users/elliottcable/.rvm/scripts/functions/utility:553 __rvm_remote_extension:13 [[ - != - ]]
/Users/elliottcable/.rvm/scripts/functions/utility:553 __rvm_remote_extension:13 cmdorprintf %b tar.bz2
/Users/elliottcable/.rvm/scripts/functions/utility:576 __rvm_ruby_package_file:19 caservm_ruby_package_file=/ruby-1.9.3-p392.tar.bz2
/Users/elliottcable/.rvm/scripts/functions/utility:590 __rvm_calculate_remote_file:9 __remote_file=https://rvm.io/binaries/osx/10.8/x86_64/ruby-1.9.3-p392.tar.bz2
/Users/elliottcable/.rvm/scripts/functions/utility:599 __rvm_remote_server_path_single:5 if[[ -z https://rvm.io/binaries/osx/10.8/x86_64/ruby-1.9.3-p392.tar.bz2 ]]
/Users/elliottcable/.rvm/scripts/functions/utility:604 __rvm_remote_server_path_single:10 eliffile_exists_at_url https://rvm.io/binaries/osx/10.8/x86_64/ruby-1.9.3-p392.tar.bz2
/Users/elliottcable/.rvm/scripts/functions/utility:721 file_exists_at_url:3 if[[ -n https://rvm.io/binaries/osx/10.8/x86_64/ruby-1.9.3-p392.tar.bz2 ]]
/Users/elliottcable/.rvm/scripts/functions/utility:723 file_exists_at_url:5 thenunset curl
/Users/elliottcable/.rvm/scripts/functions/utility:724 file_exists_at_url:6 thencurl -slkL --max-time 3 --head https://rvm.io/binaries/osx/10.8/x86_64/ruby-1.9.3-p392.tar.bz2
/Users/elliottcable/.rvm/scripts/functions/utility:725 file_exists_at_url:7 then pipeGREP_OPTIONS='' grep -E 'HTTP/[0-9\.]+ 200 OK'
/Users/elliottcable/.rvm/scripts/functions/utility:726 file_exists_at_url:8 then cmdorreturn 1
/Users/elliottcable/.rvm/scripts/functions/utility:609 __rvm_remote_server_path_single:15 elservm_debug 'Remote file does not exist https://rvm.io/binaries/osx/10.8/x86_64/ruby-1.9.3-p392.tar.bz2'
/Users/elliottcable/.rvm/scripts/functions/logging:89 rvm_debug:2 (( 0 ))
/Users/elliottcable/.rvm/scripts/functions/logging:89 rvm_debug:2 cmdorreturn 0
/Users/elliottcable/.rvm/scripts/functions/utility:610 __rvm_remote_server_path_single:16 elsereturn 1
/Users/elliottcable/.rvm/scripts/functions/utility:620 __rvm_remote_server_path:5 while: 1
/Users/elliottcable/.rvm/scripts/functions/utility:619 __rvm_remote_server_path:4 while__rvm_remote_server_path_single 0 1 1 ruby-1.9.3-p392
/Users/elliottcable/.rvm/scripts/functions/utility:596 __rvm_remote_server_path_single:2 typeset __remote_file
/Users/elliottcable/.rvm/scripts/functions/utility:597 __rvm_remote_server_path_single:3 __rvm_calculate_remote_file 0 1 1 ruby-1.9.3-p392
/Users/elliottcable/.rvm/scripts/functions/utility:583 __rvm_calculate_remote_file:2 rvm_remote_server_url=/Users/elliottcable/.rvm/scripts/functions/utility:583 __rvm_calculate_remote_file:2 cmdsubst__rvm_db rvm_remote_server_url1
/Users/elliottcable/.rvm/scripts/functions/db:7 __rvm_db:2 typeset value key variable
/Users/elliottcable/.rvm/scripts/functions/db:9 __rvm_db:4 key=rvm_remote_server_url1
/Users/elliottcable/.rvm/scripts/functions/db:10 __rvm_db:5 key=rvm_remote_server_url1
/Users/elliottcable/.rvm/scripts/functions/db:11 __rvm_db:6 variable=''
/Users/elliottcable/.rvm/scripts/functions/db:13 __rvm_db:8 if[[ -f /Users/elliottcable/.rvm/user/db ]]
/Users/elliottcable/.rvm/scripts/functions/db:14 __rvm_db:9 thenvalue=/Users/elliottcable/.rvm/scripts/functions/db:14 __rvm_db:9 then cmdsubst/Users/elliottcable/.rvm/scripts/db /Users/elliottcable/.rvm/user/db rvm_remote_server_url1
/Users/elliottcable/.rvm/scripts/functions/db:14 __rvm_db:9 thenvalue=''
/Users/elliottcable/.rvm/scripts/functions/db:17 __rvm_db:12 if[[ -z '' ]]
/Users/elliottcable/.rvm/scripts/functions/db:18 __rvm_db:13 thenvalue=/Users/elliottcable/.rvm/scripts/functions/db:18 __rvm_db:13 then cmdsubst/Users/elliottcable/.rvm/scripts/db /Users/elliottcable/.rvm/config/db rvm_remote_server_url1
/Users/elliottcable/.rvm/scripts/functions/db:18 __rvm_db:13 thenvalue=http://jruby.org.s3.amazonaws.com
/Users/elliottcable/.rvm/scripts/functions/db:21 __rvm_db:16 if[[ -n http://jruby.org.s3.amazonaws.com ]]
/Users/elliottcable/.rvm/scripts/functions/db:22 __rvm_db:17 then if[[ -z '' ]]
/Users/elliottcable/.rvm/scripts/functions/db:23 __rvm_db:18 then thenecho http://jruby.org.s3.amazonaws.com
/Users/elliottcable/.rvm/scripts/functions/db:29 __rvm_db:24 return 0
/Users/elliottcable/.rvm/scripts/functions/utility:583 __rvm_calculate_remote_file:2 rvm_remote_server_url=http://jruby.org.s3.amazonaws.com
/Users/elliottcable/.rvm/scripts/functions/utility:584 __rvm_calculate_remote_file:3 [[ -n http://jruby.org.s3.amazonaws.com ]]
/Users/elliottcable/.rvm/scripts/functions/utility:588 __rvm_calculate_remote_file:7 __rvm_system_path '' 1
/Users/elliottcable/.rvm/scripts/functions/utility:511 __rvm_system_path:2 rvm_remote_server_path=/Users/elliottcable/.rvm/scripts/functions/utility:511 __rvm_system_path:2 cmdsubst__rvm_db rvm_remote_server_path1
/Users/elliottcable/.rvm/scripts/functions/db:7 __rvm_db:2 typeset value key variable
/Users/elliottcable/.rvm/scripts/functions/db:9 __rvm_db:4 key=rvm_remote_server_path1
/Users/elliottcable/.rvm/scripts/functions/db:10 __rvm_db:5 key=rvm_remote_server_path1
/Users/elliottcable/.rvm/scripts/functions/db:11 __rvm_db:6 variable=''
/Users/elliottcable/.rvm/scripts/functions/db:13 __rvm_db:8 if[[ -f /Users/elliottcable/.rvm/user/db ]]
/Users/elliottcable/.rvm/scripts/functions/db:14 __rvm_db:9 thenvalue=/Users/elliottcable/.rvm/scripts/functions/db:14 __rvm_db:9 then cmdsubst/Users/elliottcable/.rvm/scripts/db /Users/elliottcable/.rvm/user/db rvm_remote_server_path1
/Users/elliottcable/.rvm/scripts/functions/db:14 __rvm_db:9 thenvalue=''
/Users/elliottcable/.rvm/scripts/functions/db:17 __rvm_db:12 if[[ -z '' ]]
/Users/elliottcable/.rvm/scripts/functions/db:18 __rvm_db:13 thenvalue=/Users/elliottcable/.rvm/scripts/functions/db:18 __rvm_db:13 then cmdsubst/Users/elliottcable/.rvm/scripts/db /Users/elliottcable/.rvm/config/db rvm_remote_server_path1
/Users/elliottcable/.rvm/scripts/functions/db:18 __rvm_db:13 thenvalue=downloads
/Users/elliottcable/.rvm/scripts/functions/db:21 __rvm_db:16 if[[ -n downloads ]]
/Users/elliottcable/.rvm/scripts/functions/db:22 __rvm_db:17 then if[[ -z '' ]]
/Users/elliottcable/.rvm/scripts/functions/db:23 __rvm_db:18 then thenecho downloads
/Users/elliottcable/.rvm/scripts/functions/db:29 __rvm_db:24 return 0
/Users/elliottcable/.rvm/scripts/functions/utility:511 __rvm_system_path:2 rvm_remote_server_path=downloads
/Users/elliottcable/.rvm/scripts/functions/utility:512 __rvm_system_path:3 [[ -n downloads ]]
/Users/elliottcable/.rvm/scripts/functions/utility:517 __rvm_system_path:8 if[[ '' == - ]]
/Users/elliottcable/.rvm/scripts/functions/utility:589 __rvm_calculate_remote_file:8 __rvm_ruby_package_file ruby-1.9.3-p392
/Users/elliottcable/.rvm/scripts/functions/utility:559 __rvm_ruby_package_file:2 casecase ruby-1.9.3-p392 (*.tar.*)
/Users/elliottcable/.rvm/scripts/functions/utility:559 __rvm_ruby_package_file:2 casecase ruby-1.9.3-p392 (jruby-*)
/Users/elliottcable/.rvm/scripts/functions/utility:559 __rvm_ruby_package_file:2 casecase ruby-1.9.3-p392 ()
/Users/elliottcable/.rvm/scripts/functions/utility:559 __rvm_ruby_package_file:2 casecase ruby-1.9.3-p392 (*)
/Users/elliottcable/.rvm/scripts/functions/utility:576 __rvm_ruby_package_file:19 caservm_ruby_package_file=/Users/elliottcable/.rvm/scripts/functions/utility:576 __rvm_ruby_package_file:19 case cmdsubst__rvm_remote_extension ruby-1.9.3-p392 -
/Users/elliottcable/.rvm/scripts/functions/utility:542 __rvm_remote_extension:2 casecase ruby-1.9.3-p392 (*.tar.*)
/Users/elliottcable/.rvm/scripts/functions/utility:542 __rvm_remote_extension:2 casecase ruby-1.9.3-p392 (jruby-*)
/Users/elliottcable/.rvm/scripts/functions/utility:542 __rvm_remote_extension:2 casecase ruby-1.9.3-p392 (*)
/Users/elliottcable/.rvm/scripts/functions/utility:550 __rvm_remote_extension:10 caservm_remote_extension=tar.bz2
/Users/elliottcable/.rvm/scripts/functions/utility:553 __rvm_remote_extension:13 [[ - != - ]]
/Users/elliottcable/.rvm/scripts/functions/utility:553 __rvm_remote_extension:13 cmdorprintf %b tar.bz2
/Users/elliottcable/.rvm/scripts/functions/utility:576 __rvm_ruby_package_file:19 caservm_ruby_package_file=/ruby-1.9.3-p392.tar.bz2
/Users/elliottcable/.rvm/scripts/functions/utility:590 __rvm_calculate_remote_file:9 __remote_file=http://jruby.org.s3.amazonaws.com/downloads/ruby-1.9.3-p392.tar.bz2
/Users/elliottcable/.rvm/scripts/functions/utility:599 __rvm_remote_server_path_single:5 if[[ -z http://jruby.org.s3.amazonaws.com/downloads/ruby-1.9.3-p392.tar.bz2 ]]
/Users/elliottcable/.rvm/scripts/functions/utility:604 __rvm_remote_server_path_single:10 eliffile_exists_at_url http://jruby.org.s3.amazonaws.com/downloads/ruby-1.9.3-p392.tar.bz2
/Users/elliottcable/.rvm/scripts/functions/utility:721 file_exists_at_url:3 if[[ -n http://jruby.org.s3.amazonaws.com/downloads/ruby-1.9.3-p392.tar.bz2 ]]
/Users/elliottcable/.rvm/scripts/functions/utility:723 file_exists_at_url:5 thenunset curl
/Users/elliottcable/.rvm/scripts/functions/utility:724 file_exists_at_url:6 thencurl -slkL --max-time 3 --head http://jruby.org.s3.amazonaws.com/downloads/ruby-1.9.3-p392.tar.bz2
/Users/elliottcable/.rvm/scripts/functions/utility:725 file_exists_at_url:7 then pipeGREP_OPTIONS='' grep -E 'HTTP/[0-9\.]+ 200 OK'
/Users/elliottcable/.rvm/scripts/functions/utility:726 file_exists_at_url:8 then cmdorreturn 1
/Users/elliottcable/.rvm/scripts/functions/utility:609 __rvm_remote_server_path_single:15 elservm_debug 'Remote file does not exist http://jruby.org.s3.amazonaws.com/downloads/ruby-1.9.3-p392.tar.bz2'
/Users/elliottcable/.rvm/scripts/functions/logging:89 rvm_debug:2 (( 0 ))
/Users/elliottcable/.rvm/scripts/functions/logging:89 rvm_debug:2 cmdorreturn 0
/Users/elliottcable/.rvm/scripts/functions/utility:610 __rvm_remote_server_path_single:16 elsereturn 1
/Users/elliottcable/.rvm/scripts/functions/utility:620 __rvm_remote_server_path:5 while: 2
/Users/elliottcable/.rvm/scripts/functions/utility:619 __rvm_remote_server_path:4 while__rvm_remote_server_path_single 0 1 2 ruby-1.9.3-p392
/Users/elliottcable/.rvm/scripts/functions/utility:596 __rvm_remote_server_path_single:2 typeset __remote_file
/Users/elliottcable/.rvm/scripts/functions/utility:597 __rvm_remote_server_path_single:3 __rvm_calculate_remote_file 0 1 2 ruby-1.9.3-p392
/Users/elliottcable/.rvm/scripts/functions/utility:583 __rvm_calculate_remote_file:2 rvm_remote_server_url=/Users/elliottcable/.rvm/scripts/functions/utility:583 __rvm_calculate_remote_file:2 cmdsubst__rvm_db rvm_remote_server_url2
/Users/elliottcable/.rvm/scripts/functions/db:7 __rvm_db:2 typeset value key variable
/Users/elliottcable/.rvm/scripts/functions/db:9 __rvm_db:4 key=rvm_remote_server_url2
/Users/elliottcable/.rvm/scripts/functions/db:10 __rvm_db:5 key=rvm_remote_server_url2
/Users/elliottcable/.rvm/scripts/functions/db:11 __rvm_db:6 variable=''
/Users/elliottcable/.rvm/scripts/functions/db:13 __rvm_db:8 if[[ -f /Users/elliottcable/.rvm/user/db ]]
/Users/elliottcable/.rvm/scripts/functions/db:14 __rvm_db:9 thenvalue=/Users/elliottcable/.rvm/scripts/functions/db:14 __rvm_db:9 then cmdsubst/Users/elliottcable/.rvm/scripts/db /Users/elliottcable/.rvm/user/db rvm_remote_server_url2
/Users/elliottcable/.rvm/scripts/functions/db:14 __rvm_db:9 thenvalue=''
/Users/elliottcable/.rvm/scripts/functions/db:17 __rvm_db:12 if[[ -z '' ]]
/Users/elliottcable/.rvm/scripts/functions/db:18 __rvm_db:13 thenvalue=/Users/elliottcable/.rvm/scripts/functions/db:18 __rvm_db:13 then cmdsubst/Users/elliottcable/.rvm/scripts/db /Users/elliottcable/.rvm/config/db rvm_remote_server_url2
/Users/elliottcable/.rvm/scripts/functions/db:18 __rvm_db:13 thenvalue=http://binaries.rubini.us
/Users/elliottcable/.rvm/scripts/functions/db:21 __rvm_db:16 if[[ -n http://binaries.rubini.us ]]
/Users/elliottcable/.rvm/scripts/functions/db:22 __rvm_db:17 then if[[ -z '' ]]
/Users/elliottcable/.rvm/scripts/functions/db:23 __rvm_db:18 then thenecho http://binaries.rubini.us
/Users/elliottcable/.rvm/scripts/functions/db:29 __rvm_db:24 return 0
/Users/elliottcable/.rvm/scripts/functions/utility:583 __rvm_calculate_remote_file:2 rvm_remote_server_url=http://binaries.rubini.us
/Users/elliottcable/.rvm/scripts/functions/utility:584 __rvm_calculate_remote_file:3 [[ -n http://binaries.rubini.us ]]
/Users/elliottcable/.rvm/scripts/functions/utility:588 __rvm_calculate_remote_file:7 __rvm_system_path '' 2
/Users/elliottcable/.rvm/scripts/functions/utility:511 __rvm_system_path:2 rvm_remote_server_path=/Users/elliottcable/.rvm/scripts/functions/utility:511 __rvm_system_path:2 cmdsubst__rvm_db rvm_remote_server_path2
/Users/elliottcable/.rvm/scripts/functions/db:7 __rvm_db:2 typeset value key variable
/Users/elliottcable/.rvm/scripts/functions/db:9 __rvm_db:4 key=rvm_remote_server_path2
/Users/elliottcable/.rvm/scripts/functions/db:10 __rvm_db:5 key=rvm_remote_server_path2
/Users/elliottcable/.rvm/scripts/functions/db:11 __rvm_db:6 variable=''
/Users/elliottcable/.rvm/scripts/functions/db:13 __rvm_db:8 if[[ -f /Users/elliottcable/.rvm/user/db ]]
/Users/elliottcable/.rvm/scripts/functions/db:14 __rvm_db:9 thenvalue=/Users/elliottcable/.rvm/scripts/functions/db:14 __rvm_db:9 then cmdsubst/Users/elliottcable/.rvm/scripts/db /Users/elliottcable/.rvm/user/db rvm_remote_server_path2
/Users/elliottcable/.rvm/scripts/functions/db:14 __rvm_db:9 thenvalue=''
/Users/elliottcable/.rvm/scripts/functions/db:17 __rvm_db:12 if[[ -z '' ]]
/Users/elliottcable/.rvm/scripts/functions/db:18 __rvm_db:13 thenvalue=/Users/elliottcable/.rvm/scripts/functions/db:18 __rvm_db:13 then cmdsubst/Users/elliottcable/.rvm/scripts/db /Users/elliottcable/.rvm/config/db rvm_remote_server_path2
/Users/elliottcable/.rvm/scripts/functions/db:18 __rvm_db:13 thenvalue=''
/Users/elliottcable/.rvm/scripts/functions/db:21 __rvm_db:16 if[[ -n '' ]]
/Users/elliottcable/.rvm/scripts/functions/db:29 __rvm_db:24 return 0
/Users/elliottcable/.rvm/scripts/functions/utility:511 __rvm_system_path:2 rvm_remote_server_path=''
/Users/elliottcable/.rvm/scripts/functions/utility:512 __rvm_system_path:3 [[ -n '' ]]
/Users/elliottcable/.rvm/scripts/functions/utility:513 __rvm_system_path:4 cmdor if__rvm_detect_system
/Users/elliottcable/.rvm/scripts/functions/utility:411 __rvm_detect_system:2 unset _system_type _system_name _system_version _system_arch
/Users/elliottcable/.rvm/scripts/functions/utility:412 __rvm_detect_system:3 export _system_type _system_name _system_version _system_arch
/Users/elliottcable/.rvm/scripts/functions/utility:413 __rvm_detect_system:4 _system_type=unknown
/Users/elliottcable/.rvm/scripts/functions/utility:414 __rvm_detect_system:5 _system_name=unknown
/Users/elliottcable/.rvm/scripts/functions/utility:415 __rvm_detect_system:6 _system_version=unknown
/Users/elliottcable/.rvm/scripts/functions/utility:416 __rvm_detect_system:7 _system_arch=/Users/elliottcable/.rvm/scripts/functions/utility:416 __rvm_detect_system:7 cmdsubstuname -m
/Users/elliottcable/.rvm/scripts/functions/utility:416 __rvm_detect_system:7 _system_arch=x86_64
/Users/elliottcable/.rvm/scripts/functions/utility:417 __rvm_detect_system:8 cmdsubstuname
/Users/elliottcable/.rvm/scripts/functions/utility:417 __rvm_detect_system:8 casecase Darwin (Linux)
/Users/elliottcable/.rvm/scripts/functions/utility:417 __rvm_detect_system:8 casecase Darwin (SunOS)
/Users/elliottcable/.rvm/scripts/functions/utility:417 __rvm_detect_system:8 casecase Darwin (OpenBSD)
/Users/elliottcable/.rvm/scripts/functions/utility:417 __rvm_detect_system:8 casecase Darwin (Darwin)
/Users/elliottcable/.rvm/scripts/functions/utility:491 __rvm_detect_system:82 case_system_type=darwin
/Users/elliottcable/.rvm/scripts/functions/utility:492 __rvm_detect_system:83 case_system_name=osx
/Users/elliottcable/.rvm/scripts/functions/utility:493 __rvm_detect_system:84 case_system_version=/Users/elliottcable/.rvm/scripts/functions/utility:493 __rvm_detect_system:84 case cmdsubstsw_vers -productVersion
/Users/elliottcable/.rvm/scripts/functions/utility:493 __rvm_detect_system:84 case_system_version=10.8.2
/Users/elliottcable/.rvm/scripts/functions/utility:494 __rvm_detect_system:85 case_system_version=10.8
/Users/elliottcable/.rvm/scripts/functions/utility:500 __rvm_detect_system:91 _system_type=darwin
/Users/elliottcable/.rvm/scripts/functions/utility:501 __rvm_detect_system:92 _system_name=osx
/Users/elliottcable/.rvm/scripts/functions/utility:502 __rvm_detect_system:93 _system_version=10.8
/Users/elliottcable/.rvm/scripts/functions/utility:503 __rvm_detect_system:94 _system_arch=x86_64
/Users/elliottcable/.rvm/scripts/functions/utility:504 __rvm_detect_system:95 _system_arch=x86_64
/Users/elliottcable/.rvm/scripts/functions/utility:505 __rvm_detect_system:96 _system_arch=x86_64
/Users/elliottcable/.rvm/scripts/functions/utility:514 __rvm_system_path:5 cmdor thenrvm_remote_server_path=osx/10.8/x86_64
/Users/elliottcable/.rvm/scripts/functions/utility:517 __rvm_system_path:8 if[[ '' == - ]]
/Users/elliottcable/.rvm/scripts/functions/utility:589 __rvm_calculate_remote_file:8 __rvm_ruby_package_file ruby-1.9.3-p392
/Users/elliottcable/.rvm/scripts/functions/utility:559 __rvm_ruby_package_file:2 casecase ruby-1.9.3-p392 (*.tar.*)
/Users/elliottcable/.rvm/scripts/functions/utility:559 __rvm_ruby_package_file:2 casecase ruby-1.9.3-p392 (jruby-*)
/Users/elliottcable/.rvm/scripts/functions/utility:559 __rvm_ruby_package_file:2 casecase ruby-1.9.3-p392 ()
/Users/elliottcable/.rvm/scripts/functions/utility:559 __rvm_ruby_package_file:2 casecase ruby-1.9.3-p392 (*)
/Users/elliottcable/.rvm/scripts/functions/utility:576 __rvm_ruby_package_file:19 caservm_ruby_package_file=/Users/elliottcable/.rvm/scripts/functions/utility:576 __rvm_ruby_package_file:19 case cmdsubst__rvm_remote_extension ruby-1.9.3-p392 -
/Users/elliottcable/.rvm/scripts/functions/utility:542 __rvm_remote_extension:2 casecase ruby-1.9.3-p392 (*.tar.*)
/Users/elliottcable/.rvm/scripts/functions/utility:542 __rvm_remote_extension:2 casecase ruby-1.9.3-p392 (jruby-*)
/Users/elliottcable/.rvm/scripts/functions/utility:542 __rvm_remote_extension:2 casecase ruby-1.9.3-p392 (*)
/Users/elliottcable/.rvm/scripts/functions/utility:550 __rvm_remote_extension:10 caservm_remote_extension=tar.bz2
/Users/elliottcable/.rvm/scripts/functions/utility:553 __rvm_remote_extension:13 [[ - != - ]]
/Users/elliottcable/.rvm/scripts/functions/utility:553 __rvm_remote_extension:13 cmdorprintf %b tar.bz2
/Users/elliottcable/.rvm/scripts/functions/utility:576 __rvm_ruby_package_file:19 caservm_ruby_package_file=/ruby-1.9.3-p392.tar.bz2
/Users/elliottcable/.rvm/scripts/functions/utility:590 __rvm_calculate_remote_file:9 __remote_file=http://binaries.rubini.us/osx/10.8/x86_64/ruby-1.9.3-p392.tar.bz2
/Users/elliottcable/.rvm/scripts/functions/utility:599 __rvm_remote_server_path_single:5 if[[ -z http://binaries.rubini.us/osx/10.8/x86_64/ruby-1.9.3-p392.tar.bz2 ]]
/Users/elliottcable/.rvm/scripts/functions/utility:604 __rvm_remote_server_path_single:10 eliffile_exists_at_url http://binaries.rubini.us/osx/10.8/x86_64/ruby-1.9.3-p392.tar.bz2
/Users/elliottcable/.rvm/scripts/functions/utility:721 file_exists_at_url:3 if[[ -n http://binaries.rubini.us/osx/10.8/x86_64/ruby-1.9.3-p392.tar.bz2 ]]
/Users/elliottcable/.rvm/scripts/functions/utility:723 file_exists_at_url:5 thenunset curl
/Users/elliottcable/.rvm/scripts/functions/utility:724 file_exists_at_url:6 thencurl -slkL --max-time 3 --head http://binaries.rubini.us/osx/10.8/x86_64/ruby-1.9.3-p392.tar.bz2
/Users/elliottcable/.rvm/scripts/functions/utility:725 file_exists_at_url:7 then pipeGREP_OPTIONS='' grep -E 'HTTP/[0-9\.]+ 200 OK'
/Users/elliottcable/.rvm/scripts/functions/utility:726 file_exists_at_url:8 then cmdorreturn 1
/Users/elliottcable/.rvm/scripts/functions/utility:609 __rvm_remote_server_path_single:15 elservm_debug 'Remote file does not exist http://binaries.rubini.us/osx/10.8/x86_64/ruby-1.9.3-p392.tar.bz2'
/Users/elliottcable/.rvm/scripts/functions/logging:89 rvm_debug:2 (( 0 ))
/Users/elliottcable/.rvm/scripts/functions/logging:89 rvm_debug:2 cmdorreturn 0
/Users/elliottcable/.rvm/scripts/functions/utility:610 __rvm_remote_server_path_single:16 elsereturn 1
/Users/elliottcable/.rvm/scripts/functions/utility:620 __rvm_remote_server_path:5 while: 3
/Users/elliottcable/.rvm/scripts/functions/utility:619 __rvm_remote_server_path:4 while__rvm_remote_server_path_single 0 1 3 ruby-1.9.3-p392
/Users/elliottcable/.rvm/scripts/functions/utility:596 __rvm_remote_server_path_single:2 typeset __remote_file
/Users/elliottcable/.rvm/scripts/functions/utility:597 __rvm_remote_server_path_single:3 __rvm_calculate_remote_file 0 1 3 ruby-1.9.3-p392
/Users/elliottcable/.rvm/scripts/functions/utility:583 __rvm_calculate_remote_file:2 rvm_remote_server_url=/Users/elliottcable/.rvm/scripts/functions/utility:583 __rvm_calculate_remote_file:2 cmdsubst__rvm_db rvm_remote_server_url3
/Users/elliottcable/.rvm/scripts/functions/db:7 __rvm_db:2 typeset value key variable
/Users/elliottcable/.rvm/scripts/functions/db:9 __rvm_db:4 key=rvm_remote_server_url3
/Users/elliottcable/.rvm/scripts/functions/db:10 __rvm_db:5 key=rvm_remote_server_url3
/Users/elliottcable/.rvm/scripts/functions/db:11 __rvm_db:6 variable=''
/Users/elliottcable/.rvm/scripts/functions/db:13 __rvm_db:8 if[[ -f /Users/elliottcable/.rvm/user/db ]]
/Users/elliottcable/.rvm/scripts/functions/db:14 __rvm_db:9 thenvalue=/Users/elliottcable/.rvm/scripts/functions/db:14 __rvm_db:9 then cmdsubst/Users/elliottcable/.rvm/scripts/db /Users/elliottcable/.rvm/user/db rvm_remote_server_url3
/Users/elliottcable/.rvm/scripts/functions/db:14 __rvm_db:9 thenvalue=''
/Users/elliottcable/.rvm/scripts/functions/db:17 __rvm_db:12 if[[ -z '' ]]
/Users/elliottcable/.rvm/scripts/functions/db:18 __rvm_db:13 thenvalue=/Users/elliottcable/.rvm/scripts/functions/db:18 __rvm_db:13 then cmdsubst/Users/elliottcable/.rvm/scripts/db /Users/elliottcable/.rvm/config/db rvm_remote_server_url3
/Users/elliottcable/.rvm/scripts/functions/db:18 __rvm_db:13 thenvalue=''
/Users/elliottcable/.rvm/scripts/functions/db:21 __rvm_db:16 if[[ -n '' ]]
/Users/elliottcable/.rvm/scripts/functions/db:29 __rvm_db:24 return 0
/Users/elliottcable/.rvm/scripts/functions/utility:583 __rvm_calculate_remote_file:2 rvm_remote_server_url=''
/Users/elliottcable/.rvm/scripts/functions/utility:584 __rvm_calculate_remote_file:3 [[ -n '' ]]
/Users/elliottcable/.rvm/scripts/functions/utility:585 __rvm_calculate_remote_file:4 cmdor curshrvm_debug 'rvm_remote_server_url3 not found'
/Users/elliottcable/.rvm/scripts/functions/logging:89 rvm_debug:2 (( 0 ))
/Users/elliottcable/.rvm/scripts/functions/logging:89 rvm_debug:2 cmdorreturn 0
/Users/elliottcable/.rvm/scripts/functions/utility:586 __rvm_calculate_remote_file:5 cmdor curshreturn 0
/Users/elliottcable/.rvm/scripts/functions/utility:599 __rvm_remote_server_path_single:5 if[[ -z '' ]]
/Users/elliottcable/.rvm/scripts/functions/utility:601 __rvm_remote_server_path_single:7 thenrvm_debug 'No remote file name found'
/Users/elliottcable/.rvm/scripts/functions/logging:89 rvm_debug:2 (( 0 ))
/Users/elliottcable/.rvm/scripts/functions/logging:89 rvm_debug:2 cmdorreturn 0
/Users/elliottcable/.rvm/scripts/functions/utility:602 __rvm_remote_server_path_single:8 thenreturn 0
/Users/elliottcable/.rvm/scripts/functions/manage/base:306 __rvm_install_ruby_try_remote:7 cmdor cursh__rvm_ruby_url=''
/Users/elliottcable/.rvm/scripts/functions/manage/base:308 __rvm_install_ruby_try_remote:9 cmdor cursh if[[ -z '' ]]
/Users/elliottcable/.rvm/scripts/functions/manage/base:311 __rvm_install_ruby_try_remote:12 cmdor cursh then if(( rvm_remote_flag ))
/Users/elliottcable/.rvm/scripts/functions/manage/base:316 __rvm_install_ruby_try_remote:17 cmdor cursh then else cmdsubst__rvm_system_path -
/Users/elliottcable/.rvm/scripts/functions/utility:511 __rvm_system_path:2 rvm_remote_server_path=/Users/elliottcable/.rvm/scripts/functions/utility:511 __rvm_system_path:2 cmdsubst__rvm_db rvm_remote_server_path
/Users/elliottcable/.rvm/scripts/functions/db:7 __rvm_db:2 typeset value key variable
/Users/elliottcable/.rvm/scripts/functions/db:9 __rvm_db:4 key=rvm_remote_server_path
/Users/elliottcable/.rvm/scripts/functions/db:10 __rvm_db:5 key=rvm_remote_server_path
/Users/elliottcable/.rvm/scripts/functions/db:11 __rvm_db:6 variable=''
/Users/elliottcable/.rvm/scripts/functions/db:13 __rvm_db:8 if[[ -f /Users/elliottcable/.rvm/user/db ]]
/Users/elliottcable/.rvm/scripts/functions/db:14 __rvm_db:9 thenvalue=/Users/elliottcable/.rvm/scripts/functions/db:14 __rvm_db:9 then cmdsubst/Users/elliottcable/.rvm/scripts/db /Users/elliottcable/.rvm/user/db rvm_remote_server_path
/Users/elliottcable/.rvm/scripts/functions/db:14 __rvm_db:9 thenvalue=''
/Users/elliottcable/.rvm/scripts/functions/db:17 __rvm_db:12 if[[ -z '' ]]
/Users/elliottcable/.rvm/scripts/functions/db:18 __rvm_db:13 thenvalue=/Users/elliottcable/.rvm/scripts/functions/db:18 __rvm_db:13 then cmdsubst/Users/elliottcable/.rvm/scripts/db /Users/elliottcable/.rvm/config/db rvm_remote_server_path
/Users/elliottcable/.rvm/scripts/functions/db:18 __rvm_db:13 thenvalue=''
/Users/elliottcable/.rvm/scripts/functions/db:21 __rvm_db:16 if[[ -n '' ]]
/Users/elliottcable/.rvm/scripts/functions/db:29 __rvm_db:24 return 0
/Users/elliottcable/.rvm/scripts/functions/utility:511 __rvm_system_path:2 rvm_remote_server_path=''
/Users/elliottcable/.rvm/scripts/functions/utility:512 __rvm_system_path:3 [[ -n '' ]]
/Users/elliottcable/.rvm/scripts/functions/utility:513 __rvm_system_path:4 cmdor if__rvm_detect_system
/Users/elliottcable/.rvm/scripts/functions/utility:411 __rvm_detect_system:2 unset _system_type _system_name _system_version _system_arch
/Users/elliottcable/.rvm/scripts/functions/utility:412 __rvm_detect_system:3 export _system_type _system_name _system_version _system_arch
/Users/elliottcable/.rvm/scripts/functions/utility:413 __rvm_detect_system:4 _system_type=unknown
/Users/elliottcable/.rvm/scripts/functions/utility:414 __rvm_detect_system:5 _system_name=unknown
/Users/elliottcable/.rvm/scripts/functions/utility:415 __rvm_detect_system:6 _system_version=unknown
/Users/elliottcable/.rvm/scripts/functions/utility:416 __rvm_detect_system:7 _system_arch=/Users/elliottcable/.rvm/scripts/functions/utility:416 __rvm_detect_system:7 cmdsubstuname -m
/Users/elliottcable/.rvm/scripts/functions/utility:416 __rvm_detect_system:7 _system_arch=x86_64
/Users/elliottcable/.rvm/scripts/functions/utility:417 __rvm_detect_system:8 cmdsubstuname
/Users/elliottcable/.rvm/scripts/functions/utility:417 __rvm_detect_system:8 casecase Darwin (Linux)
/Users/elliottcable/.rvm/scripts/functions/utility:417 __rvm_detect_system:8 casecase Darwin (SunOS)
/Users/elliottcable/.rvm/scripts/functions/utility:417 __rvm_detect_system:8 casecase Darwin (OpenBSD)
/Users/elliottcable/.rvm/scripts/functions/utility:417 __rvm_detect_system:8 casecase Darwin (Darwin)
/Users/elliottcable/.rvm/scripts/functions/utility:491 __rvm_detect_system:82 case_system_type=darwin
/Users/elliottcable/.rvm/scripts/functions/utility:492 __rvm_detect_system:83 case_system_name=osx
/Users/elliottcable/.rvm/scripts/functions/utility:493 __rvm_detect_system:84 case_system_version=/Users/elliottcable/.rvm/scripts/functions/utility:493 __rvm_detect_system:84 case cmdsubstsw_vers -productVersion
/Users/elliottcable/.rvm/scripts/functions/utility:493 __rvm_detect_system:84 case_system_version=10.8.2
/Users/elliottcable/.rvm/scripts/functions/utility:494 __rvm_detect_system:85 case_system_version=10.8
/Users/elliottcable/.rvm/scripts/functions/utility:500 __rvm_detect_system:91 _system_type=darwin
/Users/elliottcable/.rvm/scripts/functions/utility:501 __rvm_detect_system:92 _system_name=osx
/Users/elliottcable/.rvm/scripts/functions/utility:502 __rvm_detect_system:93 _system_version=10.8
/Users/elliottcable/.rvm/scripts/functions/utility:503 __rvm_detect_system:94 _system_arch=x86_64
/Users/elliottcable/.rvm/scripts/functions/utility:504 __rvm_detect_system:95 _system_arch=x86_64
/Users/elliottcable/.rvm/scripts/functions/utility:505 __rvm_detect_system:96 _system_arch=x86_64
/Users/elliottcable/.rvm/scripts/functions/utility:514 __rvm_system_path:5 cmdor thenrvm_remote_server_path=osx/10.8/x86_64
/Users/elliottcable/.rvm/scripts/functions/utility:517 __rvm_system_path:8 if[[ - == - ]]
/Users/elliottcable/.rvm/scripts/functions/utility:518 __rvm_system_path:9 thenprintf %b 'osx/10.8/x86_64\n'
/Users/elliottcable/.rvm/scripts/functions/manage/base:316 __rvm_install_ruby_try_remote:17 cmdor cursh then elservm_warn 'No binary rubies available for: osx/10.8/x86_64/ruby-1.9.3-p392.
Continuing with compilation. Please read '\''rvm mount'\'' to get more information on binary rubies.'
/Users/elliottcable/.rvm/scripts/functions/logging:82 rvm_warn:2 ifrvm_pretty_print stdout
/Users/elliottcable/.rvm/scripts/functions/logging:17 rvm_pretty_print:2 casecase auto (0|no)
/Users/elliottcable/.rvm/scripts/functions/logging:17 rvm_pretty_print:2 casecase auto (1|auto)
/Users/elliottcable/.rvm/scripts/functions/logging:22 rvm_pretty_print:7 case casecase xterm-256color (dumb|unknown)
/Users/elliottcable/.rvm/scripts/functions/logging:25 rvm_pretty_print:10 case casecase stdout (stdout)
/Users/elliottcable/.rvm/scripts/functions/logging:26 rvm_pretty_print:11 case case[[ -t 1 ]]
/Users/elliottcable/.rvm/scripts/functions/logging:32 rvm_pretty_print:17 casereturn 0
/Users/elliottcable/.rvm/scripts/functions/logging:83 rvm_warn:3 thenprintf %b 'No binary rubies available for: osx/10.8/x86_64/ruby-1.9.3-p392.
Continuing with compilation. Please read '\''rvm mount'\'' to get more information on binary rubies.\n'
No binary rubies available for: osx/10.8/x86_64/ruby-1.9.3-p392.
Continuing with compilation. Please read 'rvm mount' to get more information on binary rubies.
/Users/elliottcable/.rvm/scripts/functions/manage/base:330 __rvm_install_ruby_try_remote:31 return 2
/Users/elliottcable/.rvm/scripts/functions/manage/base:371 __rvm_install_ruby:38 else(( 2 == 2 ))
/Users/elliottcable/.rvm/scripts/functions/manage/base:374 __rvm_install_ruby:41 if__rvm_check_for_compiler
/Users/elliottcable/.rvm/scripts/functions/build:179 __rvm_check_for_compiler:2 if__rvm_selected_compiler
/Users/elliottcable/.rvm/scripts/functions/build:10 __rvm_selected_compiler:4 if[[ " ${rvm_configure_flags[*]}" -regex-match " --with-gcc=" ]]
/Users/elliottcable/.rvm/scripts/functions/build:23 __rvm_selected_compiler:17 elif[[ -n clang ]]
/Users/elliottcable/.rvm/scripts/functions/build:25 __rvm_selected_compiler:19 elif-thenecho clang
/Users/elliottcable/.rvm/scripts/functions/build:26 __rvm_selected_compiler:20 elif-thenreturn 0
/Users/elliottcable/.rvm/scripts/functions/build:180 __rvm_check_for_compiler:3 if cmdand cmdsubst__rvm_selected_compiler
/Users/elliottcable/.rvm/scripts/functions/build:10 __rvm_selected_compiler:4 if[[ " ${rvm_configure_flags[*]}" -regex-match " --with-gcc=" ]]
/Users/elliottcable/.rvm/scripts/functions/build:23 __rvm_selected_compiler:17 elif[[ -n clang ]]
/Users/elliottcable/.rvm/scripts/functions/build:25 __rvm_selected_compiler:19 elif-thenecho clang
/Users/elliottcable/.rvm/scripts/functions/build:26 __rvm_selected_compiler:20 elif-thenreturn 0
/Users/elliottcable/.rvm/scripts/functions/build:180 __rvm_check_for_compiler:3 if cmdandcommand -v clang
/Users/elliottcable/.rvm/scripts/functions/manage/base:375 __rvm_install_ruby:42 thentrue
/Users/elliottcable/.rvm/scripts/functions/manage/base:379 __rvm_install_ruby:46 casecase ruby (opal|macruby|ree|jruby|maglev|goruby|rubinius|ironruby|ruby|mruby|topaz)
/Users/elliottcable/.rvm/scripts/functions/manage/base:381 __rvm_install_ruby:48 caseruby_install_type=ruby
/Users/elliottcable/.rvm/scripts/functions/manage/base:394 __rvm_install_ruby:61 export -a rvm_configure_env
/Users/elliottcable/.rvm/scripts/functions/manage/base:395 __rvm_install_ruby:62 [[ -n '' ]]
/Users/elliottcable/.rvm/scripts/functions/manage/base:395 __rvm_install_ruby:62 cmdorrvm_configure_env=( )
/Users/elliottcable/.rvm/scripts/functions/manage/base:397 __rvm_install_ruby:64 source /Users/elliottcable/.rvm/scripts/functions/manage/ruby
/Users/elliottcable/.rvm/scripts/functions/manage/base:398 __rvm_install_ruby:65 ruby_install
/Users/elliottcable/.rvm/scripts/functions/manage/ruby:5 ruby_install:2 typeset result temp_flags _iterator
/Users/elliottcable/.rvm/scripts/functions/manage/ruby:7 ruby_install:4 __rvm_check_for_bison
/Users/elliottcable/.rvm/scripts/functions/build:190 __rvm_check_for_bison:2 true 0
/Users/elliottcable/.rvm/scripts/functions/build:191 __rvm_check_for_bison:3 if(( rvm_head_flag > 0 ))
/Users/elliottcable/.rvm/scripts/functions/manage/ruby:14 ruby_install:11 casecase ruby-1.9.3-p392 (ruby-1.8.*-head)
/Users/elliottcable/.rvm/scripts/functions/manage/ruby:14 ruby_install:11 casecase ruby-1.9.3-p392 (ruby-head|ruby-1.9.*-head)
/Users/elliottcable/.rvm/scripts/functions/manage/ruby:34 ruby_install:31 if[[ " ${rvm_configure_flags[*]}" -regex-match " --enable-load-relative" ]]
/Users/elliottcable/.rvm/scripts/functions/manage/ruby:45 ruby_install:42 __rvm_setup_compile_environment ruby-1.9.3-p392
/Users/elliottcable/.rvm/scripts/functions/build_config:5 __rvm_setup_compile_environment:2 typeset __type
/Users/elliottcable/.rvm/scripts/functions/build_config:6 __rvm_setup_compile_environment:3 typeset -a __types
/Users/elliottcable/.rvm/scripts/functions/build_config:7 __rvm_setup_compile_environment:4 __types=( requirements osx_gcc architectures gcc47 smartos sunos openbsd flags_docs flags_tcltk flags_shared_static flags_threads )
/Users/elliottcable/.rvm/scripts/functions/build_config:11 __rvm_setup_compile_environment:8 for__type=requirements
/Users/elliottcable/.rvm/scripts/functions/build_config:13 __rvm_setup_compile_environment:10 forrvm_debug '__rvm_setup_compile_environment_requirements ruby-1.9.3-p392'
/Users/elliottcable/.rvm/scripts/functions/logging:89 rvm_debug:2 (( 0 ))
/Users/elliottcable/.rvm/scripts/functions/logging:89 rvm_debug:2 cmdorreturn 0
/Users/elliottcable/.rvm/scripts/functions/build_config:14 __rvm_setup_compile_environment:11 for__rvm_setup_compile_environment_requirements ruby-1.9.3-p392
/Users/elliottcable/.rvm/scripts/functions/build_config:316 __rvm_setup_compile_environment_requirements:2 (( 1 > 0 ))
/Users/elliottcable/.rvm/scripts/functions/build_config:318 __rvm_setup_compile_environment_requirements:4 __rvm_detect_system
/Users/elliottcable/.rvm/scripts/functions/utility:411 __rvm_detect_system:2 unset _system_type _system_name _system_version _system_arch
/Users/elliottcable/.rvm/scripts/functions/utility:412 __rvm_detect_system:3 export _system_type _system_name _system_version _system_arch
/Users/elliottcable/.rvm/scripts/functions/utility:413 __rvm_detect_system:4 _system_type=unknown
/Users/elliottcable/.rvm/scripts/functions/utility:414 __rvm_detect_system:5 _system_name=unknown
/Users/elliottcable/.rvm/scripts/functions/utility:415 __rvm_detect_system:6 _system_version=unknown
/Users/elliottcable/.rvm/scripts/functions/utility:416 __rvm_detect_system:7 _system_arch=/Users/elliottcable/.rvm/scripts/functions/utility:416 __rvm_detect_system:7 cmdsubstuname -m
/Users/elliottcable/.rvm/scripts/functions/utility:416 __rvm_detect_system:7 _system_arch=x86_64
/Users/elliottcable/.rvm/scripts/functions/utility:417 __rvm_detect_system:8 cmdsubstuname
/Users/elliottcable/.rvm/scripts/functions/utility:417 __rvm_detect_system:8 casecase Darwin (Linux)
/Users/elliottcable/.rvm/scripts/functions/utility:417 __rvm_detect_system:8 casecase Darwin (SunOS)
/Users/elliottcable/.rvm/scripts/functions/utility:417 __rvm_detect_system:8 casecase Darwin (OpenBSD)
/Users/elliottcable/.rvm/scripts/functions/utility:417 __rvm_detect_system:8 casecase Darwin (Darwin)
/Users/elliottcable/.rvm/scripts/functions/utility:491 __rvm_detect_system:82 case_system_type=darwin
/Users/elliottcable/.rvm/scripts/functions/utility:492 __rvm_detect_system:83 case_system_name=osx
/Users/elliottcable/.rvm/scripts/functions/utility:493 __rvm_detect_system:84 case_system_version=/Users/elliottcable/.rvm/scripts/functions/utility:493 __rvm_detect_system:84 case cmdsubstsw_vers -productVersion
/Users/elliottcable/.rvm/scripts/functions/utility:493 __rvm_detect_system:84 case_system_version=10.8.2
/Users/elliottcable/.rvm/scripts/functions/utility:494 __rvm_detect_system:85 case_system_version=10.8
/Users/elliottcable/.rvm/scripts/functions/utility:500 __rvm_detect_system:91 _system_type=darwin
/Users/elliottcable/.rvm/scripts/functions/utility:501 __rvm_detect_system:92 _system_name=osx
/Users/elliottcable/.rvm/scripts/functions/utility:502 __rvm_detect_system:93 _system_version=10.8
/Users/elliottcable/.rvm/scripts/functions/utility:503 __rvm_detect_system:94 _system_arch=x86_64
/Users/elliottcable/.rvm/scripts/functions/utility:504 __rvm_detect_system:95 _system_arch=x86_64
/Users/elliottcable/.rvm/scripts/functions/utility:505 __rvm_detect_system:96 _system_arch=x86_64
/Users/elliottcable/.rvm/scripts/functions/build_config:319 __rvm_setup_compile_environment_requirements:5 [[ -s /Users/elliottcable/.rvm/scripts/functions/requirements/osx ]]
/Users/elliottcable/.rvm/scripts/functions/build_config:326 __rvm_setup_compile_environment_requirements:12 rvm_log 'Installing requirements for osx/10.8/x86_64, might require sudo password'
/Users/elliottcable/.rvm/scripts/functions/logging:105 rvm_log:2 ifrvm_pretty_print stdout
/Users/elliottcable/.rvm/scripts/functions/logging:17 rvm_pretty_print:2 casecase auto (0|no)
/Users/elliottcable/.rvm/scripts/functions/logging:17 rvm_pretty_print:2 casecase auto (1|auto)
/Users/elliottcable/.rvm/scripts/functions/logging:22 rvm_pretty_print:7 case casecase xterm-256color (dumb|unknown)
/Users/elliottcable/.rvm/scripts/functions/logging:25 rvm_pretty_print:10 case casecase stdout (stdout)
/Users/elliottcable/.rvm/scripts/functions/logging:26 rvm_pretty_print:11 case case[[ -t 1 ]]
/Users/elliottcable/.rvm/scripts/functions/logging:32 rvm_pretty_print:17 casereturn 0
/Users/elliottcable/.rvm/scripts/functions/logging:106 rvm_log:3 thenprintf %b 'Installing requirements for osx/10.8/x86_64, might require sudo password\n'
Installing requirements for osx/10.8/x86_64, might require sudo password
/Users/elliottcable/.rvm/scripts/functions/build_config:327 __rvm_setup_compile_environment_requirements:13 source /Users/elliottcable/.rvm/scripts/functions/requirements/osx
/Users/elliottcable/.rvm/scripts/functions/build_config:329 __rvm_setup_compile_environment_requirements:15 __rvm_setup_compile_environment_requirements_iterate ruby-1.9.3-p392
/Users/elliottcable/.rvm/scripts/functions/build_config:292 __rvm_setup_compile_environment_requirements_iterate:2 typeset -a list
/Users/elliottcable/.rvm/scripts/functions/build_config:293 __rvm_setup_compile_environment_requirements_iterate:3 typeset element
/Users/elliottcable/.rvm/scripts/functions/build_config:295 __rvm_setup_compile_environment_requirements_iterate:5 list=( update-system rvm )
/Users/elliottcable/.rvm/scripts/functions/build_config:296 __rvm_setup_compile_environment_requirements_iterate:6 if(( 1 ))
/Users/elliottcable/.rvm/scripts/functions/build_config:297 __rvm_setup_compile_environment_requirements_iterate:7 thenlist+=( ruby-1.9.3-p392 )
/Users/elliottcable/.rvm/scripts/functions/build_config:301 __rvm_setup_compile_environment_requirements_iterate:11 forelement=update-system
/Users/elliottcable/.rvm/scripts/functions/build_config:302 __rvm_setup_compile_environment_requirements_iterate:12 forrequirements_osx update-system
/Users/elliottcable/.rvm/scripts/functions/requirements/osx:87 requirements_osx:2 typeset __type
/Users/elliottcable/.rvm/scripts/functions/requirements/osx:88 requirements_osx:3 for__type=brew
/Users/elliottcable/.rvm/scripts/functions/requirements/osx:91 requirements_osx:6 for ifrequirements_osx_find_brew
/Users/elliottcable/.rvm/scripts/functions/requirements/osx:6 requirements_osx_find_brew:3 ifwhich brew
/Users/elliottcable/.rvm/scripts/functions/requirements/osx:8 requirements_osx_find_brew:5 thenreturn 0
/Users/elliottcable/.rvm/scripts/functions/requirements/osx:93 requirements_osx:8 for thenrequirements_osx_run brew update-system
/Users/elliottcable/.rvm/scripts/functions/requirements/osx:71 requirements_osx_run:2 typeset __type
/Users/elliottcable/.rvm/scripts/functions/requirements/osx:72 requirements_osx_run:3 __type=brew
/Users/elliottcable/.rvm/scripts/functions/requirements/osx:73 requirements_osx_run:4 shift
/Users/elliottcable/.rvm/scripts/functions/requirements/osx:74 requirements_osx_run:5 [[ -s /Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew ]]
/Users/elliottcable/.rvm/scripts/functions/requirements/osx:81 requirements_osx_run:12 source /Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew
/Users/elliottcable/.rvm/scripts/functions/requirements/osx:82 requirements_osx_run:13 requirements_brew update-system
/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:205 requirements_brew:2 requirements_brew_ensure_brew_available
/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:162 requirements_brew_ensure_brew_available:2 which brew
/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:206 requirements_brew:3 requirements_brew_ensure_brew_can_install
/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:184 requirements_brew_ensure_brew_can_install:2 (( rvm_autolibs_flag > 1 ))
/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:184 requirements_brew_ensure_brew_can_install:2 cmdorreturn 0
/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:207 requirements_brew:4 requirements_brew_route_install update-system
/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:130 requirements_brew_route_install:2 casecase update-system (update-system)
/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:132 requirements_brew_route_install:4 case__rvm_which git
/Users/elliottcable/.rvm/scripts/functions/support:178 __rvm_which:2 ifwhich --skip-alias --skip-functions which
/Users/elliottcable/.rvm/scripts/functions/support:180 __rvm_which:4 elifwhence whence
/Users/elliottcable/.rvm/scripts/functions/support:182 __rvm_which:6 elifwhich which
/Users/elliottcable/.rvm/scripts/functions/support:183 __rvm_which:7 elif-thenwhich git
/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:133 requirements_brew_route_install:5 casebrew update
Already up-to-date.
/Users/elliottcable/.rvm/scripts/functions/requirements/osx:94 requirements_osx:9 for thenreturn 0
/Users/elliottcable/.rvm/scripts/functions/build_config:301 __rvm_setup_compile_environment_requirements_iterate:11 forelement=rvm
/Users/elliottcable/.rvm/scripts/functions/build_config:302 __rvm_setup_compile_environment_requirements_iterate:12 forrequirements_osx rvm
/Users/elliottcable/.rvm/scripts/functions/requirements/osx:87 requirements_osx:2 typeset __type
/Users/elliottcable/.rvm/scripts/functions/requirements/osx:88 requirements_osx:3 for__type=brew
/Users/elliottcable/.rvm/scripts/functions/requirements/osx:91 requirements_osx:6 for ifrequirements_osx_find_brew
/Users/elliottcable/.rvm/scripts/functions/requirements/osx:6 requirements_osx_find_brew:3 ifwhich brew
/Users/elliottcable/.rvm/scripts/functions/requirements/osx:8 requirements_osx_find_brew:5 thenreturn 0
/Users/elliottcable/.rvm/scripts/functions/requirements/osx:93 requirements_osx:8 for thenrequirements_osx_run brew rvm
/Users/elliottcable/.rvm/scripts/functions/requirements/osx:71 requirements_osx_run:2 typeset __type
/Users/elliottcable/.rvm/scripts/functions/requirements/osx:72 requirements_osx_run:3 __type=brew
/Users/elliottcable/.rvm/scripts/functions/requirements/osx:73 requirements_osx_run:4 shift
/Users/elliottcable/.rvm/scripts/functions/requirements/osx:74 requirements_osx_run:5 [[ -s /Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew ]]
/Users/elliottcable/.rvm/scripts/functions/requirements/osx:81 requirements_osx_run:12 source /Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew
/Users/elliottcable/.rvm/scripts/functions/requirements/osx:82 requirements_osx_run:13 requirements_brew rvm
/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:205 requirements_brew:2 requirements_brew_ensure_brew_available
/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:162 requirements_brew_ensure_brew_available:2 which brew
/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:206 requirements_brew:3 requirements_brew_ensure_brew_can_install
/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:184 requirements_brew_ensure_brew_can_install:2 (( rvm_autolibs_flag > 1 ))
/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:184 requirements_brew_ensure_brew_can_install:2 cmdorreturn 0
/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:207 requirements_brew:4 requirements_brew_route_install rvm
/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:130 requirements_brew_route_install:2 casecase rvm (update-system)
/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:130 requirements_brew_route_install:2 casecase rvm (rvm)
/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:143 requirements_brew_route_install:15 casetrue
/Users/elliottcable/.rvm/scripts/functions/requirements/osx:94 requirements_osx:9 for thenreturn 0
/Users/elliottcable/.rvm/scripts/functions/build_config:301 __rvm_setup_compile_environment_requirements_iterate:11 forelement=ruby-1.9.3-p392
/Users/elliottcable/.rvm/scripts/functions/build_config:302 __rvm_setup_compile_environment_requirements_iterate:12 forrequirements_osx ruby-1.9.3-p392
/Users/elliottcable/.rvm/scripts/functions/requirements/osx:87 requirements_osx:2 typeset __type
/Users/elliottcable/.rvm/scripts/functions/requirements/osx:88 requirements_osx:3 for__type=brew
/Users/elliottcable/.rvm/scripts/functions/requirements/osx:91 requirements_osx:6 for ifrequirements_osx_find_brew
/Users/elliottcable/.rvm/scripts/functions/requirements/osx:6 requirements_osx_find_brew:3 ifwhich brew
/Users/elliottcable/.rvm/scripts/functions/requirements/osx:8 requirements_osx_find_brew:5 thenreturn 0
/Users/elliottcable/.rvm/scripts/functions/requirements/osx:93 requirements_osx:8 for thenrequirements_osx_run brew ruby-1.9.3-p392
/Users/elliottcable/.rvm/scripts/functions/requirements/osx:71 requirements_osx_run:2 typeset __type
/Users/elliottcable/.rvm/scripts/functions/requirements/osx:72 requirements_osx_run:3 __type=brew
/Users/elliottcable/.rvm/scripts/functions/requirements/osx:73 requirements_osx_run:4 shift
/Users/elliottcable/.rvm/scripts/functions/requirements/osx:74 requirements_osx_run:5 [[ -s /Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew ]]
/Users/elliottcable/.rvm/scripts/functions/requirements/osx:81 requirements_osx_run:12 source /Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew
/Users/elliottcable/.rvm/scripts/functions/requirements/osx:82 requirements_osx_run:13 requirements_brew ruby-1.9.3-p392
/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:205 requirements_brew:2 requirements_brew_ensure_brew_available
/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:162 requirements_brew_ensure_brew_available:2 which brew
/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:206 requirements_brew:3 requirements_brew_ensure_brew_can_install
/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:184 requirements_brew_ensure_brew_can_install:2 (( rvm_autolibs_flag > 1 ))
/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:184 requirements_brew_ensure_brew_can_install:2 cmdorreturn 0
/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:207 requirements_brew:4 requirements_brew_route_install ruby-1.9.3-p392
/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:130 requirements_brew_route_install:2 casecase ruby-1.9.3-p392 (update-system)
/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:130 requirements_brew_route_install:2 casecase ruby-1.9.3-p392 (rvm)
/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:130 requirements_brew_route_install:2 casecase ruby-1.9.3-p392 (jruby*)
/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:130 requirements_brew_route_install:2 casecase ruby-1.9.3-p392 (ir*)
/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:130 requirements_brew_route_install:2 casecase ruby-1.9.3-p392 (opal)
/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:130 requirements_brew_route_install:2 casecase ruby-1.9.3-p392 (*)
/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:155 requirements_brew_route_install:27 caserequirements_brew_libs_default ruby-1.9.3-p392
/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:87 requirements_brew_libs_default:2 typeset -a brew_libs brew_libs_conf
/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:88 requirements_brew_libs_default:3 brew_libs=( autoconf automake libtool pkg-config )
/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:91 requirements_brew_libs_default:6 casecase ruby-1.9.3-p392 (ruby-2*|ruby-head)
/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:91 requirements_brew_libs_default:6 casecase ruby-1.9.3-p392 (*)
/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:96 requirements_brew_libs_default:11 case if__rvm_compiler_is_llvm
/Users/elliottcable/.rvm/scripts/functions/build:77 __rvm_compiler_is_llvm:2 __rvm_found_compiler
/Users/elliottcable/.rvm/scripts/functions/build:33 __rvm_found_compiler:2 __rvm_selected_compiler
/Users/elliottcable/.rvm/scripts/functions/build:10 __rvm_selected_compiler:4 if[[ " ${rvm_configure_flags[*]}" -regex-match " --with-gcc=" ]]
/Users/elliottcable/.rvm/scripts/functions/build:23 __rvm_selected_compiler:17 elif[[ -n clang ]]
/Users/elliottcable/.rvm/scripts/functions/build:25 __rvm_selected_compiler:19 elif-thenecho clang
/Users/elliottcable/.rvm/scripts/functions/build:26 __rvm_selected_compiler:20 elif-thenreturn 0
/Users/elliottcable/.rvm/scripts/functions/build:78 __rvm_compiler_is_llvm:3 cmdand[[ "$(__rvm_run_compiler --version)" -regex-match "llvm"/Users/elliottcable/.rvm/scripts/functions/build:78 __rvm_compiler_is_llvm:3 cmdand cond cmdsubst__rvm_run_compiler --version
/Users/elliottcable/.rvm/scripts/functions/build:62 __rvm_run_compiler:2 typeset compiler
/Users/elliottcable/.rvm/scripts/functions/build:64 __rvm_run_compiler:4 ifcompiler=/Users/elliottcable/.rvm/scripts/functions/build:64 __rvm_run_compiler:4 if cmdsubst__rvm_found_compiler
/Users/elliottcable/.rvm/scripts/functions/build:33 __rvm_found_compiler:2 __rvm_selected_compiler
/Users/elliottcable/.rvm/scripts/functions/build:10 __rvm_selected_compiler:4 if[[ " ${rvm_configure_flags[*]}" -regex-match " --with-gcc=" ]]
/Users/elliottcable/.rvm/scripts/functions/build:23 __rvm_selected_compiler:17 elif[[ -n clang ]]
/Users/elliottcable/.rvm/scripts/functions/build:25 __rvm_selected_compiler:19 elif-thenecho clang
/Users/elliottcable/.rvm/scripts/functions/build:26 __rvm_selected_compiler:20 elif-thenreturn 0
/Users/elliottcable/.rvm/scripts/functions/build:64 __rvm_run_compiler:4 ifcompiler=clang
/Users/elliottcable/.rvm/scripts/functions/build:66 __rvm_run_compiler:6 then if[[ -n 5.0.0 ]]
/Users/elliottcable/.rvm/scripts/functions/build:67 __rvm_run_compiler:7 then thenclang --version
/Users/elliottcable/.rvm/scripts/functions/build:78 __rvm_compiler_is_llvm:3 cmdand[[ "$(__rvm_run_compiler --version)" -regex-match "llvm" ]]
/Users/elliottcable/.rvm/scripts/functions/build:79 __rvm_compiler_is_llvm:4 cmdand cmdorreturn 1
/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:103 requirements_brew_libs_default:18 brew_libs_conf=( libyaml readline libxml2 libxslt libksba openssl sqlite )
/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:106 requirements_brew_libs_default:21 requirements_brew_libs_ensure autoconf automake libtool pkg-config libyaml readline libxml2 libxslt libksba openssl sqlite
/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:40 requirements_brew_libs_ensure:2 typeset -a packages_installed packages_missing packages_to_install
/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:41 requirements_brew_libs_ensure:3 __rvm_filter_installed_packages brew autoconf automake libtool pkg-config libyaml readline libxml2 libxslt libksba openssl sqlite
/Users/elliottcable/.rvm/scripts/functions/build_config:385 __rvm_filter_installed_packages:2 typeset _package_installed_cmd _packages_install_cmd _package_name _list
/Users/elliottcable/.rvm/scripts/functions/build_config:387 __rvm_filter_installed_packages:4 _package_installed_cmd=requirements_brew_lib_installed
/Users/elliottcable/.rvm/scripts/functions/build_config:388 __rvm_filter_installed_packages:5 _package_install_cmd=requirements_brew_libs_install
/Users/elliottcable/.rvm/scripts/functions/build_config:389 __rvm_filter_installed_packages:6 shift
/Users/elliottcable/.rvm/scripts/functions/build_config:391 __rvm_filter_installed_packages:8 __rvm_filter_installed_packages_reset
/Users/elliottcable/.rvm/scripts/functions/build_config:336 __rvm_filter_installed_packages_reset:2 packages_installed=( )
/Users/elliottcable/.rvm/scripts/functions/build_config:337 __rvm_filter_installed_packages_reset:3 packages_missing=( )
/Users/elliottcable/.rvm/scripts/functions/build_config:338 __rvm_filter_installed_packages_reset:4 packages_to_install=( )
/Users/elliottcable/.rvm/scripts/functions/build_config:392 __rvm_filter_installed_packages:9 for_package_name=autoconf
/Users/elliottcable/.rvm/scripts/functions/build_config:393 __rvm_filter_installed_packages:10 for__rvm_filter_installed_package_check requirements_brew_lib_installed autoconf
/Users/elliottcable/.rvm/scripts/functions/build_config:344 __rvm_filter_installed_package_check:3 ifrequirements_brew_lib_installed autoconf
/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:5 requirements_brew_lib_installed:2 brew list -1
/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:5 requirements_brew_lib_installed:2 pipegrep '^autoconf$'
/Users/elliottcable/.rvm/scripts/functions/build_config:346 __rvm_filter_installed_package_check:5 thenpackages_installed+=( autoconf )
/Users/elliottcable/.rvm/scripts/functions/build_config:392 __rvm_filter_installed_packages:9 for_package_name=automake
/Users/elliottcable/.rvm/scripts/functions/build_config:393 __rvm_filter_installed_packages:10 for__rvm_filter_installed_package_check requirements_brew_lib_installed automake
/Users/elliottcable/.rvm/scripts/functions/build_config:344 __rvm_filter_installed_package_check:3 ifrequirements_brew_lib_installed automake
/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:5 requirements_brew_lib_installed:2 brew list -1
/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:5 requirements_brew_lib_installed:2 pipegrep '^automake$'
/Users/elliottcable/.rvm/scripts/functions/build_config:346 __rvm_filter_installed_package_check:5 thenpackages_installed+=( automake )
/Users/elliottcable/.rvm/scripts/functions/build_config:392 __rvm_filter_installed_packages:9 for_package_name=libtool
/Users/elliottcable/.rvm/scripts/functions/build_config:393 __rvm_filter_installed_packages:10 for__rvm_filter_installed_package_check requirements_brew_lib_installed libtool
/Users/elliottcable/.rvm/scripts/functions/build_config:344 __rvm_filter_installed_package_check:3 ifrequirements_brew_lib_installed libtool
/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:5 requirements_brew_lib_installed:2 brew list -1
/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:5 requirements_brew_lib_installed:2 pipegrep '^libtool$'
/Users/elliottcable/.rvm/scripts/functions/build_config:346 __rvm_filter_installed_package_check:5 thenpackages_installed+=( libtool )
/Users/elliottcable/.rvm/scripts/functions/build_config:392 __rvm_filter_installed_packages:9 for_package_name=pkg-config
/Users/elliottcable/.rvm/scripts/functions/build_config:393 __rvm_filter_installed_packages:10 for__rvm_filter_installed_package_check requirements_brew_lib_installed pkg-config
/Users/elliottcable/.rvm/scripts/functions/build_config:344 __rvm_filter_installed_package_check:3 ifrequirements_brew_lib_installed pkg-config
/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:5 requirements_brew_lib_installed:2 brew list -1
/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:5 requirements_brew_lib_installed:2 pipegrep '^pkg-config$'
/Users/elliottcable/.rvm/scripts/functions/build_config:346 __rvm_filter_installed_package_check:5 thenpackages_installed+=( pkg-config )
/Users/elliottcable/.rvm/scripts/functions/build_config:392 __rvm_filter_installed_packages:9 for_package_name=libyaml
/Users/elliottcable/.rvm/scripts/functions/build_config:393 __rvm_filter_installed_packages:10 for__rvm_filter_installed_package_check requirements_brew_lib_installed libyaml
/Users/elliottcable/.rvm/scripts/functions/build_config:344 __rvm_filter_installed_package_check:3 ifrequirements_brew_lib_installed libyaml
/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:5 requirements_brew_lib_installed:2 brew list -1
/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:5 requirements_brew_lib_installed:2 pipegrep '^libyaml$'
/Users/elliottcable/.rvm/scripts/functions/build_config:346 __rvm_filter_installed_package_check:5 thenpackages_installed+=( libyaml )
/Users/elliottcable/.rvm/scripts/functions/build_config:392 __rvm_filter_installed_packages:9 for_package_name=readline
/Users/elliottcable/.rvm/scripts/functions/build_config:393 __rvm_filter_installed_packages:10 for__rvm_filter_installed_package_check requirements_brew_lib_installed readline
/Users/elliottcable/.rvm/scripts/functions/build_config:344 __rvm_filter_installed_package_check:3 ifrequirements_brew_lib_installed readline
/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:5 requirements_brew_lib_installed:2 brew list -1
/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:5 requirements_brew_lib_installed:2 pipegrep '^readline$'
/Users/elliottcable/.rvm/scripts/functions/build_config:346 __rvm_filter_installed_package_check:5 thenpackages_installed+=( readline )
/Users/elliottcable/.rvm/scripts/functions/build_config:392 __rvm_filter_installed_packages:9 for_package_name=libxml2
/Users/elliottcable/.rvm/scripts/functions/build_config:393 __rvm_filter_installed_packages:10 for__rvm_filter_installed_package_check requirements_brew_lib_installed libxml2
/Users/elliottcable/.rvm/scripts/functions/build_config:344 __rvm_filter_installed_package_check:3 ifrequirements_brew_lib_installed libxml2
/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:5 requirements_brew_lib_installed:2 brew list -1
/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:5 requirements_brew_lib_installed:2 pipegrep '^libxml2$'
/Users/elliottcable/.rvm/scripts/functions/build_config:346 __rvm_filter_installed_package_check:5 thenpackages_installed+=( libxml2 )
/Users/elliottcable/.rvm/scripts/functions/build_config:392 __rvm_filter_installed_packages:9 for_package_name=libxslt
/Users/elliottcable/.rvm/scripts/functions/build_config:393 __rvm_filter_installed_packages:10 for__rvm_filter_installed_package_check requirements_brew_lib_installed libxslt
/Users/elliottcable/.rvm/scripts/functions/build_config:344 __rvm_filter_installed_package_check:3 ifrequirements_brew_lib_installed libxslt
/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:5 requirements_brew_lib_installed:2 brew list -1
/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:5 requirements_brew_lib_installed:2 pipegrep '^libxslt$'
/Users/elliottcable/.rvm/scripts/functions/build_config:346 __rvm_filter_installed_package_check:5 thenpackages_installed+=( libxslt )
/Users/elliottcable/.rvm/scripts/functions/build_config:392 __rvm_filter_installed_packages:9 for_package_name=libksba
/Users/elliottcable/.rvm/scripts/functions/build_config:393 __rvm_filter_installed_packages:10 for__rvm_filter_installed_package_check requirements_brew_lib_installed libksba
/Users/elliottcable/.rvm/scripts/functions/build_config:344 __rvm_filter_installed_package_check:3 ifrequirements_brew_lib_installed libksba
/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:5 requirements_brew_lib_installed:2 brew list -1
/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:5 requirements_brew_lib_installed:2 pipegrep '^libksba$'
/Users/elliottcable/.rvm/scripts/functions/build_config:346 __rvm_filter_installed_package_check:5 thenpackages_installed+=( libksba )
/Users/elliottcable/.rvm/scripts/functions/build_config:392 __rvm_filter_installed_packages:9 for_package_name=openssl
/Users/elliottcable/.rvm/scripts/functions/build_config:393 __rvm_filter_installed_packages:10 for__rvm_filter_installed_package_check requirements_brew_lib_installed openssl
/Users/elliottcable/.rvm/scripts/functions/build_config:344 __rvm_filter_installed_package_check:3 ifrequirements_brew_lib_installed openssl
/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:5 requirements_brew_lib_installed:2 brew list -1
/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:5 requirements_brew_lib_installed:2 pipegrep '^openssl$'
/Users/elliottcable/.rvm/scripts/functions/build_config:346 __rvm_filter_installed_package_check:5 thenpackages_installed+=( openssl )
/Users/elliottcable/.rvm/scripts/functions/build_config:392 __rvm_filter_installed_packages:9 for_package_name=sqlite
/Users/elliottcable/.rvm/scripts/functions/build_config:393 __rvm_filter_installed_packages:10 for__rvm_filter_installed_package_check requirements_brew_lib_installed sqlite
/Users/elliottcable/.rvm/scripts/functions/build_config:344 __rvm_filter_installed_package_check:3 ifrequirements_brew_lib_installed sqlite
/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:5 requirements_brew_lib_installed:2 brew list -1
/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:5 requirements_brew_lib_installed:2 pipegrep '^sqlite$'
/Users/elliottcable/.rvm/scripts/functions/build_config:346 __rvm_filter_installed_package_check:5 thenpackages_installed+=( sqlite )
/Users/elliottcable/.rvm/scripts/functions/build_config:395 __rvm_filter_installed_packages:12 __rvm_filter_installed_packages_summary
/Users/elliottcable/.rvm/scripts/functions/build_config:357 __rvm_filter_installed_packages_summary:2 (( 11 == 0 ))
/Users/elliottcable/.rvm/scripts/functions/build_config:359 __rvm_filter_installed_packages_summary:4 cmdor cursh_list='autoconf automake libtool pkg-config libyaml readline libxml2 libxslt libksba openssl sqlite'
/Users/elliottcable/.rvm/scripts/functions/build_config:360 __rvm_filter_installed_packages_summary:5 cmdor curshrvm_debug 'Found required packages: autoconf, automake, libtool, pkg-config, libyaml, readline, libxml2, libxslt, libksba, openssl, sqlite.'
/Users/elliottcable/.rvm/scripts/functions/logging:89 rvm_debug:2 (( 0 ))
/Users/elliottcable/.rvm/scripts/functions/logging:89 rvm_debug:2 cmdorreturn 0
/Users/elliottcable/.rvm/scripts/functions/build_config:362 __rvm_filter_installed_packages_summary:7 (( 0 == 0 ))
/Users/elliottcable/.rvm/scripts/functions/build_config:396 __rvm_filter_installed_packages:13 __rvm_filter_installed_packages_install requirements_brew_libs_install
/Users/elliottcable/.rvm/scripts/functions/build_config:374 __rvm_filter_installed_packages_install:2 (( 0 == 0 ))
/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:54 requirements_brew_libs_ensure:16 requirements_brew_libs_try_upgrade autoconf automake libtool pkg-config libyaml readline libxml2 libxslt libksba openssl sqlite
/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:22 requirements_brew_libs_try_upgrade:2 casecase 1 (0|1|2)
/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:24 requirements_brew_libs_try_upgrade:4 casetrue
/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:107 requirements_brew_libs_default:22 requirements_brew_generate_openssl_cert
/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:59 requirements_brew_generate_openssl_cert:2 typeset ssl_prefix ssl_dir cert_file
/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:60 requirements_brew_generate_openssl_cert:3 ssl_prefix=/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:60 requirements_brew_generate_openssl_cert:3 cmdsubstbrew --prefix openssl
/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:60 requirements_brew_generate_openssl_cert:3 ssl_prefix=/usr/local/opt/openssl
/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:61 requirements_brew_generate_openssl_cert:4 ssl_dir=/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:61 requirements_brew_generate_openssl_cert:4 ssl_dir=/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:61 requirements_brew_generate_openssl_cert:4 cmdsubst/usr/local/opt/openssl/bin/openssl version -d
/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:61 requirements_brew_generate_openssl_cert:4 cmdsubst pipeawk '-F"' '{print $2}'
/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:61 requirements_brew_generate_openssl_cert:4 ssl_dir=/usr/local/etc/openssl
/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:62 requirements_brew_generate_openssl_cert:5 cert_file=/usr/local/etc/openssl/cert.pem
/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:63 requirements_brew_generate_openssl_cert:6 security find-certificate -a -p /Library/Keychains/System.keychain
/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:64 requirements_brew_generate_openssl_cert:7 security find-certificate -a -p /System/Library/Keychains/SystemRootCertificates.keychain
/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:65 requirements_brew_generate_openssl_cert:8 /usr/local/opt/openssl/bin/c_rehash /usr/local/etc/openssl
Doing /usr/local/etc/openssl
cert.pem => 77ee3751.0
/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:108 requirements_brew_libs_default:23 requirements_brew_libs_configure ruby-1.9.3-p392 libyaml readline libxml2 libxslt libksba openssl sqlite
/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:70 requirements_brew_libs_configure:2 typeset package brew_lib brew_lib_prefix
/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:71 requirements_brew_libs_configure:3 package=ruby-1.9.3-p392
/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:72 requirements_brew_libs_configure:4 shift
/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:74 requirements_brew_libs_configure:6 forbrew_lib=libyaml
/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:77 requirements_brew_libs_configure:9 for ifbrew_lib_prefix=/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:77 requirements_brew_libs_configure:9 for if cmdsubstbrew --prefix libyaml
/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:77 requirements_brew_libs_configure:9 for ifbrew_lib_prefix=/usr/local/opt/libyaml
/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:78 requirements_brew_libs_configure:10 for if cmdand[[ -n /usr/local/opt/libyaml && -d /usr/local/opt/libyaml ]]
/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:80 requirements_brew_libs_configure:12 for then__rvm_update_configure_opt_dir ruby-1.9.3-p392 /usr/local/opt/libyaml
/Users/elliottcable/.rvm/scripts/functions/build:113 __rvm_update_configure_opt_dir:2 casecase ruby-1.9.3-p392 (ruby-head*|ruby-2*|rbx*|rubinius*)
/Users/elliottcable/.rvm/scripts/functions/build:113 __rvm_update_configure_opt_dir:2 casecase ruby-1.9.3-p392 (ruby-1.9.3-p*)
/Users/elliottcable/.rvm/scripts/functions/build:118 __rvm_update_configure_opt_dir:7 casetypeset __patchlevel
/Users/elliottcable/.rvm/scripts/functions/build:119 __rvm_update_configure_opt_dir:8 case__patchlevel=392
/Users/elliottcable/.rvm/scripts/functions/build:121 __rvm_update_configure_opt_dir:10 case if(( __patchlevel < 297 ))
/Users/elliottcable/.rvm/scripts/functions/build:126 __rvm_update_configure_opt_dir:15 case else__rvm_update_configure_opt_dir_option /usr/local/opt/libyaml
/Users/elliottcable/.rvm/scripts/functions/build:140 __rvm_update_configure_opt_dir_option:2 rvm_debug 'rvm_configure_flags+=( --with-opt-dir=/usr/local/opt/libyaml )'
/Users/elliottcable/.rvm/scripts/functions/logging:89 rvm_debug:2 (( 0 ))
/Users/elliottcable/.rvm/scripts/functions/logging:89 rvm_debug:2 cmdorreturn 0
/Users/elliottcable/.rvm/scripts/functions/build:141 __rvm_update_configure_opt_dir_option:3 __rvm_array_add_or_update rvm_configure_flags '--with-opt-dir=' : /usr/local/opt/libyaml
/Users/elliottcable/.rvm/scripts/functions/support:73 __rvm_array_add_or_update:2 typeset _array_name _variable _separator _value _local_value
/Users/elliottcable/.rvm/scripts/functions/support:74 __rvm_array_add_or_update:3 typeset -a _array_value_old _array_value_new
/Users/elliottcable/.rvm/scripts/functions/support:76 __rvm_array_add_or_update:5 _array_name=rvm_configure_flags
/Users/elliottcable/.rvm/scripts/functions/support:77 __rvm_array_add_or_update:6 _variable='--with-opt-dir='
/Users/elliottcable/.rvm/scripts/functions/support:78 __rvm_array_add_or_update:7 _separator=:
/Users/elliottcable/.rvm/scripts/functions/support:79 __rvm_array_add_or_update:8 _value=/usr/local/opt/libyaml
/Users/elliottcable/.rvm/scripts/functions/support:80 __rvm_array_add_or_update:9 _array_value_new=( )
/Users/elliottcable/.rvm/scripts/functions/support:81 __rvm_array_add_or_update:10 eval '_array_value_old=( "${rvm_configure_flags[@]}" )'
/Users/elliottcable/.rvm/scripts/functions/support:82 (eval):0 _array_value_old=( )
/Users/elliottcable/.rvm/scripts/functions/support:83 __rvm_array_add_or_update:12 casecase (*[[:space:]]--with-opt-dir=*)
/Users/elliottcable/.rvm/scripts/functions/support:83 __rvm_array_add_or_update:12 casecase (*)
/Users/elliottcable/.rvm/scripts/functions/support:98 __rvm_array_add_or_update:27 case_array_value_new=( '--with-opt-dir=/usr/local/opt/libyaml' )
/Users/elliottcable/.rvm/scripts/functions/support:102 __rvm_array_add_or_update:31 eval 'rvm_configure_flags=( "${_array_value_new[@]}" )'
/Users/elliottcable/.rvm/scripts/functions/support:103 (eval):0 rvm_configure_flags=( '--with-opt-dir=/usr/local/opt/libyaml' )
/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:74 requirements_brew_libs_configure:6 forbrew_lib=readline
/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:77 requirements_brew_libs_configure:9 for ifbrew_lib_prefix=/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:77 requirements_brew_libs_configure:9 for if cmdsubstbrew --prefix readline
/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:77 requirements_brew_libs_configure:9 for ifbrew_lib_prefix=/usr/local/opt/readline
/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:78 requirements_brew_libs_configure:10 for if cmdand[[ -n /usr/local/opt/readline && -d /usr/local/opt/readline ]]
/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:80 requirements_brew_libs_configure:12 for then__rvm_update_configure_opt_dir ruby-1.9.3-p392 /usr/local/opt/readline
/Users/elliottcable/.rvm/scripts/functions/build:113 __rvm_update_configure_opt_dir:2 casecase ruby-1.9.3-p392 (ruby-head*|ruby-2*|rbx*|rubinius*)
/Users/elliottcable/.rvm/scripts/functions/build:113 __rvm_update_configure_opt_dir:2 casecase ruby-1.9.3-p392 (ruby-1.9.3-p*)
/Users/elliottcable/.rvm/scripts/functions/build:118 __rvm_update_configure_opt_dir:7 casetypeset __patchlevel
/Users/elliottcable/.rvm/scripts/functions/build:119 __rvm_update_configure_opt_dir:8 case__patchlevel=392
/Users/elliottcable/.rvm/scripts/functions/build:121 __rvm_update_configure_opt_dir:10 case if(( __patchlevel < 297 ))
/Users/elliottcable/.rvm/scripts/functions/build:126 __rvm_update_configure_opt_dir:15 case else__rvm_update_configure_opt_dir_option /usr/local/opt/readline
/Users/elliottcable/.rvm/scripts/functions/build:140 __rvm_update_configure_opt_dir_option:2 rvm_debug 'rvm_configure_flags+=( --with-opt-dir=/usr/local/opt/readline )'
/Users/elliottcable/.rvm/scripts/functions/logging:89 rvm_debug:2 (( 0 ))
/Users/elliottcable/.rvm/scripts/functions/logging:89 rvm_debug:2 cmdorreturn 0
/Users/elliottcable/.rvm/scripts/functions/build:141 __rvm_update_configure_opt_dir_option:3 __rvm_array_add_or_update rvm_configure_flags '--with-opt-dir=' : /usr/local/opt/readline
/Users/elliottcable/.rvm/scripts/functions/support:73 __rvm_array_add_or_update:2 typeset _array_name _variable _separator _value _local_value
/Users/elliottcable/.rvm/scripts/functions/support:74 __rvm_array_add_or_update:3 typeset -a _array_value_old _array_value_new
/Users/elliottcable/.rvm/scripts/functions/support:76 __rvm_array_add_or_update:5 _array_name=rvm_configure_flags
/Users/elliottcable/.rvm/scripts/functions/support:77 __rvm_array_add_or_update:6 _variable='--with-opt-dir='
/Users/elliottcable/.rvm/scripts/functions/support:78 __rvm_array_add_or_update:7 _separator=:
/Users/elliottcable/.rvm/scripts/functions/support:79 __rvm_array_add_or_update:8 _value=/usr/local/opt/readline
/Users/elliottcable/.rvm/scripts/functions/support:80 __rvm_array_add_or_update:9 _array_value_new=( )
/Users/elliottcable/.rvm/scripts/functions/support:81 __rvm_array_add_or_update:10 eval '_array_value_old=( "${rvm_configure_flags[@]}" )'
/Users/elliottcable/.rvm/scripts/functions/support:82 (eval):0 _array_value_old=( '--with-opt-dir=/usr/local/opt/libyaml' )
/Users/elliottcable/.rvm/scripts/functions/support:83 __rvm_array_add_or_update:12 casecase --with-opt-dir=/usr/local/opt/libyaml (*[[:space:]]--with-opt-dir=*)
/Users/elliottcable/.rvm/scripts/functions/support:85 __rvm_array_add_or_update:14 case for_local_value=--with-opt-dir=/usr/local/opt/libyaml
/Users/elliottcable/.rvm/scripts/functions/support:87 __rvm_array_add_or_update:16 case for casecase --with-opt-dir=/usr/local/opt/libyaml (--with-opt-dir=*)
/Users/elliottcable/.rvm/scripts/functions/support:89 __rvm_array_add_or_update:18 case for case_array_value_new+=( '--with-opt-dir=/usr/local/opt/libyaml:/usr/local/opt/readline' )
/Users/elliottcable/.rvm/scripts/functions/support:102 __rvm_array_add_or_update:31 eval 'rvm_configure_flags=( "${_array_value_new[@]}" )'
/Users/elliottcable/.rvm/scripts/functions/support:103 (eval):0 rvm_configure_flags=( '--with-opt-dir=/usr/local/opt/libyaml:/usr/local/opt/readline' )
/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:74 requirements_brew_libs_configure:6 forbrew_lib=libxml2
/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:77 requirements_brew_libs_configure:9 for ifbrew_lib_prefix=/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:77 requirements_brew_libs_configure:9 for if cmdsubstbrew --prefix libxml2
/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:77 requirements_brew_libs_configure:9 for ifbrew_lib_prefix=/usr/local/opt/libxml2
/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:78 requirements_brew_libs_configure:10 for if cmdand[[ -n /usr/local/opt/libxml2 && -d /usr/local/opt/libxml2 ]]
/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:80 requirements_brew_libs_configure:12 for then__rvm_update_configure_opt_dir ruby-1.9.3-p392 /usr/local/opt/libxml2
/Users/elliottcable/.rvm/scripts/functions/build:113 __rvm_update_configure_opt_dir:2 casecase ruby-1.9.3-p392 (ruby-head*|ruby-2*|rbx*|rubinius*)
/Users/elliottcable/.rvm/scripts/functions/build:113 __rvm_update_configure_opt_dir:2 casecase ruby-1.9.3-p392 (ruby-1.9.3-p*)
/Users/elliottcable/.rvm/scripts/functions/build:118 __rvm_update_configure_opt_dir:7 casetypeset __patchlevel
/Users/elliottcable/.rvm/scripts/functions/build:119 __rvm_update_configure_opt_dir:8 case__patchlevel=392
/Users/elliottcable/.rvm/scripts/functions/build:121 __rvm_update_configure_opt_dir:10 case if(( __patchlevel < 297 ))
/Users/elliottcable/.rvm/scripts/functions/build:126 __rvm_update_configure_opt_dir:15 case else__rvm_update_configure_opt_dir_option /usr/local/opt/libxml2
/Users/elliottcable/.rvm/scripts/functions/build:140 __rvm_update_configure_opt_dir_option:2 rvm_debug 'rvm_configure_flags+=( --with-opt-dir=/usr/local/opt/libxml2 )'
/Users/elliottcable/.rvm/scripts/functions/logging:89 rvm_debug:2 (( 0 ))
/Users/elliottcable/.rvm/scripts/functions/logging:89 rvm_debug:2 cmdorreturn 0
/Users/elliottcable/.rvm/scripts/functions/build:141 __rvm_update_configure_opt_dir_option:3 __rvm_array_add_or_update rvm_configure_flags '--with-opt-dir=' : /usr/local/opt/libxml2
/Users/elliottcable/.rvm/scripts/functions/support:73 __rvm_array_add_or_update:2 typeset _array_name _variable _separator _value _local_value
/Users/elliottcable/.rvm/scripts/functions/support:74 __rvm_array_add_or_update:3 typeset -a _array_value_old _array_value_new
/Users/elliottcable/.rvm/scripts/functions/support:76 __rvm_array_add_or_update:5 _array_name=rvm_configure_flags
/Users/elliottcable/.rvm/scripts/functions/support:77 __rvm_array_add_or_update:6 _variable='--with-opt-dir='
/Users/elliottcable/.rvm/scripts/functions/support:78 __rvm_array_add_or_update:7 _separator=:
/Users/elliottcable/.rvm/scripts/functions/support:79 __rvm_array_add_or_update:8 _value=/usr/local/opt/libxml2
/Users/elliottcable/.rvm/scripts/functions/support:80 __rvm_array_add_or_update:9 _array_value_new=( )
/Users/elliottcable/.rvm/scripts/functions/support:81 __rvm_array_add_or_update:10 eval '_array_value_old=( "${rvm_configure_flags[@]}" )'
/Users/elliottcable/.rvm/scripts/functions/support:82 (eval):0 _array_value_old=( '--with-opt-dir=/usr/local/opt/libyaml:/usr/local/opt/readline' )
/Users/elliottcable/.rvm/scripts/functions/support:83 __rvm_array_add_or_update:12 casecase --with-opt-dir=/usr/local/opt/libyaml:/usr/local/opt/readline (*[[:space:]]--with-opt-dir=*)
/Users/elliottcable/.rvm/scripts/functions/support:85 __rvm_array_add_or_update:14 case for_local_value=--with-opt-dir=/usr/local/opt/libyaml:/usr/local/opt/readline
/Users/elliottcable/.rvm/scripts/functions/support:87 __rvm_array_add_or_update:16 case for casecase --with-opt-dir=/usr/local/opt/libyaml:/usr/local/opt/readline (--with-opt-dir=*)
/Users/elliottcable/.rvm/scripts/functions/support:89 __rvm_array_add_or_update:18 case for case_array_value_new+=( '--with-opt-dir=/usr/local/opt/libyaml:/usr/local/opt/readline:/usr/local/opt/libxml2' )
/Users/elliottcable/.rvm/scripts/functions/support:102 __rvm_array_add_or_update:31 eval 'rvm_configure_flags=( "${_array_value_new[@]}" )'
/Users/elliottcable/.rvm/scripts/functions/support:103 (eval):0 rvm_configure_flags=( '--with-opt-dir=/usr/local/opt/libyaml:/usr/local/opt/readline:/usr/local/opt/libxml2' )
/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:74 requirements_brew_libs_configure:6 forbrew_lib=libxslt
/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:77 requirements_brew_libs_configure:9 for ifbrew_lib_prefix=/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:77 requirements_brew_libs_configure:9 for if cmdsubstbrew --prefix libxslt
/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:77 requirements_brew_libs_configure:9 for ifbrew_lib_prefix=/usr/local/opt/libxslt
/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:78 requirements_brew_libs_configure:10 for if cmdand[[ -n /usr/local/opt/libxslt && -d /usr/local/opt/libxslt ]]
/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:80 requirements_brew_libs_configure:12 for then__rvm_update_configure_opt_dir ruby-1.9.3-p392 /usr/local/opt/libxslt
/Users/elliottcable/.rvm/scripts/functions/build:113 __rvm_update_configure_opt_dir:2 casecase ruby-1.9.3-p392 (ruby-head*|ruby-2*|rbx*|rubinius*)
/Users/elliottcable/.rvm/scripts/functions/build:113 __rvm_update_configure_opt_dir:2 casecase ruby-1.9.3-p392 (ruby-1.9.3-p*)
/Users/elliottcable/.rvm/scripts/functions/build:118 __rvm_update_configure_opt_dir:7 casetypeset __patchlevel
/Users/elliottcable/.rvm/scripts/functions/build:119 __rvm_update_configure_opt_dir:8 case__patchlevel=392
/Users/elliottcable/.rvm/scripts/functions/build:121 __rvm_update_configure_opt_dir:10 case if(( __patchlevel < 297 ))
/Users/elliottcable/.rvm/scripts/functions/build:126 __rvm_update_configure_opt_dir:15 case else__rvm_update_configure_opt_dir_option /usr/local/opt/libxslt
/Users/elliottcable/.rvm/scripts/functions/build:140 __rvm_update_configure_opt_dir_option:2 rvm_debug 'rvm_configure_flags+=( --with-opt-dir=/usr/local/opt/libxslt )'
/Users/elliottcable/.rvm/scripts/functions/logging:89 rvm_debug:2 (( 0 ))
/Users/elliottcable/.rvm/scripts/functions/logging:89 rvm_debug:2 cmdorreturn 0
/Users/elliottcable/.rvm/scripts/functions/build:141 __rvm_update_configure_opt_dir_option:3 __rvm_array_add_or_update rvm_configure_flags '--with-opt-dir=' : /usr/local/opt/libxslt
/Users/elliottcable/.rvm/scripts/functions/support:73 __rvm_array_add_or_update:2 typeset _array_name _variable _separator _value _local_value
/Users/elliottcable/.rvm/scripts/functions/support:74 __rvm_array_add_or_update:3 typeset -a _array_value_old _array_value_new
/Users/elliottcable/.rvm/scripts/functions/support:76 __rvm_array_add_or_update:5 _array_name=rvm_configure_flags
/Users/elliottcable/.rvm/scripts/functions/support:77 __rvm_array_add_or_update:6 _variable='--with-opt-dir='
/Users/elliottcable/.rvm/scripts/functions/support:78 __rvm_array_add_or_update:7 _separator=:
/Users/elliottcable/.rvm/scripts/functions/support:79 __rvm_array_add_or_update:8 _value=/usr/local/opt/libxslt
/Users/elliottcable/.rvm/scripts/functions/support:80 __rvm_array_add_or_update:9 _array_value_new=( )
/Users/elliottcable/.rvm/scripts/functions/support:81 __rvm_array_add_or_update:10 eval '_array_value_old=( "${rvm_configure_flags[@]}" )'
/Users/elliottcable/.rvm/scripts/functions/support:82 (eval):0 _array_value_old=( '--with-opt-dir=/usr/local/opt/libyaml:/usr/local/opt/readline:/usr/local/opt/libxml2' )
/Users/elliottcable/.rvm/scripts/functions/support:83 __rvm_array_add_or_update:12 casecase --with-opt-dir=/usr/local/opt/libyaml:/usr/local/opt/readline:/usr/local/opt/libxml2 (*[[:space:]]--with-opt-dir=*)
/Users/elliottcable/.rvm/scripts/functions/support:85 __rvm_array_add_or_update:14 case for_local_value=--with-opt-dir=/usr/local/opt/libyaml:/usr/local/opt/readline:/usr/local/opt/libxml2
/Users/elliottcable/.rvm/scripts/functions/support:87 __rvm_array_add_or_update:16 case for casecase --with-opt-dir=/usr/local/opt/libyaml:/usr/local/opt/readline:/usr/local/opt/libxml2 (--with-opt-dir=*)
/Users/elliottcable/.rvm/scripts/functions/support:89 __rvm_array_add_or_update:18 case for case_array_value_new+=( '--with-opt-dir=/usr/local/opt/libyaml:/usr/local/opt/readline:/usr/local/opt/libxml2:/usr/local/opt/libxslt' )
/Users/elliottcable/.rvm/scripts/functions/support:102 __rvm_array_add_or_update:31 eval 'rvm_configure_flags=( "${_array_value_new[@]}" )'
/Users/elliottcable/.rvm/scripts/functions/support:103 (eval):0 rvm_configure_flags=( '--with-opt-dir=/usr/local/opt/libyaml:/usr/local/opt/readline:/usr/local/opt/libxml2:/usr/local/opt/libxslt' )
/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:74 requirements_brew_libs_configure:6 forbrew_lib=libksba
/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:77 requirements_brew_libs_configure:9 for ifbrew_lib_prefix=/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:77 requirements_brew_libs_configure:9 for if cmdsubstbrew --prefix libksba
/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:77 requirements_brew_libs_configure:9 for ifbrew_lib_prefix=/usr/local/opt/libksba
/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:78 requirements_brew_libs_configure:10 for if cmdand[[ -n /usr/local/opt/libksba && -d /usr/local/opt/libksba ]]
/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:80 requirements_brew_libs_configure:12 for then__rvm_update_configure_opt_dir ruby-1.9.3-p392 /usr/local/opt/libksba
/Users/elliottcable/.rvm/scripts/functions/build:113 __rvm_update_configure_opt_dir:2 casecase ruby-1.9.3-p392 (ruby-head*|ruby-2*|rbx*|rubinius*)
/Users/elliottcable/.rvm/scripts/functions/build:113 __rvm_update_configure_opt_dir:2 casecase ruby-1.9.3-p392 (ruby-1.9.3-p*)
/Users/elliottcable/.rvm/scripts/functions/build:118 __rvm_update_configure_opt_dir:7 casetypeset __patchlevel
/Users/elliottcable/.rvm/scripts/functions/build:119 __rvm_update_configure_opt_dir:8 case__patchlevel=392
/Users/elliottcable/.rvm/scripts/functions/build:121 __rvm_update_configure_opt_dir:10 case if(( __patchlevel < 297 ))
/Users/elliottcable/.rvm/scripts/functions/build:126 __rvm_update_configure_opt_dir:15 case else__rvm_update_configure_opt_dir_option /usr/local/opt/libksba
/Users/elliottcable/.rvm/scripts/functions/build:140 __rvm_update_configure_opt_dir_option:2 rvm_debug 'rvm_configure_flags+=( --with-opt-dir=/usr/local/opt/libksba )'
/Users/elliottcable/.rvm/scripts/functions/logging:89 rvm_debug:2 (( 0 ))
/Users/elliottcable/.rvm/scripts/functions/logging:89 rvm_debug:2 cmdorreturn 0
/Users/elliottcable/.rvm/scripts/functions/build:141 __rvm_update_configure_opt_dir_option:3 __rvm_array_add_or_update rvm_configure_flags '--with-opt-dir=' : /usr/local/opt/libksba
/Users/elliottcable/.rvm/scripts/functions/support:73 __rvm_array_add_or_update:2 typeset _array_name _variable _separator _value _local_value
/Users/elliottcable/.rvm/scripts/functions/support:74 __rvm_array_add_or_update:3 typeset -a _array_value_old _array_value_new
/Users/elliottcable/.rvm/scripts/functions/support:76 __rvm_array_add_or_update:5 _array_name=rvm_configure_flags
/Users/elliottcable/.rvm/scripts/functions/support:77 __rvm_array_add_or_update:6 _variable='--with-opt-dir='
/Users/elliottcable/.rvm/scripts/functions/support:78 __rvm_array_add_or_update:7 _separator=:
/Users/elliottcable/.rvm/scripts/functions/support:79 __rvm_array_add_or_update:8 _value=/usr/local/opt/libksba
/Users/elliottcable/.rvm/scripts/functions/support:80 __rvm_array_add_or_update:9 _array_value_new=( )
/Users/elliottcable/.rvm/scripts/functions/support:81 __rvm_array_add_or_update:10 eval '_array_value_old=( "${rvm_configure_flags[@]}" )'
/Users/elliottcable/.rvm/scripts/functions/support:82 (eval):0 _array_value_old=( '--with-opt-dir=/usr/local/opt/libyaml:/usr/local/opt/readline:/usr/local/opt/libxml2:/usr/local/opt/libxslt' )
/Users/elliottcable/.rvm/scripts/functions/support:83 __rvm_array_add_or_update:12 casecase --with-opt-dir=/usr/local/opt/libyaml:/usr/local/opt/readline:/usr/local/opt/libxml2:/usr/local/opt/libxslt (*[[:space:]]--with-opt-dir=*)
/Users/elliottcable/.rvm/scripts/functions/support:85 __rvm_array_add_or_update:14 case for_local_value=--with-opt-dir=/usr/local/opt/libyaml:/usr/local/opt/readline:/usr/local/opt/libxml2:/usr/local/opt/libxslt
/Users/elliottcable/.rvm/scripts/functions/support:87 __rvm_array_add_or_update:16 case for casecase --with-opt-dir=/usr/local/opt/libyaml:/usr/local/opt/readline:/usr/local/opt/libxml2:/usr/local/opt/libxslt (--with-opt-dir=*)
/Users/elliottcable/.rvm/scripts/functions/support:89 __rvm_array_add_or_update:18 case for case_array_value_new+=( '--with-opt-dir=/usr/local/opt/libyaml:/usr/local/opt/readline:/usr/local/opt/libxml2:/usr/local/opt/libxslt:/usr/local/opt/libksba' )
/Users/elliottcable/.rvm/scripts/functions/support:102 __rvm_array_add_or_update:31 eval 'rvm_configure_flags=( "${_array_value_new[@]}" )'
/Users/elliottcable/.rvm/scripts/functions/support:103 (eval):0 rvm_configure_flags=( '--with-opt-dir=/usr/local/opt/libyaml:/usr/local/opt/readline:/usr/local/opt/libxml2:/usr/local/opt/libxslt:/usr/local/opt/libksba' )
/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:74 requirements_brew_libs_configure:6 forbrew_lib=openssl
/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:77 requirements_brew_libs_configure:9 for ifbrew_lib_prefix=/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:77 requirements_brew_libs_configure:9 for if cmdsubstbrew --prefix openssl
/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:77 requirements_brew_libs_configure:9 for ifbrew_lib_prefix=/usr/local/opt/openssl
/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:78 requirements_brew_libs_configure:10 for if cmdand[[ -n /usr/local/opt/openssl && -d /usr/local/opt/openssl ]]
/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:80 requirements_brew_libs_configure:12 for then__rvm_update_configure_opt_dir ruby-1.9.3-p392 /usr/local/opt/openssl
/Users/elliottcable/.rvm/scripts/functions/build:113 __rvm_update_configure_opt_dir:2 casecase ruby-1.9.3-p392 (ruby-head*|ruby-2*|rbx*|rubinius*)
/Users/elliottcable/.rvm/scripts/functions/build:113 __rvm_update_configure_opt_dir:2 casecase ruby-1.9.3-p392 (ruby-1.9.3-p*)
/Users/elliottcable/.rvm/scripts/functions/build:118 __rvm_update_configure_opt_dir:7 casetypeset __patchlevel
/Users/elliottcable/.rvm/scripts/functions/build:119 __rvm_update_configure_opt_dir:8 case__patchlevel=392
/Users/elliottcable/.rvm/scripts/functions/build:121 __rvm_update_configure_opt_dir:10 case if(( __patchlevel < 297 ))
/Users/elliottcable/.rvm/scripts/functions/build:126 __rvm_update_configure_opt_dir:15 case else__rvm_update_configure_opt_dir_option /usr/local/opt/openssl
/Users/elliottcable/.rvm/scripts/functions/build:140 __rvm_update_configure_opt_dir_option:2 rvm_debug 'rvm_configure_flags+=( --with-opt-dir=/usr/local/opt/openssl )'
/Users/elliottcable/.rvm/scripts/functions/logging:89 rvm_debug:2 (( 0 ))
/Users/elliottcable/.rvm/scripts/functions/logging:89 rvm_debug:2 cmdorreturn 0
/Users/elliottcable/.rvm/scripts/functions/build:141 __rvm_update_configure_opt_dir_option:3 __rvm_array_add_or_update rvm_configure_flags '--with-opt-dir=' : /usr/local/opt/openssl
/Users/elliottcable/.rvm/scripts/functions/support:73 __rvm_array_add_or_update:2 typeset _array_name _variable _separator _value _local_value
/Users/elliottcable/.rvm/scripts/functions/support:74 __rvm_array_add_or_update:3 typeset -a _array_value_old _array_value_new
/Users/elliottcable/.rvm/scripts/functions/support:76 __rvm_array_add_or_update:5 _array_name=rvm_configure_flags
/Users/elliottcable/.rvm/scripts/functions/support:77 __rvm_array_add_or_update:6 _variable='--with-opt-dir='
/Users/elliottcable/.rvm/scripts/functions/support:78 __rvm_array_add_or_update:7 _separator=:
/Users/elliottcable/.rvm/scripts/functions/support:79 __rvm_array_add_or_update:8 _value=/usr/local/opt/openssl
/Users/elliottcable/.rvm/scripts/functions/support:80 __rvm_array_add_or_update:9 _array_value_new=( )
/Users/elliottcable/.rvm/scripts/functions/support:81 __rvm_array_add_or_update:10 eval '_array_value_old=( "${rvm_configure_flags[@]}" )'
/Users/elliottcable/.rvm/scripts/functions/support:82 (eval):0 _array_value_old=( '--with-opt-dir=/usr/local/opt/libyaml:/usr/local/opt/readline:/usr/local/opt/libxml2:/usr/local/opt/libxslt:/usr/local/opt/libksba' )
/Users/elliottcable/.rvm/scripts/functions/support:83 __rvm_array_add_or_update:12 casecase --with-opt-dir=/usr/local/opt/libyaml:/usr/local/opt/readline:/usr/local/opt/libxml2:/usr/local/opt/libxslt:/usr/local/opt/libksba (*[[:space:]]--with-opt-dir=*)
/Users/elliottcable/.rvm/scripts/functions/support:85 __rvm_array_add_or_update:14 case for_local_value=--with-opt-dir=/usr/local/opt/libyaml:/usr/local/opt/readline:/usr/local/opt/libxml2:/usr/local/opt/libxslt:/usr/local/opt/libksba
/Users/elliottcable/.rvm/scripts/functions/support:87 __rvm_array_add_or_update:16 case for casecase --with-opt-dir=/usr/local/opt/libyaml:/usr/local/opt/readline:/usr/local/opt/libxml2:/usr/local/opt/libxslt:/usr/local/opt/libksba (--with-opt-dir=*)
/Users/elliottcable/.rvm/scripts/functions/support:89 __rvm_array_add_or_update:18 case for case_array_value_new+=( '--with-opt-dir=/usr/local/opt/libyaml:/usr/local/opt/readline:/usr/local/opt/libxml2:/usr/local/opt/libxslt:/usr/local/opt/libksba:/usr/local/opt/openssl' )
/Users/elliottcable/.rvm/scripts/functions/support:102 __rvm_array_add_or_update:31 eval 'rvm_configure_flags=( "${_array_value_new[@]}" )'
/Users/elliottcable/.rvm/scripts/functions/support:103 (eval):0 rvm_configure_flags=( '--with-opt-dir=/usr/local/opt/libyaml:/usr/local/opt/readline:/usr/local/opt/libxml2:/usr/local/opt/libxslt:/usr/local/opt/libksba:/usr/local/opt/openssl' )
/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:74 requirements_brew_libs_configure:6 forbrew_lib=sqlite
/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:77 requirements_brew_libs_configure:9 for ifbrew_lib_prefix=/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:77 requirements_brew_libs_configure:9 for if cmdsubstbrew --prefix sqlite
/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:77 requirements_brew_libs_configure:9 for ifbrew_lib_prefix=/usr/local/opt/sqlite
/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:78 requirements_brew_libs_configure:10 for if cmdand[[ -n /usr/local/opt/sqlite && -d /usr/local/opt/sqlite ]]
/Users/elliottcable/.rvm/scripts/functions/requirements/osx_brew:80 requirements_brew_libs_configure:12 for then__rvm_update_configure_opt_dir ruby-1.9.3-p392 /usr/local/opt/sqlite
/Users/elliottcable/.rvm/scripts/functions/build:113 __rvm_update_configure_opt_dir:2 casecase ruby-1.9.3-p392 (ruby-head*|ruby-2*|rbx*|rubinius*)
/Users/elliottcable/.rvm/scripts/functions/build:113 __rvm_update_configure_opt_dir:2 casecase ruby-1.9.3-p392 (ruby-1.9.3-p*)
/Users/elliottcable/.rvm/scripts/functions/build:118 __rvm_update_configure_opt_dir:7 casetypeset __patchlevel
/Users/elliottcable/.rvm/scripts/functions/build:119 __rvm_update_configure_opt_dir:8 case__patchlevel=392
/Users/elliottcable/.rvm/scripts/functions/build:121 __rvm_update_configure_opt_dir:10 case if(( __patchlevel < 297 ))
/Users/elliottcable/.rvm/scripts/functions/build:126 __rvm_update_configure_opt_dir:15 case else__rvm_update_configure_opt_dir_option /usr/local/opt/sqlite
/Users/elliottcable/.rvm/scripts/functions/build:140 __rvm_update_configure_opt_dir_option:2 rvm_debug 'rvm_configure_flags+=( --with-opt-dir=/usr/local/opt/sqlite )'
/Users/elliottcable/.rvm/scripts/functions/logging:89 rvm_debug:2 (( 0 ))
/Users/elliottcable/.rvm/scripts/functions/logging:89 rvm_debug:2 cmdorreturn 0
/Users/elliottcable/.rvm/scripts/functions/build:141 __rvm_update_configure_opt_dir_option:3 __rvm_array_add_or_update rvm_configure_flags '--with-opt-dir=' : /usr/local/opt/sqlite
/Users/elliottcable/.rvm/scripts/functions/support:73 __rvm_array_add_or_update:2 typeset _array_name _variable _separator _value _local_value
/Users/elliottcable/.rvm/scripts/functions/support:74 __rvm_array_add_or_update:3 typeset -a _array_value_old _array_value_new
/Users/elliottcable/.rvm/scripts/functions/support:76 __rvm_array_add_or_update:5 _array_name=rvm_configure_flags
/Users/elliottcable/.rvm/scripts/functions/support:77 __rvm_array_add_or_update:6 _variable='--with-opt-dir='
/Users/elliottcable/.rvm/scripts/functions/support:78 __rvm_array_add_or_update:7 _separator=:
/Users/elliottcable/.rvm/scripts/functions/support:79 __rvm_array_add_or_update:8 _value=/usr/local/opt/sqlite
/Users/elliottcable/.rvm/scripts/functions/support:80 __rvm_array_add_or_update:9 _array_value_new=( )
/Users/elliottcable/.rvm/scripts/functions/support:81 __rvm_array_add_or_update:10 eval '_array_value_old=( "${rvm_configure_flags[@]}" )'
/Users/elliottcable/.rvm/scripts/functions/support:82 (eval):0 _array_value_old=( '--with-opt-dir=/usr/local/opt/libyaml:/usr/local/opt/readline:/usr/local/opt/libxml2:/usr/local/opt/libxslt:/usr/local/opt/libksba:/usr/local/opt/openssl' )
/Users/elliottcable/.rvm/scripts/functions/support:83 __rvm_array_add_or_update:12 casecase --with-opt-dir=/usr/local/opt/libyaml:/usr/local/opt/readline:/usr/local/opt/libxml2:/usr/local/opt/libxslt:/usr/local/opt/libksba:/usr/local/opt/openssl (*[[:space:]]--with-opt-dir=*)
/Users/elliottcable/.rvm/scripts/functions/support:85 __rvm_array_add_or_update:14 case for_local_value=--with-opt-dir=/usr/local/opt/libyaml:/usr/local/opt/readline:/usr/local/opt/libxml2:/usr/local/opt/libxslt:/usr/local/opt/libksba:/usr/local/opt/openssl
/Users/elliottcable/.rvm/scripts/functions/support:87 __rvm_array_add_or_update:16 case for casecase --with-opt-dir=/usr/local/opt/libyaml:/usr/local/opt/readline:/usr/local/opt/libxml2:/usr/local/opt/libxslt:/usr/local/opt/libksba:/usr/local/opt/openssl (--with-opt-dir=*)
/Users/elliottcable/.rvm/scripts/functions/support:89 __rvm_array_add_or_update:18 case for case_array_value_new+=( '--with-opt-dir=/usr/local/opt/libyaml:/usr/local/opt/readline:/usr/local/opt/libxml2:/usr/local/opt/libxslt:/usr/local/opt/libksba:/usr/local/opt/openssl:/usr/local/opt/sqlite' )
/Users/elliottcable/.rvm/scripts/functions/support:102 __rvm_array_add_or_update:31 eval 'rvm_configure_flags=( "${_array_value_new[@]}" )'
/Users/elliottcable/.rvm/scripts/functions/support:103 (eval):0 rvm_configure_flags=( '--with-opt-dir=/usr/local/opt/libyaml:/usr/local/opt/readline:/usr/local/opt/libxml2:/usr/local/opt/libxslt:/usr/local/opt/libksba:/usr/local/opt/openssl:/usr/local/opt/sqlite' )
/Users/elliottcable/.rvm/scripts/functions/requirements/osx:94 requirements_osx:9 for thenreturn 0
/Users/elliottcable/.rvm/scripts/functions/build_config:11 __rvm_setup_compile_environment:8 for__type=osx_gcc
/Users/elliottcable/.rvm/scripts/functions/build_config:13 __rvm_setup_compile_environment:10 forrvm_debug '__rvm_setup_compile_environment_osx_gcc ruby-1.9.3-p392'
/Users/elliottcable/.rvm/scripts/functions/logging:89 rvm_debug:2 (( 0 ))
/Users/elliottcable/.rvm/scripts/functions/logging:89 rvm_debug:2 cmdorreturn 0
/Users/elliottcable/.rvm/scripts/functions/build_config:14 __rvm_setup_compile_environment:11 for__rvm_setup_compile_environment_osx_gcc ruby-1.9.3-p392
/Users/elliottcable/.rvm/scripts/functions/build_config:59 __rvm_setup_compile_environment_osx_gcc:2 [[ Darwin == /Users/elliottcable/.rvm/scripts/functions/build_config:59 __rvm_setup_compile_environment_osx_gcc:2 cond cmdsubstuname
/Users/elliottcable/.rvm/scripts/functions/build_config:59 __rvm_setup_compile_environment_osx_gcc:2 [[ Darwin == Darwin/Users/elliottcable/.rvm/scripts/functions/build_config:59 __rvm_setup_compile_environment_osx_gcc:2 cond cmdsubstuname
/Users/elliottcable/.rvm/scripts/functions/build_config:59 __rvm_setup_compile_environment_osx_gcc:2 [[ Darwin == Darwin ]]
/Users/elliottcable/.rvm/scripts/functions/build_config:61 __rvm_setup_compile_environment_osx_gcc:4 if__rvm_array_contains '*debug*'
/Users/elliottcable/.rvm/scripts/functions/support:59 __rvm_array_contains:2 typeset _search _iterator
/Users/elliottcable/.rvm/scripts/functions/support:60 __rvm_array_contains:3 _search='*debug*'
/Users/elliottcable/.rvm/scripts/functions/support:61 __rvm_array_contains:4 shift
/Users/elliottcable/.rvm/scripts/functions/support:68 __rvm_array_contains:11 return 1
/Users/elliottcable/.rvm/scripts/functions/build_config:65 __rvm_setup_compile_environment_osx_gcc:8 __rvm_selected_compiler
/Users/elliottcable/.rvm/scripts/functions/build:10 __rvm_selected_compiler:4 if[[ " ${rvm_configure_flags[*]}" -regex-match " --with-gcc=" ]]
/Users/elliottcable/.rvm/scripts/functions/build:23 __rvm_selected_compiler:17 elif[[ -n clang ]]
/Users/elliottcable/.rvm/scripts/functions/build:25 __rvm_selected_compiler:19 elif-thenecho clang
/Users/elliottcable/.rvm/scripts/functions/build:26 __rvm_selected_compiler:20 elif-thenreturn 0
/Users/elliottcable/.rvm/scripts/functions/build_config:11 __rvm_setup_compile_environment:8 for__type=architectures
/Users/elliottcable/.rvm/scripts/functions/build_config:13 __rvm_setup_compile_environment:10 forrvm_debug '__rvm_setup_compile_environment_architectures ruby-1.9.3-p392'
/Users/elliottcable/.rvm/scripts/functions/logging:89 rvm_debug:2 (( 0 ))
/Users/elliottcable/.rvm/scripts/functions/logging:89 rvm_debug:2 cmdorreturn 0
/Users/elliottcable/.rvm/scripts/functions/build_config:14 __rvm_setup_compile_environment:11 for__rvm_setup_compile_environment_architectures ruby-1.9.3-p392
/Users/elliottcable/.rvm/scripts/functions/build_config:122 __rvm_setup_compile_environment_architectures:2 [[ -n '' ]]
/Users/elliottcable/.rvm/scripts/functions/build_config:122 __rvm_setup_compile_environment_architectures:2 cmdorreturn 0
/Users/elliottcable/.rvm/scripts/functions/build_config:11 __rvm_setup_compile_environment:8 for__type=gcc47
/Users/elliottcable/.rvm/scripts/functions/build_config:13 __rvm_setup_compile_environment:10 forrvm_debug '__rvm_setup_compile_environment_gcc47 ruby-1.9.3-p392'
/Users/elliottcable/.rvm/scripts/functions/logging:89 rvm_debug:2 (( 0 ))
/Users/elliottcable/.rvm/scripts/functions/logging:89 rvm_debug:2 cmdorreturn 0
/Users/elliottcable/.rvm/scripts/functions/build_config:14 __rvm_setup_compile_environment:11 for__rvm_setup_compile_environment_gcc47 ruby-1.9.3-p392
/Users/elliottcable/.rvm/scripts/functions/build_config:146 __rvm_setup_compile_environment_gcc47:2 __rvm_compiler_is_gcc47
/Users/elliottcable/.rvm/scripts/functions/build:84 __rvm_compiler_is_gcc47:2 __rvm_found_compiler
/Users/elliottcable/.rvm/scripts/functions/build:33 __rvm_found_compiler:2 __rvm_selected_compiler
/Users/elliottcable/.rvm/scripts/functions/build:10 __rvm_selected_compiler:4 if[[ " ${rvm_configure_flags[*]}" -regex-match " --with-gcc=" ]]
/Users/elliottcable/.rvm/scripts/functions/build:23 __rvm_selected_compiler:17 elif[[ -n clang ]]
/Users/elliottcable/.rvm/scripts/functions/build:25 __rvm_selected_compiler:19 elif-thenecho clang
/Users/elliottcable/.rvm/scripts/functions/build:26 __rvm_selected_compiler:20 elif-thenreturn 0
/Users/elliottcable/.rvm/scripts/functions/build:85 __rvm_compiler_is_gcc47:3 cmdand[[ "$(__rvm_run_compiler -dumpversion)" -regex-match "4.7"/Users/elliottcable/.rvm/scripts/functions/build:85 __rvm_compiler_is_gcc47:3 cmdand cond cmdsubst__rvm_run_compiler -dumpversion
/Users/elliottcable/.rvm/scripts/functions/build:62 __rvm_run_compiler:2 typeset compiler
/Users/elliottcable/.rvm/scripts/functions/build:64 __rvm_run_compiler:4 ifcompiler=/Users/elliottcable/.rvm/scripts/functions/build:64 __rvm_run_compiler:4 if cmdsubst__rvm_found_compiler
/Users/elliottcable/.rvm/scripts/functions/build:33 __rvm_found_compiler:2 __rvm_selected_compiler
/Users/elliottcable/.rvm/scripts/functions/build:10 __rvm_selected_compiler:4 if[[ " ${rvm_configure_flags[*]}" -regex-match " --with-gcc=" ]]
/Users/elliottcable/.rvm/scripts/functions/build:23 __rvm_selected_compiler:17 elif[[ -n clang ]]
/Users/elliottcable/.rvm/scripts/functions/build:25 __rvm_selected_compiler:19 elif-thenecho clang
/Users/elliottcable/.rvm/scripts/functions/build:26 __rvm_selected_compiler:20 elif-thenreturn 0
/Users/elliottcable/.rvm/scripts/functions/build:64 __rvm_run_compiler:4 ifcompiler=clang
/Users/elliottcable/.rvm/scripts/functions/build:66 __rvm_run_compiler:6 then if[[ -n 5.0.0 ]]
/Users/elliottcable/.rvm/scripts/functions/build:67 __rvm_run_compiler:7 then thenclang -dumpversion
/Users/elliottcable/.rvm/scripts/functions/build:85 __rvm_compiler_is_gcc47:3 cmdand[[ "$(__rvm_run_compiler -dumpversion)" -regex-match "4.7" ]]
/Users/elliottcable/.rvm/scripts/functions/build:86 __rvm_compiler_is_gcc47:4 cmdand cmdorreturn 1
/Users/elliottcable/.rvm/scripts/functions/build_config:146 __rvm_setup_compile_environment_gcc47:2 cmdorreturn 0
/Users/elliottcable/.rvm/scripts/functions/build_config:11 __rvm_setup_compile_environment:8 for__type=smartos
/Users/elliottcable/.rvm/scripts/functions/build_config:13 __rvm_setup_compile_environment:10 forrvm_debug '__rvm_setup_compile_environment_smartos ruby-1.9.3-p392'
/Users/elliottcable/.rvm/scripts/functions/logging:89 rvm_debug:2 (( 0 ))
/Users/elliottcable/.rvm/scripts/functions/logging:89 rvm_debug:2 cmdorreturn 0
/Users/elliottcable/.rvm/scripts/functions/build_config:14 __rvm_setup_compile_environment:11 for__rvm_setup_compile_environment_smartos ruby-1.9.3-p392
/Users/elliottcable/.rvm/scripts/functions/build_config:155 __rvm_setup_compile_environment_smartos:2 [[ "$(uname -v)" -regex-match ^joyent/Users/elliottcable/.rvm/scripts/functions/build_config:155 __rvm_setup_compile_environment_smartos:2 cond cmdsubstuname -v
/Users/elliottcable/.rvm/scripts/functions/build_config:155 __rvm_setup_compile_environment_smartos:2 [[ "$(uname -v)" -regex-match ^joyent ]]
/Users/elliottcable/.rvm/scripts/functions/build_config:155 __rvm_setup_compile_environment_smartos:2 cmdorreturn 0
/Users/elliottcable/.rvm/scripts/functions/build_config:11 __rvm_setup_compile_environment:8 for__type=sunos
/Users/elliottcable/.rvm/scripts/functions/build_config:13 __rvm_setup_compile_environment:10 forrvm_debug '__rvm_setup_compile_environment_sunos ruby-1.9.3-p392'
/Users/elliottcable/.rvm/scripts/functions/logging:89 rvm_debug:2 (( 0 ))
/Users/elliottcable/.rvm/scripts/functions/logging:89 rvm_debug:2 cmdorreturn 0
/Users/elliottcable/.rvm/scripts/functions/build_config:14 __rvm_setup_compile_environment:11 for__rvm_setup_compile_environment_sunos ruby-1.9.3-p392
/Users/elliottcable/.rvm/scripts/functions/build_config:163 __rvm_setup_compile_environment_sunos:2 [[/Users/elliottcable/.rvm/scripts/functions/build_config:163 __rvm_setup_compile_environment_sunos:2 cond cmdsubstuname -s
/Users/elliottcable/.rvm/scripts/functions/build_config:163 __rvm_setup_compile_environment_sunos:2 [[ Darwin == SunOS ]]
/Users/elliottcable/.rvm/scripts/functions/build_config:163 __rvm_setup_compile_environment_sunos:2 cmdorreturn 0
/Users/elliottcable/.rvm/scripts/functions/build_config:11 __rvm_setup_compile_environment:8 for__type=openbsd
/Users/elliottcable/.rvm/scripts/functions/build_config:13 __rvm_setup_compile_environment:10 forrvm_debug '__rvm_setup_compile_environment_openbsd ruby-1.9.3-p392'
/Users/elliottcable/.rvm/scripts/functions/logging:89 rvm_debug:2 (( 0 ))
/Users/elliottcable/.rvm/scripts/functions/logging:89 rvm_debug:2 cmdorreturn 0
/Users/elliottcable/.rvm/scripts/functions/build_config:14 __rvm_setup_compile_environment:11 for__rvm_setup_compile_environment_openbsd ruby-1.9.3-p392
/Users/elliottcable/.rvm/scripts/functions/build_config:175 __rvm_setup_compile_environment_openbsd:2 [[/Users/elliottcable/.rvm/scripts/functions/build_config:175 __rvm_setup_compile_environment_openbsd:2 cond cmdsubstuname
/Users/elliottcable/.rvm/scripts/functions/build_config:175 __rvm_setup_compile_environment_openbsd:2 [[ Darwin == OpenBSD ]]
/Users/elliottcable/.rvm/scripts/functions/build_config:175 __rvm_setup_compile_environment_openbsd:2 cmdorreturn 0
/Users/elliottcable/.rvm/scripts/functions/build_config:11 __rvm_setup_compile_environment:8 for__type=flags_docs
/Users/elliottcable/.rvm/scripts/functions/build_config:13 __rvm_setup_compile_environment:10 forrvm_debug '__rvm_setup_compile_environment_flags_docs ruby-1.9.3-p392'
/Users/elliottcable/.rvm/scripts/functions/logging:89 rvm_debug:2 (( 0 ))
/Users/elliottcable/.rvm/scripts/functions/logging:89 rvm_debug:2 cmdorreturn 0
/Users/elliottcable/.rvm/scripts/functions/build_config:14 __rvm_setup_compile_environment:11 for__rvm_setup_compile_environment_flags_docs ruby-1.9.3-p392
/Users/elliottcable/.rvm/scripts/functions/build_config:203 __rvm_setup_compile_environment_flags_docs:3 if(( 0 == 1 ))
/Users/elliottcable/.rvm/scripts/functions/build_config:207 __rvm_setup_compile_environment_flags_docs:7 else casecase ruby-1.9.3-p392 (ruby*|ree*)
/Users/elliottcable/.rvm/scripts/functions/build_config:209 __rvm_setup_compile_environment_flags_docs:9 else caservm_configure_flags+=( --disable-install-doc )
/Users/elliottcable/.rvm/scripts/functions/build_config:213 __rvm_setup_compile_environment_flags_docs:13 true
/Users/elliottcable/.rvm/scripts/functions/build_config:11 __rvm_setup_compile_environment:8 for__type=flags_tcltk
/Users/elliottcable/.rvm/scripts/functions/build_config:13 __rvm_setup_compile_environment:10 forrvm_debug '__rvm_setup_compile_environment_flags_tcltk ruby-1.9.3-p392'
/Users/elliottcable/.rvm/scripts/functions/logging:89 rvm_debug:2 (( 0 ))
/Users/elliottcable/.rvm/scripts/functions/logging:89 rvm_debug:2 cmdorreturn 0
/Users/elliottcable/.rvm/scripts/functions/build_config:14 __rvm_setup_compile_environment:11 for__rvm_setup_compile_environment_flags_tcltk ruby-1.9.3-p392
/Users/elliottcable/.rvm/scripts/functions/build_config:218 __rvm_setup_compile_environment_flags_tcltk:2 [[ Darwin == /Users/elliottcable/.rvm/scripts/functions/build_config:218 __rvm_setup_compile_environment_flags_tcltk:2 cond cmdsubstuname
/Users/elliottcable/.rvm/scripts/functions/build_config:218 __rvm_setup_compile_environment_flags_tcltk:2 [[ Darwin == Darwin/Users/elliottcable/.rvm/scripts/functions/build_config:218 __rvm_setup_compile_environment_flags_tcltk:2 cond cmdsubstuname
/Users/elliottcable/.rvm/scripts/functions/build_config:218 __rvm_setup_compile_environment_flags_tcltk:2 [[ Darwin == Darwin ]]
/Users/elliottcable/.rvm/scripts/functions/build_config:220 __rvm_setup_compile_environment_flags_tcltk:4 casecase ruby-1.9.3-p392 (ruby*|ree*)
/Users/elliottcable/.rvm/scripts/functions/build_config:222 __rvm_setup_compile_environment_flags_tcltk:6 case[[ " ${rvm_configure_flags[*]} " -regex-match " --with-tcl " ]]
/Users/elliottcable/.rvm/scripts/functions/build_config:223 __rvm_setup_compile_environment_flags_tcltk:7 case cmdor[[ " ${rvm_configure_flags[*]} " -regex-match " --with-tk " ]]
/Users/elliottcable/.rvm/scripts/functions/build_config:224 __rvm_setup_compile_environment_flags_tcltk:8 case cmdor cmdor[[ " ${rvm_configure_flags[*]} " -regex-match " --without-tcl " ]]
/Users/elliottcable/.rvm/scripts/functions/build_config:225 __rvm_setup_compile_environment_flags_tcltk:9 case cmdor cmdor cmdor[[ " ${rvm_configure_flags[*]} " -regex-match " --without-tk " ]]
/Users/elliottcable/.rvm/scripts/functions/build_config:226 __rvm_setup_compile_environment_flags_tcltk:10 case cmdor cmdor cmdor cmdorrvm_configure_flags+=( --without-tcl --without-tk )
/Users/elliottcable/.rvm/scripts/functions/build_config:229 __rvm_setup_compile_environment_flags_tcltk:13 true
/Users/elliottcable/.rvm/scripts/functions/build_config:11 __rvm_setup_compile_environment:8 for__type=flags_shared_static
/Users/elliottcable/.rvm/scripts/functions/build_config:13 __rvm_setup_compile_environment:10 forrvm_debug '__rvm_setup_compile_environment_flags_shared_static ruby-1.9.3-p392'
/Users/elliottcable/.rvm/scripts/functions/logging:89 rvm_debug:2 (( 0 ))
/Users/elliottcable/.rvm/scripts/functions/logging:89 rvm_debug:2 cmdorreturn 0
/Users/elliottcable/.rvm/scripts/functions/build_config:14 __rvm_setup_compile_environment:11 for__rvm_setup_compile_environment_flags_shared_static ruby-1.9.3-p392
/Users/elliottcable/.rvm/scripts/functions/build_config:235 __rvm_setup_compile_environment_flags_shared_static:3 if(( 0 == 1 ))
/Users/elliottcable/.rvm/scripts/functions/build_config:248 __rvm_setup_compile_environment_flags_shared_static:16 else casecase ruby-1.9.3-p392 (openssl*)
/Users/elliottcable/.rvm/scripts/functions/build_config:248 __rvm_setup_compile_environment_flags_shared_static:16 else casecase ruby-1.9.3-p392 (readline*)
/Users/elliottcable/.rvm/scripts/functions/build_config:248 __rvm_setup_compile_environment_flags_shared_static:16 else casecase ruby-1.9.3-p392 (ncurses*)
/Users/elliottcable/.rvm/scripts/functions/build_config:248 __rvm_setup_compile_environment_flags_shared_static:16 else casecase ruby-1.9.3-p392 (rbx*|rubinius*)
/Users/elliottcable/.rvm/scripts/functions/build_config:248 __rvm_setup_compile_environment_flags_shared_static:16 else casecase ruby-1.9.3-p392 (*)
/Users/elliottcable/.rvm/scripts/functions/build_config:257 __rvm_setup_compile_environment_flags_shared_static:25 else caservm_configure_flags+=( --enable-shared )
/Users/elliottcable/.rvm/scripts/functions/build_config:261 __rvm_setup_compile_environment_flags_shared_static:29 true
/Users/elliottcable/.rvm/scripts/functions/build_config:11 __rvm_setup_compile_environment:8 for__type=flags_threads
/Users/elliottcable/.rvm/scripts/functions/build_config:13 __rvm_setup_compile_environment:10 forrvm_debug '__rvm_setup_compile_environment_flags_threads ruby-1.9.3-p392'
/Users/elliottcable/.rvm/scripts/functions/logging:89 rvm_debug:2 (( 0 ))
/Users/elliottcable/.rvm/scripts/functions/logging:89 rvm_debug:2 cmdorreturn 0
/Users/elliottcable/.rvm/scripts/functions/build_config:14 __rvm_setup_compile_environment:11 for__rvm_setup_compile_environment_flags_threads ruby-1.9.3-p392
/Users/elliottcable/.rvm/scripts/functions/build_config:278 __rvm_setup_compile_environment_flags_threads:2 casecase ruby-1.9.3-p392 (openssl*)
/Users/elliottcable/.rvm/scripts/functions/build_config:278 __rvm_setup_compile_environment_flags_threads:2 casecase ruby-1.9.3-p392 (*)
/Users/elliottcable/.rvm/scripts/functions/build_config:285 __rvm_setup_compile_environment_flags_threads:9 case[[ " ${rvm_make_flags[*]}" -regex-match " -j" ]]
/Users/elliottcable/.rvm/scripts/functions/build_config:285 __rvm_setup_compile_environment_flags_threads:9 case cmdorrvm_make_flags+=/Users/elliottcable/.rvm/scripts/functions/build_config:285 __rvm_setup_compile_environment_flags_threads:9 case cmdor cmdsubst__rvm_detect_max_threads
/Users/elliottcable/.rvm/scripts/functions/build_config:266 __rvm_detect_max_threads:2 cmdsubstuname
/Users/elliottcable/.rvm/scripts/functions/build_config:266 __rvm_detect_max_threads:2 casecase Darwin (Darwin|FreeBSD)
/Users/elliottcable/.rvm/scripts/functions/build_config:268 __rvm_detect_max_threads:4 casesysctl -n hw.ncpu
/Users/elliottcable/.rvm/scripts/functions/build_config:285 __rvm_setup_compile_environment_flags_threads:9 case cmdorrvm_make_flags+=( -j8 )
/Users/elliottcable/.rvm/scripts/functions/build_config:16 __rvm_setup_compile_environment:13 cmdsubst__rvm_found_compiler
/Users/elliottcable/.rvm/scripts/functions/build:33 __rvm_found_compiler:2 __rvm_selected_compiler
/Users/elliottcable/.rvm/scripts/functions/build:10 __rvm_selected_compiler:4 if[[ " ${rvm_configure_flags[*]}" -regex-match " --with-gcc=" ]]
/Users/elliottcable/.rvm/scripts/functions/build:23 __rvm_selected_compiler:17 elif[[ -n clang ]]
/Users/elliottcable/.rvm/scripts/functions/build:25 __rvm_selected_compiler:19 elif-thenecho clang
/Users/elliottcable/.rvm/scripts/functions/build:26 __rvm_selected_compiler:20 elif-thenreturn 0
/Users/elliottcable/.rvm/scripts/functions/build_config:16 __rvm_setup_compile_environment:13 rvm_debug 'found compiler: clang'
/Users/elliottcable/.rvm/scripts/functions/logging:89 rvm_debug:2 (( 0 ))
/Users/elliottcable/.rvm/scripts/functions/logging:89 rvm_debug:2 cmdorreturn 0
/Users/elliottcable/.rvm/scripts/functions/manage/ruby:46 ruby_install:43 cmdand__rvm_install_source
/Users/elliottcable/.rvm/scripts/functions/manage/base:130 __rvm_install_source:2 true 1
/Users/elliottcable/.rvm/scripts/functions/manage/base:132 __rvm_install_source:4 typeset directory db_configure_flags
/Users/elliottcable/.rvm/scripts/functions/manage/base:133 __rvm_install_source:5 typeset -a autoconf_flags
/Users/elliottcable/.rvm/scripts/functions/manage/base:135 __rvm_install_source:7 (( rvm_ruby_selected_flag ))
/Users/elliottcable/.rvm/scripts/functions/manage/base:137 __rvm_install_source:9 rvm_log 'Installing Ruby from source to: /Users/elliottcable/.rvm/rubies/ruby-1.9.3-p392, this may take a while depending on your cpu(s)...'
/Users/elliottcable/.rvm/scripts/functions/logging:105 rvm_log:2 ifrvm_pretty_print stdout
/Users/elliottcable/.rvm/scripts/functions/logging:17 rvm_pretty_print:2 casecase auto (0|no)
/Users/elliottcable/.rvm/scripts/functions/logging:17 rvm_pretty_print:2 casecase auto (1|auto)
/Users/elliottcable/.rvm/scripts/functions/logging:22 rvm_pretty_print:7 case casecase xterm-256color (dumb|unknown)
/Users/elliottcable/.rvm/scripts/functions/logging:25 rvm_pretty_print:10 case casecase stdout (stdout)
/Users/elliottcable/.rvm/scripts/functions/logging:26 rvm_pretty_print:11 case case[[ -t 1 ]]
/Users/elliottcable/.rvm/scripts/functions/logging:32 rvm_pretty_print:17 casereturn 0
/Users/elliottcable/.rvm/scripts/functions/logging:106 rvm_log:3 thenprintf %b 'Installing Ruby from source to: /Users/elliottcable/.rvm/rubies/ruby-1.9.3-p392, this may take a while depending on your cpu(s)...\n'
Installing Ruby from source to: /Users/elliottcable/.rvm/rubies/ruby-1.9.3-p392, this may take a while depending on your cpu(s)...
/Users/elliottcable/.rvm/scripts/functions/manage/base:138 __rvm_install_source:10 __rvm_cd /Users/elliottcable/.rvm/src
/Users/elliottcable/.rvm/scripts/functions/support:166 __rvm_cd:2 typeset old_cdpath ret
/Users/elliottcable/.rvm/scripts/functions/support:167 __rvm_cd:3 ret=0
/Users/elliottcable/.rvm/scripts/functions/support:168 __rvm_cd:4 old_cdpath=''
/Users/elliottcable/.rvm/scripts/functions/support:169 __rvm_cd:5 CDPATH=.
/Users/elliottcable/.rvm/scripts/functions/support:170 __rvm_cd:6 chpwd_functions='' /Users/elliottcable/.rvm/scripts/functions/support:170 __rvm_cd:6 cd /Users/elliottcable/.rvm/src
/Users/elliottcable/.rvm/scripts/functions/support:171 __rvm_cd:7 CDPATH=''
/Users/elliottcable/.rvm/scripts/functions/support:172 __rvm_cd:8 return 0
/Users/elliottcable/.rvm/scripts/functions/manage/base:140 __rvm_install_source:12 if__rvm_fetch_ruby
/Users/elliottcable/.rvm/scripts/functions/manage/base:538 __rvm_fetch_ruby:2 typeset _current_command
/Users/elliottcable/.rvm/scripts/functions/manage/base:540 __rvm_fetch_ruby:4 if(( 1 == 0 ))
/Users/elliottcable/.rvm/scripts/functions/manage/base:545 __rvm_fetch_ruby:9 if(( 0 == 0 ))
/Users/elliottcable/.rvm/scripts/functions/manage/base:546 __rvm_fetch_ruby:10 if cmdand[[ -z '' && -z '' && -z '' ]]
/Users/elliottcable/.rvm/scripts/functions/manage/base:548 __rvm_fetch_ruby:12 thenrvm_ruby_package_name=ruby-1.9.3-p392
/Users/elliottcable/.rvm/scripts/functions/manage/base:549 __rvm_fetch_ruby:13 thenrvm_ruby_package_file=ruby-1.9.3-p392
/Users/elliottcable/.rvm/scripts/functions/manage/base:551 __rvm_fetch_ruby:15 then casecase ruby-1.9.3-p392 (ruby-1.8.4*)
/Users/elliottcable/.rvm/scripts/functions/manage/base:551 __rvm_fetch_ruby:15 then casecase ruby-1.9.3-p392 (ruby-*)
/Users/elliottcable/.rvm/scripts/functions/manage/base:553 __rvm_fetch_ruby:17 then caservm_archive_extension=tar.bz2
/Users/elliottcable/.rvm/scripts/functions/manage/base:557 __rvm_fetch_ruby:21 then casecase ruby (ruby)
/Users/elliottcable/.rvm/scripts/functions/manage/base:559 __rvm_fetch_ruby:23 then caservm_ruby_url=/Users/elliottcable/.rvm/scripts/functions/manage/base:559 __rvm_fetch_ruby:23 then case cmdsubst__rvm_db ruby_1.9_url
/Users/elliottcable/.rvm/scripts/functions/db:7 __rvm_db:2 typeset value key variable
/Users/elliottcable/.rvm/scripts/functions/db:9 __rvm_db:4 key=ruby_1.9_url
/Users/elliottcable/.rvm/scripts/functions/db:10 __rvm_db:5 key=ruby_1.9_url
/Users/elliottcable/.rvm/scripts/functions/db:11 __rvm_db:6 variable=''
/Users/elliottcable/.rvm/scripts/functions/db:13 __rvm_db:8 if[[ -f /Users/elliottcable/.rvm/user/db ]]
/Users/elliottcable/.rvm/scripts/functions/db:14 __rvm_db:9 thenvalue=/Users/elliottcable/.rvm/scripts/functions/db:14 __rvm_db:9 then cmdsubst/Users/elliottcable/.rvm/scripts/db /Users/elliottcable/.rvm/user/db ruby_1.9_url
/Users/elliottcable/.rvm/scripts/functions/db:14 __rvm_db:9 thenvalue=''
/Users/elliottcable/.rvm/scripts/functions/db:17 __rvm_db:12 if[[ -z '' ]]
/Users/elliottcable/.rvm/scripts/functions/db:18 __rvm_db:13 thenvalue=/Users/elliottcable/.rvm/scripts/functions/db:18 __rvm_db:13 then cmdsubst/Users/elliottcable/.rvm/scripts/db /Users/elliottcable/.rvm/config/db ruby_1.9_url
/Users/elliottcable/.rvm/scripts/functions/db:18 __rvm_db:13 thenvalue=http://ftp.ruby-lang.org/pub/ruby/1.9
/Users/elliottcable/.rvm/scripts/functions/db:21 __rvm_db:16 if[[ -n http://ftp.ruby-lang.org/pub/ruby/1.9 ]]
/Users/elliottcable/.rvm/scripts/functions/db:22 __rvm_db:17 then if[[ -z '' ]]
/Users/elliottcable/.rvm/scripts/functions/db:23 __rvm_db:18 then thenecho http://ftp.ruby-lang.org/pub/ruby/1.9
/Users/elliottcable/.rvm/scripts/functions/db:29 __rvm_db:24 return 0
/Users/elliottcable/.rvm/scripts/functions/manage/base:559 __rvm_fetch_ruby:23 then caservm_ruby_url=http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p392.tar.bz2
/Users/elliottcable/.rvm/scripts/functions/manage/base:576 __rvm_fetch_ruby:40 thenrvm_log 'ruby-1.9.3-p392 - #downloading ruby-1.9.3-p392, this may take a while depending on your connection...'
/Users/elliottcable/.rvm/scripts/functions/logging:105 rvm_log:2 ifrvm_pretty_print stdout
/Users/elliottcable/.rvm/scripts/functions/logging:17 rvm_pretty_print:2 casecase auto (0|no)
/Users/elliottcable/.rvm/scripts/functions/logging:17 rvm_pretty_print:2 casecase auto (1|auto)
/Users/elliottcable/.rvm/scripts/functions/logging:22 rvm_pretty_print:7 case casecase xterm-256color (dumb|unknown)
/Users/elliottcable/.rvm/scripts/functions/logging:25 rvm_pretty_print:10 case casecase stdout (stdout)
/Users/elliottcable/.rvm/scripts/functions/logging:26 rvm_pretty_print:11 case case[[ -t 1 ]]
/Users/elliottcable/.rvm/scripts/functions/logging:32 rvm_pretty_print:17 casereturn 0
/Users/elliottcable/.rvm/scripts/functions/logging:106 rvm_log:3 thenprintf %b 'ruby-1.9.3-p392 - #downloading ruby-1.9.3-p392, this may take a while depending on your connection...\n'
ruby-1.9.3-p392 - #downloading ruby-1.9.3-p392, this may take a while depending on your connection...
/Users/elliottcable/.rvm/scripts/functions/manage/base:577 __rvm_fetch_ruby:41 then/Users/elliottcable/.rvm/scripts/fetch http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p392.tar.bz2
%%F{red}%x:%I %F{green}%N:%i%F{white} %_[[ -z '' ]]
%%F{red}%x:%I %F{green}%N:%i%F{white} %_export PS4
%%F{red}%x:%I %F{green}%N:%i%F{white} %_PS4='+ $(date "+%s.%N") ${BASH_SOURCE##${rvm_path:-}} : ${FUNCNAME[0]:+${FUNCNAME[0]}()} ${LINENO} > '
++ 1361997249.N /scripts/base : 38 > export __array_start rvm_path
++ 1361997249.N /scripts/base : 43 > [[ -n '' ]]
++ 1361997249.N /scripts/base : 47 > __array_start=0
++ 1361997249.N /scripts/base : 50 > (( 0 == 0 ))
++ 1361997249.N /scripts/base : 52 > [[ -n 022 ]]
++ 1361997250.N /scripts/base : 53 > rvm_rvmrc_files=("/etc/rvmrc" "$HOME/.rvmrc")
++ 1361997250.N /scripts/base : 54 > [[ -n /Users/elliottcable ]]
++ 1361997250.N /scripts/base : 54 > [[ /Users/elliottcable/.rvmrc -ef /Users/elliottcable/.rvmrc ]]
++ 1361997250.N /scripts/base : 55 > rvm_rvmrc_files+=("${rvm_prefix}/.rvmrc")
++ 1361997250.N /scripts/base : 58 > for rvmrc in '"${rvm_rvmrc_files[@]}"'
++ 1361997250.N /scripts/base : 60 > [[ -f /etc/rvmrc ]]
++ 1361997250.N /scripts/base : 58 > for rvmrc in '"${rvm_rvmrc_files[@]}"'
++ 1361997250.N /scripts/base : 60 > [[ -f /Users/elliottcable/.rvmrc ]]
++ 1361997250.N /scripts/base : 58 > for rvmrc in '"${rvm_rvmrc_files[@]}"'
++ 1361997250.N /scripts/base : 60 > [[ -f /Users/elliottcable/.rvmrc ]]
++ 1361997250.N /scripts/base : 75 > unset rvm_rvmrc_files
++ 1361997250.N /scripts/base : 78 > export rvm_path
++ 1361997250.N /scripts/base : 79 > [[ -z /Users/elliottcable/.rvm ]]
++ 1361997250.N /scripts/base : 91 > true /Users/elliottcable/.rvm/scripts
++ 1361997250.N /scripts/base : 94 > source /Users/elliottcable/.rvm/scripts/initialize
+++ 1361997250.N /scripts/initialize : 3 > : rvm_trace_flag:1
+++ 1361997250.N /scripts/initialize : 4 > (( rvm_trace_flag > 0 ))
+++ 1361997250.N /scripts/initialize : 6 > set -o xtrace
+++ 1361997250.N /scripts/initialize : 8 > [[ -z '' ]]
+++ 1361997250.N /scripts/initialize : 13 > export PS4
+++ 1361997250.N /scripts/initialize : 14 > PS4='+ $(date "+%s.%N") ${BASH_SOURCE##${rvm_path:-}} : ${FUNCNAME[0]:+${FUNCNAME[0]}()} ${LINENO} > '
+++ 1361997250.N /scripts/initialize : 20 > [[ -n 3.2.48(1)-release ]]
+++ 1361997250.N /scripts/initialize : 22 > shopt -s extglob
+++ 1361997250.N /scripts/initialize : 32 > export __rvm_env_loaded
+++ 1361997250.N /scripts/initialize : 34 > : __rvm_env_loaded:2:
+++ 1361997250.N /scripts/initialize : 36 > : __rvm_env_loaded:3:
+++ 1361997250.N /scripts/initialize : 39 > [[ -z /Users/elliottcable/.rvm/tmp ]]
+++ 1361997250.N /scripts/initialize : 39 > (( __rvm_env_loaded == 1 ))
++ 1361997250.N /scripts/base : 98 > case " ${rvm_base_except:-} " in
++ 1361997250.N /scripts/base : 100 > true
++ 1361997250.N /scripts/base : 108 > typeset -a scripts
++ 1361997250.N /scripts/base : 111 > scripts=(logging support utility init cleanup env rvmrc install environment gemset db checksum)
++ 1361997250.N /scripts/base : 112 > for entry in '${scripts[@]}'
++ 1361997250.N /scripts/base : 113 > source /Users/elliottcable/.rvm/scripts/functions/logging
+++ 1361997250.N /scripts/functions/logging : 40 > case "${TERM:-dumb}" in
+++ 1361997250.N /scripts/functions/logging : 50 > [[ -z ]]
+++ 1361997250.N /scripts/functions/logging : 50 > [[ 0 -eq 1 ]]
++ 1361997250.N /scripts/base : 112 > for entry in '${scripts[@]}'
++ 1361997250.N /scripts/base : 113 > source /Users/elliottcable/.rvm/scripts/functions/support
+++ 1361997250.N /scripts/functions/support : 3 > [[ -z tar ]]
+++ 1361997250.N /scripts/functions/support : 13 > [[ ! =~ --no-same-owner ]]
+++ 1361997250.N /scripts/functions/support : 14 > tar --help
+++ 1361997250.N /scripts/functions/support : 14 > GREP_OPTIONS=
+++ 1361997250.N /scripts/functions/support : 14 > grep -- --no-same-owner
+++ 1361997250.N /scripts/functions/support : 22 > [[ -n '' ]]
++ 1361997250.N /scripts/base : 112 > for entry in '${scripts[@]}'
++ 1361997250.N /scripts/base : 113 > source /Users/elliottcable/.rvm/scripts/functions/utility
++ 1361997250.N /scripts/base : 112 > for entry in '${scripts[@]}'
++ 1361997250.N /scripts/base : 113 > source /Users/elliottcable/.rvm/scripts/functions/init
++ 1361997250.N /scripts/base : 112 > for entry in '${scripts[@]}'
++ 1361997250.N /scripts/base : 113 > source /Users/elliottcable/.rvm/scripts/functions/cleanup
++ 1361997250.N /scripts/base : 112 > for entry in '${scripts[@]}'
++ 1361997250.N /scripts/base : 113 > source /Users/elliottcable/.rvm/scripts/functions/env
++ 1361997250.N /scripts/base : 112 > for entry in '${scripts[@]}'
++ 1361997250.N /scripts/base : 113 > source /Users/elliottcable/.rvm/scripts/functions/rvmrc
+++ 1361997250.N /scripts/functions/rvmrc : 3 > export escape_flag _first _second
+++ 1361997250.N /scripts/functions/rvmrc : 4 > escape_flag=1
+++ 1361997250.N /scripts/functions/rvmrc : 5 > _first=0
+++ 1361997250.N /scripts/functions/rvmrc : 6 > _second=1
++ 1361997250.N /scripts/base : 112 > for entry in '${scripts[@]}'
++ 1361997250.N /scripts/base : 113 > source /Users/elliottcable/.rvm/scripts/functions/install
++ 1361997250.N /scripts/base : 112 > for entry in '${scripts[@]}'
++ 1361997250.N /scripts/base : 113 > source /Users/elliottcable/.rvm/scripts/functions/environment
++ 1361997250.N /scripts/base : 112 > for entry in '${scripts[@]}'
++ 1361997250.N /scripts/base : 113 > source /Users/elliottcable/.rvm/scripts/functions/gemset
++ 1361997250.N /scripts/base : 112 > for entry in '${scripts[@]}'
++ 1361997250.N /scripts/base : 113 > source /Users/elliottcable/.rvm/scripts/functions/db
++ 1361997250.N /scripts/base : 112 > for entry in '${scripts[@]}'
++ 1361997250.N /scripts/base : 113 > source /Users/elliottcable/.rvm/scripts/functions/checksum
++ 1361997250.N /scripts/base : 115 > unset scripts entry rvm_base_except
+ 1361997250.N /scripts/fetch : 21 > __rvm_cd /Users/elliottcable/.rvm/archives
+ 1361997250.N /scripts/functions/support : __rvm_cd() 166 > typeset old_cdpath ret
+ 1361997250.N /scripts/functions/support : __rvm_cd() 167 > ret=0
+ 1361997250.N /scripts/functions/support : __rvm_cd() 168 > old_cdpath=
+ 1361997250.N /scripts/functions/support : __rvm_cd() 169 > CDPATH=.
+ 1361997250.N /scripts/functions/support : __rvm_cd() 170 > chpwd_functions=
+ 1361997250.N /scripts/functions/support : __rvm_cd() 170 > builtin cd /Users/elliottcable/.rvm/archives
+ 1361997250.N /scripts/functions/support : __rvm_cd() 171 > CDPATH=
+ 1361997250.N /scripts/functions/support : __rvm_cd() 172 > return 0
+ 1361997250.N /scripts/fetch : 23 > [[ -n '' ]]
++ 1361997250.N /scripts/fetch : 23 > basename http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p392.tar.bz2
+ 1361997250.N /scripts/fetch : 23 > archive=ruby-1.9.3-p392.tar.bz2
+ 1361997250.N /scripts/fetch : 24 > fetch_command='curl -f -L --create-dirs -C - -o ruby-1.9.3-p392.tar.bz2'
+ 1361997250.N /scripts/fetch : 26 > (( 0 == 0 ))
+ 1361997250.N /scripts/fetch : 27 > (( 1 == 0 ))
+ 1361997250.N /scripts/fetch : 32 > rvm_debug 'Fetching: http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p392.tar.bz2'
+ 1361997250.N /scripts/functions/logging : rvm_debug() 89 > (( 0 ))
+ 1361997250.N /scripts/functions/logging : rvm_debug() 89 > return 0
+ 1361997250.N /scripts/fetch : 33 > rvm_debug 'Fetch command: curl -f -L --create-dirs -C - -o ruby-1.9.3-p392.tar.bz2'
+ 1361997250.N /scripts/functions/logging : rvm_debug() 89 > (( 0 ))
+ 1361997250.N /scripts/functions/logging : rvm_debug() 89 > return 0
+ 1361997250.N /scripts/fetch : 35 > download=1
+ 1361997250.N /scripts/fetch : 36 > try_ftp=0
+ 1361997250.N /scripts/fetch : 37 > result=0
+ 1361997250.N /scripts/fetch : 38 > retry=0
+ 1361997250.N /scripts/fetch : 40 > __rvm_checksum_read http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p392.tar.bz2 ruby-1.9.3-p392.tar.bz2
+ 1361997250.N /scripts/functions/checksum : __rvm_checksum_read() 120 > __rvm_checksum_none
+ 1361997250.N /scripts/functions/checksum : __rvm_checksum_none() 81 > [[ -z '' ]]
+ 1361997250.N /scripts/functions/checksum : __rvm_checksum_none() 81 > [[ -z '' ]]
+ 1361997250.N /scripts/functions/checksum : __rvm_checksum_read() 121 > typeset _type _value _name
+ 1361997250.N /scripts/functions/checksum : __rvm_checksum_read() 122 > typeset -a _list
+ 1361997250.N /scripts/functions/checksum : __rvm_checksum_read() 123 > list=()
+ 1361997250.N /scripts/functions/checksum : __rvm_checksum_read() 125 > for _name in '"$@"'
+ 1361997250.N /scripts/functions/checksum : __rvm_checksum_read() 127 > list+=("$_name")
+ 1361997250.N /scripts/functions/checksum : __rvm_checksum_read() 129 > [[ http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p392.tar.bz2 =~ \? ]]
+ 1361997250.N /scripts/functions/checksum : __rvm_checksum_read() 125 > for _name in '"$@"'
+ 1361997250.N /scripts/functions/checksum : __rvm_checksum_read() 127 > list+=("$_name")
+ 1361997250.N /scripts/functions/checksum : __rvm_checksum_read() 129 > [[ ruby-1.9.3-p392.tar.bz2 =~ \? ]]
+ 1361997250.N /scripts/functions/checksum : __rvm_checksum_read() 135 > for _name in '"${list[@]}"'
++ 1361997250.N /scripts/functions/checksum : __rvm_checksum_read() 137 > /Users/elliottcable/.rvm/scripts/db /Users/elliottcable/.rvm/config/md5 http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p392.tar.bz2
++ 1361997250.N /scripts/functions/checksum : __rvm_checksum_read() 137 > head -n 1
+ 1361997250.N /scripts/functions/checksum : __rvm_checksum_read() 137 > _checksum_md5=
+ 1361997250.N /scripts/functions/checksum : __rvm_checksum_read() 138 > [[ -n '' ]]
++ 1361997250.N /scripts/functions/checksum : __rvm_checksum_read() 139 > /Users/elliottcable/.rvm/scripts/db /Users/elliottcable/.rvm/user/md5 http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p392.tar.bz2
++ 1361997250.N /scripts/functions/checksum : __rvm_checksum_read() 139 > head -n 1
+ 1361997250.N /scripts/functions/checksum : __rvm_checksum_read() 139 > _checksum_md5=
++ 1361997250.N /scripts/functions/checksum : __rvm_checksum_read() 141 > head -n 1
++ 1361997250.N /scripts/functions/checksum : __rvm_checksum_read() 141 > /Users/elliottcable/.rvm/scripts/db /Users/elliottcable/.rvm/config/sha512 http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p392.tar.bz2
+ 1361997250.N /scripts/functions/checksum : __rvm_checksum_read() 141 > _checksum_sha512=
+ 1361997250.N /scripts/functions/checksum : __rvm_checksum_read() 142 > [[ -n '' ]]
++ 1361997250.N /scripts/functions/checksum : __rvm_checksum_read() 143 > /Users/elliottcable/.rvm/scripts/db /Users/elliottcable/.rvm/user/sha512 http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p392.tar.bz2
++ 1361997250.N /scripts/functions/checksum : __rvm_checksum_read() 143 > head -n 1
+ 1361997250.N /scripts/functions/checksum : __rvm_checksum_read() 143 > _checksum_sha512=
+ 1361997250.N /scripts/functions/checksum : __rvm_checksum_read() 145 > __rvm_checksum_none
+ 1361997250.N /scripts/functions/checksum : __rvm_checksum_none() 81 > [[ -z '' ]]
+ 1361997250.N /scripts/functions/checksum : __rvm_checksum_none() 81 > [[ -z '' ]]
+ 1361997250.N /scripts/functions/checksum : __rvm_checksum_read() 135 > for _name in '"${list[@]}"'
++ 1361997250.N /scripts/functions/checksum : __rvm_checksum_read() 137 > /Users/elliottcable/.rvm/scripts/db /Users/elliottcable/.rvm/config/md5 ruby-1.9.3-p392.tar.bz2
++ 1361997250.N /scripts/functions/checksum : __rvm_checksum_read() 137 > head -n 1
+ 1361997250.N /scripts/functions/checksum : __rvm_checksum_read() 137 > _checksum_md5=a810d64e2255179d2f334eb61fb8519c
+ 1361997250.N /scripts/functions/checksum : __rvm_checksum_read() 138 > [[ -n a810d64e2255179d2f334eb61fb8519c ]]
++ 1361997250.N /scripts/functions/checksum : __rvm_checksum_read() 141 > head -n 1
++ 1361997250.N /scripts/functions/checksum : __rvm_checksum_read() 141 > /Users/elliottcable/.rvm/scripts/db /Users/elliottcable/.rvm/config/sha512 ruby-1.9.3-p392.tar.bz2
+ 1361997250.N /scripts/functions/checksum : __rvm_checksum_read() 141 > _checksum_sha512=
+ 1361997250.N /scripts/functions/checksum : __rvm_checksum_read() 142 > [[ -n '' ]]
++ 1361997250.N /scripts/functions/checksum : __rvm_checksum_read() 143 > head -n 1
++ 1361997250.N /scripts/functions/checksum : __rvm_checksum_read() 143 > /Users/elliottcable/.rvm/scripts/db /Users/elliottcable/.rvm/user/sha512 ruby-1.9.3-p392.tar.bz2
+ 1361997250.N /scripts/functions/checksum : __rvm_checksum_read() 143 > _checksum_sha512=
+ 1361997250.N /scripts/functions/checksum : __rvm_checksum_read() 145 > __rvm_checksum_none
+ 1361997250.N /scripts/functions/checksum : __rvm_checksum_none() 81 > [[ -z a810d64e2255179d2f334eb61fb8519c ]]
+ 1361997250.N /scripts/functions/checksum : __rvm_checksum_read() 145 > return 0
+ 1361997250.N /scripts/fetch : 42 > __rvm_checksum_any
+ 1361997250.N /scripts/functions/checksum : __rvm_checksum_any() 86 > [[ -n a810d64e2255179d2f334eb61fb8519c ]]
+ 1361997250.N /scripts/fetch : 51 > [[ -e ruby-1.9.3-p392.tar.bz2 ]]
+ 1361997250.N /scripts/fetch : 55 > __rvm_checksum_validate_file /Users/elliottcable/.rvm/archives/ruby-1.9.3-p392.tar.bz2
+ 1361997250.N /scripts/functions/checksum : __rvm_checksum_validate_file() 98 > __rvm_checksum_any
+ 1361997250.N /scripts/functions/checksum : __rvm_checksum_any() 86 > [[ -n a810d64e2255179d2f334eb61fb8519c ]]
+ 1361997250.N /scripts/functions/checksum : __rvm_checksum_validate_file() 100 > [[ -n a810d64e2255179d2f334eb61fb8519c ]]
++ 1361997250.N /scripts/functions/checksum : __rvm_checksum_validate_file() 102 > __rvm_md5_calculate /Users/elliottcable/.rvm/archives/ruby-1.9.3-p392.tar.bz2
++ 1361997250.N /scripts/functions/checksum : __rvm_md5_calculate() 5 > typeset _sum
++ 1361997250.N /scripts/functions/checksum : __rvm_md5_calculate() 7 > builtin command -v md5
+++ 1361997250.N /scripts/functions/checksum : __rvm_md5_calculate() 9 > md5 /Users/elliottcable/.rvm/archives/ruby-1.9.3-p392.tar.bz2
++ 1361997250.N /scripts/functions/checksum : __rvm_md5_calculate() 9 > _sum='MD5 (/Users/elliottcable/.rvm/archives/ruby-1.9.3-p392.tar.bz2) = a810d64e2255179d2f334eb61fb8519c'
++ 1361997250.N /scripts/functions/checksum : __rvm_md5_calculate() 10 > echo a810d64e2255179d2f334eb61fb8519c
++ 1361997250.N /scripts/functions/checksum : __rvm_md5_calculate() 11 > return 0
+ 1361997250.N /scripts/functions/checksum : __rvm_checksum_validate_file() 102 > [[ a810d64e2255179d2f334eb61fb8519c == \a\8\1\0\d\6\4\e\2\2\5\5\1\7\9\d\2\f\3\3\4\e\b\6\1\f\b\8\5\1\9\c ]]
+ 1361997250.N /scripts/functions/checksum : __rvm_checksum_validate_file() 105 > [[ -n '' ]]
+ 1361997250.N /scripts/functions/checksum : __rvm_checksum_validate_file() 109 > return 0
+ 1361997250.N /scripts/fetch : 57 > rvm_debug 'Archive checksum matched, not downloading'
+ 1361997250.N /scripts/functions/logging : rvm_debug() 89 > (( 0 ))
+ 1361997250.N /scripts/functions/logging : rvm_debug() 89 > return 0
+ 1361997250.N /scripts/fetch : 58 > download=0
+ 1361997250.N /scripts/fetch : 72 > (( download > 0 ))
+ 1361997250.N /scripts/fetch : 120 > __rvm_checksum_validate_file /Users/elliottcable/.rvm/archives/ruby-1.9.3-p392.tar.bz2
+ 1361997250.N /scripts/functions/checksum : __rvm_checksum_validate_file() 98 > __rvm_checksum_any
+ 1361997250.N /scripts/functions/checksum : __rvm_checksum_any() 86 > [[ -n a810d64e2255179d2f334eb61fb8519c ]]
+ 1361997250.N /scripts/functions/checksum : __rvm_checksum_validate_file() 100 > [[ -n a810d64e2255179d2f334eb61fb8519c ]]
++ 1361997250.N /scripts/functions/checksum : __rvm_checksum_validate_file() 102 > __rvm_md5_calculate /Users/elliottcable/.rvm/archives/ruby-1.9.3-p392.tar.bz2
++ 1361997250.N /scripts/functions/checksum : __rvm_md5_calculate() 5 > typeset _sum
++ 1361997250.N /scripts/functions/checksum : __rvm_md5_calculate() 7 > builtin command -v md5
+++ 1361997250.N /scripts/functions/checksum : __rvm_md5_calculate() 9 > md5 /Users/elliottcable/.rvm/archives/ruby-1.9.3-p392.tar.bz2
++ 1361997250.N /scripts/functions/checksum : __rvm_md5_calculate() 9 > _sum='MD5 (/Users/elliottcable/.rvm/archives/ruby-1.9.3-p392.tar.bz2) = a810d64e2255179d2f334eb61fb8519c'
++ 1361997250.N /scripts/functions/checksum : __rvm_md5_calculate() 10 > echo a810d64e2255179d2f334eb61fb8519c
++ 1361997250.N /scripts/functions/checksum : __rvm_md5_calculate() 11 > return 0
+ 1361997250.N /scripts/functions/checksum : __rvm_checksum_validate_file() 102 > [[ a810d64e2255179d2f334eb61fb8519c == \a\8\1\0\d\6\4\e\2\2\5\5\1\7\9\d\2\f\3\3\4\e\b\6\1\f\b\8\5\1\9\c ]]
+ 1361997250.N /scripts/functions/checksum : __rvm_checksum_validate_file() 105 > [[ -n '' ]]
+ 1361997250.N /scripts/functions/checksum : __rvm_checksum_validate_file() 109 > return 0
+ 1361997250.N /scripts/fetch : 122 > rvm_debug 'Downloaded archive checksum matched.'
+ 1361997250.N /scripts/functions/logging : rvm_debug() 89 > (( 0 ))
+ 1361997250.N /scripts/functions/logging : rvm_debug() 89 > return 0
/Users/elliottcable/.rvm/scripts/functions/manage/base:581 __rvm_fetch_ruby:45 then[[ -d /Users/elliottcable/.rvm/src/ruby-1.9.3-p392 ]]
/Users/elliottcable/.rvm/scripts/functions/manage/base:581 __rvm_fetch_ruby:45 then cmdandrmdir /Users/elliottcable/.rvm/src/ruby-1.9.3-p392
/Users/elliottcable/.rvm/scripts/functions/manage/base:581 __rvm_fetch_ruby:45 then cmdand cmdortrue
/Users/elliottcable/.rvm/scripts/functions/manage/base:584 __rvm_fetch_ruby:48 then if[[ ! -d /Users/elliottcable/.rvm/src/ruby-1.9.3-p392 ]]
/Users/elliottcable/.rvm/scripts/functions/manage/base:616 __rvm_fetch_ruby:80 then elservm_log 'ruby-1.9.3-p392 - #extracted to /Users/elliottcable/.rvm/src/ruby-1.9.3-p392 (already extracted)'
/Users/elliottcable/.rvm/scripts/functions/logging:105 rvm_log:2 ifrvm_pretty_print stdout
/Users/elliottcable/.rvm/scripts/functions/logging:17 rvm_pretty_print:2 casecase auto (0|no)
/Users/elliottcable/.rvm/scripts/functions/logging:17 rvm_pretty_print:2 casecase auto (1|auto)
/Users/elliottcable/.rvm/scripts/functions/logging:22 rvm_pretty_print:7 case casecase xterm-256color (dumb|unknown)
/Users/elliottcable/.rvm/scripts/functions/logging:25 rvm_pretty_print:10 case casecase stdout (stdout)
/Users/elliottcable/.rvm/scripts/functions/logging:26 rvm_pretty_print:11 case case[[ -t 1 ]]
/Users/elliottcable/.rvm/scripts/functions/logging:32 rvm_pretty_print:17 casereturn 0
/Users/elliottcable/.rvm/scripts/functions/logging:106 rvm_log:3 thenprintf %b 'ruby-1.9.3-p392 - #extracted to /Users/elliottcable/.rvm/src/ruby-1.9.3-p392 (already extracted)\n'
ruby-1.9.3-p392 - #extracted to /Users/elliottcable/.rvm/src/ruby-1.9.3-p392 (already extracted)
/Users/elliottcable/.rvm/scripts/functions/manage/base:619 __rvm_fetch_ruby:83 thenreturn 0
/Users/elliottcable/.rvm/scripts/functions/manage/base:141 __rvm_install_source:13 thentrue
/Users/elliottcable/.rvm/scripts/functions/manage/base:148 __rvm_install_source:20 if__rvm_cd /Users/elliottcable/.rvm/src/ruby-1.9.3-p392
/Users/elliottcable/.rvm/scripts/functions/support:166 __rvm_cd:2 typeset old_cdpath ret
/Users/elliottcable/.rvm/scripts/functions/support:167 __rvm_cd:3 ret=0
/Users/elliottcable/.rvm/scripts/functions/support:168 __rvm_cd:4 old_cdpath=''
/Users/elliottcable/.rvm/scripts/functions/support:169 __rvm_cd:5 CDPATH=.
/Users/elliottcable/.rvm/scripts/functions/support:170 __rvm_cd:6 chpwd_functions='' /Users/elliottcable/.rvm/scripts/functions/support:170 __rvm_cd:6 cd /Users/elliottcable/.rvm/src/ruby-1.9.3-p392
/Users/elliottcable/.rvm/scripts/functions/support:171 __rvm_cd:7 CDPATH=''
/Users/elliottcable/.rvm/scripts/functions/support:172 __rvm_cd:8 return 0
/Users/elliottcable/.rvm/scripts/functions/manage/base:149 __rvm_install_source:21 thentrue
/Users/elliottcable/.rvm/scripts/functions/manage/base:156 __rvm_install_source:28 if[[ -d /Users/elliottcable/.rvm/usr ]]
/Users/elliottcable/.rvm/scripts/functions/manage/base:158 __rvm_install_source:30 then__rvm_add_to_path prepend /Users/elliottcable/.rvm/usr/bin
/Users/elliottcable/.rvm/scripts/functions/utility:221 __rvm_add_to_path:2 export PATH
/Users/elliottcable/.rvm/scripts/functions/utility:223 __rvm_add_to_path:4 if(( 2 != 2 ))
/Users/elliottcable/.rvm/scripts/functions/utility:223 __rvm_add_to_path:4 if cmdor[[ -z /Users/elliottcable/.rvm/usr/bin ]]
/Users/elliottcable/.rvm/scripts/functions/utility:229 __rvm_add_to_path:10 __rvm_remove_from_path /Users/elliottcable/.rvm/usr/bin
/Users/elliottcable/.rvm/scripts/functions/utility:194 __rvm_remove_from_path:2 export PATH
/Users/elliottcable/.rvm/scripts/functions/utility:195 __rvm_remove_from_path:3 typeset _value
/Users/elliottcable/.rvm/scripts/functions/utility:196 __rvm_remove_from_path:4 _value=/Users/elliottcable/.rvm/usr/bin
/Users/elliottcable/.rvm/scripts/functions/utility:200 __rvm_remove_from_path:8 if[[ "$PATH" -regex-match "//" ]]
/Users/elliottcable/.rvm/scripts/functions/utility:209 __rvm_remove_from_path:17 if__rvm_string_match :./node_modules/.bin:/usr/local/bin:/usr/local/share/npm/bin:/usr/local/share/python:/Users/elliottcable/.bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/Cellar/ec2-api-tools/1.3-51254/bin:/usr/local/sbin:/usr/X11/bin:/usr/local/cuda/bin:/Users/elliottcable/.rvm/bin: '*:/Users/elliottcable/.rvm/usr/bin:*'
/Users/elliottcable/.rvm/scripts/functions/support:26 __rvm_string_match:2 typeset _string
/Users/elliottcable/.rvm/scripts/functions/support:27 __rvm_string_match:3 _string=:./node_modules/.bin:/usr/local/bin:/usr/local/share/npm/bin:/usr/local/share/python:/Users/elliottcable/.bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/Cellar/ec2-api-tools/1.3-51254/bin:/usr/local/sbin:/usr/X11/bin:/usr/local/cuda/bin:/Users/elliottcable/.rvm/bin:
/Users/elliottcable/.rvm/scripts/functions/support:28 __rvm_string_match:4 shift
/Users/elliottcable/.rvm/scripts/functions/support:29 __rvm_string_match:5 while(( 1 ))
/Users/elliottcable/.rvm/scripts/functions/support:31 __rvm_string_match:7 whileeval ' case "${_string}" in (*:/Users/elliottcable/.rvm/usr/bin:*) return 0 ;; esac '
/Users/elliottcable/.rvm/scripts/functions/support:32 (eval):0 while casecase :./node_modules/.bin:/usr/local/bin:/usr/local/share/npm/bin:/usr/local/share/python:/Users/elliottcable/.bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/Cellar/ec2-api-tools/1.3-51254/bin:/usr/local/sbin:/usr/X11/bin:/usr/local/cuda/bin:/Users/elliottcable/.rvm/bin: (*:/Users/elliottcable/.rvm/usr/bin:*)
/Users/elliottcable/.rvm/scripts/functions/support:36 __rvm_string_match:12 whileshift
/Users/elliottcable/.rvm/scripts/functions/support:29 __rvm_string_match:5 while(( 0 ))
/Users/elliottcable/.rvm/scripts/functions/support:38 __rvm_string_match:14 return 1
/Users/elliottcable/.rvm/scripts/functions/utility:230 __rvm_add_to_path:11 casecase prepend (prepend)
/Users/elliottcable/.rvm/scripts/functions/utility:231 __rvm_add_to_path:12 casePATH=/Users/elliottcable/.rvm/usr/bin:./node_modules/.bin:/usr/local/bin:/usr/local/share/npm/bin:/usr/local/share/python:/Users/elliottcable/.bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/Cellar/ec2-api-tools/1.3-51254/bin:/usr/local/sbin:/usr/X11/bin:/usr/local/cuda/bin:/Users/elliottcable/.rvm/bin
/Users/elliottcable/.rvm/scripts/functions/utility:237 __rvm_add_to_path:18 if[[ -n '' ]]
/Users/elliottcable/.rvm/scripts/functions/utility:242 __rvm_add_to_path:23 hash -r
/Users/elliottcable/.rvm/scripts/functions/manage/base:159 __rvm_install_source:31 thenhash -r
/Users/elliottcable/.rvm/scripts/functions/manage/base:162 __rvm_install_source:34 if(( 0 == 1 ))
/Users/elliottcable/.rvm/scripts/functions/manage/base:178 __rvm_install_source:50 if__rvm_apply_patches
/Users/elliottcable/.rvm/scripts/functions/manage/base:36 __rvm_apply_patches:2 typeset patch_name patch_level_separator patch_fuzziness patch_level source_directory full_patch_path _save_dir
/Users/elliottcable/.rvm/scripts/functions/manage/base:37 __rvm_apply_patches:3 typeset -a patches
/Users/elliottcable/.rvm/scripts/functions/manage/base:38 __rvm_apply_patches:4 patches=( )
/Users/elliottcable/.rvm/scripts/functions/manage/base:39 __rvm_apply_patches:5 patch_level_separator=%
/Users/elliottcable/.rvm/scripts/functions/manage/base:40 __rvm_apply_patches:6 patch_fuzziness=25
/Users/elliottcable/.rvm/scripts/functions/manage/base:41 __rvm_apply_patches:7 result=0
/Users/elliottcable/.rvm/scripts/functions/manage/base:42 __rvm_apply_patches:8 source_directory=/Users/elliottcable/.rvm/src/ruby-1.9.3-p392
/Users/elliottcable/.rvm/scripts/functions/manage/base:43 __rvm_apply_patches:9 (( 0 == 0 ))
/Users/elliottcable/.rvm/scripts/functions/manage/base:45 __rvm_apply_patches:11 _save_dir=/Users/elliottcable/.rvm/src/ruby-1.9.3-p392
/Users/elliottcable/.rvm/scripts/functions/manage/base:46 __rvm_apply_patches:12 __rvm_cd /Users/elliottcable/.rvm/src/ruby-1.9.3-p392
/Users/elliottcable/.rvm/scripts/functions/support:166 __rvm_cd:2 typeset old_cdpath ret
/Users/elliottcable/.rvm/scripts/functions/support:167 __rvm_cd:3 ret=0
/Users/elliottcable/.rvm/scripts/functions/support:168 __rvm_cd:4 old_cdpath=''
/Users/elliottcable/.rvm/scripts/functions/support:169 __rvm_cd:5 CDPATH=.
/Users/elliottcable/.rvm/scripts/functions/support:170 __rvm_cd:6 chpwd_functions='' /Users/elliottcable/.rvm/scripts/functions/support:170 __rvm_cd:6 cd /Users/elliottcable/.rvm/src/ruby-1.9.3-p392
/Users/elliottcable/.rvm/scripts/functions/support:171 __rvm_cd:7 CDPATH=''
/Users/elliottcable/.rvm/scripts/functions/support:172 __rvm_cd:8 return 0
/Users/elliottcable/.rvm/scripts/functions/manage/base:47 __rvm_apply_patches:13 casecase all (all)
/Users/elliottcable/.rvm/scripts/functions/manage/base:48 __rvm_apply_patches:14 case__rvm_current_patch_names patches
/Users/elliottcable/.rvm/scripts/functions/manage/base:8 __rvm_current_patch_names:2 typeset _variable patch_level_separator level name expanded_name
/Users/elliottcable/.rvm/scripts/functions/manage/base:9 __rvm_current_patch_names:3 _variable=patches
/Users/elliottcable/.rvm/scripts/functions/manage/base:11 __rvm_current_patch_names:5 patch_level_separator=%
/Users/elliottcable/.rvm/scripts/functions/manage/base:12 __rvm_current_patch_names:6 forname=default
/Users/elliottcable/.rvm/scripts/functions/manage/base:14 __rvm_current_patch_names:8 forrvm_debug 'Trying patch '\''default'\''.'
/Users/elliottcable/.rvm/scripts/functions/logging:89 rvm_debug:2 (( 0 ))
/Users/elliottcable/.rvm/scripts/functions/logging:89 rvm_debug:2 cmdorreturn 0
/Users/elliottcable/.rvm/scripts/functions/manage/base:15 __rvm_current_patch_names:9 for[[ -n default ]]
/Users/elliottcable/.rvm/scripts/functions/manage/base:17 __rvm_current_patch_names:11 for if__rvm_string_match default '*%*'
/Users/elliottcable/.rvm/scripts/functions/support:26 __rvm_string_match:2 typeset _string
/Users/elliottcable/.rvm/scripts/functions/support:27 __rvm_string_match:3 _string=default
/Users/elliottcable/.rvm/scripts/functions/support:28 __rvm_string_match:4 shift
/Users/elliottcable/.rvm/scripts/functions/support:29 __rvm_string_match:5 while(( 1 ))
/Users/elliottcable/.rvm/scripts/functions/support:31 __rvm_string_match:7 whileeval ' case "${_string}" in (*%*) return 0 ;; esac '
/Users/elliottcable/.rvm/scripts/functions/support:32 (eval):0 while casecase default (*%*)
/Users/elliottcable/.rvm/scripts/functions/support:36 __rvm_string_match:12 whileshift
/Users/elliottcable/.rvm/scripts/functions/support:29 __rvm_string_match:5 while(( 0 ))
/Users/elliottcable/.rvm/scripts/functions/support:38 __rvm_string_match:14 return 1
/Users/elliottcable/.rvm/scripts/functions/manage/base:19 __rvm_current_patch_names:13 for elselevel=1
/Users/elliottcable/.rvm/scripts/functions/manage/base:21 __rvm_current_patch_names:15 forname=default
/Users/elliottcable/.rvm/scripts/functions/manage/base:22 __rvm_current_patch_names:16 forrvm_debug 'Patch name '\''default'\''.'
/Users/elliottcable/.rvm/scripts/functions/logging:89 rvm_debug:2 (( 0 ))
/Users/elliottcable/.rvm/scripts/functions/logging:89 rvm_debug:2 cmdorreturn 0
/Users/elliottcable/.rvm/scripts/functions/manage/base:24 __rvm_current_patch_names:18 for whileread -r expanded_name
/Users/elliottcable/.rvm/scripts/functions/manage/base:24 __rvm_current_patch_names:18 for cmdsubst__rvm_expand_patch_name default 1
/Users/elliottcable/.rvm/scripts/patches:18 __rvm_expand_patch_name:2 typeset name level expanded_patch_name
/Users/elliottcable/.rvm/scripts/patches:19 __rvm_expand_patch_name:3 name=default
/Users/elliottcable/.rvm/scripts/patches:20 __rvm_expand_patch_name:4 level=1
/Users/elliottcable/.rvm/scripts/patches:21 __rvm_expand_patch_name:5 [[ -n default ]]
/Users/elliottcable/.rvm/scripts/patches:23 __rvm_expand_patch_name:7 ifexpanded_patch_name=/Users/elliottcable/.rvm/scripts/patches:24 __rvm_expand_patch_name:8 if cmdsubstrvm_ruby_string=ruby-1.9.3-p392 /Users/elliottcable/.rvm/scripts/patchsets show default
%%F{red}%x:%I %F{green}%N:%i%F{white} %_[[ -z '' ]]
%%F{red}%x:%I %F{green}%N:%i%F{white} %_export PS4
%%F{red}%x:%I %F{green}%N:%i%F{white} %_PS4='+ $(date "+%s.%N") ${BASH_SOURCE##${rvm_path:-}} : ${FUNCNAME[0]:+${FUNCNAME[0]}()} ${LINENO} > '
++ 1361997250.N /scripts/base : 38 > export __array_start rvm_path
++ 1361997250.N /scripts/base : 43 > [[ -n '' ]]
++ 1361997250.N /scripts/base : 47 > __array_start=0
++ 1361997250.N /scripts/base : 50 > (( 0 == 0 ))
++ 1361997250.N /scripts/base : 52 > [[ -n 022 ]]
++ 1361997250.N /scripts/base : 53 > rvm_rvmrc_files=("/etc/rvmrc" "$HOME/.rvmrc")
++ 1361997250.N /scripts/base : 54 > [[ -n /Users/elliottcable ]]
++ 1361997250.N /scripts/base : 54 > [[ /Users/elliottcable/.rvmrc -ef /Users/elliottcable/.rvmrc ]]
++ 1361997250.N /scripts/base : 55 > rvm_rvmrc_files+=("${rvm_prefix}/.rvmrc")
++ 1361997250.N /scripts/base : 58 > for rvmrc in '"${rvm_rvmrc_files[@]}"'
++ 1361997250.N /scripts/base : 60 > [[ -f /etc/rvmrc ]]
++ 1361997250.N /scripts/base : 58 > for rvmrc in '"${rvm_rvmrc_files[@]}"'
++ 1361997250.N /scripts/base : 60 > [[ -f /Users/elliottcable/.rvmrc ]]
++ 1361997250.N /scripts/base : 58 > for rvmrc in '"${rvm_rvmrc_files[@]}"'
++ 1361997250.N /scripts/base : 60 > [[ -f /Users/elliottcable/.rvmrc ]]
++ 1361997250.N /scripts/base : 75 > unset rvm_rvmrc_files
++ 1361997250.N /scripts/base : 78 > export rvm_path
++ 1361997250.N /scripts/base : 79 > [[ -z /Users/elliottcable/.rvm ]]
++ 1361997250.N /scripts/base : 91 > true /Users/elliottcable/.rvm/scripts
++ 1361997250.N /scripts/base : 94 > source /Users/elliottcable/.rvm/scripts/initialize
+++ 1361997250.N /scripts/initialize : 3 > : rvm_trace_flag:1
+++ 1361997250.N /scripts/initialize : 4 > (( rvm_trace_flag > 0 ))
+++ 1361997250.N /scripts/initialize : 6 > set -o xtrace
+++ 1361997250.N /scripts/initialize : 8 > [[ -z '' ]]
+++ 1361997250.N /scripts/initialize : 13 > export PS4
+++ 1361997250.N /scripts/initialize : 14 > PS4='+ $(date "+%s.%N") ${BASH_SOURCE##${rvm_path:-}} : ${FUNCNAME[0]:+${FUNCNAME[0]}()} ${LINENO} > '
+++ 1361997250.N /scripts/initialize : 20 > [[ -n 3.2.48(1)-release ]]
+++ 1361997250.N /scripts/initialize : 22 > shopt -s extglob
+++ 1361997250.N /scripts/initialize : 32 > export __rvm_env_loaded
+++ 1361997250.N /scripts/initialize : 34 > : __rvm_env_loaded:2:
+++ 1361997250.N /scripts/initialize : 36 > : __rvm_env_loaded:3:
+++ 1361997250.N /scripts/initialize : 39 > [[ -z /Users/elliottcable/.rvm/tmp ]]
+++ 1361997250.N /scripts/initialize : 39 > (( __rvm_env_loaded == 1 ))
++ 1361997250.N /scripts/base : 98 > case " ${rvm_base_except:-} " in
++ 1361997250.N /scripts/base : 100 > true
++ 1361997250.N /scripts/base : 108 > typeset -a scripts
++ 1361997250.N /scripts/base : 111 > scripts=(logging support utility init cleanup env rvmrc install environment gemset db checksum)
++ 1361997250.N /scripts/base : 112 > for entry in '${scripts[@]}'
++ 1361997250.N /scripts/base : 113 > source /Users/elliottcable/.rvm/scripts/functions/logging
+++ 1361997250.N /scripts/functions/logging : 40 > case "${TERM:-dumb}" in
+++ 1361997250.N /scripts/functions/logging : 50 > [[ -z ]]
+++ 1361997250.N /scripts/functions/logging : 50 > [[ 0 -eq 1 ]]
++ 1361997250.N /scripts/base : 112 > for entry in '${scripts[@]}'
++ 1361997250.N /scripts/base : 113 > source /Users/elliottcable/.rvm/scripts/functions/support
+++ 1361997250.N /scripts/functions/support : 3 > [[ -z tar ]]
+++ 1361997250.N /scripts/functions/support : 13 > [[ ! =~ --no-same-owner ]]
+++ 1361997250.N /scripts/functions/support : 14 > tar --help
+++ 1361997250.N /scripts/functions/support : 14 > GREP_OPTIONS=
+++ 1361997250.N /scripts/functions/support : 14 > grep -- --no-same-owner
+++ 1361997250.N /scripts/functions/support : 22 > [[ -n '' ]]
++ 1361997250.N /scripts/base : 112 > for entry in '${scripts[@]}'
++ 1361997250.N /scripts/base : 113 > source /Users/elliottcable/.rvm/scripts/functions/utility
++ 1361997250.N /scripts/base : 112 > for entry in '${scripts[@]}'
++ 1361997250.N /scripts/base : 113 > source /Users/elliottcable/.rvm/scripts/functions/init
++ 1361997250.N /scripts/base : 112 > for entry in '${scripts[@]}'
++ 1361997250.N /scripts/base : 113 > source /Users/elliottcable/.rvm/scripts/functions/cleanup
++ 1361997250.N /scripts/base : 112 > for entry in '${scripts[@]}'
++ 1361997250.N /scripts/base : 113 > source /Users/elliottcable/.rvm/scripts/functions/env
++ 1361997250.N /scripts/base : 112 > for entry in '${scripts[@]}'
++ 1361997250.N /scripts/base : 113 > source /Users/elliottcable/.rvm/scripts/functions/rvmrc
+++ 1361997250.N /scripts/functions/rvmrc : 3 > export escape_flag _first _second
+++ 1361997250.N /scripts/functions/rvmrc : 4 > escape_flag=1
+++ 1361997250.N /scripts/functions/rvmrc : 5 > _first=0
+++ 1361997250.N /scripts/functions/rvmrc : 6 > _second=1
++ 1361997250.N /scripts/base : 112 > for entry in '${scripts[@]}'
++ 1361997250.N /scripts/base : 113 > source /Users/elliottcable/.rvm/scripts/functions/install
++ 1361997250.N /scripts/base : 112 > for entry in '${scripts[@]}'
++ 1361997250.N /scripts/base : 113 > source /Users/elliottcable/.rvm/scripts/functions/environment
++ 1361997250.N /scripts/base : 112 > for entry in '${scripts[@]}'
++ 1361997250.N /scripts/base : 113 > source /Users/elliottcable/.rvm/scripts/functions/gemset
++ 1361997250.N /scripts/base : 112 > for entry in '${scripts[@]}'
++ 1361997250.N /scripts/base : 113 > source /Users/elliottcable/.rvm/scripts/functions/db
++ 1361997250.N /scripts/base : 112 > for entry in '${scripts[@]}'
++ 1361997250.N /scripts/base : 113 > source /Users/elliottcable/.rvm/scripts/functions/checksum
++ 1361997250.N /scripts/base : 115 > unset scripts entry rvm_base_except
+ 1361997250.N /scripts/patchsets : 6 > source /Users/elliottcable/.rvm/scripts/patches
+ 1361997250.N /scripts/patchsets : 48 > args=($*)
+ 1361997250.N /scripts/patchsets : 49 > action=show
+ 1361997250.N /scripts/patchsets : 50 > patchset=default
++ 1361997250.N /scripts/patchsets : 51 > echo
+ 1361997250.N /scripts/patchsets : 51 > args=
+ 1361997250.N /scripts/patchsets : 53 > case "$action" in
+ 1361997250.N /scripts/patchsets : 54 > lookup_patchset default
+ 1361997250.N /scripts/patchsets : lookup_patchset() 10 > typeset paths lookup_path
+ 1361997250.N /scripts/patchsets : lookup_patchset() 12 > [[ -z default ]]
+ 1361997250.N /scripts/patchsets : lookup_patchset() 18 > paths=($(__rvm_ruby_string_paths_under "$rvm_path/patchsets" | sort -r))
++ 1361997250.N /scripts/patchsets : lookup_patchset() 18 > sort -r
++ 1361997250.N /scripts/patchsets : lookup_patchset() 18 > __rvm_ruby_string_paths_under /Users/elliottcable/.rvm/patchsets
++ 1361997250.N /scripts/functions/utility : __rvm_ruby_string_paths_under() 53 > typeset __search_path part parts IFS
++ 1361997250.N /scripts/functions/utility : __rvm_ruby_string_paths_under() 54 > IFS=' '
++ 1361997250.N /scripts/functions/utility : __rvm_ruby_string_paths_under() 56 > __search_path=/Users/elliottcable/.rvm/patchsets
++ 1361997250.N /scripts/functions/utility : __rvm_ruby_string_paths_under() 58 > [[ -n '' ]]
++ 1361997250.N /scripts/functions/utility : __rvm_ruby_string_paths_under() 60 > parts=(${rvm_ruby_string//-/ })
++ 1361997250.N /scripts/functions/utility : __rvm_ruby_string_paths_under() 63 > echo /Users/elliottcable/.rvm/patchsets
++ 1361997250.N /scripts/functions/utility : __rvm_ruby_string_paths_under() 64 > for part in '"${parts[@]}"'
++ 1361997250.N /scripts/functions/utility : __rvm_ruby_string_paths_under() 66 > __search_path=/Users/elliottcable/.rvm/patchsets/ruby
++ 1361997250.N /scripts/functions/utility : __rvm_ruby_string_paths_under() 67 > echo /Users/elliottcable/.rvm/patchsets/ruby
++ 1361997250.N /scripts/functions/utility : __rvm_ruby_string_paths_under() 64 > for part in '"${parts[@]}"'
++ 1361997250.N /scripts/functions/utility : __rvm_ruby_string_paths_under() 66 > __search_path=/Users/elliottcable/.rvm/patchsets/ruby/1.9.3
++ 1361997250.N /scripts/functions/utility : __rvm_ruby_string_paths_under() 67 > echo /Users/elliottcable/.rvm/patchsets/ruby/1.9.3
++ 1361997250.N /scripts/functions/utility : __rvm_ruby_string_paths_under() 64 > for part in '"${parts[@]}"'
++ 1361997250.N /scripts/functions/utility : __rvm_ruby_string_paths_under() 66 > __search_path=/Users/elliottcable/.rvm/patchsets/ruby/1.9.3/p392
++ 1361997250.N /scripts/functions/utility : __rvm_ruby_string_paths_under() 67 > echo /Users/elliottcable/.rvm/patchsets/ruby/1.9.3/p392
+ 1361997250.N /scripts/patchsets : lookup_patchset() 20 > for lookup_path in '"${paths[@]}"'
+ 1361997250.N /scripts/patchsets : lookup_patchset() 22 > [[ -s /Users/elliottcable/.rvm/patchsets/ruby/1.9.3/p392/default ]]
+ 1361997250.N /scripts/patchsets : lookup_patchset() 20 > for lookup_path in '"${paths[@]}"'
+ 1361997250.N /scripts/patchsets : lookup_patchset() 22 > [[ -s /Users/elliottcable/.rvm/patchsets/ruby/1.9.3/default ]]
+ 1361997250.N /scripts/patchsets : lookup_patchset() 20 > for lookup_path in '"${paths[@]}"'
+ 1361997250.N /scripts/patchsets : lookup_patchset() 22 > [[ -s /Users/elliottcable/.rvm/patchsets/ruby/default ]]
+ 1361997250.N /scripts/patchsets : lookup_patchset() 20 > for lookup_path in '"${paths[@]}"'
+ 1361997250.N /scripts/patchsets : lookup_patchset() 22 > [[ -s /Users/elliottcable/.rvm/patchsets/default ]]
+ 1361997250.N /scripts/patchsets : lookup_patchset() 29 > return 1
+ 1361997250.N /scripts/patchsets : 58 > exit 1
/Users/elliottcable/.rvm/scripts/patches:23 __rvm_expand_patch_name:7 ifexpanded_patch_name=''
/Users/elliottcable/.rvm/scripts/patches:29 __rvm_expand_patch_name:13 elif[[ default != default ]]
/Users/elliottcable/.rvm/scripts/functions/manage/base:51 __rvm_apply_patches:17 rvm_debug 'All found patches(0): .'
/Users/elliottcable/.rvm/scripts/functions/logging:89 rvm_debug:2 (( 0 ))
/Users/elliottcable/.rvm/scripts/functions/logging:89 rvm_debug:2 cmdorreturn 0
/Users/elliottcable/.rvm/scripts/functions/manage/base:74 __rvm_apply_patches:40 __rvm_cd /Users/elliottcable/.rvm/src/ruby-1.9.3-p392
/Users/elliottcable/.rvm/scripts/functions/support:166 __rvm_cd:2 typeset old_cdpath ret
/Users/elliottcable/.rvm/scripts/functions/support:167 __rvm_cd:3 ret=0
/Users/elliottcable/.rvm/scripts/functions/support:168 __rvm_cd:4 old_cdpath=''
/Users/elliottcable/.rvm/scripts/functions/support:169 __rvm_cd:5 CDPATH=.
/Users/elliottcable/.rvm/scripts/functions/support:170 __rvm_cd:6 chpwd_functions='' /Users/elliottcable/.rvm/scripts/functions/support:170 __rvm_cd:6 cd /Users/elliottcable/.rvm/src/ruby-1.9.3-p392
/Users/elliottcable/.rvm/scripts/functions/support:171 __rvm_cd:7 CDPATH=''
/Users/elliottcable/.rvm/scripts/functions/support:172 __rvm_cd:8 return 0
/Users/elliottcable/.rvm/scripts/functions/manage/base:75 __rvm_apply_patches:41 return 0
/Users/elliottcable/.rvm/scripts/functions/manage/base:179 __rvm_install_source:51 thentrue
/Users/elliottcable/.rvm/scripts/functions/manage/base:187 __rvm_install_source:59 if(( 0 == 1 ))
/Users/elliottcable/.rvm/scripts/functions/manage/base:188 __rvm_install_source:60 if cmdor cursh[[ -z '' ]]
/Users/elliottcable/.rvm/scripts/functions/manage/base:189 __rvm_install_source:61 if cmdor cursh cmdand[[ ! -s /Users/elliottcable/.rvm/src/ruby-1.9.3-p392/configure || /Users/elliottcable/.rvm/src/ruby-1.9.3-p392/configure.in -nt /Users/elliottcable/.rvm/src/ruby-1.9.3-p392/configure ]]
/Users/elliottcable/.rvm/scripts/functions/manage/base:208 __rvm_install_source:80 if[[ -n '' ]]
/Users/elliottcable/.rvm/scripts/functions/manage/base:218 __rvm_install_source:90 elif[[ -s ./configure ]]
/Users/elliottcable/.rvm/scripts/functions/manage/base:220 __rvm_install_source:92 elif-thenrvm_configure_flags=( '--prefix=/Users/elliottcable/.rvm/rubies/ruby-1.9.3-p392' '--with-opt-dir=/usr/local/opt/libyaml:/usr/local/opt/readline:/usr/local/opt/libxml2:/usr/local/opt/libxslt:/usr/local/opt/libksba:/usr/local/opt/openssl:/usr/local/opt/sqlite' --disable-install-doc --without-tcl --without-tk --enable-shared )
/Users/elliottcable/.rvm/scripts/functions/manage/base:222 __rvm_install_source:94 elif-then__rvm_db ruby_configure_flags db_configure_flags
/Users/elliottcable/.rvm/scripts/functions/db:7 __rvm_db:2 typeset value key variable
/Users/elliottcable/.rvm/scripts/functions/db:9 __rvm_db:4 key=ruby_configure_flags
/Users/elliottcable/.rvm/scripts/functions/db:10 __rvm_db:5 key=ruby_configure_flags
/Users/elliottcable/.rvm/scripts/functions/db:11 __rvm_db:6 variable=db_configure_flags
/Users/elliottcable/.rvm/scripts/functions/db:13 __rvm_db:8 if[[ -f /Users/elliottcable/.rvm/user/db ]]
/Users/elliottcable/.rvm/scripts/functions/db:14 __rvm_db:9 thenvalue=/Users/elliottcable/.rvm/scripts/functions/db:14 __rvm_db:9 then cmdsubst/Users/elliottcable/.rvm/scripts/db /Users/elliottcable/.rvm/user/db ruby_configure_flags
/Users/elliottcable/.rvm/scripts/functions/db:14 __rvm_db:9 thenvalue=''
/Users/elliottcable/.rvm/scripts/functions/db:17 __rvm_db:12 if[[ -z '' ]]
/Users/elliottcable/.rvm/scripts/functions/db:18 __rvm_db:13 thenvalue=/Users/elliottcable/.rvm/scripts/functions/db:18 __rvm_db:13 then cmdsubst/Users/elliottcable/.rvm/scripts/db /Users/elliottcable/.rvm/config/db ruby_configure_flags
/Users/elliottcable/.rvm/scripts/functions/db:18 __rvm_db:13 thenvalue=''
/Users/elliottcable/.rvm/scripts/functions/db:21 __rvm_db:16 if[[ -n '' ]]
/Users/elliottcable/.rvm/scripts/functions/db:29 __rvm_db:24 return 0
/Users/elliottcable/.rvm/scripts/functions/manage/base:223 __rvm_install_source:95 elif-then if[[ -n 5.0.0 ]]
/Users/elliottcable/.rvm/scripts/functions/manage/base:224 __rvm_install_source:96 elif-then thenrvm_configure_flags=( '--prefix=/Users/elliottcable/.rvm/rubies/ruby-1.9.3-p392' '--with-opt-dir=/usr/local/opt/libyaml:/usr/local/opt/readline:/usr/local/opt/libxml2:/usr/local/opt/libxslt:/usr/local/opt/libksba:/usr/local/opt/openssl:/usr/local/opt/sqlite' --disable-install-doc --without-tcl --without-tk --enable-shared )
/Users/elliottcable/.rvm/scripts/functions/manage/base:227 __rvm_install_source:99 elif-then__rvm_array_prepend_or_ignore rvm_configure_env 'CFLAGS=' ' ' -O3
/Users/elliottcable/.rvm/scripts/functions/support:107 __rvm_array_prepend_or_ignore:2 typeset _array_name _variable _separator _value _local_value
/Users/elliottcable/.rvm/scripts/functions/support:108 __rvm_array_prepend_or_ignore:3 typeset -a _array_value_old _array_value_new
/Users/elliottcable/.rvm/scripts/functions/support:110 __rvm_array_prepend_or_ignore:5 _array_name=rvm_configure_env
/Users/elliottcable/.rvm/scripts/functions/support:111 __rvm_array_prepend_or_ignore:6 _variable='CFLAGS='
/Users/elliottcable/.rvm/scripts/functions/support:112 __rvm_array_prepend_or_ignore:7 _separator=' '
/Users/elliottcable/.rvm/scripts/functions/support:113 __rvm_array_prepend_or_ignore:8 _value=-O3
/Users/elliottcable/.rvm/scripts/functions/support:114 __rvm_array_prepend_or_ignore:9 _array_value_new=( )
/Users/elliottcable/.rvm/scripts/functions/support:115 __rvm_array_prepend_or_ignore:10 eval '_array_value_old=( "${rvm_configure_env[@]}" )'
/Users/elliottcable/.rvm/scripts/functions/support:116 (eval):0 _array_value_old=( )
/Users/elliottcable/.rvm/scripts/functions/support:117 __rvm_array_prepend_or_ignore:12 casecase (*[[:space:]]CFLAGS=*)
/Users/elliottcable/.rvm/scripts/functions/manage/base:228 __rvm_install_source:100 elif-then__rvm_array_prepend_or_ignore rvm_configure_env 'CCFLAGS=' ' ' -O3
/Users/elliottcable/.rvm/scripts/functions/support:107 __rvm_array_prepend_or_ignore:2 typeset _array_name _variable _separator _value _local_value
/Users/elliottcable/.rvm/scripts/functions/support:108 __rvm_array_prepend_or_ignore:3 typeset -a _array_value_old _array_value_new
/Users/elliottcable/.rvm/scripts/functions/support:110 __rvm_array_prepend_or_ignore:5 _array_name=rvm_configure_env
/Users/elliottcable/.rvm/scripts/functions/support:111 __rvm_array_prepend_or_ignore:6 _variable='CCFLAGS='
/Users/elliottcable/.rvm/scripts/functions/support:112 __rvm_array_prepend_or_ignore:7 _separator=' '
/Users/elliottcable/.rvm/scripts/functions/support:113 __rvm_array_prepend_or_ignore:8 _value=-O3
/Users/elliottcable/.rvm/scripts/functions/support:114 __rvm_array_prepend_or_ignore:9 _array_value_new=( )
/Users/elliottcable/.rvm/scripts/functions/support:115 __rvm_array_prepend_or_ignore:10 eval '_array_value_old=( "${rvm_configure_env[@]}" )'
/Users/elliottcable/.rvm/scripts/functions/support:116 (eval):0 _array_value_old=( )
/Users/elliottcable/.rvm/scripts/functions/support:117 __rvm_array_prepend_or_ignore:12 casecase (*[[:space:]]CCFLAGS=*)
/Users/elliottcable/.rvm/scripts/functions/manage/base:229 __rvm_install_source:101 elif-then__rvm_array_prepend_or_ignore rvm_configure_env 'CXXFLAGS=' ' ' -O3
/Users/elliottcable/.rvm/scripts/functions/support:107 __rvm_array_prepend_or_ignore:2 typeset _array_name _variable _separator _value _local_value
/Users/elliottcable/.rvm/scripts/functions/support:108 __rvm_array_prepend_or_ignore:3 typeset -a _array_value_old _array_value_new
/Users/elliottcable/.rvm/scripts/functions/support:110 __rvm_array_prepend_or_ignore:5 _array_name=rvm_configure_env
/Users/elliottcable/.rvm/scripts/functions/support:111 __rvm_array_prepend_or_ignore:6 _variable='CXXFLAGS='
/Users/elliottcable/.rvm/scripts/functions/support:112 __rvm_array_prepend_or_ignore:7 _separator=' '
/Users/elliottcable/.rvm/scripts/functions/support:113 __rvm_array_prepend_or_ignore:8 _value=-O3
/Users/elliottcable/.rvm/scripts/functions/support:114 __rvm_array_prepend_or_ignore:9 _array_value_new=( )
/Users/elliottcable/.rvm/scripts/functions/support:115 __rvm_array_prepend_or_ignore:10 eval '_array_value_old=( "${rvm_configure_env[@]}" )'
/Users/elliottcable/.rvm/scripts/functions/support:116 (eval):0 _array_value_old=( )
/Users/elliottcable/.rvm/scripts/functions/support:117 __rvm_array_prepend_or_ignore:12 casecase (*[[:space:]]CXXFLAGS=*)
/Users/elliottcable/.rvm/scripts/functions/manage/base:230 __rvm_install_source:102 elif-then__rvm_log_command configure 'ruby-1.9.3-p392 - #configuring' ./configure '--prefix=/Users/elliottcable/.rvm/rubies/ruby-1.9.3-p392' '--with-opt-dir=/usr/local/opt/libyaml:/usr/local/opt/readline:/usr/local/opt/libxml2:/usr/local/opt/libxslt:/usr/local/opt/libksba:/usr/local/opt/openssl:/usr/local/opt/sqlite' --disable-install-doc --without-tcl --without-tk --enable-shared
/Users/elliottcable/.rvm/scripts/functions/utility:87 __rvm_log_command:2 typeset name message _log _command_start _command_name
/Users/elliottcable/.rvm/scripts/functions/utility:88 __rvm_log_command:3 typeset -a _command
/Users/elliottcable/.rvm/scripts/functions/utility:90 __rvm_log_command:5 name=configure
/Users/elliottcable/.rvm/scripts/functions/utility:91 __rvm_log_command:6 message='ruby-1.9.3-p392 - #configuring'
/Users/elliottcable/.rvm/scripts/functions/utility:92 __rvm_log_command:7 shift 2
/Users/elliottcable/.rvm/scripts/functions/utility:93 __rvm_log_command:8 _command=( ./configure '--prefix=/Users/elliottcable/.rvm/rubies/ruby-1.9.3-p392' '--with-opt-dir=/usr/local/opt/libyaml:/usr/local/opt/readline:/usr/local/opt/libxml2:/usr/local/opt/libxslt:/usr/local/opt/libksba:/usr/local/opt/openssl:/usr/local/opt/sqlite' --disable-install-doc --without-tcl --without-tk --enable-shared )
/Users/elliottcable/.rvm/scripts/functions/utility:94 __rvm_log_command:9 _command_start=./configure
/Users/elliottcable/.rvm/scripts/functions/utility:95 __rvm_log_command:10 while(( 7 ))
/Users/elliottcable/.rvm/scripts/functions/utility:95 __rvm_log_command:10 while cmdand[[ "$1" -regex-match "=" ]]
/Users/elliottcable/.rvm/scripts/functions/utility:98 __rvm_log_command:13 _command_name=./configure
/Users/elliottcable/.rvm/scripts/functions/utility:100 __rvm_log_command:15 [[ ! "${_command_start}" -regex-match "=" ]]
/Users/elliottcable/.rvm/scripts/functions/utility:101 __rvm_log_command:16 (( 0 == 0 ))
/Users/elliottcable/.rvm/scripts/functions/utility:103 __rvm_log_command:18 _log=/Users/elliottcable/.rvm/log/ruby-1.9.3-p392/configure.log
/Users/elliottcable/.rvm/scripts/functions/utility:104 __rvm_log_command:19 rvm_debug 'Log file: /Users/elliottcable/.rvm/log/ruby-1.9.3-p392/configure.log'
/Users/elliottcable/.rvm/scripts/functions/logging:89 rvm_debug:2 (( 0 ))
/Users/elliottcable/.rvm/scripts/functions/logging:89 rvm_debug:2 cmdorreturn 0
/Users/elliottcable/.rvm/scripts/functions/utility:106 __rvm_log_command:21 [[ -d /Users/elliottcable/.rvm/log/ruby-1.9.3-p392 ]]
/Users/elliottcable/.rvm/scripts/functions/utility:107 __rvm_log_command:22 [[ -f /Users/elliottcable/.rvm/log/ruby-1.9.3-p392/configure.log ]]
/Users/elliottcable/.rvm/scripts/functions/utility:109 __rvm_log_command:24 cursh cmdsubstdate '+%Y-%m-%d %H:%M:%S'
/Users/elliottcable/.rvm/scripts/functions/utility:115 __rvm_log_command:30 pipe pipervm_debug_stream
/Users/elliottcable/.rvm/scripts/functions/utility:115 __rvm_log_command:30 pipetee /Users/elliottcable/.rvm/log/ruby-1.9.3-p392/configure.log
/Users/elliottcable/.rvm/scripts/functions/logging:97 rvm_debug_stream:2 (( 0 || 1 ))
/Users/elliottcable/.rvm/scripts/functions/logging:98 rvm_debug_stream:3 ifrvm_pretty_print stdout
/Users/elliottcable/.rvm/scripts/functions/logging:17 rvm_pretty_print:2 casecase auto (0|no)
/Users/elliottcable/.rvm/scripts/functions/logging:17 rvm_pretty_print:2 casecase auto (1|auto)
/Users/elliottcable/.rvm/scripts/functions/logging:22 rvm_pretty_print:7 case casecase xterm-256color (dumb|unknown)
/Users/elliottcable/.rvm/scripts/functions/logging:25 rvm_pretty_print:10 case casecase stdout (stdout)
/Users/elliottcable/.rvm/scripts/functions/logging:26 rvm_pretty_print:11 case case[[ -t 1 ]]
/Users/elliottcable/.rvm/scripts/functions/logging:32 rvm_pretty_print:17 casereturn 0
/Users/elliottcable/.rvm/scripts/functions/logging:99 rvm_debug_stream:4 thencat -
/Users/elliottcable/.rvm/scripts/functions/logging:99 rvm_debug_stream:4 then pipeawk '{print ""$0""}'
/Users/elliottcable/.rvm/scripts/functions/utility:109 __rvm_log_command:24 curshprintf %b '[2013-02-27 14:34:10] ./configure\n'
/Users/elliottcable/.rvm/scripts/functions/utility:110 __rvm_log_command:25 cursh ifis_a_function ./configure
/Users/elliottcable/.rvm/scripts/functions/support:192 is_a_function:2 typeset -f ./configure
/Users/elliottcable/.rvm/scripts/functions/support:192 is_a_function:2 cmdorreturn 1
/Users/elliottcable/.rvm/scripts/functions/utility:113 __rvm_log_command:28 curshprintf %b 'current path: /Users/elliottcable/.rvm/src/ruby-1.9.3-p392\n'
/Users/elliottcable/.rvm/scripts/functions/utility:114 __rvm_log_command:29 curshprintf %b 'command(7): ./configure --prefix=/Users/elliottcable/.rvm/rubies/ruby-1.9.3-p392 --with-opt-dir=/usr/local/opt/libyaml:/usr/local/opt/readline:/usr/local/opt/libxml2:/usr/local/opt/libxslt:/usr/local/opt/libksba:/usr/local/opt/openssl:/usr/local/opt/sqlite --disable-install-doc --without-tcl --without-tk --enable-shared\n'
[2013-02-27 14:34:10] ./configure
current path: /Users/elliottcable/.rvm/src/ruby-1.9.3-p392
command(7): ./configure --prefix=/Users/elliottcable/.rvm/rubies/ruby-1.9.3-p392 --with-opt-dir=/usr/local/opt/libyaml:/usr/local/opt/readline:/usr/local/opt/libxml2:/usr/local/opt/libxslt:/usr/local/opt/libksba:/usr/local/opt/openssl:/usr/local/opt/sqlite --disable-install-doc --without-tcl --without-tk --enable-shared
/Users/elliottcable/.rvm/scripts/functions/utility:117 __rvm_log_command:32 __rvm_log_dotted /Users/elliottcable/.rvm/log/ruby-1.9.3-p392/configure.log 'ruby-1.9.3-p392 - #configuring' ./configure '--prefix=/Users/elliottcable/.rvm/rubies/ruby-1.9.3-p392' '--with-opt-dir=/usr/local/opt/libyaml:/usr/local/opt/readline:/usr/local/opt/libxml2:/usr/local/opt/libxslt:/usr/local/opt/libksba:/usr/local/opt/openssl:/usr/local/opt/sqlite' --disable-install-doc --without-tcl --without-tk --enable-shared
/Users/elliottcable/.rvm/scripts/functions/logging:133 __rvm_log_dotted:2 typeset __log_file __message __iterator
/Users/elliottcable/.rvm/scripts/functions/logging:134 __rvm_log_dotted:3 __log_file=/Users/elliottcable/.rvm/log/ruby-1.9.3-p392/configure.log
/Users/elliottcable/.rvm/scripts/functions/logging:135 __rvm_log_dotted:4 __message='ruby-1.9.3-p392 - #configuring'
/Users/elliottcable/.rvm/scripts/functions/logging:136 __rvm_log_dotted:5 shift 2
/Users/elliottcable/.rvm/scripts/functions/logging:137 __rvm_log_dotted:6 ./configure '--prefix=/Users/elliottcable/.rvm/rubies/ruby-1.9.3-p392' '--with-opt-dir=/usr/local/opt/libyaml:/usr/local/opt/readline:/usr/local/opt/libxml2:/usr/local/opt/libxslt:/usr/local/opt/libksba:/usr/local/opt/openssl:/usr/local/opt/sqlite' --disable-install-doc --without-tcl --without-tk --enable-shared
/Users/elliottcable/.rvm/scripts/functions/logging:137 __rvm_log_dotted:6 pipe pipe__rvm_dotted 'ruby-1.9.3-p392 - #configuring'
/Users/elliottcable/.rvm/scripts/functions/logging:112 __rvm_dotted:2 typeset flush __show_nth_dot
/Users/elliottcable/.rvm/scripts/functions/logging:137 __rvm_log_dotted:6 pipetee -a /Users/elliottcable/.rvm/log/ruby-1.9.3-p392/configure.log
/Users/elliottcable/.rvm/scripts/functions/logging:113 __rvm_dotted:3 __show_nth_dot=1
/Users/elliottcable/.rvm/scripts/functions/logging:114 __rvm_dotted:4 unset rvm_show_every_nth_dot
/Users/elliottcable/.rvm/scripts/functions/logging:116 __rvm_dotted:6 if(( __show_nth_dot == 1 ))
/Users/elliottcable/.rvm/scripts/functions/logging:117 __rvm_dotted:7 then__show_nth_dot=''
/Users/elliottcable/.rvm/scripts/functions/logging:121 __rvm_dotted:11 ifawk '{fflush;}'
/Users/elliottcable/.rvm/scripts/functions/logging:122 __rvm_dotted:12 thenflush=fflush
/Users/elliottcable/.rvm/scripts/functions/logging:126 __rvm_dotted:16 if(( 1 ))
/Users/elliottcable/.rvm/scripts/functions/logging:127 __rvm_dotted:17 thenawk '{if (NR==1){printf "ruby-1.9.3-p392 - #configuring"}; printf "."; fflush;} END{if (NR>0) print ""; else print "ruby-1.9.3-p392 - #configuring"}'
ruby-1.9.3-p392 - #configuring..................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
/Users/elliottcable/.rvm/scripts/functions/logging:138 __rvm_log_dotted:7 for__iterator=0
/Users/elliottcable/.rvm/scripts/functions/logging:140 __rvm_log_dotted:9 for casecase 0 ()
/Users/elliottcable/.rvm/scripts/functions/logging:140 __rvm_log_dotted:9 for casecase 0 (0)
/Users/elliottcable/.rvm/scripts/functions/logging:142 __rvm_log_dotted:11 for casetrue
/Users/elliottcable/.rvm/scripts/functions/logging:146 __rvm_log_dotted:15 return 0
/Users/elliottcable/.rvm/scripts/functions/manage/base:241 __rvm_install_source:113 if__rvm_log_command make 'ruby-1.9.3-p392 - #compiling' make -j8
/Users/elliottcable/.rvm/scripts/functions/utility:87 __rvm_log_command:2 typeset name message _log _command_start _command_name
/Users/elliottcable/.rvm/scripts/functions/utility:88 __rvm_log_command:3 typeset -a _command
/Users/elliottcable/.rvm/scripts/functions/utility:90 __rvm_log_command:5 name=make
/Users/elliottcable/.rvm/scripts/functions/utility:91 __rvm_log_command:6 message='ruby-1.9.3-p392 - #compiling'
/Users/elliottcable/.rvm/scripts/functions/utility:92 __rvm_log_command:7 shift 2
/Users/elliottcable/.rvm/scripts/functions/utility:93 __rvm_log_command:8 _command=( make -j8 )
/Users/elliottcable/.rvm/scripts/functions/utility:94 __rvm_log_command:9 _command_start=make
/Users/elliottcable/.rvm/scripts/functions/utility:95 __rvm_log_command:10 while(( 2 ))
/Users/elliottcable/.rvm/scripts/functions/utility:95 __rvm_log_command:10 while cmdand[[ "$1" -regex-match "=" ]]
/Users/elliottcable/.rvm/scripts/functions/utility:98 __rvm_log_command:13 _command_name=make
/Users/elliottcable/.rvm/scripts/functions/utility:100 __rvm_log_command:15 [[ ! "${_command_start}" -regex-match "=" ]]
/Users/elliottcable/.rvm/scripts/functions/utility:101 __rvm_log_command:16 (( 0 == 0 ))
/Users/elliottcable/.rvm/scripts/functions/utility:103 __rvm_log_command:18 _log=/Users/elliottcable/.rvm/log/ruby-1.9.3-p392/make.log
/Users/elliottcable/.rvm/scripts/functions/utility:104 __rvm_log_command:19 rvm_debug 'Log file: /Users/elliottcable/.rvm/log/ruby-1.9.3-p392/make.log'
/Users/elliottcable/.rvm/scripts/functions/logging:89 rvm_debug:2 (( 0 ))
/Users/elliottcable/.rvm/scripts/functions/logging:89 rvm_debug:2 cmdorreturn 0
/Users/elliottcable/.rvm/scripts/functions/utility:106 __rvm_log_command:21 [[ -d /Users/elliottcable/.rvm/log/ruby-1.9.3-p392 ]]
/Users/elliottcable/.rvm/scripts/functions/utility:107 __rvm_log_command:22 [[ -f /Users/elliottcable/.rvm/log/ruby-1.9.3-p392/make.log ]]
/Users/elliottcable/.rvm/scripts/functions/utility:115 __rvm_log_command:30 pipe pipervm_debug_stream
/Users/elliottcable/.rvm/scripts/functions/logging:97 rvm_debug_stream:2 (( 0 || 1 ))
/Users/elliottcable/.rvm/scripts/functions/utility:115 __rvm_log_command:30 pipetee /Users/elliottcable/.rvm/log/ruby-1.9.3-p392/make.log
/Users/elliottcable/.rvm/scripts/functions/utility:109 __rvm_log_command:24 cursh cmdsubstdate '+%Y-%m-%d %H:%M:%S'
/Users/elliottcable/.rvm/scripts/functions/logging:98 rvm_debug_stream:3 ifrvm_pretty_print stdout
/Users/elliottcable/.rvm/scripts/functions/logging:17 rvm_pretty_print:2 casecase auto (0|no)
/Users/elliottcable/.rvm/scripts/functions/logging:17 rvm_pretty_print:2 casecase auto (1|auto)
/Users/elliottcable/.rvm/scripts/functions/logging:22 rvm_pretty_print:7 case casecase xterm-256color (dumb|unknown)
/Users/elliottcable/.rvm/scripts/functions/logging:25 rvm_pretty_print:10 case casecase stdout (stdout)
/Users/elliottcable/.rvm/scripts/functions/logging:26 rvm_pretty_print:11 case case[[ -t 1 ]]
/Users/elliottcable/.rvm/scripts/functions/logging:32 rvm_pretty_print:17 casereturn 0
/Users/elliottcable/.rvm/scripts/functions/logging:99 rvm_debug_stream:4 thencat -
/Users/elliottcable/.rvm/scripts/functions/logging:99 rvm_debug_stream:4 then pipeawk '{print ""$0""}'
/Users/elliottcable/.rvm/scripts/functions/utility:109 __rvm_log_command:24 curshprintf %b '[2013-02-27 14:34:30] make\n'
/Users/elliottcable/.rvm/scripts/functions/utility:110 __rvm_log_command:25 cursh ifis_a_function make
/Users/elliottcable/.rvm/scripts/functions/support:192 is_a_function:2 typeset -f make
/Users/elliottcable/.rvm/scripts/functions/support:192 is_a_function:2 cmdorreturn 1
/Users/elliottcable/.rvm/scripts/functions/utility:113 __rvm_log_command:28 curshprintf %b 'current path: /Users/elliottcable/.rvm/src/ruby-1.9.3-p392\n'
/Users/elliottcable/.rvm/scripts/functions/utility:114 __rvm_log_command:29 curshprintf %b 'command(2): make -j8\n'
[2013-02-27 14:34:30] make
current path: /Users/elliottcable/.rvm/src/ruby-1.9.3-p392
command(2): make -j8
/Users/elliottcable/.rvm/scripts/functions/utility:117 __rvm_log_command:32 __rvm_log_dotted /Users/elliottcable/.rvm/log/ruby-1.9.3-p392/make.log 'ruby-1.9.3-p392 - #compiling' make -j8
/Users/elliottcable/.rvm/scripts/functions/logging:133 __rvm_log_dotted:2 typeset __log_file __message __iterator
/Users/elliottcable/.rvm/scripts/functions/logging:134 __rvm_log_dotted:3 __log_file=/Users/elliottcable/.rvm/log/ruby-1.9.3-p392/make.log
/Users/elliottcable/.rvm/scripts/functions/logging:135 __rvm_log_dotted:4 __message='ruby-1.9.3-p392 - #compiling'
/Users/elliottcable/.rvm/scripts/functions/logging:136 __rvm_log_dotted:5 shift 2
/Users/elliottcable/.rvm/scripts/functions/logging:137 __rvm_log_dotted:6 make -j8
/Users/elliottcable/.rvm/scripts/functions/logging:137 __rvm_log_dotted:6 pipe pipe__rvm_dotted 'ruby-1.9.3-p392 - #compiling'
/Users/elliottcable/.rvm/scripts/functions/logging:112 __rvm_dotted:2 typeset flush __show_nth_dot
/Users/elliottcable/.rvm/scripts/functions/logging:137 __rvm_log_dotted:6 pipetee -a /Users/elliottcable/.rvm/log/ruby-1.9.3-p392/make.log
/Users/elliottcable/.rvm/scripts/functions/logging:113 __rvm_dotted:3 __show_nth_dot=1
/Users/elliottcable/.rvm/scripts/functions/logging:114 __rvm_dotted:4 unset rvm_show_every_nth_dot
/Users/elliottcable/.rvm/scripts/functions/logging:116 __rvm_dotted:6 if(( __show_nth_dot == 1 ))
/Users/elliottcable/.rvm/scripts/functions/logging:117 __rvm_dotted:7 then__show_nth_dot=''
/Users/elliottcable/.rvm/scripts/functions/logging:121 __rvm_dotted:11 ifawk '{fflush;}'
/Users/elliottcable/.rvm/scripts/functions/logging:122 __rvm_dotted:12 thenflush=fflush
/Users/elliottcable/.rvm/scripts/functions/logging:126 __rvm_dotted:16 if(( 1 ))
/Users/elliottcable/.rvm/scripts/functions/logging:127 __rvm_dotted:17 thenawk '{if (NR==1){printf "ruby-1.9.3-p392 - #compiling"}; printf "."; fflush;} END{if (NR>0) print ""; else print "ruby-1.9.3-p392 - #compiling"}'
ruby-1.9.3-p392 - #compiling.....................
/Users/elliottcable/.rvm/scripts/functions/logging:138 __rvm_log_dotted:7 for__iterator=0
/Users/elliottcable/.rvm/scripts/functions/logging:140 __rvm_log_dotted:9 for casecase 0 ()
/Users/elliottcable/.rvm/scripts/functions/logging:140 __rvm_log_dotted:9 for casecase 0 (0)
/Users/elliottcable/.rvm/scripts/functions/logging:142 __rvm_log_dotted:11 for casetrue
/Users/elliottcable/.rvm/scripts/functions/logging:146 __rvm_log_dotted:15 return 0
/Users/elliottcable/.rvm/scripts/functions/manage/base:242 __rvm_install_source:114 thentrue
/Users/elliottcable/.rvm/scripts/functions/manage/base:249 __rvm_install_source:121 __rvm_rm_rf /Users/elliottcable/.rvm/src/ruby-1.9.3-p392/.ext/rdoc
/Users/elliottcable/.rvm/scripts/functions/cleanup:6 __rvm_rm_rf:2 __rvm_rm_rf_verbose /Users/elliottcable/.rvm/src/ruby-1.9.3-p392/.ext/rdoc
/Users/elliottcable/.rvm/scripts/functions/cleanup:13 __rvm_rm_rf_verbose:2 typeset target
/Users/elliottcable/.rvm/scripts/functions/cleanup:14 __rvm_rm_rf_verbose:3 target=/Users/elliottcable/.rvm/src/ruby-1.9.3-p392/.ext/rdoc
/Users/elliottcable/.rvm/scripts/functions/cleanup:18 __rvm_rm_rf_verbose:7 if[[ -n 5.0.0 ]]
/Users/elliottcable/.rvm/scripts/functions/cleanup:20 __rvm_rm_rf_verbose:9 thensetopt extendedglob
/Users/elliottcable/.rvm/scripts/functions/cleanup:28 __rvm_rm_rf_verbose:17 casecase /Users/elliottcable/.rvm/src/ruby-1.9.3-p392/.ext/rdoc (*(/|.)@(|/Applications|/Developer|/Guides|/Information|/Library|/Network|/System|/User|/Users|/Volumes|/backups|/bdsm|/bin|/boot|/cores|/data|/dev|/etc|/home|/lib|/lib64|/mach_kernel|/media|/misc|/mnt|/net|/opt|/private|/proc|/root|/sbin|/selinux|/srv|/sys|/tmp|/usr|/var))
/Users/elliottcable/.rvm/scripts/functions/cleanup:28 __rvm_rm_rf_verbose:17 casecase /Users/elliottcable/.rvm/src/ruby-1.9.3-p392/.ext/rdoc (*)
/Users/elliottcable/.rvm/scripts/functions/cleanup:34 __rvm_rm_rf_verbose:23 case[[ -n /Users/elliottcable/.rvm/src/ruby-1.9.3-p392/.ext/rdoc ]]
/Users/elliottcable/.rvm/scripts/functions/cleanup:40 __rvm_rm_rf_verbose:29 case if[[ -d /Users/elliottcable/.rvm/src/ruby-1.9.3-p392/.ext/rdoc ]]
/Users/elliottcable/.rvm/scripts/functions/cleanup:49 __rvm_rm_rf_verbose:38 case elif[[ -f /Users/elliottcable/.rvm/src/ruby-1.9.3-p392/.ext/rdoc || -L /Users/elliottcable/.rvm/src/ruby-1.9.3-p392/.ext/rdoc ]]
/Users/elliottcable/.rvm/scripts/functions/cleanup:58 __rvm_rm_rf_verbose:47 case elservm_debug '__rvm_rm_rf already gone: /Users/elliottcable/.rvm/src/ruby-1.9.3-p392/.ext/rdoc'
/Users/elliottcable/.rvm/scripts/functions/logging:89 rvm_debug:2 (( 0 ))
/Users/elliottcable/.rvm/scripts/functions/logging:89 rvm_debug:2 cmdorreturn 0
/Users/elliottcable/.rvm/scripts/functions/cleanup:59 __rvm_rm_rf_verbose:48 case elsereturn 0
/Users/elliottcable/.rvm/scripts/functions/manage/base:251 __rvm_install_source:123 rvm_ruby_make_install='make install'
/Users/elliottcable/.rvm/scripts/functions/manage/base:253 __rvm_install_source:125 if__rvm_run install 'make install' 'ruby-1.9.3-p392 - #installing '
/Users/elliottcable/.rvm/scripts/functions/utility:74 __rvm_run:2 typeset name message
/Users/elliottcable/.rvm/scripts/functions/utility:75 __rvm_run:3 typeset -a _command_array
/Users/elliottcable/.rvm/scripts/functions/utility:77 __rvm_run:5 name=install
/Users/elliottcable/.rvm/scripts/functions/utility:78 __rvm_run:6 eval '_command_array=( make install )'
/Users/elliottcable/.rvm/scripts/functions/utility:79 (eval):0 _command_array=( make install )
/Users/elliottcable/.rvm/scripts/functions/utility:79 __rvm_run:7 message='ruby-1.9.3-p392 - #installing '
/Users/elliottcable/.rvm/scripts/functions/utility:81 __rvm_run:9 __rvm_log_command install 'ruby-1.9.3-p392 - #installing ' make install
/Users/elliottcable/.rvm/scripts/functions/utility:87 __rvm_log_command:2 typeset name message _log _command_start _command_name
/Users/elliottcable/.rvm/scripts/functions/utility:88 __rvm_log_command:3 typeset -a _command
/Users/elliottcable/.rvm/scripts/functions/utility:90 __rvm_log_command:5 name=install
/Users/elliottcable/.rvm/scripts/functions/utility:91 __rvm_log_command:6 message='ruby-1.9.3-p392 - #installing '
/Users/elliottcable/.rvm/scripts/functions/utility:92 __rvm_log_command:7 shift 2
/Users/elliottcable/.rvm/scripts/functions/utility:93 __rvm_log_command:8 _command=( make install )
/Users/elliottcable/.rvm/scripts/functions/utility:94 __rvm_log_command:9 _command_start=make
/Users/elliottcable/.rvm/scripts/functions/utility:95 __rvm_log_command:10 while(( 2 ))
/Users/elliottcable/.rvm/scripts/functions/utility:95 __rvm_log_command:10 while cmdand[[ "$1" -regex-match "=" ]]
/Users/elliottcable/.rvm/scripts/functions/utility:98 __rvm_log_command:13 _command_name=make
/Users/elliottcable/.rvm/scripts/functions/utility:100 __rvm_log_command:15 [[ ! "${_command_start}" -regex-match "=" ]]
/Users/elliottcable/.rvm/scripts/functions/utility:101 __rvm_log_command:16 (( 0 == 0 ))
/Users/elliottcable/.rvm/scripts/functions/utility:103 __rvm_log_command:18 _log=/Users/elliottcable/.rvm/log/ruby-1.9.3-p392/install.log
/Users/elliottcable/.rvm/scripts/functions/utility:104 __rvm_log_command:19 rvm_debug 'Log file: /Users/elliottcable/.rvm/log/ruby-1.9.3-p392/install.log'
/Users/elliottcable/.rvm/scripts/functions/logging:89 rvm_debug:2 (( 0 ))
/Users/elliottcable/.rvm/scripts/functions/logging:89 rvm_debug:2 cmdorreturn 0
/Users/elliottcable/.rvm/scripts/functions/utility:106 __rvm_log_command:21 [[ -d /Users/elliottcable/.rvm/log/ruby-1.9.3-p392 ]]
/Users/elliottcable/.rvm/scripts/functions/utility:107 __rvm_log_command:22 [[ -f /Users/elliottcable/.rvm/log/ruby-1.9.3-p392/install.log ]]
/Users/elliottcable/.rvm/scripts/functions/utility:115 __rvm_log_command:30 pipe pipervm_debug_stream
/Users/elliottcable/.rvm/scripts/functions/logging:97 rvm_debug_stream:2 (( 0 || 1 ))
/Users/elliottcable/.rvm/scripts/functions/logging:98 rvm_debug_stream:3 ifrvm_pretty_print stdout
/Users/elliottcable/.rvm/scripts/functions/logging:17 rvm_pretty_print:2 casecase auto (0|no)
/Users/elliottcable/.rvm/scripts/functions/utility:115 __rvm_log_command:30 pipetee /Users/elliottcable/.rvm/log/ruby-1.9.3-p392/install.log
/Users/elliottcable/.rvm/scripts/functions/logging:17 rvm_pretty_print:2 casecase auto (1|auto)
/Users/elliottcable/.rvm/scripts/functions/logging:22 rvm_pretty_print:7 case casecase xterm-256color (dumb|unknown)
/Users/elliottcable/.rvm/scripts/functions/logging:25 rvm_pretty_print:10 case casecase stdout (stdout)
/Users/elliottcable/.rvm/scripts/functions/logging:26 rvm_pretty_print:11 case case[[ -t 1 ]]
/Users/elliottcable/.rvm/scripts/functions/logging:32 rvm_pretty_print:17 casereturn 0
/Users/elliottcable/.rvm/scripts/functions/utility:109 __rvm_log_command:24 cursh cmdsubstdate '+%Y-%m-%d %H:%M:%S'
/Users/elliottcable/.rvm/scripts/functions/logging:99 rvm_debug_stream:4 thencat -
/Users/elliottcable/.rvm/scripts/functions/logging:99 rvm_debug_stream:4 then pipeawk '{print ""$0""}'
/Users/elliottcable/.rvm/scripts/functions/utility:109 __rvm_log_command:24 curshprintf %b '[2013-02-27 14:34:31] make\n'
/Users/elliottcable/.rvm/scripts/functions/utility:110 __rvm_log_command:25 cursh ifis_a_function make
/Users/elliottcable/.rvm/scripts/functions/support:192 is_a_function:2 typeset -f make
/Users/elliottcable/.rvm/scripts/functions/support:192 is_a_function:2 cmdorreturn 1
/Users/elliottcable/.rvm/scripts/functions/utility:113 __rvm_log_command:28 curshprintf %b 'current path: /Users/elliottcable/.rvm/src/ruby-1.9.3-p392\n'
/Users/elliottcable/.rvm/scripts/functions/utility:114 __rvm_log_command:29 curshprintf %b 'command(2): make install\n'
[2013-02-27 14:34:31] make
current path: /Users/elliottcable/.rvm/src/ruby-1.9.3-p392
command(2): make install
/Users/elliottcable/.rvm/scripts/functions/utility:117 __rvm_log_command:32 __rvm_log_dotted /Users/elliottcable/.rvm/log/ruby-1.9.3-p392/install.log 'ruby-1.9.3-p392 - #installing ' make install
/Users/elliottcable/.rvm/scripts/functions/logging:133 __rvm_log_dotted:2 typeset __log_file __message __iterator
/Users/elliottcable/.rvm/scripts/functions/logging:134 __rvm_log_dotted:3 __log_file=/Users/elliottcable/.rvm/log/ruby-1.9.3-p392/install.log
/Users/elliottcable/.rvm/scripts/functions/logging:135 __rvm_log_dotted:4 __message='ruby-1.9.3-p392 - #installing '
/Users/elliottcable/.rvm/scripts/functions/logging:136 __rvm_log_dotted:5 shift 2
/Users/elliottcable/.rvm/scripts/functions/logging:137 __rvm_log_dotted:6 make install
/Users/elliottcable/.rvm/scripts/functions/logging:137 __rvm_log_dotted:6 pipe pipe__rvm_dotted 'ruby-1.9.3-p392 - #installing '
/Users/elliottcable/.rvm/scripts/functions/logging:137 __rvm_log_dotted:6 pipetee -a /Users/elliottcable/.rvm/log/ruby-1.9.3-p392/install.log
/Users/elliottcable/.rvm/scripts/functions/logging:112 __rvm_dotted:2 typeset flush __show_nth_dot
/Users/elliottcable/.rvm/scripts/functions/logging:113 __rvm_dotted:3 __show_nth_dot=1
/Users/elliottcable/.rvm/scripts/functions/logging:114 __rvm_dotted:4 unset rvm_show_every_nth_dot
/Users/elliottcable/.rvm/scripts/functions/logging:116 __rvm_dotted:6 if(( __show_nth_dot == 1 ))
/Users/elliottcable/.rvm/scripts/functions/logging:117 __rvm_dotted:7 then__show_nth_dot=''
/Users/elliottcable/.rvm/scripts/functions/logging:121 __rvm_dotted:11 ifawk '{fflush;}'
/Users/elliottcable/.rvm/scripts/functions/logging:122 __rvm_dotted:12 thenflush=fflush
/Users/elliottcable/.rvm/scripts/functions/logging:126 __rvm_dotted:16 if(( 1 ))
/Users/elliottcable/.rvm/scripts/functions/logging:127 __rvm_dotted:17 thenawk '{if (NR==1){printf "ruby-1.9.3-p392 - #installing "}; printf "."; fflush;} END{if (NR>0) print ""; else print "ruby-1.9.3-p392 - #installing "}'
ruby-1.9.3-p392 - #installing ..............
/Users/elliottcable/.rvm/scripts/functions/logging:138 __rvm_log_dotted:7 for__iterator=0
/Users/elliottcable/.rvm/scripts/functions/logging:140 __rvm_log_dotted:9 for casecase 0 ()
/Users/elliottcable/.rvm/scripts/functions/logging:140 __rvm_log_dotted:9 for casecase 0 (0)
/Users/elliottcable/.rvm/scripts/functions/logging:142 __rvm_log_dotted:11 for casetrue
/Users/elliottcable/.rvm/scripts/functions/logging:146 __rvm_log_dotted:15 return 0
/Users/elliottcable/.rvm/scripts/functions/manage/base:254 __rvm_install_source:126 thentrue
/Users/elliottcable/.rvm/scripts/functions/manage/base:261 __rvm_install_source:133 if[[ -s /Users/elliottcable/.rvm/src/ruby-1.9.3-p392/patches.list ]]
/Users/elliottcable/.rvm/scripts/functions/manage/base:265 __rvm_install_source:137 casecase ruby-1.9.3-p392 (ruby-1.8.4|ruby-1.8.5-*)
/Users/elliottcable/.rvm/scripts/functions/manage/base:278 __rvm_install_source:150 casecase --prefix=/Users/elliottcable/.rvm/rubies/ruby-1.9.3-p392 --with-opt-dir=/usr/local/opt/libyaml:/usr/local/opt/readline:/usr/local/opt/libxml2:/usr/local/opt/libxslt:/usr/local/opt/libksba:/usr/local/opt/openssl:/usr/local/opt/sqlite --disable-install-doc --without-tcl --without-tk --enable-shared (*[[:space:]]--program-suffix=*)
/Users/elliottcable/.rvm/scripts/functions/manage/base:289 __rvm_install_source:161 rvm_create_flag=1 /Users/elliottcable/.rvm/scripts/functions/manage/base:289 __rvm_install_source:161 __rvm_use
/Users/elliottcable/.rvm/scripts/selector:526 __rvm_use:2 typeset new_path binary full_binary_path rvm_ruby_gem_home
/Users/elliottcable/.rvm/scripts/selector:528 __rvm_use:4 __rvm_select
/Users/elliottcable/.rvm/scripts/selector:6 __rvm_select:2 true
/Users/elliottcable/.rvm/scripts/selector:7 __rvm_select:3 typeset _original_env_string
/Users/elliottcable/.rvm/scripts/selector:8 __rvm_select:4 _original_env_string=ruby-1.9.3-p392
/Users/elliottcable/.rvm/scripts/selector:11 __rvm_select:7 export -a rvm_configure_flags rvm_patch_names rvm_ree_options rvm_make_flags
/Users/elliottcable/.rvm/scripts/selector:12 __rvm_select:8 export GEM_HOME GEM_PATH MY_RUBY_HOME RUBY_VERSION IRBRC
/Users/elliottcable/.rvm/scripts/selector:13 __rvm_select:9 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
/Users/elliottcable/.rvm/scripts/selector:15 __rvm_select:11 if[[ -z ruby-1.9.3-p392 ]]
/Users/elliottcable/.rvm/scripts/selector:39 __rvm_select:35 __rvm_ruby_string
/Users/elliottcable/.rvm/scripts/selector:662 __rvm_ruby_string:10 typeset ruby_string gemset_name expanded_alias_name repo_url branch_name ruby_name
/Users/elliottcable/.rvm/scripts/selector:664 __rvm_ruby_string:12 __rvm_default_flags
/Users/elliottcable/.rvm/scripts/functions/env:9 __rvm_default_flags:2 true 0 0
/Users/elliottcable/.rvm/scripts/selector:666 __rvm_ruby_string:14 rvm_expanding_aliases=''
/Users/elliottcable/.rvm/scripts/selector:668 __rvm_ruby_string:16 true 1.9.3 '' ruby 1.9.3 '' p392 '' @ ruby-1.9.3-p392 0 0
/Users/elliottcable/.rvm/scripts/selector:674 __rvm_ruby_string:22 ifecho ruby-1.9.3-p392
/Users/elliottcable/.rvm/scripts/selector:674 __rvm_ruby_string:22 if pipeGREP_OPTIONS='' grep @
/Users/elliottcable/.rvm/scripts/selector:681 __rvm_ruby_string:29 if(( rvm_expanding_aliases == 0 ))
/Users/elliottcable/.rvm/scripts/selector:682 __rvm_ruby_string:30 if cmdand[[ -n ruby-1.9.3-p392 && ruby-1.9.3-p392 != system ]]
/Users/elliottcable/.rvm/scripts/selector:686 __rvm_ruby_string:34 then if[[ -f /Users/elliottcable/.rvm/config/alias && -s /Users/elliottcable/.rvm/config/alias ]]
/Users/elliottcable/.rvm/scripts/selector:691 __rvm_ruby_string:39 then elif[[ ruby-1.9.3-p392 == default ]]
/Users/elliottcable/.rvm/scripts/selector:698 __rvm_ruby_string:46 ifecho ruby-1.9.3-p392
/Users/elliottcable/.rvm/scripts/selector:698 __rvm_ruby_string:46 if pipeGREP_OPTIONS='' grep @
/Users/elliottcable/.rvm/scripts/selector:704 __rvm_ruby_string:52 ruby_string=ruby-1.9.3-p392
/Users/elliottcable/.rvm/scripts/selector:705 __rvm_ruby_string:53 gemset_name=''
/Users/elliottcable/.rvm/scripts/selector:706 __rvm_ruby_string:54 repo_url=git://github.com/ruby/ruby.git
/Users/elliottcable/.rvm/scripts/selector:707 __rvm_ruby_string:55 branch_name=''
/Users/elliottcable/.rvm/scripts/selector:708 __rvm_ruby_string:56 ruby_name=''
/Users/elliottcable/.rvm/scripts/selector:710 __rvm_ruby_string:58 __rvm_unset_ruby_variables
/Users/elliottcable/.rvm/scripts/functions/env:21 __rvm_unset_ruby_variables:3 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
/Users/elliottcable/.rvm/scripts/functions/env:22 __rvm_unset_ruby_variables:4 __rvm_load_rvmrc
/Users/elliottcable/.rvm/scripts/functions/init:5 __rvm_load_rvmrc:2 typeset _file
/Users/elliottcable/.rvm/scripts/functions/init:6 __rvm_load_rvmrc:3 typeset -a rvm_rvmrc_files
/Users/elliottcable/.rvm/scripts/functions/init:7 __rvm_load_rvmrc:4 if(( 0 == 1 ))
/Users/elliottcable/.rvm/scripts/functions/init:12 __rvm_load_rvmrc:9 [[ -n 022 ]]
/Users/elliottcable/.rvm/scripts/functions/init:14 __rvm_load_rvmrc:11 rvm_rvmrc_files=( /etc/rvmrc /Users/elliottcable/.rvmrc )
/Users/elliottcable/.rvm/scripts/functions/init:15 __rvm_load_rvmrc:12 if[[ -n /Users/elliottcable ]]
/Users/elliottcable/.rvm/scripts/functions/init:15 __rvm_load_rvmrc:12 if cmdand[[ /Users/elliottcable/.rvmrc -ef /Users/elliottcable/.rvmrc ]]
/Users/elliottcable/.rvm/scripts/functions/init:16 __rvm_load_rvmrc:13 thenrvm_rvmrc_files+=( /Users/elliottcable/.rvmrc )
/Users/elliottcable/.rvm/scripts/functions/init:18 __rvm_load_rvmrc:15 for_file=/etc/rvmrc
/Users/elliottcable/.rvm/scripts/functions/init:20 __rvm_load_rvmrc:17 for if[[ -s /etc/rvmrc ]]
/Users/elliottcable/.rvm/scripts/functions/init:18 __rvm_load_rvmrc:15 for_file=/Users/elliottcable/.rvmrc
/Users/elliottcable/.rvm/scripts/functions/init:20 __rvm_load_rvmrc:17 for if[[ -s /Users/elliottcable/.rvmrc ]]
/Users/elliottcable/.rvm/scripts/functions/init:18 __rvm_load_rvmrc:15 for_file=/Users/elliottcable/.rvmrc
/Users/elliottcable/.rvm/scripts/functions/init:20 __rvm_load_rvmrc:17 for if[[ -s /Users/elliottcable/.rvmrc ]]
/Users/elliottcable/.rvm/scripts/functions/init:35 __rvm_load_rvmrc:32 return 0
/Users/elliottcable/.rvm/scripts/selector:712 __rvm_ruby_string:60 rvm_ruby_repo_url=git://github.com/ruby/ruby.git
/Users/elliottcable/.rvm/scripts/selector:713 __rvm_ruby_string:61 rvm_ruby_repo_branch=''
/Users/elliottcable/.rvm/scripts/selector:714 __rvm_ruby_string:62 rvm_ruby_name=''
/Users/elliottcable/.rvm/scripts/selector:716 __rvm_ruby_string:64 if[[ -n '' ]]
/Users/elliottcable/.rvm/scripts/selector:722 __rvm_ruby_string:70 strings=( )
/Users/elliottcable/.rvm/scripts/selector:723 __rvm_ruby_string:71 __rvm_custom_separated_array strings - ruby-1.9.3-p392
/Users/elliottcable/.rvm/scripts/functions/utility:359 __rvm_custom_separated_array:2 typeset IFS
/Users/elliottcable/.rvm/scripts/functions/utility:360 __rvm_custom_separated_array:3 IFS=-
/Users/elliottcable/.rvm/scripts/functions/utility:361 __rvm_custom_separated_array:4 if[[ -n 5.0.0 ]]
/Users/elliottcable/.rvm/scripts/functions/utility:362 __rvm_custom_separated_array:5 theneval 'strings+=( ${=3} )'
/Users/elliottcable/.rvm/scripts/functions/utility:363 (eval):0 thenstrings+=( ruby 1.9.3 p392 )
/Users/elliottcable/.rvm/scripts/selector:725 __rvm_ruby_string:73 if(( 3 == 0 ))
/Users/elliottcable/.rvm/scripts/selector:740 __rvm_ruby_string:88 forstring=ruby
/Users/elliottcable/.rvm/scripts/selector:742 __rvm_ruby_string:90 for casecase ruby (head)
/Users/elliottcable/.rvm/scripts/selector:742 __rvm_ruby_string:90 for casecase ruby (system)
/Users/elliottcable/.rvm/scripts/selector:742 __rvm_ruby_string:90 for casecase ruby (ext|external)
/Users/elliottcable/.rvm/scripts/selector:742 __rvm_ruby_string:90 for casecase ruby (nightly|weekly)
/Users/elliottcable/.rvm/scripts/selector:742 __rvm_ruby_string:90 for casecase ruby (nightly*|weekly*)
/Users/elliottcable/.rvm/scripts/selector:742 __rvm_ruby_string:90 for casecase ruby (preview*)
/Users/elliottcable/.rvm/scripts/selector:742 __rvm_ruby_string:90 for casecase ruby (rc[[:digit:]]*)
/Users/elliottcable/.rvm/scripts/selector:742 __rvm_ruby_string:90 for casecase ruby ([[:digit:]].[[:digit:]]*)
/Users/elliottcable/.rvm/scripts/selector:742 __rvm_ruby_string:90 for casecase ruby (p[[:digit:]]*)
/Users/elliottcable/.rvm/scripts/selector:742 __rvm_ruby_string:90 for casecase ruby ([[:digit:]][[:digit:]]*)
/Users/elliottcable/.rvm/scripts/selector:742 __rvm_ruby_string:90 for casecase ruby (r[[:digit:]]*)
/Users/elliottcable/.rvm/scripts/selector:742 __rvm_ruby_string:90 for casecase ruby (s[[:alnum:]]*)
/Users/elliottcable/.rvm/scripts/selector:742 __rvm_ruby_string:90 for casecase ruby (tv[[:digit:]]*|t[[:digit:]]*)
/Users/elliottcable/.rvm/scripts/selector:742 __rvm_ruby_string:90 for casecase ruby (m[[:digit:]]*)
/Users/elliottcable/.rvm/scripts/selector:742 __rvm_ruby_string:90 for casecase ruby (u[[:alnum:]]*)
/Users/elliottcable/.rvm/scripts/selector:742 __rvm_ruby_string:90 for casecase ruby (a[[:digit:]][[:digit:]]*)
/Users/elliottcable/.rvm/scripts/selector:742 __rvm_ruby_string:90 for casecase ruby (b[[:digit:]]*)
/Users/elliottcable/.rvm/scripts/selector:742 __rvm_ruby_string:90 for casecase ruby (opal|ruby|rbx|jruby|macruby|ree|kiji|rubinius|maglev|ironruby|goruby|mruby|tcs|jamesgolick|topaz)
/Users/elliottcable/.rvm/scripts/selector:905 __rvm_ruby_string:253 for caservm_ruby_interpreter=ruby
/Users/elliottcable/.rvm/scripts/selector:740 __rvm_ruby_string:88 forstring=1.9.3
/Users/elliottcable/.rvm/scripts/selector:742 __rvm_ruby_string:90 for casecase 1.9.3 (head)
/Users/elliottcable/.rvm/scripts/selector:742 __rvm_ruby_string:90 for casecase 1.9.3 (system)
/Users/elliottcable/.rvm/scripts/selector:742 __rvm_ruby_string:90 for casecase 1.9.3 (ext|external)
/Users/elliottcable/.rvm/scripts/selector:742 __rvm_ruby_string:90 for casecase 1.9.3 (nightly|weekly)
/Users/elliottcable/.rvm/scripts/selector:742 __rvm_ruby_string:90 for casecase 1.9.3 (nightly*|weekly*)
/Users/elliottcable/.rvm/scripts/selector:742 __rvm_ruby_string:90 for casecase 1.9.3 (preview*)
/Users/elliottcable/.rvm/scripts/selector:742 __rvm_ruby_string:90 for casecase 1.9.3 (rc[[:digit:]]*)
/Users/elliottcable/.rvm/scripts/selector:742 __rvm_ruby_string:90 for casecase 1.9.3 ([[:digit:]].[[:digit:]]*)
/Users/elliottcable/.rvm/scripts/selector:798 __rvm_ruby_string:146 for case if[[ ruby == rbx ]]
/Users/elliottcable/.rvm/scripts/selector:811 __rvm_ruby_string:159 for case else casecase 1.9.3 (0.+([[:digit:]])|0.+([[:digit:]]).+([[:digit:]])|1.+([[:digit:]]).+([[:digit:]])|2.+([[:digit:]]).+([[:digit:]])|1.+([[:digit:]]).+([[:digit:]]).+([[:digit:]])|1.+([[:digit:]]))
/Users/elliottcable/.rvm/scripts/selector:813 __rvm_ruby_string:161 for case else caservm_ruby_version=1.9.3
/Users/elliottcable/.rvm/scripts/selector:814 __rvm_ruby_string:162 for case else caservm_ruby_revision=''
/Users/elliottcable/.rvm/scripts/selector:815 __rvm_ruby_string:163 for case else caservm_ruby_tag=''
/Users/elliottcable/.rvm/scripts/selector:740 __rvm_ruby_string:88 forstring=p392
/Users/elliottcable/.rvm/scripts/selector:742 __rvm_ruby_string:90 for casecase p392 (head)
/Users/elliottcable/.rvm/scripts/selector:742 __rvm_ruby_string:90 for casecase p392 (system)
/Users/elliottcable/.rvm/scripts/selector:742 __rvm_ruby_string:90 for casecase p392 (ext|external)
/Users/elliottcable/.rvm/scripts/selector:742 __rvm_ruby_string:90 for casecase p392 (nightly|weekly)
/Users/elliottcable/.rvm/scripts/selector:742 __rvm_ruby_string:90 for casecase p392 (nightly*|weekly*)
/Users/elliottcable/.rvm/scripts/selector:742 __rvm_ruby_string:90 for casecase p392 (preview*)
/Users/elliottcable/.rvm/scripts/selector:742 __rvm_ruby_string:90 for casecase p392 (rc[[:digit:]]*)
/Users/elliottcable/.rvm/scripts/selector:742 __rvm_ruby_string:90 for casecase p392 ([[:digit:]].[[:digit:]]*)
/Users/elliottcable/.rvm/scripts/selector:742 __rvm_ruby_string:90 for casecase p392 (p[[:digit:]]*)
/Users/elliottcable/.rvm/scripts/selector:839 __rvm_ruby_string:187 for caservm_ruby_patch_level=p392
/Users/elliottcable/.rvm/scripts/selector:919 __rvm_ruby_string:267 if[[ -z ruby ]]
/Users/elliottcable/.rvm/scripts/selector:936 __rvm_ruby_string:284 rvm_ruby_version=1.9.3
/Users/elliottcable/.rvm/scripts/selector:937 __rvm_ruby_string:285 if[[ -z 1.9.3 ]]
/Users/elliottcable/.rvm/scripts/selector:944 __rvm_ruby_string:292 if[[ -z 1.9.3 ]]
/Users/elliottcable/.rvm/scripts/selector:948 __rvm_ruby_string:296 elservm_ruby_string=ruby-1.9.3
/Users/elliottcable/.rvm/scripts/selector:951 __rvm_ruby_string:299 if[[ ruby == ext ]]
/Users/elliottcable/.rvm/scripts/selector:955 __rvm_ruby_string:303 elif(( 0 == 1 ))
/Users/elliottcable/.rvm/scripts/selector:959 __rvm_ruby_string:307 elif[[ -n '' ]]
/Users/elliottcable/.rvm/scripts/selector:963 __rvm_ruby_string:311 elif[[ -n '' ]]
/Users/elliottcable/.rvm/scripts/selector:967 __rvm_ruby_string:315 elif[[ -n '' ]]
/Users/elliottcable/.rvm/scripts/selector:971 __rvm_ruby_string:319 elif[[ -n p392 ]]
/Users/elliottcable/.rvm/scripts/selector:973 __rvm_ruby_string:321 elif-thenrvm_ruby_string=ruby-1.9.3-p392
/Users/elliottcable/.rvm/scripts/selector:1012 __rvm_ruby_string:360 if[[ -n '' ]]
/Users/elliottcable/.rvm/scripts/selector:1021 __rvm_ruby_string:369 elsedetected_rvm_ruby_name=''
/Users/elliottcable/.rvm/scripts/selector:1023 __rvm_ruby_string:371 true
/Users/elliottcable/.rvm/scripts/selector:41 __rvm_select:37 rvm_archive_extension=tar.gz
/Users/elliottcable/.rvm/scripts/selector:43 __rvm_select:39 if[[ -z ruby ]]
/Users/elliottcable/.rvm/scripts/selector:48 __rvm_select:44 casecase ruby (missing)
/Users/elliottcable/.rvm/scripts/selector:48 __rvm_select:44 casecase ruby (opal)
/Users/elliottcable/.rvm/scripts/selector:48 __rvm_select:44 casecase ruby (topaz)
/Users/elliottcable/.rvm/scripts/selector:48 __rvm_select:44 casecase ruby (macruby)
/Users/elliottcable/.rvm/scripts/selector:48 __rvm_select:44 casecase ruby (rbx|rubinius)
/Users/elliottcable/.rvm/scripts/selector:48 __rvm_select:44 casecase ruby (jruby)
/Users/elliottcable/.rvm/scripts/selector:48 __rvm_select:44 casecase ruby (maglev)
/Users/elliottcable/.rvm/scripts/selector:48 __rvm_select:44 casecase ruby (ironruby)
/Users/elliottcable/.rvm/scripts/selector:48 __rvm_select:44 casecase ruby (ree)
/Users/elliottcable/.rvm/scripts/selector:48 __rvm_select:44 casecase ruby (kiji)
/Users/elliottcable/.rvm/scripts/selector:48 __rvm_select:44 casecase ruby (goruby)
/Users/elliottcable/.rvm/scripts/selector:48 __rvm_select:44 casecase ruby (mruby)
/Users/elliottcable/.rvm/scripts/selector:48 __rvm_select:44 casecase ruby (tcs)
/Users/elliottcable/.rvm/scripts/selector:48 __rvm_select:44 casecase ruby (jamesgolick)
/Users/elliottcable/.rvm/scripts/selector:48 __rvm_select:44 casecase ruby (ruby)
/Users/elliottcable/.rvm/scripts/selector:353 __rvm_select:349 case if[[ -n p392 ]]
/Users/elliottcable/.rvm/scripts/selector:355 __rvm_select:351 case thenrvm_ruby_package_file=ruby-1.9.3-p392
/Users/elliottcable/.rvm/scripts/selector:356 __rvm_select:352 case thenrvm_ruby_package_name=ruby-1.9.3-p392
/Users/elliottcable/.rvm/scripts/selector:362 __rvm_select:358 case if[[ -z 1.9.3 ]]
/Users/elliottcable/.rvm/scripts/selector:366 __rvm_select:362 case elservm_ruby_repo_url=git://github.com/ruby/ruby.git
/Users/elliottcable/.rvm/scripts/selector:367 __rvm_select:363 case else if(( 0 == 0 ))
/Users/elliottcable/.rvm/scripts/selector:369 __rvm_select:365 case else then if__rvm_version_compare 1.9.3 -lt 1.8.5
/Users/elliottcable/.rvm/scripts/functions/utility:301 __rvm_version_compare:2 typeset first
/Users/elliottcable/.rvm/scripts/functions/utility:302 __rvm_version_compare:3 first=/Users/elliottcable/.rvm/scripts/functions/utility:302 __rvm_version_compare:3 cmdsubstprintf %b '1.9.3\n1.8.5\n'
/Users/elliottcable/.rvm/scripts/functions/utility:302 __rvm_version_compare:3 first=/Users/elliottcable/.rvm/scripts/functions/utility:302 __rvm_version_compare:3 first=/Users/elliottcable/.rvm/scripts/functions/utility:302 __rvm_version_compare:3 cmdsubst pipe pipehead -n1
/Users/elliottcable/.rvm/scripts/functions/utility:302 __rvm_version_compare:3 cmdsubst pipeLC_ALL=C sort -t. -k 1,1n -k 2,2n -k 3,3n -k 4,4n -k 5,5n
/Users/elliottcable/.rvm/scripts/functions/utility:302 __rvm_version_compare:3 first=1.8.5
/Users/elliottcable/.rvm/scripts/functions/utility:303 __rvm_version_compare:4 casecase -lt (-eq|==|=)
/Users/elliottcable/.rvm/scripts/functions/utility:303 __rvm_version_compare:4 casecase -lt (-gt|\>)
/Users/elliottcable/.rvm/scripts/functions/utility:303 __rvm_version_compare:4 casecase -lt (-ge|\>=)
/Users/elliottcable/.rvm/scripts/functions/utility:303 __rvm_version_compare:4 casecase -lt (-lt|\<)
/Users/elliottcable/.rvm/scripts/functions/utility:314 __rvm_version_compare:15 case[[ 1.9.3 != 1.8.5 && 1.8.5 == -lt ]]
/Users/elliottcable/.rvm/scripts/functions/utility:314 __rvm_version_compare:15 case cmdorreturn 1
/Users/elliottcable/.rvm/scripts/selector:373 __rvm_select:369 case else then elservm_archive_extension=tar.bz2
/Users/elliottcable/.rvm/scripts/selector:417 __rvm_select:413 if[[ -n 1.9.3 ]]
/Users/elliottcable/.rvm/scripts/selector:419 __rvm_select:415 then casecase 1.9.3 (+([[:digit:]]).+([[:digit:]]).+([[:digit:]]))
/Users/elliottcable/.rvm/scripts/selector:421 __rvm_select:417 then caservm_ruby_release_version=1
/Users/elliottcable/.rvm/scripts/selector:422 __rvm_select:418 then caservm_ruby_major_version=1.9
/Users/elliottcable/.rvm/scripts/selector:422 __rvm_select:418 then caservm_ruby_major_version=9
/Users/elliottcable/.rvm/scripts/selector:423 __rvm_select:419 then caservm_ruby_minor_version=3
/Users/elliottcable/.rvm/scripts/selector:433 __rvm_select:429 if[[ ruby == ext ]]
/Users/elliottcable/.rvm/scripts/selector:439 __rvm_select:435 elservm_ruby_package_name=ruby-1.9.3-p392
/Users/elliottcable/.rvm/scripts/selector:440 __rvm_select:436 elservm_ruby_home=/Users/elliottcable/.rvm/rubies/ruby-1.9.3-p392
/Users/elliottcable/.rvm/scripts/selector:441 __rvm_select:437 elservm_ruby_irbrc=/Users/elliottcable/.rvm/rubies/ruby-1.9.3-p392/.irbrc
/Users/elliottcable/.rvm/scripts/selector:442 __rvm_select:438 elservm_ruby_binary=/Users/elliottcable/.rvm/rubies/ruby-1.9.3-p392/bin/ruby
/Users/elliottcable/.rvm/scripts/selector:446 __rvm_select:442 if[[ maglev == ruby ]]
/Users/elliottcable/.rvm/scripts/selector:452 __rvm_select:448 [[ system == ruby ]]
/Users/elliottcable/.rvm/scripts/selector:454 __rvm_select:450 cmdor cursh__rvm_gemset_select
/Users/elliottcable/.rvm/scripts/selector_gemsets:133 __rvm_gemset_select:2 __rvm_gemset_select_only
/Users/elliottcable/.rvm/scripts/selector_gemsets:54 __rvm_gemset_select_only:2 rvm_ruby_gem_home=/Users/elliottcable/.rvm/gems/ruby-1.9.3-p392
/Users/elliottcable/.rvm/scripts/selector_gemsets:56 __rvm_gemset_select_only:4 : rvm_ignore_gemsets_flag:0:
/Users/elliottcable/.rvm/scripts/selector_gemsets:57 __rvm_gemset_select_only:5 if(( rvm_ignore_gemsets_flag ))
/Users/elliottcable/.rvm/scripts/selector_gemsets:63 __rvm_gemset_select_only:11 elservm_ruby_global_gems_path=/Users/elliottcable/.rvm/gems/ruby-1.9.3-p392@global
/Users/elliottcable/.rvm/scripts/selector_gemsets:65 __rvm_gemset_select_only:13 else__rvm_gemset_handle_default
/Users/elliottcable/.rvm/scripts/selector_gemsets:5 __rvm_gemset_handle_default:2 rvm_gemset_name=@@
/Users/elliottcable/.rvm/scripts/selector_gemsets:6 __rvm_gemset_handle_default:3 rvm_gemset_name=@@
/Users/elliottcable/.rvm/scripts/selector_gemsets:7 __rvm_gemset_handle_default:4 rvm_gemset_name=@
/Users/elliottcable/.rvm/scripts/selector_gemsets:8 __rvm_gemset_handle_default:5 rvm_gemset_name=''
/Users/elliottcable/.rvm/scripts/selector_gemsets:66 __rvm_gemset_select_only:14 else[[ -z '' ]]
/Users/elliottcable/.rvm/scripts/selector_gemsets:69 __rvm_gemset_select_only:17 else if[[ '' == global ]]
/Users/elliottcable/.rvm/scripts/selector_gemsets:73 __rvm_gemset_select_only:21 else elservm_ruby_gem_path=/Users/elliottcable/.rvm/gems/ruby-1.9.3-p392:/Users/elliottcable/.rvm/gems/ruby-1.9.3-p392@global
/Users/elliottcable/.rvm/scripts/selector_gemsets:77 __rvm_gemset_select_only:25 casecase (*/*)
/Users/elliottcable/.rvm/scripts/selector_gemsets:84 __rvm_gemset_select_only:32 if[[ -n '' ]]
/Users/elliottcable/.rvm/scripts/selector_gemsets:88 __rvm_gemset_select_only:36 elservm_env_string=ruby-1.9.3-p392
/Users/elliottcable/.rvm/scripts/selector_gemsets:90 __rvm_gemset_select_only:38 true
/Users/elliottcable/.rvm/scripts/selector_gemsets:134 __rvm_gemset_select:3 cmdand__rvm_gemset_select_validation
/Users/elliottcable/.rvm/scripts/selector_gemsets:96 __rvm_gemset_select_validation:3 if[[ ! -d /Users/elliottcable/.rvm/gems/ruby-1.9.3-p392 ]]
/Users/elliottcable/.rvm/scripts/selector_gemsets:105 __rvm_gemset_select_validation:12 elif(( 0 == 1 ))
/Users/elliottcable/.rvm/scripts/selector_gemsets:135 __rvm_gemset_select:4 cmdand cmdand__rvm_gemset_select_ensure
/Users/elliottcable/.rvm/scripts/selector_gemsets:113 __rvm_gemset_select_ensure:2 mkdir -p /Users/elliottcable/.rvm/gems/ruby-1.9.3-p392
/Users/elliottcable/.rvm/scripts/selector_gemsets:115 __rvm_gemset_select_ensure:4 if__rvm_using_gemset_globalcache
/Users/elliottcable/.rvm/scripts/functions/gemset:21 __rvm_using_gemset_globalcache:2 /Users/elliottcable/.rvm/scripts/db /Users/elliottcable/.rvm/user/db use_gemset_globalcache
/Users/elliottcable/.rvm/scripts/functions/gemset:22 __rvm_using_gemset_globalcache:3 pipeGREP_OPTIONS='' grep '^true$'
/Users/elliottcable/.rvm/scripts/functions/gemset:23 __rvm_using_gemset_globalcache:4 return 1
/Users/elliottcable/.rvm/scripts/selector:461 __rvm_select:457 rvm_ruby_selected_flag=1
/Users/elliottcable/.rvm/scripts/selector:463 __rvm_select:459 [[ -d /Users/elliottcable/.rvm/log/ruby-1.9.3-p392 ]]
/Users/elliottcable/.rvm/scripts/selector:466 __rvm_select:462 rvm_ruby_interpreter=ruby
/Users/elliottcable/.rvm/scripts/selector:530 __rvm_use:6 if[[ system == ruby ]]
/Users/elliottcable/.rvm/scripts/selector:534 __rvm_use:10 else if[[ ! -d /Users/elliottcable/.rvm/rubies/ruby-1.9.3-p392 ]]
/Users/elliottcable/.rvm/scripts/selector:536 __rvm_use:12 else then if[[ 0 -eq 1 ]]
/Users/elliottcable/.rvm/scripts/selector:541 __rvm_use:17 else then elservm_error 'ruby-1.9.3-p392 is not installed.'
/Users/elliottcable/.rvm/scripts/functions/logging:64 rvm_error:2 ifrvm_pretty_print stderr
/Users/elliottcable/.rvm/scripts/functions/logging:17 rvm_pretty_print:2 casecase auto (0|no)
/Users/elliottcable/.rvm/scripts/functions/logging:17 rvm_pretty_print:2 casecase auto (1|auto)
/Users/elliottcable/.rvm/scripts/functions/logging:22 rvm_pretty_print:7 case casecase xterm-256color (dumb|unknown)
/Users/elliottcable/.rvm/scripts/functions/logging:25 rvm_pretty_print:10 case casecase stderr (stdout)
/Users/elliottcable/.rvm/scripts/functions/logging:25 rvm_pretty_print:10 case casecase stderr (stderr)
/Users/elliottcable/.rvm/scripts/functions/logging:27 rvm_pretty_print:12 case case[[ -t 2 ]]
/Users/elliottcable/.rvm/scripts/functions/logging:32 rvm_pretty_print:17 casereturn 0
/Users/elliottcable/.rvm/scripts/functions/logging:65 rvm_error:3 thenprintf %b 'ruby-1.9.3-p392 is not installed.\n'
ruby-1.9.3-p392 is not installed.
/Users/elliottcable/.rvm/scripts/selector:542 __rvm_use:18 else then elservm_log 'To install do: '\''rvm install ruby-1.9.3-p392'\'
/Users/elliottcable/.rvm/scripts/functions/logging:105 rvm_log:2 ifrvm_pretty_print stdout
/Users/elliottcable/.rvm/scripts/functions/logging:17 rvm_pretty_print:2 casecase auto (0|no)
/Users/elliottcable/.rvm/scripts/functions/logging:17 rvm_pretty_print:2 casecase auto (1|auto)
/Users/elliottcable/.rvm/scripts/functions/logging:22 rvm_pretty_print:7 case casecase xterm-256color (dumb|unknown)
/Users/elliottcable/.rvm/scripts/functions/logging:25 rvm_pretty_print:10 case casecase stdout (stdout)
/Users/elliottcable/.rvm/scripts/functions/logging:26 rvm_pretty_print:11 case case[[ -t 1 ]]
/Users/elliottcable/.rvm/scripts/functions/logging:32 rvm_pretty_print:17 casereturn 0
/Users/elliottcable/.rvm/scripts/functions/logging:106 rvm_log:3 thenprintf %b 'To install do: '\''rvm install ruby-1.9.3-p392'\''\n'
To install do: 'rvm install ruby-1.9.3-p392'
/Users/elliottcable/.rvm/scripts/selector:543 __rvm_use:19 else then elseexport 'rvm_recommended_ruby=rvm install ruby-1.9.3-p392'
/Users/elliottcable/.rvm/scripts/selector:544 __rvm_use:20 else then elsereturn 1
/Users/elliottcable/.rvm/scripts/functions/manage/base:294 __rvm_install_source:166 cmdandreturn 1
/Users/elliottcable/.rvm/scripts/functions/manage/ruby:47 ruby_install:44 cmdorreturn 1
/Users/elliottcable/.rvm/scripts/functions/manage/base:398 __rvm_install_ruby:65 cmdorreturn 1
/Users/elliottcable/.rvm/scripts/functions/manage/base:1144 __rvm_manage_rubies:80 for else: manage_result:1
/Users/elliottcable/.rvm/scripts/functions/manage/base:1147 __rvm_manage_rubies:83 return 1
/Users/elliottcable/.rvm/scripts/upgrade:120 upgrade_ruby:15 cmdor cursh cmdordie_with_error 'Unable to install ruby ruby-1.9.3-p392. Please install it manually to continue.' 1
/Users/elliottcable/.rvm/scripts/upgrade:50 die_with_error:2 rvm_error 'Unable to install ruby ruby-1.9.3-p392. Please install it manually to continue.'
/Users/elliottcable/.rvm/scripts/functions/logging:64 rvm_error:2 ifrvm_pretty_print stderr
/Users/elliottcable/.rvm/scripts/functions/logging:17 rvm_pretty_print:2 casecase auto (0|no)
/Users/elliottcable/.rvm/scripts/functions/logging:17 rvm_pretty_print:2 casecase auto (1|auto)
/Users/elliottcable/.rvm/scripts/functions/logging:22 rvm_pretty_print:7 case casecase xterm-256color (dumb|unknown)
/Users/elliottcable/.rvm/scripts/functions/logging:25 rvm_pretty_print:10 case casecase stderr (stdout)
/Users/elliottcable/.rvm/scripts/functions/logging:25 rvm_pretty_print:10 case casecase stderr (stderr)
/Users/elliottcable/.rvm/scripts/functions/logging:27 rvm_pretty_print:12 case case[[ -t 2 ]]
/Users/elliottcable/.rvm/scripts/functions/logging:32 rvm_pretty_print:17 casereturn 0
/Users/elliottcable/.rvm/scripts/functions/logging:65 rvm_error:3 thenprintf %b 'Unable to install ruby ruby-1.9.3-p392. Please install it manually to continue.\n'
Unable to install ruby ruby-1.9.3-p392. Please install it manually to continue.
/Users/elliottcable/.rvm/scripts/upgrade:51 die_with_error:3 exit 1
/Users/elliottcable/.rvm/scripts/cli:1158 rvm:336 current_result=1
/Users/elliottcable/.rvm/scripts/cli:1159 rvm:337 (( result ))
/Users/elliottcable/.rvm/scripts/cli:1159 rvm:337 cmdorresult=1
/Users/elliottcable/.rvm/scripts/cli:1161 rvm:339 (( result ))
/Users/elliottcable/.rvm/scripts/cli:1174 rvm:352 current_result=0
/Users/elliottcable/.rvm/scripts/cli:1175 rvm:353 (( result ))
/Users/elliottcable/.rvm/scripts/cli:1177 rvm:355 typeset __local_rvm_trace_flag
/Users/elliottcable/.rvm/scripts/cli:1178 rvm:356 __local_rvm_trace_flag=1
/Users/elliottcable/.rvm/scripts/cli:1181 rvm:359 if[[ 0 -eq 1 ]]
/Users/elliottcable/.rvm/scripts/cli:1193 rvm:371 else__rvm_teardown
/Users/elliottcable/.rvm/scripts/functions/environment:275 __rvm_teardown:2 ifcommand -v __rvm_cleanup_tmp
/Users/elliottcable/.rvm/scripts/functions/environment:277 __rvm_teardown:4 then__rvm_cleanup_tmp
/Users/elliottcable/.rvm/scripts/functions/cleanup:109 __rvm_cleanup_tmp:2 if[[ -d /Users/elliottcable/.rvm/tmp/ ]]
/Users/elliottcable/.rvm/scripts/functions/cleanup:111 __rvm_cleanup_tmp:4 then casecase /Users/elliottcable/.rvm/tmp (*tmp)
/Users/elliottcable/.rvm/scripts/functions/cleanup:113 __rvm_cleanup_tmp:6 then case__rvm_rm_rf '/Users/elliottcable/.rvm/tmp/26598*'
/Users/elliottcable/.rvm/scripts/functions/cleanup:6 __rvm_rm_rf:2 __rvm_rm_rf_verbose '/Users/elliottcable/.rvm/tmp/26598*'
/Users/elliottcable/.rvm/scripts/functions/cleanup:13 __rvm_rm_rf_verbose:2 typeset target
/Users/elliottcable/.rvm/scripts/functions/cleanup:14 __rvm_rm_rf_verbose:3 target='/Users/elliottcable/.rvm/tmp/26598*'
/Users/elliottcable/.rvm/scripts/functions/cleanup:18 __rvm_rm_rf_verbose:7 if[[ -n 5.0.0 ]]
/Users/elliottcable/.rvm/scripts/functions/cleanup:20 __rvm_rm_rf_verbose:9 thensetopt extendedglob
/Users/elliottcable/.rvm/scripts/functions/cleanup:28 __rvm_rm_rf_verbose:17 casecase /Users/elliottcable/.rvm/tmp/26598* (*(/|.)@(|/Applications|/Developer|/Guides|/Information|/Library|/Network|/System|/User|/Users|/Volumes|/backups|/bdsm|/bin|/boot|/cores|/data|/dev|/etc|/home|/lib|/lib64|/mach_kernel|/media|/misc|/mnt|/net|/opt|/private|/proc|/root|/sbin|/selinux|/srv|/sys|/tmp|/usr|/var))
/Users/elliottcable/.rvm/scripts/functions/cleanup:28 __rvm_rm_rf_verbose:17 casecase /Users/elliottcable/.rvm/tmp/26598* (*)
/Users/elliottcable/.rvm/scripts/functions/cleanup:34 __rvm_rm_rf_verbose:23 case[[ -n '/Users/elliottcable/.rvm/tmp/26598*' ]]
/Users/elliottcable/.rvm/scripts/functions/cleanup:40 __rvm_rm_rf_verbose:29 case if[[ -d '/Users/elliottcable/.rvm/tmp/26598*' ]]
/Users/elliottcable/.rvm/scripts/functions/cleanup:49 __rvm_rm_rf_verbose:38 case elif[[ -f '/Users/elliottcable/.rvm/tmp/26598*' || -L '/Users/elliottcable/.rvm/tmp/26598*' ]]
/Users/elliottcable/.rvm/scripts/functions/cleanup:58 __rvm_rm_rf_verbose:47 case elservm_debug '__rvm_rm_rf already gone: /Users/elliottcable/.rvm/tmp/26598*'
/Users/elliottcable/.rvm/scripts/functions/logging:89 rvm_debug:2 (( 0 ))
/Users/elliottcable/.rvm/scripts/functions/logging:89 rvm_debug:2 cmdorreturn 0
/Users/elliottcable/.rvm/scripts/functions/cleanup:59 __rvm_rm_rf_verbose:48 case elsereturn 0
/Users/elliottcable/.rvm/scripts/functions/cleanup:117 __rvm_cleanup_tmp:10 return 0
/Users/elliottcable/.rvm/scripts/functions/environment:280 __rvm_teardown:7 export __rvm_env_loaded
/Users/elliottcable/.rvm/scripts/functions/environment:282 __rvm_teardown:9 : __rvm_env_loaded:1:
/Users/elliottcable/.rvm/scripts/functions/environment:284 __rvm_teardown:11 : __rvm_env_loaded:1:
/Users/elliottcable/.rvm/scripts/functions/environment:286 __rvm_teardown:13 : __rvm_env_loaded:0:
/Users/elliottcable/.rvm/scripts/functions/environment:288 __rvm_teardown:15 if[[ -z /Users/elliottcable/.rvm/tmp ]]
/Users/elliottcable/.rvm/scripts/functions/environment:288 __rvm_teardown:15 if cmdor(( __rvm_env_loaded > 0 ))
/Users/elliottcable/.rvm/scripts/functions/environment:293 __rvm_teardown:20 if[[ -n '' ]]
/Users/elliottcable/.rvm/scripts/functions/environment:298 __rvm_teardown:25 if[[ -n 5.0.0 ]]
/Users/elliottcable/.rvm/scripts/functions/environment:301 __rvm_teardown:28 then(( rvm_zsh_clobber == 0 ))
/Users/elliottcable/.rvm/scripts/functions/environment:303 __rvm_teardown:30 then(( rvm_zsh_nomatch == 0 ))
/Users/elliottcable/.rvm/scripts/functions/environment:303 __rvm_teardown:30 then cmdorsetopt nomatch
/Users/elliottcable/.rvm/scripts/functions/environment:305 __rvm_teardown:32 thenunset rvm_zsh_clobber rvm_zsh_nomatch
/Users/elliottcable/.rvm/scripts/functions/environment:308 __rvm_teardown:35 if[[ -n 022 ]]
/Users/elliottcable/.rvm/scripts/functions/environment:310 __rvm_teardown:37 thenumask 022
/Users/elliottcable/.rvm/scripts/functions/environment:311 __rvm_teardown:38 thenunset rvm_stored_umask
/Users/elliottcable/.rvm/scripts/functions/environment:314 __rvm_teardown:41 if[[ '' == 1 ]]
/Users/elliottcable/.rvm/scripts/functions/environment:318 __rvm_teardown:45 __variables_definition unset
/Users/elliottcable/.rvm/scripts/functions/environment:190 __variables_definition:2 typeset -a __variables_list __array_list
/Users/elliottcable/.rvm/scripts/functions/environment:191 __variables_definition:3 typeset __method
/Users/elliottcable/.rvm/scripts/functions/environment:193 __variables_definition:5 __method=unset
/Users/elliottcable/.rvm/scripts/functions/environment:197 __variables_definition:9 __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_force_autoconf_flag rvm_dump_environment_flag rvm_verbose_flag rvm_debug_flag rvm_trace_flag 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 )
/Users/elliottcable/.rvm/scripts/functions/environment:222 __variables_definition:34 __array_list=( rvm_patch_names rvm_ree_options rvm_autoconf_flags )
/Users/elliottcable/.rvm/scripts/functions/environment:226 __variables_definition:38 casecase unset (export)
/Users/elliottcable/.rvm/scripts/functions/environment:226 __variables_definition:38 casecase unset (unset)
/Users/elliottcable/.rvm/scripts/functions/environment:228 __variables_definition:40 caseunset rvm_patch_names rvm_ree_options rvm_autoconf_flags
/Users/elliottcable/.rvm/scripts/functions/environment:235 __variables_definition:47 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_force_autoconf_flag rvm_dump_environment_flag rvm_verbose_flag rvm_debug_flag rvm_trace_flag 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
/Users/elliottcable/.rvm/scripts/functions/environment:320 __rvm_teardown:47 ifcommand -v __rvm_cleanup_download
/Users/elliottcable/.rvm/scripts/functions/environment:325 __rvm_teardown:52 return 0
/Users/elliottcable/.rvm/scripts/cli:1196 rvm:374 if(( __local_rvm_trace_flag > 0 ))
/Users/elliottcable/.rvm/scripts/cli:1198 rvm:376 thenset +o verbose
/Users/elliottcable/.rvm/scripts/cli:1199 rvm:377 thenset +o xtrace
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment