Skip to content

Instantly share code, notes, and snippets.

@tejanium
Created October 3, 2012 15:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tejanium/3827581 to your computer and use it in GitHub Desktop.
Save tejanium/3827581 to your computer and use it in GitHub Desktop.
~ $ CC=/usr/local/bin/gcc-4.2 rvm --trace install 1.9.3-perf --patch falcon
--force-autoconf -j 3
+__rvm_parse_args:638> [[ -n 4.3.11 ]]
+__rvm_parse_args:673> [[ -z '' && -n '' ]]
+__rvm_parse_args:676> [[ error == || 0 -eq 1 || -n '' ]]
+__rvm_parse_args:16> [[ -n install ]]
+__rvm_parse_args:18> rvm_token=install
+__rvm_parse_args:20> (( 6 > 0 ))
+__rvm_parse_args:22> next_token=1.9.3-perf
+__rvm_parse_args:23> shift
+__rvm_parse_args:28> case install ([[:alnum:]]*|@*)
+__rvm_parse_args:31> case install (use)
+__rvm_parse_args:31> case install (install|uninstall|reinstall|try_install)
+__rvm_parse_args:44> export 'install_flag=1'
+__rvm_parse_args:45> rvm_action=install
+__rvm_parse_args:673> [[ -z install ]]
+__rvm_parse_args:676> [[ error == install || 0 -eq 1 || -n '' ]]
+__rvm_parse_args:16> [[ -n 1.9.3-perf ]]
+__rvm_parse_args:18> rvm_token=1.9.3-perf
+__rvm_parse_args:20> (( 5 > 0 ))
+__rvm_parse_args:22> next_token=--patch
+__rvm_parse_args:23> shift
+__rvm_parse_args:28> case 1.9.3-perf ([[:alnum:]]*|@*)
+__rvm_parse_args:31> case 1.9.3-perf (use)
+__rvm_parse_args:31> case 1.9.3-perf (install|uninstall|reinstall|try_install)
+__rvm_parse_args:31> case 1.9.3-perf (gemset)
+__rvm_parse_args:31> case 1.9.3-perf (gemdir|gempath|gemhome)
+__rvm_parse_args:31> case 1.9.3-perf (pkg)
+__rvm_parse_args:31> case 1.9.3-perf (do|exec)
+__rvm_parse_args:31> case 1.9.3-perf (gem|rake|ruby)
+__rvm_parse_args:31> case 1.9.3-perf
(fetch|version|srcdir|reset|debug|reload|update|monitor|notes|implode|seppuku|question|answer|env|unexport|requirements|automount|prepare)
+__rvm_parse_args:31> case 1.9.3-perf (mount)
+__rvm_parse_args:31> case 1.9.3-perf (rm|remove)
+__rvm_parse_args:31> case 1.9.3-perf
(rtfm|RTFM|rvmrc|usage|help|inspect|list|ls|info|strings|get|current|docs|alias|rubygems|cleanup|tools|disk-usage|snapshot|repair|migrate|upgrade|cron|group|switch)
+__rvm_parse_args:31> case 1.9.3-perf (user)
+__rvm_parse_args:31> case 1.9.3-perf (load-rvmrc)
+__rvm_parse_args:31> case 1.9.3-perf (benchmark|bench)
+__rvm_parse_args:31> case 1.9.3-perf (specs|tests)
+__rvm_parse_args:31> case 1.9.3-perf (export)
+__rvm_parse_args:31> case 1.9.3-perf (alt*)
+__rvm_parse_args:31> case 1.9.3-perf (wrapper)
+__rvm_parse_args:31> case 1.9.3-perf (reboot|damnit|wtf|argh|BOOM|boom|wth)
+__rvm_parse_args:31> case 1.9.3-perf (in)
+__rvm_parse_args:31> case 1.9.3-perf (*,*)
+__rvm_parse_args:31> case 1.9.3-perf (@*)
+__rvm_parse_args:31> case 1.9.3-perf (*@*)
+__rvm_parse_args:31> case 1.9.3-perf (*+*)
+__rvm_parse_args:31> case 1.9.3-perf (*-*|+([[:digit:]]).+([[:digit:]])*)
+__rvm_parse_args:280> rvm_action=install
+__rvm_parse_args:281> rvm_ruby_string=1.9.3-perf
+__rvm_parse_args:282> rvm_ruby_strings=1.9.3-perf
+__rvm_parse_args:673> [[ -z install ]]
+__rvm_parse_args:676> [[ error == install || 0 -eq 1 || -n '' ]]
+__rvm_parse_args:16> [[ -n --patch ]]
+__rvm_parse_args:18> rvm_token=--patch
+__rvm_parse_args:20> (( 4 > 0 ))
+__rvm_parse_args:22> next_token=falcon
+__rvm_parse_args:23> shift
+__rvm_parse_args:28> case --patch ([[:alnum:]]*|@*)
+__rvm_parse_args:28> case --patch (-*)
+__rvm_parse_args:339> case --patch (-S)
+__rvm_parse_args:339> case --patch (-e)
+__rvm_parse_args:339> case --patch (-v|--version)
+__rvm_parse_args:339> case --patch (-n|--name)
+__rvm_parse_args:339> case --patch (--branch)
+__rvm_parse_args:339> case --patch (--repository|--repo|--url)
+__rvm_parse_args:339> case --patch (-r|--remote|--binary)
+__rvm_parse_args:339> case --patch (--ree-options)
+__rvm_parse_args:339> case --patch (--patches|--patch)
+__rvm_parse_args:414> export -a rvm_patch_names
+__rvm_parse_args:415> __rvm_custom_separated_array rvm_patch_names , falcon
+__rvm_custom_separated_array:2> typeset IFS
+__rvm_custom_separated_array:3> IFS=,
+__rvm_custom_separated_array:4> [[ -n 4.3.11 ]]
+__rvm_custom_separated_array:5> eval 'rvm_patch_names+=( ${=3} )'
+(eval):1> rvm_patch_names+=( falcon )
+__rvm_parse_args:416> next_token=--force-autoconf
+__rvm_parse_args:417> (( 3 == 0 ))
+__rvm_parse_args:417> shift
+__rvm_parse_args:418> rvm_patch_original_pwd=/Users/teja
+__rvm_parse_args:419> rvm_disable_binary_flag=1
+__rvm_parse_args:673> [[ -z install ]]
+__rvm_parse_args:676> [[ error == install || 0 -eq 1 || -n '' ]]
+__rvm_parse_args:16> [[ -n --force-autoconf ]]
+__rvm_parse_args:18> rvm_token=--force-autoconf
+__rvm_parse_args:20> (( 2 > 0 ))
+__rvm_parse_args:22> next_token=-j
+__rvm_parse_args:23> shift
+__rvm_parse_args:28> case --force-autoconf ([[:alnum:]]*|@*)
+__rvm_parse_args:28> case --force-autoconf (-*)
+__rvm_parse_args:339> case --force-autoconf (-S)
+__rvm_parse_args:339> case --force-autoconf (-e)
+__rvm_parse_args:339> case --force-autoconf (-v|--version)
+__rvm_parse_args:339> case --force-autoconf (-n|--name)
+__rvm_parse_args:339> case --force-autoconf (--branch)
+__rvm_parse_args:339> case --force-autoconf (--repository|--repo|--url)
+__rvm_parse_args:339> case --force-autoconf (-r|--remote|--binary)
+__rvm_parse_args:339> case --force-autoconf (--ree-options)
+__rvm_parse_args:339> case --force-autoconf (--patches|--patch)
+__rvm_parse_args:339> case --force-autoconf (--arch|--archflags)
+__rvm_parse_args:339> case --force-autoconf (--with-arch=*)
+__rvm_parse_args:339> case --force-autoconf (--32)
+__rvm_parse_args:339> case --force-autoconf (--64)
+__rvm_parse_args:339> case --force-autoconf (--universal)
+__rvm_parse_args:339> case --force-autoconf (--bin)
+__rvm_parse_args:339> case --force-autoconf (--rdoc|--yard)
+__rvm_parse_args:339> case --force-autoconf (-f|--file)
+__rvm_parse_args:339> case --force-autoconf (--passenger)
+__rvm_parse_args:339> case --force-autoconf (--editor)
+__rvm_parse_args:339> case --force-autoconf (--symlink)
+__rvm_parse_args:339> case --force-autoconf (-h|--help)
+__rvm_parse_args:339> case --force-autoconf (-l|--level)
+__rvm_parse_args:339> case --force-autoconf (--sha|--make|--make-install)
+__rvm_parse_args:339> case --force-autoconf
(--nice|--sdk|--autoconf-flags|--proxy)
+__rvm_parse_args:339> case --force-autoconf (--disable-llvm|--disable-jit)
+__rvm_parse_args:339> case --force-autoconf (--enable-llvm|--enable-jit)
+__rvm_parse_args:339> case --force-autoconf (--install)
+__rvm_parse_args:339> case --force-autoconf (--color=*)
+__rvm_parse_args:339> case --force-autoconf (--pretty)
+__rvm_parse_args:339> case --force-autoconf (--1.8|--1.9|--18|--19)
+__rvm_parse_args:339> case --force-autoconf
(--rvmrc|--versions-conf|--ruby-version)
+__rvm_parse_args:339> case --force-autoconf (--head|--static)
+__rvm_parse_args:339> case --force-autoconf
(--self|--gem|--rubygems|--reconfigure|--default|--force|--export|--summary|--latest|--yaml|--json|--archive|--shebang|--env|--path|--cron|--tail|--delete|--verbose|--import|--sticky|--create|--gems|--docs|--skip-autoreconf|--force-autoconf|--auto|--autoinstall-bundler|--disable-binary|--ignore-gemsets|--skip-gemsets|--debug|--quiet|--silent)
+__rvm_parse_args:560> rvm_token=force-autoconf
+__rvm_parse_args:561> rvm_token=force_autoconf
+__rvm_parse_args:562> export 'rvm_force_autoconf_flag=1'
+__rvm_parse_args:673> [[ -z install ]]
+__rvm_parse_args:676> [[ error == install || 0 -eq 1 || -n '' ]]
+__rvm_parse_args:16> [[ -n -j ]]
+__rvm_parse_args:18> rvm_token=-j
+__rvm_parse_args:20> (( 1 > 0 ))
+__rvm_parse_args:22> next_token=3
+__rvm_parse_args:23> shift
+__rvm_parse_args:28> case -j ([[:alnum:]]*|@*)
+__rvm_parse_args:28> case -j (-*)
+__rvm_parse_args:339> case -j (-S)
+__rvm_parse_args:339> case -j (-e)
+__rvm_parse_args:339> case -j (-v|--version)
+__rvm_parse_args:339> case -j (-n|--name)
+__rvm_parse_args:339> case -j (--branch)
+__rvm_parse_args:339> case -j (--repository|--repo|--url)
+__rvm_parse_args:339> case -j (-r|--remote|--binary)
+__rvm_parse_args:339> case -j (--ree-options)
+__rvm_parse_args:339> case -j (--patches|--patch)
+__rvm_parse_args:339> case -j (--arch|--archflags)
+__rvm_parse_args:339> case -j (--with-arch=*)
+__rvm_parse_args:339> case -j (--32)
+__rvm_parse_args:339> case -j (--64)
+__rvm_parse_args:339> case -j (--universal)
+__rvm_parse_args:339> case -j (--bin)
+__rvm_parse_args:339> case -j (--rdoc|--yard)
+__rvm_parse_args:339> case -j (-f|--file)
+__rvm_parse_args:339> case -j (--passenger)
+__rvm_parse_args:339> case -j (--editor)
+__rvm_parse_args:339> case -j (--symlink)
+__rvm_parse_args:339> case -j (-h|--help)
+__rvm_parse_args:339> case -j (-l|--level)
+__rvm_parse_args:339> case -j (--sha|--make|--make-install)
+__rvm_parse_args:339> case -j (--nice|--sdk|--autoconf-flags|--proxy)
+__rvm_parse_args:339> case -j (--disable-llvm|--disable-jit)
+__rvm_parse_args:339> case -j (--enable-llvm|--enable-jit)
+__rvm_parse_args:339> case -j (--install)
+__rvm_parse_args:339> case -j (--color=*)
+__rvm_parse_args:339> case -j (--pretty)
+__rvm_parse_args:339> case -j (--1.8|--1.9|--18|--19)
+__rvm_parse_args:339> case -j (--rvmrc|--versions-conf|--ruby-version)
+__rvm_parse_args:339> case -j (--head|--static)
+__rvm_parse_args:339> case -j
(--self|--gem|--rubygems|--reconfigure|--default|--force|--export|--summary|--latest|--yaml|--json|--archive|--shebang|--env|--path|--cron|--tail|--delete|--verbose|--import|--sticky|--create|--gems|--docs|--skip-autoreconf|--force-autoconf|--auto|--autoinstall-bundler|--disable-binary|--ignore-gemsets|--skip-gemsets|--debug|--quiet|--silent)
+__rvm_parse_args:339> case -j (--dump-environment|--verify-downloads)
+__rvm_parse_args:339> case -j (--clang)
+__rvm_parse_args:339> case -j (-M)
+__rvm_parse_args:339> case -j (-j)
+__rvm_parse_args:594> [[ -n 3 ]]
+__rvm_parse_args:596> rvm_make_flags+=( -j3 )
+__rvm_parse_args:597> next_token=''
+__rvm_parse_args:598> (( 0 == 0 ))
+__rvm_parse_args:673> [[ -z install ]]
+__rvm_parse_args:676> [[ error == install || 0 -eq 1 || -n '' ]]
+__rvm_parse_args:16> [[ -n '' ]]
+__rvm_parse_args:681> : rvm_ruby_args:0::
+__rvm_parse_args:683> [[ -n '' ]]
++ [[ -z '' ]]
++ export PS4
++ PS4='+ ${BASH_SOURCE##${rvm_path:-}} : ${FUNCNAME[0]:+${FUNCNAME[0]}()}
${LINENO} > '
++ /scripts/base : 21 > export __array_start rvm_path
++ /scripts/base : 26 > [[ -n '' ]]
++ /scripts/base : 30 > __array_start=0
++ /scripts/base : 33 > (( 0 == 0 ))
++ /scripts/base : 35 > [[ -n 022 ]]
++ /scripts/base : 36 > rvm_rvmrc_files=("/etc/rvmrc" "$HOME/.rvmrc")
++ /scripts/base : 37 > [[ -n /Users/teja ]]
++ /scripts/base : 37 > [[ /Users/teja/.rvmrc -ef /Users/teja/.rvmrc ]]
++ /scripts/base : 38 > rvm_rvmrc_files+=("${rvm_prefix}/.rvmrc")
++ /scripts/base : 41 > for rvmrc in '"${rvm_rvmrc_files[@]}"'
++ /scripts/base : 43 > [[ -f /etc/rvmrc ]]
++ /scripts/base : 41 > for rvmrc in '"${rvm_rvmrc_files[@]}"'
++ /scripts/base : 43 > [[ -f /Users/teja/.rvmrc ]]
++ /scripts/base : 41 > for rvmrc in '"${rvm_rvmrc_files[@]}"'
++ /scripts/base : 43 > [[ -f /Users/teja/.rvmrc ]]
++ /scripts/base : 58 > unset rvm_rvmrc_files
++ /scripts/base : 61 > export rvm_path
++ /scripts/base : 62 > [[ -z /Users/teja/.rvm ]]
++ /scripts/base : 74 > true /Users/teja/.rvm/scripts
++ /scripts/base : 77 > source /Users/teja/.rvm/scripts/initialize
+++ /scripts/initialize : 3 > : rvm_trace_flag:1
+++ /scripts/initialize : 4 > (( rvm_trace_flag > 0 ))
+++ /scripts/initialize : 6 > set -o xtrace
+++ /scripts/initialize : 9 > [[ -z '' ]]
+++ /scripts/initialize : 14 > export PS4
+++ /scripts/initialize : 15 > PS4='+ ${BASH_SOURCE##${rvm_path:-}} :
${FUNCNAME[0]:+${FUNCNAME[0]}()} ${LINENO} > '
+++ /scripts/initialize : 21 > [[ -n 3.2.48(1)-release ]]
+++ /scripts/initialize : 23 > shopt -s extglob
+++ /scripts/initialize : 33 > export __rvm_env_loaded
+++ /scripts/initialize : 35 > : __rvm_env_loaded:1:
+++ /scripts/initialize : 37 > : __rvm_env_loaded:2:
+++ /scripts/initialize : 40 > [[ -z /Users/teja/.rvm/tmp ]]
+++ /scripts/initialize : 40 > (( __rvm_env_loaded == 1 ))
++ /scripts/base : 81 > case " ${rvm_base_except:-} " in
++ /scripts/base : 83 > true
++ /scripts/base : 91 > typeset -a scripts
++ /scripts/base : 94 > scripts=(logging support utility init cleanup env
rvmrc install environment gemset db bundler checksum)
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/logging
++++ /scripts/functions/logging : 40 > /Users/teja/.rvm/scripts/color red
+++ /scripts/functions/logging : 40 > rvm_error_clr=''
++++ /scripts/functions/logging : 41 > /Users/teja/.rvm/scripts/color yellow
+++ /scripts/functions/logging : 41 > rvm_warn_clr=''
++++ /scripts/functions/logging : 42 > /Users/teja/.rvm/scripts/color magenta
+++ /scripts/functions/logging : 42 > rvm_debug_clr=''
++++ /scripts/functions/logging : 43 > /Users/teja/.rvm/scripts/color green
+++ /scripts/functions/logging : 43 > rvm_notify_clr=''
++++ /scripts/functions/logging : 44 > /Users/teja/.rvm/scripts/color reset
+++ /scripts/functions/logging : 44 > rvm_reset_clr=''
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/support
+++ /scripts/functions/support : 3 > [[ -z tar ]]
+++ /scripts/functions/support : 12 > [[ ! =~ --no-same-owner ]]
+++ /scripts/functions/support : 13 > tar --help
+++ /scripts/functions/support : 13 > GREP_OPTIONS=
+++ /scripts/functions/support : 13 > grep -- --no-same-owner
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/utility
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/init
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/cleanup
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/env
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/rvmrc
+++ /scripts/functions/rvmrc : 3 > export escape_flag _first _second
+++ /scripts/functions/rvmrc : 4 > escape_flag=1
+++ /scripts/functions/rvmrc : 5 > _first=0
+++ /scripts/functions/rvmrc : 6 > _second=1
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/install
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/environment
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/gemset
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/db
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/bundler
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/checksum
++ /scripts/base : 98 > unset scripts entry rvm_base_except
+ /scripts/list : 361 > args=($*)
+ /scripts/list : 362 > action=strings
+ /scripts/list : 363 > args=
+ /scripts/list : 365 > case "${action:-rubies}" in
+ /scripts/list : 372 > list_strings
+ /scripts/list : list_strings() 202 > builtin cd /Users/teja/.rvm/rubies
+ /scripts/list : list_strings() 203 > find . -maxdepth 1 -mindepth 1 -type d
+ /scripts/list : list_strings() 203 > sed -e s#./##g
+ /scripts/list : list_strings() 206 > return 0
+ /scripts/list : 381 > exit 0
+/Users/teja/.rvm/scripts/base:11> [[ -z 4.3.11 ]]
+/Users/teja/.rvm/scripts/base:21> export __array_start rvm_path
+/Users/teja/.rvm/scripts/base:26> [[ -n 4.3.11 ]]
+/Users/teja/.rvm/scripts/base:28> __array_start=1
+/Users/teja/.rvm/scripts/base:33> (( 0 == 0 ))
+/Users/teja/.rvm/scripts/base:35> [[ -n 022 ]]
+/Users/teja/.rvm/scripts/base:36> rvm_rvmrc_files=( /etc/rvmrc
/Users/teja/.rvmrc )
+/Users/teja/.rvm/scripts/base:37> [[ -n /Users/teja ]]
+/Users/teja/.rvm/scripts/base:37> [[ /Users/teja/.rvmrc -ef /Users/teja/.rvmrc
]]
+/Users/teja/.rvm/scripts/base:38> rvm_rvmrc_files+=( /Users/teja/.rvmrc )
+/Users/teja/.rvm/scripts/base:41> rvmrc=/etc/rvmrc
+/Users/teja/.rvm/scripts/base:43> [[ -f /etc/rvmrc ]]
+/Users/teja/.rvm/scripts/base:41> rvmrc=/Users/teja/.rvmrc
+/Users/teja/.rvm/scripts/base:43> [[ -f /Users/teja/.rvmrc ]]
+/Users/teja/.rvm/scripts/base:41> rvmrc=/Users/teja/.rvmrc
+/Users/teja/.rvm/scripts/base:43> [[ -f /Users/teja/.rvmrc ]]
+/Users/teja/.rvm/scripts/base:58> unset rvm_rvmrc_files
+/Users/teja/.rvm/scripts/base:61> export rvm_path
+/Users/teja/.rvm/scripts/base:62> [[ -z /Users/teja/.rvm ]]
+/Users/teja/.rvm/scripts/base:74> true /Users/teja/.rvm/scripts
+/Users/teja/.rvm/scripts/base:77> source /Users/teja/.rvm/scripts/initialize
+/Users/teja/.rvm/scripts/initialize:3> : rvm_trace_flag:1
+/Users/teja/.rvm/scripts/initialize:4> (( rvm_trace_flag > 0 ))
+/Users/teja/.rvm/scripts/initialize:6> set -o xtrace
+/Users/teja/.rvm/scripts/initialize:9> [[ -z 4.3.11 ]]
+/Users/teja/.rvm/scripts/initialize:21> [[ -n '' ]]
+/Users/teja/.rvm/scripts/initialize:24> [[ -n 4.3.11 ]]
+/Users/teja/.rvm/scripts/initialize:26> setopt extendedglob
+/Users/teja/.rvm/scripts/initialize:27> setopt kshglob
+/Users/teja/.rvm/scripts/initialize:28> setopt no_glob_subst
+/Users/teja/.rvm/scripts/initialize:33> export __rvm_env_loaded
+/Users/teja/.rvm/scripts/initialize:35> : __rvm_env_loaded:1:
+/Users/teja/.rvm/scripts/initialize:37> : __rvm_env_loaded:2:
+/Users/teja/.rvm/scripts/initialize:40> [[ -z /Users/teja/.rvm/tmp ]]
+/Users/teja/.rvm/scripts/initialize:40> (( __rvm_env_loaded == 1 ))
+/Users/teja/.rvm/scripts/base:81> case (*[[:space:]]selector[[:space:]]*)
+/Users/teja/.rvm/scripts/base:81> case (*)
+/Users/teja/.rvm/scripts/base:86> source /Users/teja/.rvm/scripts/selector
+/Users/teja/.rvm/scripts/base:87> source
/Users/teja/.rvm/scripts/selector_gemsets
+/Users/teja/.rvm/scripts/base:91> typeset -a scripts
+/Users/teja/.rvm/scripts/base:92> scripts=( logging support utility init
cleanup env rvmrc install environment gemset db bundler checksum )
+/Users/teja/.rvm/scripts/base:95> entry=logging
+/Users/teja/.rvm/scripts/base:96> source
/Users/teja/.rvm/scripts/functions/logging
+/Users/teja/.rvm/scripts/functions/logging:40>
rvm_error_clr=+/Users/teja/.rvm/scripts/functions/logging:40>
/Users/teja/.rvm/scripts/color red
+/Users/teja/.rvm/scripts/functions/logging:40> rvm_error_clr=''
+/Users/teja/.rvm/scripts/functions/logging:41>
rvm_warn_clr=+/Users/teja/.rvm/scripts/functions/logging:41>
/Users/teja/.rvm/scripts/color yellow
+/Users/teja/.rvm/scripts/functions/logging:41> rvm_warn_clr=''
+/Users/teja/.rvm/scripts/functions/logging:42>
rvm_debug_clr=+/Users/teja/.rvm/scripts/functions/logging:42>
/Users/teja/.rvm/scripts/color magenta
+/Users/teja/.rvm/scripts/functions/logging:42> rvm_debug_clr=''
+/Users/teja/.rvm/scripts/functions/logging:43>
rvm_notify_clr=+/Users/teja/.rvm/scripts/functions/logging:43>
/Users/teja/.rvm/scripts/color green
+/Users/teja/.rvm/scripts/functions/logging:43> rvm_notify_clr=''
+/Users/teja/.rvm/scripts/functions/logging:44>
rvm_reset_clr=+/Users/teja/.rvm/scripts/functions/logging:44>
/Users/teja/.rvm/scripts/color reset
+/Users/teja/.rvm/scripts/functions/logging:44> rvm_reset_clr=''
+/Users/teja/.rvm/scripts/base:95> entry=support
+/Users/teja/.rvm/scripts/base:96> source
/Users/teja/.rvm/scripts/functions/support
+/Users/teja/.rvm/scripts/functions/support:3> [[ -z tar ]]
+/Users/teja/.rvm/scripts/functions/support:12> [[ ! " ${rvm_tar_options:-} "
-regex-match " --no-same-owner " ]]
+/Users/teja/.rvm/scripts/functions/support:13> GREP_OPTIONS='' grep --
--no-same-owner
+/Users/teja/.rvm/scripts/base:95> entry=utility
+/Users/teja/.rvm/scripts/base:96> source
/Users/teja/.rvm/scripts/functions/utility
+/Users/teja/.rvm/scripts/base:95> entry=init
+/Users/teja/.rvm/scripts/base:96> source
/Users/teja/.rvm/scripts/functions/init
+/Users/teja/.rvm/scripts/base:95> entry=cleanup
+/Users/teja/.rvm/scripts/base:96> source
/Users/teja/.rvm/scripts/functions/cleanup
+/Users/teja/.rvm/scripts/base:95> entry=env
+/Users/teja/.rvm/scripts/base:96> source /Users/teja/.rvm/scripts/functions/env
+/Users/teja/.rvm/scripts/base:95> entry=rvmrc
+/Users/teja/.rvm/scripts/base:96> source
/Users/teja/.rvm/scripts/functions/rvmrc
+/Users/teja/.rvm/scripts/functions/rvmrc:3> export escape_flag _first _second
+/Users/teja/.rvm/scripts/functions/rvmrc:4> escape_flag=1
+/Users/teja/.rvm/scripts/functions/rvmrc:5> _first=1
+/Users/teja/.rvm/scripts/functions/rvmrc:6> _second=2
+/Users/teja/.rvm/scripts/base:95> entry=install
+/Users/teja/.rvm/scripts/base:96> source
/Users/teja/.rvm/scripts/functions/install
+/Users/teja/.rvm/scripts/base:95> entry=environment
+/Users/teja/.rvm/scripts/base:96> source
/Users/teja/.rvm/scripts/functions/environment
+/Users/teja/.rvm/scripts/base:95> entry=gemset
+/Users/teja/.rvm/scripts/base:96> source
/Users/teja/.rvm/scripts/functions/gemset
+/Users/teja/.rvm/scripts/base:95> entry=db
+/Users/teja/.rvm/scripts/base:96> source /Users/teja/.rvm/scripts/functions/db
+/Users/teja/.rvm/scripts/base:95> entry=bundler
+/Users/teja/.rvm/scripts/base:96> source
/Users/teja/.rvm/scripts/functions/bundler
+/Users/teja/.rvm/scripts/base:95> entry=checksum
+/Users/teja/.rvm/scripts/base:96> source
/Users/teja/.rvm/scripts/functions/checksum
+/Users/teja/.rvm/scripts/base:98> unset scripts entry rvm_base_except
+/Users/teja/.rvm/scripts/manage:12> source /Users/teja/.rvm/scripts/patches
+/Users/teja/.rvm/scripts/manage:13> source
/Users/teja/.rvm/scripts/functions/build
+/Users/teja/.rvm/scripts/manage:14> source
/Users/teja/.rvm/scripts/functions/pkg
+/Users/teja/.rvm/scripts/manage:15> source
/Users/teja/.rvm/scripts/functions/irbrc
+/Users/teja/.rvm/scripts/manage:16> source
/Users/teja/.rvm/scripts/functions/db
+/Users/teja/.rvm/scripts/manage:17> source
/Users/teja/.rvm/scripts/functions/manage/base
+/Users/teja/.rvm/scripts/manage:19> [[ -n '' ]]
+/Users/teja/.rvm/scripts/manage:22> unset RUBYLIB RUBYOPT
+/Users/teja/.rvm/scripts/manage:24> binaries=( )
+/Users/teja/.rvm/scripts/manage:26> __rvm_manage_rubies
+__rvm_manage_rubies:2> typeset manage_result bin_line current_ruby_string
+__rvm_manage_rubies:3> typeset -a rubies
+__rvm_manage_rubies:4> rubies=( )
+__rvm_manage_rubies:6> rvm_gemset_name=''
+__rvm_manage_rubies:7> rvm_ruby_selected_flag=0
+__rvm_manage_rubies:8> rvm_ruby_gem_home='//@*'
+__rvm_manage_rubies:9> rvm_ruby_string=1.9.3-perf
+__rvm_manage_rubies:13> [[ -n 1.9.3-perf && 1.9.3-perf != all ]]
+__rvm_manage_rubies:15> __rvm_custom_separated_array rubies , 1.9.3-perf
+__rvm_custom_separated_array:2> typeset IFS
+__rvm_custom_separated_array:3> IFS=,
+__rvm_custom_separated_array:4> [[ -n 4.3.11 ]]
+__rvm_custom_separated_array:5> eval 'rubies+=( ${=3} )'
+(eval):1> rubies+=( 1.9.3-perf )
+__rvm_manage_rubies:36> rvm_ruby_string=1.9.3-perf
+__rvm_manage_rubies:38> rvm_debug '1.9.3-perf - install'
+rvm_debug:2> (( 0 ))
+rvm_debug:2> return 0
+__rvm_manage_rubies:39> current_ruby_string=1.9.3-perf
+__rvm_manage_rubies:43> rvm_hook=before_install
+__rvm_manage_rubies:44> source /Users/teja/.rvm/scripts/hook
+/Users/teja/.rvm/scripts/hook:5> old_rvm_verbose_flag=0
+/Users/teja/.rvm/scripts/hook:6> old_rvm_debug_flag=0
+/Users/teja/.rvm/scripts/hook:11> true rvm_verbose_flag:0 rvm_debug_flag:0
rvm_hook:before_install
+/Users/teja/.rvm/scripts/hook:15> [[ -n before_install ]]
+/Users/teja/.rvm/scripts/hook:17> hooks=( /Users/teja/.rvm/hooks )
+/Users/teja/.rvm/scripts/hook:18> [[ /Users/teja/.rvm/hooks ==
/Users/teja/.rvm/hooks ]]
+/Users/teja/.rvm/scripts/hook:21>
_hooks_list=+/Users/teja/.rvm/scripts/hook:21> _hooks_list=( )
+/Users/teja/.rvm/scripts/hook:37> unset rvm_hook hooks _hooks_list hook
+__rvm_manage_rubies:45> __rvm_install_ruby
+__rvm_install_ruby:2> true 0 0
+__rvm_install_ruby:3> typeset binary __rvm_ruby_name ruby_options
ruby_install_type
+__rvm_install_ruby:6> (( rvm_ruby_selected_flag == 0 ))
+__rvm_install_ruby:8> __rvm_ruby_name=''
+__rvm_install_ruby:9> __rvm_select
+__rvm_select:2> true
+__rvm_select:3> typeset _original_env_string
+__rvm_select:4> _original_env_string=''
+__rvm_select:7> export -a rvm_configure_flags rvm_patch_names rvm_ree_options
rvm_make_flags
+__rvm_select:8> export GEM_HOME GEM_PATH MY_RUBY_HOME RUBY_VERSION IRBRC
+__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
+__rvm_select:11> [[ -z 1.9.3-perf ]]
+__rvm_select:35> __rvm_ruby_string
+__rvm_ruby_string:10> typeset ruby_string gemset_name expanded_alias_name
repo_url branch_name ruby_name
+__rvm_ruby_string:12> __rvm_default_flags
+__rvm_default_flags:2> true 0 0
+__rvm_ruby_string:14> rvm_expanding_aliases=''
+__rvm_ruby_string:16> true '' '' '' '' '' '' '' @ 1.9.3-perf 0 0
+__rvm_ruby_string:22> echo 1.9.3-perf
+__rvm_ruby_string:29> (( rvm_expanding_aliases == 0 ))
+__rvm_ruby_string:30> [[ -n 1.9.3-perf && 1.9.3-perf != system ]]
+__rvm_ruby_string:32> expanded_alias_name=+__rvm_ruby_string:32>
expanded_alias_name=''
+__rvm_ruby_string:33> [[ -n '' ]]
+__rvm_ruby_string:36> [[ 1.9.3-perf == default ]]
+__rvm_ruby_string:43> echo 1.9.3-perf
+__rvm_ruby_string:49> ruby_string=1.9.3-perf
+__rvm_ruby_string:50> gemset_name=''
+__rvm_ruby_string:51> repo_url=''
+__rvm_ruby_string:52> branch_name=''
+__rvm_ruby_string:53> ruby_name=''
+__rvm_ruby_string:55> __rvm_unset_ruby_variables
+__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
+__rvm_unset_ruby_variables:4> __rvm_load_rvmrc
+__rvm_load_rvmrc:2> typeset _file
+__rvm_load_rvmrc:3> typeset -a rvm_rvmrc_files
+__rvm_load_rvmrc:4> (( 0 == 1 ))
+__rvm_load_rvmrc:9> [[ -n 022 ]]
+__rvm_load_rvmrc:11> rvm_rvmrc_files=( /etc/rvmrc /Users/teja/.rvmrc )
+__rvm_load_rvmrc:12> [[ -n /Users/teja ]]
+__rvm_load_rvmrc:12> [[ /Users/teja/.rvmrc -ef /Users/teja/.rvmrc ]]
+__rvm_load_rvmrc:13> rvm_rvmrc_files+=( /Users/teja/.rvmrc )
+__rvm_load_rvmrc:15> _file=/etc/rvmrc
+__rvm_load_rvmrc:17> [[ -s /etc/rvmrc ]]
+__rvm_load_rvmrc:15> _file=/Users/teja/.rvmrc
+__rvm_load_rvmrc:17> [[ -s /Users/teja/.rvmrc ]]
+__rvm_load_rvmrc:15> _file=/Users/teja/.rvmrc
+__rvm_load_rvmrc:17> [[ -s /Users/teja/.rvmrc ]]
+__rvm_load_rvmrc:32> return 0
+__rvm_ruby_string:57> rvm_ruby_repo_url=''
+__rvm_ruby_string:58> rvm_ruby_repo_branch=''
+__rvm_ruby_string:59> rvm_ruby_name=''
+__rvm_ruby_string:61> [[ -n '' ]]
+__rvm_ruby_string:67> strings=( )
+__rvm_ruby_string:68> __rvm_custom_separated_array strings - 1.9.3-perf
+__rvm_custom_separated_array:2> typeset IFS
+__rvm_custom_separated_array:3> IFS=-
+__rvm_custom_separated_array:4> [[ -n 4.3.11 ]]
+__rvm_custom_separated_array:5> eval 'strings+=( ${=3} )'
+(eval):1> strings+=( 1.9.3 perf )
+__rvm_ruby_string:70> (( 2 == 0 ))
+__rvm_ruby_string:85> string=1.9.3
+__rvm_ruby_string:87> case 1.9.3 (head)
+__rvm_ruby_string:87> case 1.9.3 (system)
+__rvm_ruby_string:87> case 1.9.3 (ext|external)
+__rvm_ruby_string:87> case 1.9.3 (nightly)
+__rvm_ruby_string:87> case 1.9.3 (preview*)
+__rvm_ruby_string:87> case 1.9.3 (rc[[:digit:]]*)
+__rvm_ruby_string:87> case 1.9.3 ([[:digit:]].[[:digit:]]*)
+__rvm_ruby_string:137> [[ '' == rbx ]]
+__rvm_ruby_string:150> case 1.9.3
(0.+([[:digit:]])|0.+([[:digit:]]).+([[:digit:]])|1.+([[:digit:]]).+([[:digit:]])|2.+([[:digit:]]).+([[:digit:]])|1.+([[:digit:]]).+([[:digit:]]).+([[:digit:]])|1.+([[:digit:]]))
+__rvm_ruby_string:152> rvm_ruby_version=1.9.3
+__rvm_ruby_string:153> rvm_ruby_revision=''
+__rvm_ruby_string:154> rvm_ruby_tag=''
+__rvm_ruby_string:85> string=perf
+__rvm_ruby_string:87> case perf (head)
+__rvm_ruby_string:87> case perf (system)
+__rvm_ruby_string:87> case perf (ext|external)
+__rvm_ruby_string:87> case perf (nightly)
+__rvm_ruby_string:87> case perf (preview*)
+__rvm_ruby_string:87> case perf (rc[[:digit:]]*)
+__rvm_ruby_string:87> case perf ([[:digit:]].[[:digit:]]*)
+__rvm_ruby_string:87> case perf (p[[:digit:]]*)
+__rvm_ruby_string:87> case perf ([[:digit:]][[:digit:]]*)
+__rvm_ruby_string:87> case perf (r[[:digit:]]*)
+__rvm_ruby_string:87> case perf (s[[:alnum:]]*)
+__rvm_ruby_string:87> case perf (tv[[:digit:]]*|t[[:digit:]]*)
+__rvm_ruby_string:87> case perf (m[[:digit:]]*)
+__rvm_ruby_string:87> case perf (u[[:alnum:]]*)
+__rvm_ruby_string:87> case perf (a[[:digit:]][[:digit:]]*)
+__rvm_ruby_string:87> case perf (b[[:digit:]]*)
+__rvm_ruby_string:87> case perf
(ruby|rbx|jruby|macruby|ree|kiji|rubinius|maglev|ironruby|goruby|tcs)
+__rvm_ruby_string:87> case perf ([[:alpha:]]*([[:alnum:]]|_))
+__rvm_ruby_string:248> rvm_ruby_name=perf
+__rvm_ruby_string:258> [[ -z '' ]]
+__rvm_ruby_string:261> case 1.9.3 (1.[8-9]*)
+__rvm_ruby_string:262> rvm_ruby_interpreter=ruby
+__rvm_ruby_string:274> rvm_ruby_version=1.9.3
+__rvm_ruby_string:275> [[ -z 1.9.3 ]]
+__rvm_ruby_string:282> [[ -z 1.9.3 ]]
+__rvm_ruby_string:286> rvm_ruby_string=ruby-1.9.3
+__rvm_ruby_string:289> [[ ruby == ext ]]
+__rvm_ruby_string:293> (( 0 == 1 ))
+__rvm_ruby_string:297> [[ -n '' ]]
+__rvm_ruby_string:301> [[ -n '' ]]
+__rvm_ruby_string:305> [[ -n '' ]]
+__rvm_ruby_string:309> [[ -n '' ]]
+__rvm_ruby_string:313> [[ -n '' ]]
+__rvm_ruby_string:318> patch_level=+__rvm_ruby_string:319> __rvm_db
ruby_1.9.3_patch_level
+__rvm_db:2> typeset value key variable
+__rvm_db:4> key=ruby_1.9.3_patch_level
+__rvm_db:5> key=ruby_1.9.3_patch_level
+__rvm_db:6> variable=''
+__rvm_db:8> [[ -f /Users/teja/.rvm/user/db ]]
+__rvm_db:9> value=+__rvm_db:9> /Users/teja/.rvm/scripts/db
/Users/teja/.rvm/user/db ruby_1.9.3_patch_level
+__rvm_db:9> value=''
+__rvm_db:12> [[ -z '' ]]
+__rvm_db:13> value=+__rvm_db:13> /Users/teja/.rvm/scripts/db
/Users/teja/.rvm/config/db ruby_1.9.3_patch_level
+__rvm_db:13> value=194
+__rvm_db:16> [[ -n 194 ]]
+__rvm_db:17> [[ -z '' ]]
+__rvm_db:18> echo 194
+__rvm_db:24> return 0
+__rvm_ruby_string:318> patch_level=194
+__rvm_ruby_string:322> [[ -n 194 ]]
+__rvm_ruby_string:324> case ruby (ree|kiji|rbx)
+__rvm_ruby_string:324> case ruby (*)
+__rvm_ruby_string:331> rvm_ruby_patch_level=p194
+__rvm_ruby_string:337> [[ -n p194 ]]
+__rvm_ruby_string:339> rvm_ruby_patch_level=p194
+__rvm_ruby_string:340> rvm_ruby_patch_level=p194
+__rvm_ruby_string:341> rvm_ruby_string=ruby-1.9.3-p194
+__rvm_ruby_string:343> case ruby (ree|kiji|rbx)
+__rvm_ruby_string:343> case ruby (*)
+__rvm_ruby_string:349> rvm_ruby_string=ruby-1.9.3-p194
+__rvm_ruby_string:350> rvm_ruby_string=ruby-1.9.3-p194
+__rvm_ruby_string:356> [[ -n perf ]]
+__rvm_ruby_string:358> rvm_ruby_string=ruby-1.9.3-p194-perf
+__rvm_ruby_string:360> detected_rvm_ruby_name=perf
+__rvm_ruby_string:362> rvm_ruby_name=''
+__rvm_select:37> rvm_archive_extension=tar.gz
+__rvm_select:39> [[ -z ruby ]]
+__rvm_select:44> case ruby (missing)
+__rvm_select:44> case ruby (macruby)
+__rvm_select:44> case ruby (rbx|rubinius)
+__rvm_select:44> case ruby (jruby)
+__rvm_select:44> case ruby (maglev)
+__rvm_select:44> case ruby (ironruby)
+__rvm_select:44> case ruby (ree)
+__rvm_select:44> case ruby (kiji)
+__rvm_select:44> case ruby (goruby)
+__rvm_select:44> case ruby (tcs)
+__rvm_select:44> case ruby (ruby)
+__rvm_select:270> [[ -n p194 ]]
+__rvm_select:272> rvm_ruby_package_file=ruby-1.9.3-p194
+__rvm_select:273> rvm_ruby_package_name=ruby-1.9.3-p194
+__rvm_select:279> [[ -z 1.9.3 ]]
+__rvm_select:283> rvm_ruby_repo_url=+__rvm_select:283> __rvm_db ruby_repo_url
+__rvm_db:2> typeset value key variable
+__rvm_db:4> key=ruby_repo_url
+__rvm_db:5> key=ruby_repo_url
+__rvm_db:6> variable=''
+__rvm_db:8> [[ -f /Users/teja/.rvm/user/db ]]
+__rvm_db:9> value=+__rvm_db:9> /Users/teja/.rvm/scripts/db
/Users/teja/.rvm/user/db ruby_repo_url
+__rvm_db:9> value=''
+__rvm_db:12> [[ -z '' ]]
+__rvm_db:13> value=+__rvm_db:13> /Users/teja/.rvm/scripts/db
/Users/teja/.rvm/config/db ruby_repo_url
+__rvm_db:13> value=git://github.com/ruby/ruby.git
+__rvm_db:16> [[ -n git://github.com/ruby/ruby.git ]]
+__rvm_db:17> [[ -z '' ]]
+__rvm_db:18> echo git://github.com/ruby/ruby.git
+__rvm_db:24> return 0
+__rvm_select:283> rvm_ruby_repo_url=git://github.com/ruby/ruby.git
+__rvm_select:284> (( 0 == 0 ))
+__rvm_select:286> case 1.9.3 (1.8.4)
+__rvm_select:286> case 1.9.3 (*)
+__rvm_select:291> rvm_archive_extension=tar.bz2
+__rvm_select:336> [[ -n 1.9.3 ]]
+__rvm_select:338> case 1.9.3 (+([[:digit:]]).+([[:digit:]]).+([[:digit:]]))
+__rvm_select:340> rvm_ruby_release_version=1
+__rvm_select:341> rvm_ruby_major_version=1.9
+__rvm_select:341> rvm_ruby_major_version=9
+__rvm_select:342> rvm_ruby_minor_version=3
+__rvm_select:352> [[ ruby == ext ]]
+__rvm_select:358> rvm_ruby_package_name=ruby-1.9.3-p194
+__rvm_select:359> rvm_ruby_home=/Users/teja/.rvm/rubies/ruby-1.9.3-p194-perf
+__rvm_select:360>
rvm_ruby_irbrc=/Users/teja/.rvm/rubies/ruby-1.9.3-p194-perf/.irbrc
+__rvm_select:361>
rvm_ruby_binary=/Users/teja/.rvm/rubies/ruby-1.9.3-p194-perf/bin/ruby
+__rvm_select:365> [[ maglev == ruby ]]
+__rvm_select:371> [[ system != ruby ]]
+__rvm_select:373> __rvm_gemset_select
+__rvm_gemset_select:2> __rvm_gemset_select_only
+__rvm_gemset_select_only:2>
rvm_ruby_gem_home=/Users/teja/.rvm/gems/ruby-1.9.3-p194-perf
+__rvm_gemset_select_only:4> : rvm_ignore_gemsets_flag:0:
+__rvm_gemset_select_only:5> (( rvm_ignore_gemsets_flag ))
+__rvm_gemset_select_only:11>
rvm_ruby_global_gems_path=/Users/teja/.rvm/gems/ruby-1.9.3-p194-perf@global
+__rvm_gemset_select_only:13> __rvm_gemset_handle_default
+__rvm_gemset_handle_default:2> rvm_gemset_name=@@
+__rvm_gemset_handle_default:3> rvm_gemset_name=@@
+__rvm_gemset_handle_default:4> rvm_gemset_name=@
+__rvm_gemset_handle_default:5> rvm_gemset_name=''
+__rvm_gemset_select_only:14> [[ -z '' ]]
+__rvm_gemset_select_only:17> [[ '' == global ]]
+__rvm_gemset_select_only:21>
rvm_ruby_gem_path=/Users/teja/.rvm/gems/ruby-1.9.3-p194-perf:/Users/teja/.rvm/gems/ruby-1.9.3-p194-perf@global
+__rvm_gemset_select_only:25> [[ -n '' ]]
+__rvm_gemset_select_only:29> rvm_env_string=ruby-1.9.3-p194-perf
+__rvm_gemset_select:3> __rvm_gemset_select_validation
+__rvm_gemset_select_validation:3> [[ ! -d
/Users/teja/.rvm/gems/ruby-1.9.3-p194-perf ]]
+__rvm_gemset_select_validation:5> (( 0 == 0 && 0 == 0 && 0 == 0 ))
+__rvm_gemset_select_validation:7> rvm_expected_gemset_name=''
+__rvm_gemset_select_validation:8> rvm_gemset_name=''
+__rvm_gemset_select_validation:9> __rvm_gemset_select_only
+__rvm_gemset_select_only:2>
rvm_ruby_gem_home=/Users/teja/.rvm/gems/ruby-1.9.3-p194-perf
+__rvm_gemset_select_only:4> : rvm_ignore_gemsets_flag:0:
+__rvm_gemset_select_only:5> (( rvm_ignore_gemsets_flag ))
+__rvm_gemset_select_only:11>
rvm_ruby_global_gems_path=/Users/teja/.rvm/gems/ruby-1.9.3-p194-perf@global
+__rvm_gemset_select_only:13> __rvm_gemset_handle_default
+__rvm_gemset_handle_default:2> rvm_gemset_name=@@
+__rvm_gemset_handle_default:3> rvm_gemset_name=@@
+__rvm_gemset_handle_default:4> rvm_gemset_name=@
+__rvm_gemset_handle_default:5> rvm_gemset_name=''
+__rvm_gemset_select_only:14> [[ -z '' ]]
+__rvm_gemset_select_only:17> [[ '' == global ]]
+__rvm_gemset_select_only:21>
rvm_ruby_gem_path=/Users/teja/.rvm/gems/ruby-1.9.3-p194-perf:/Users/teja/.rvm/gems/ruby-1.9.3-p194-perf@global
+__rvm_gemset_select_only:25> [[ -n '' ]]
+__rvm_gemset_select_only:29> rvm_env_string=ruby-1.9.3-p194-perf
+__rvm_gemset_select_validation:10> return 2
+__rvm_select:374> case 2 (1|3|4)
+__rvm_select:381> rvm_ruby_selected_flag=1
+__rvm_select:383> [[ -d /Users/teja/.rvm/log/ruby-1.9.3-p194-perf ]]
+__rvm_select:385> mkdir -p /Users/teja/.rvm/log/ruby-1.9.3-p194-perf
+__rvm_select:388> rvm_ruby_interpreter=ruby
+__rvm_install_ruby:11> [[ -n '' ]]
+__rvm_install_ruby:30> [[ -n '' ]]
+__rvm_install_ruby:36> __rvm_install_ruby_try_remote
+__rvm_install_ruby_try_remote:2> : rvm_disable_binary_flag:1:
rvm_remote_flag:0:
+__rvm_install_ruby_try_remote:3> (( rvm_disable_binary_flag ))
+__rvm_install_ruby_try_remote:41> return 2
+__rvm_install_ruby:38> (( 2 == 2 ))
+__rvm_install_ruby:41> __rvm_check_for_compiler
+__rvm_check_for_compiler:2> __rvm_selected_compiler
+__rvm_selected_compiler:4> [[ " ${rvm_configure_flags[*]}" -regex-match "
--with-gcc=" ]]
+__rvm_selected_compiler:17> [[ -n /usr/local/bin/gcc-4.2 ]]
+__rvm_selected_compiler:19> echo /usr/local/bin/gcc-4.2
+__rvm_selected_compiler:20> return 0
+__rvm_check_for_compiler:3> __rvm_selected_compiler
+__rvm_selected_compiler:4> [[ " ${rvm_configure_flags[*]}" -regex-match "
--with-gcc=" ]]
+__rvm_selected_compiler:17> [[ -n /usr/local/bin/gcc-4.2 ]]
+__rvm_selected_compiler:19> echo /usr/local/bin/gcc-4.2
+__rvm_selected_compiler:20> return 0
+__rvm_check_for_compiler:3> command -v /usr/local/bin/gcc-4.2
+__rvm_install_ruby:42> true
+__rvm_install_ruby:46> case ruby
(macruby|ree|jruby|maglev|goruby|rubinius|ironruby|ruby)
+__rvm_install_ruby:48> ruby_install_type=ruby
+__rvm_install_ruby:61> source /Users/teja/.rvm/scripts/functions/manage/ruby
+__rvm_install_ruby:62> ruby_install
+ruby_install:2> typeset result temp_flags
+ruby_install:4> __rvm_check_for_bison
+__rvm_check_for_bison:2> true 0
+__rvm_check_for_bison:3> (( rvm_head_flag > 0 ))
+ruby_install:5> __rvm_check_for_bison
+__rvm_check_for_bison:2> true 0
+__rvm_check_for_bison:3> (( rvm_head_flag > 0 ))
+ruby_install:6> true
+ruby_install:13> case ruby-1.9.3-p194-perf (ruby-1.8.*-head)
+ruby_install:13> case ruby-1.9.3-p194-perf (ruby-head|ruby-1.9.*-head)
+ruby_install:38> [[ " ${rvm_configure_flags[*]}" -regex-match "
--enable-load-relative" ]]
+ruby_install:43> case ruby-1.9.3-p194-perf (ruby-1.9*)
+ruby_install:47> [[ " ${rvm_configure_flags[*]}" -regex-match "
--enable-load-relative" ]]
+ruby_install:58> libyaml_installed
+libyaml_installed:2> typeset __search_path
+libyaml_installed:3> __search_path=/Users/teja/.rvm/usr
+libyaml_installed:4> uname
+libyaml_installed:4> case Darwin (Darwin)
+libyaml_installed:6> extension=dylib
+libyaml_installed:9> [[ -f /Users/teja/.rvm/usr/include/yaml.h ]]
+libyaml_installed:10> find /Users/teja/.rvm/usr -name libyaml.dylib
+libyaml_installed:10> GREP_OPTIONS='' grep '.*'
+ruby_install:60> __rvm_update_configure_env
'CFLAGS=-I/Users/teja/.rvm/usr/include'
+__rvm_update_configure_env:2> typeset -a local_configure_env
+__rvm_update_configure_env:3> typeset _variable _value _iterator _found
+__rvm_update_configure_env:4> rvm_debug
'__rvm_update_configure_env(1):CFLAGS=-I/Users/teja/.rvm/usr/include:'
+rvm_debug:2> (( 0 ))
+rvm_debug:2> return 0
+__rvm_update_configure_env:5> (( 1 ))
+__rvm_update_configure_env:7> _variable=CFLAGS
+__rvm_update_configure_env:8> _value=-I/Users/teja/.rvm/usr/include
+__rvm_update_configure_env:9> shift
+__rvm_update_configure_env:11> [[ " ${rvm_configure_env[*]}" -regex-match "
${_variable}=" ]]
+__rvm_update_configure_env:24> rvm_configure_env+=(
'CFLAGS=-I/Users/teja/.rvm/usr/include' )
+__rvm_update_configure_env:5> (( 0 ))
+ruby_install:61> __rvm_update_configure_env
'LDFLAGS=-L/Users/teja/.rvm/usr/lib'
+__rvm_update_configure_env:2> typeset -a local_configure_env
+__rvm_update_configure_env:3> typeset _variable _value _iterator _found
+__rvm_update_configure_env:4> rvm_debug
'__rvm_update_configure_env(1):LDFLAGS=-L/Users/teja/.rvm/usr/lib:'
+rvm_debug:2> (( 0 ))
+rvm_debug:2> return 0
+__rvm_update_configure_env:5> (( 1 ))
+__rvm_update_configure_env:7> _variable=LDFLAGS
+__rvm_update_configure_env:8> _value=-L/Users/teja/.rvm/usr/lib
+__rvm_update_configure_env:9> shift
+__rvm_update_configure_env:11> [[ " ${rvm_configure_env[*]}" -regex-match "
${_variable}=" ]]
+__rvm_update_configure_env:24> rvm_configure_env+=(
'LDFLAGS=-L/Users/teja/.rvm/usr/lib' )
+__rvm_update_configure_env:5> (( 0 ))
+ruby_install:62> [[ -d /Users/teja/.rvm/usr/lib64 ]]
+ruby_install:70> transform_configure_flags
+transform_configure_flags:2> typeset flag _opt_path
+transform_configure_flags:3> typeset -a new_flags
+transform_configure_flags:5> new_flags=( )
+transform_configure_flags:34> rvm_configure_flags=( )
+ruby_install:75> uname -s
+ruby_install:75> case Darwin (SunOS)
+ruby_install:85> __rvm_setup_compile_environment
+__rvm_setup_compile_environment:2> export -a rvm_configure_env
+__rvm_setup_compile_environment:3> __rvm_setup_compile_environment_osx_gcc
+__rvm_setup_compile_environment_osx_gcc:2> [[ Darwin ==
+__rvm_setup_compile_environment_osx_gcc:2> uname
+__rvm_setup_compile_environment_osx_gcc:2> [[ Darwin ==
Darwin+__rvm_setup_compile_environment_osx_gcc:2> uname
+__rvm_setup_compile_environment_osx_gcc:2> [[ Darwin == Darwin ]]
+__rvm_setup_compile_environment_osx_gcc:2> __rvm_selected_compiler
+__rvm_selected_compiler:4> [[ " ${rvm_configure_flags[*]}" -regex-match "
--with-gcc=" ]]
+__rvm_selected_compiler:17> [[ -n /usr/local/bin/gcc-4.2 ]]
+__rvm_selected_compiler:19> echo /usr/local/bin/gcc-4.2
+__rvm_selected_compiler:20> return 0
+__rvm_setup_compile_environment_osx_gcc:21> __rvm_array_contains '*debug*'
falcon
+__rvm_array_contains:2> typeset _search _iterator
+__rvm_array_contains:3> _search='*debug*'
+__rvm_array_contains:4> shift
+__rvm_array_contains:5> _iterator=falcon
+__rvm_array_contains:7> case falcon (\*debug\*)
+__rvm_array_contains:11> return 1
+__rvm_setup_compile_environment:4>
__rvm_setup_compile_environment_osx_architectures
+__rvm_setup_compile_environment_osx_architectures:2> [[ -n '' ]]
+__rvm_setup_compile_environment_osx_architectures:2> return 0
+__rvm_setup_compile_environment:5> __rvm_setup_compile_environment_gcc47
+__rvm_setup_compile_environment_gcc47:2> __rvm_compiler_is_gcc47
+__rvm_compiler_is_gcc47:2> __rvm_found_compiler
+__rvm_found_compiler:2> __rvm_selected_compiler
+__rvm_selected_compiler:4> [[ " ${rvm_configure_flags[*]}" -regex-match "
--with-gcc=" ]]
+__rvm_selected_compiler:17> [[ -n /usr/local/bin/gcc-4.2 ]]
+__rvm_selected_compiler:19> echo /usr/local/bin/gcc-4.2
+__rvm_selected_compiler:20> return 0
+__rvm_compiler_is_gcc47:3> [[ "$(__rvm_run_compiler -dumpversion)" -regex-match
"4.7"+__rvm_compiler_is_gcc47:3> __rvm_run_compiler -dumpversion
+__rvm_run_compiler:2> typeset compiler
+__rvm_run_compiler:4> compiler=+__rvm_run_compiler:4> __rvm_found_compiler
+__rvm_found_compiler:2> __rvm_selected_compiler
+__rvm_selected_compiler:4> [[ " ${rvm_configure_flags[*]}" -regex-match "
--with-gcc=" ]]
+__rvm_selected_compiler:17> [[ -n /usr/local/bin/gcc-4.2 ]]
+__rvm_selected_compiler:19> echo /usr/local/bin/gcc-4.2
+__rvm_selected_compiler:20> return 0
+__rvm_run_compiler:4> compiler=/usr/local/bin/gcc-4.2
+__rvm_run_compiler:6> [[ -n 4.3.11 ]]
+__rvm_run_compiler:7> /usr/local/bin/gcc-4.2 -dumpversion
+__rvm_compiler_is_gcc47:3> [[ "$(__rvm_run_compiler -dumpversion)" -regex-match
"4.7" ]]
+__rvm_compiler_is_gcc47:4> return 1
+__rvm_setup_compile_environment_gcc47:2> return 0
+__rvm_setup_compile_environment:6> __rvm_setup_compile_environment_smartos
+__rvm_setup_compile_environment_smartos:2> [[ "$(uname -v)" -regex-match
^joyent+__rvm_setup_compile_environment_smartos:2> uname -v
+__rvm_setup_compile_environment_smartos:2> [[ "$(uname -v)" -regex-match
^joyent ]]
+__rvm_setup_compile_environment_smartos:2> return 0
+__rvm_setup_compile_environment:7> __rvm_found_compiler
+__rvm_found_compiler:2> __rvm_selected_compiler
+__rvm_selected_compiler:4> [[ " ${rvm_configure_flags[*]}" -regex-match "
--with-gcc=" ]]
+__rvm_selected_compiler:17> [[ -n /usr/local/bin/gcc-4.2 ]]
+__rvm_selected_compiler:19> echo /usr/local/bin/gcc-4.2
+__rvm_selected_compiler:20> return 0
+__rvm_setup_compile_environment:7> rvm_debug 'found compiler:
/usr/local/bin/gcc-4.2'
+rvm_debug:2> (( 0 ))
+rvm_debug:2> return 0
+ruby_install:90> [[ i386 == *darwin* ]]
+ruby_install:97> __rvm_compiler_is_llvm
+__rvm_compiler_is_llvm:2> __rvm_found_compiler
+__rvm_found_compiler:2> __rvm_selected_compiler
+__rvm_selected_compiler:4> [[ " ${rvm_configure_flags[*]}" -regex-match "
--with-gcc=" ]]
+__rvm_selected_compiler:17> [[ -n /usr/local/bin/gcc-4.2 ]]
+__rvm_selected_compiler:19> echo /usr/local/bin/gcc-4.2
+__rvm_selected_compiler:20> return 0
+__rvm_compiler_is_llvm:3> [[ "$(__rvm_run_compiler --version)" -regex-match
"llvm"+__rvm_compiler_is_llvm:3> __rvm_run_compiler --version
+__rvm_run_compiler:2> typeset compiler
+__rvm_run_compiler:4> compiler=+__rvm_run_compiler:4> __rvm_found_compiler
+__rvm_found_compiler:2> __rvm_selected_compiler
+__rvm_selected_compiler:4> [[ " ${rvm_configure_flags[*]}" -regex-match "
--with-gcc=" ]]
+__rvm_selected_compiler:17> [[ -n /usr/local/bin/gcc-4.2 ]]
+__rvm_selected_compiler:19> echo /usr/local/bin/gcc-4.2
+__rvm_selected_compiler:20> return 0
+__rvm_run_compiler:4> compiler=/usr/local/bin/gcc-4.2
+__rvm_run_compiler:6> [[ -n 4.3.11 ]]
+__rvm_run_compiler:7> /usr/local/bin/gcc-4.2 --version
+__rvm_compiler_is_llvm:3> [[ "$(__rvm_run_compiler --version)" -regex-match
"llvm" ]]
+__rvm_compiler_is_llvm:4> return 1
+ruby_install:108> __rvm_install_source
+__rvm_install_source:2> true 1 0
+__rvm_install_source:4> typeset directory db_configure_flags
+__rvm_install_source:5> typeset -a autoconf_flags
+__rvm_install_source:7> (( rvm_ruby_selected_flag ))
+__rvm_install_source:9> rvm_log 'Installing Ruby from source to:
/Users/teja/.rvm/rubies/ruby-1.9.3-p194-perf, this may take a while depending on
your cpu(s)...'
+rvm_log:2> rvm_pretty_print stdout
+rvm_pretty_print:2> case auto (0|no)
+rvm_pretty_print:2> case auto (1|auto)
+rvm_pretty_print:7> case xterm-256color (dumb|unknown)
+rvm_pretty_print:10> case stdout (stdout)
+rvm_pretty_print:11> [[ -t 1 ]]
+rvm_pretty_print:17> return 0
+rvm_log:3> printf %b 'Installing Ruby from source to:
/Users/teja/.rvm/rubies/ruby-1.9.3-p194-perf, this may take a while depending on
your cpu(s)...\n'
Installing Ruby from source to: /Users/teja/.rvm/rubies/ruby-1.9.3-p194-perf,
this may take a while depending on your cpu(s)...
+__rvm_install_source:10> cd /Users/teja/.rvm/src
+__rvm_do_with_env_before:2> [[ -n /Users/teja/.rvm/scripts ]]
+__rvm_do_with_env_before:5> source /Users/teja/.rvm/scripts/initialize
+/Users/teja/.rvm/scripts/initialize:3> : rvm_trace_flag:1
+/Users/teja/.rvm/scripts/initialize:4> (( rvm_trace_flag > 0 ))
+/Users/teja/.rvm/scripts/initialize:6> set -o xtrace
+/Users/teja/.rvm/scripts/initialize:9> [[ -z 4.3.11 ]]
+/Users/teja/.rvm/scripts/initialize:21> [[ -n '' ]]
+/Users/teja/.rvm/scripts/initialize:24> [[ -n 4.3.11 ]]
+/Users/teja/.rvm/scripts/initialize:26> setopt extendedglob
+/Users/teja/.rvm/scripts/initialize:27> setopt kshglob
+/Users/teja/.rvm/scripts/initialize:28> setopt no_glob_subst
+/Users/teja/.rvm/scripts/initialize:33> export __rvm_env_loaded
+/Users/teja/.rvm/scripts/initialize:35> : __rvm_env_loaded:2:
+/Users/teja/.rvm/scripts/initialize:37> : __rvm_env_loaded:3:
+/Users/teja/.rvm/scripts/initialize:40> [[ -z /Users/teja/.rvm/tmp ]]
+/Users/teja/.rvm/scripts/initialize:40> (( __rvm_env_loaded == 1 ))
+__rvm_do_with_env_before:6> __rvm_setup
+__rvm_setup:3> export rvm_head_flag rvm_ruby_selected_flag
rvm_user_install_flag rvm_path_flag rvm_cron_flag rvm_static_flag
rvm_default_flag rvm_loaded_flag rvm_llvm_flag rvm_skip_autoreconf_flag
rvm_18_flag rvm_19_flag rvm_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_setup:4> export 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_setup:5> export 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_setup:6> export __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_without_gems
+__rvm_setup:7> export -a rvm_patch_names rvm_ree_options rvm_autoconf_flags
+__rvm_setup:10> (( __rvm_env_loaded != 1 ))
+__rvm_setup:11> return 0
+__rvm_project_rvmrc:2> export __rvm_project_rvmrc_lock
+__rvm_project_rvmrc:3> : __rvm_project_rvmrc_lock:0
+__rvm_project_rvmrc:4> : __rvm_project_rvmrc_lock:1
+__rvm_project_rvmrc:5> (( __rvm_project_rvmrc_lock > 1 ))
+__rvm_project_rvmrc:9> typeset working_dir found_file
rvm_trustworthiness_result
+__rvm_project_rvmrc:12> working_dir=/Users/teja/.rvm/src
+__rvm_project_rvmrc:14> :
+__rvm_project_rvmrc:17> [[ -z /Users/teja/.rvm/src || /Users/teja ==
/Users/teja/.rvm/src || /Users/teja == /Users/teja/.rvm/src || / ==
/Users/teja/.rvm/src ]]
+__rvm_project_rvmrc:38> __rvm_project_dir_check /Users/teja/.rvm/src found_file
+__rvm_project_dir_check:2> typeset _found_file path_to_check variable
variable_default
+__rvm_project_dir_check:3> typeset -a _valid_files
+__rvm_project_dir_check:4> path_to_check=/Users/teja/.rvm/src
+__rvm_project_dir_check:5> variable=found_file
+__rvm_project_dir_check:6> variable_default=''
+__rvm_project_dir_check:7> _valid_files=( /Users/teja/.rvm/src
/Users/teja/.rvm/src/.rvmrc /Users/teja/.rvm/src/.versions.conf
/Users/teja/.rvm/src/.ruby-version /Users/teja/.rvm/src/.rbfu-version
/Users/teja/.rvm/src/.rbenv-version /Users/teja/.rvm/src/Gemfile )
+__rvm_project_dir_check:13> __rvm_find_first_file _found_file
/Users/teja/.rvm/src /Users/teja/.rvm/src/.rvmrc
/Users/teja/.rvm/src/.versions.conf /Users/teja/.rvm/src/.ruby-version
/Users/teja/.rvm/src/.rbfu-version /Users/teja/.rvm/src/.rbenv-version
/Users/teja/.rvm/src/Gemfile
+__rvm_find_first_file:2> typeset _first_file _variable_first_file __file_enum
+__rvm_find_first_file:3> _first_file=''
+__rvm_find_first_file:4> _variable_first_file=_found_file
+__rvm_find_first_file:5> shift
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src/.rvmrc
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src/.rvmrc ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src/.versions.conf
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src/.versions.conf ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src/.ruby-version
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src/.ruby-version ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src/.rbfu-version
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src/.rbfu-version ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src/.rbenv-version
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src/.rbenv-version ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src/Gemfile
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src/Gemfile ]]
+__rvm_find_first_file:16> eval '_found_file=""'
+(eval):1> _found_file=''
+__rvm_find_first_file:17> return 1
+__rvm_project_dir_check:13> true
+__rvm_project_dir_check:15> [[ '' == Gemfile ]]
+__rvm_project_dir_check:24> [[ -n found_file ]]
+__rvm_project_dir_check:25> eval 'found_file="${_found_file:-}"'
+(eval):1> found_file=''
+__rvm_project_dir_check:28> [[ -n '' ]]
+__rvm_project_dir_check:28> return 1
+__rvm_project_rvmrc:52> working_dir=+__rvm_project_rvmrc:52> dirname
/Users/teja/.rvm/src
+__rvm_project_rvmrc:52> working_dir=/Users/teja/.rvm
+__rvm_project_rvmrc:14> :
+__rvm_project_rvmrc:17> [[ -z /Users/teja/.rvm || /Users/teja ==
/Users/teja/.rvm || /Users/teja == /Users/teja/.rvm || / == /Users/teja/.rvm ]]
+__rvm_project_rvmrc:38> __rvm_project_dir_check /Users/teja/.rvm found_file
+__rvm_project_dir_check:2> typeset _found_file path_to_check variable
variable_default
+__rvm_project_dir_check:3> typeset -a _valid_files
+__rvm_project_dir_check:4> path_to_check=/Users/teja/.rvm
+__rvm_project_dir_check:5> variable=found_file
+__rvm_project_dir_check:6> variable_default=''
+__rvm_project_dir_check:7> _valid_files=( /Users/teja/.rvm
/Users/teja/.rvm/.rvmrc /Users/teja/.rvm/.versions.conf
/Users/teja/.rvm/.ruby-version /Users/teja/.rvm/.rbfu-version
/Users/teja/.rvm/.rbenv-version /Users/teja/.rvm/Gemfile )
+__rvm_project_dir_check:13> __rvm_find_first_file _found_file /Users/teja/.rvm
/Users/teja/.rvm/.rvmrc /Users/teja/.rvm/.versions.conf
/Users/teja/.rvm/.ruby-version /Users/teja/.rvm/.rbfu-version
/Users/teja/.rvm/.rbenv-version /Users/teja/.rvm/Gemfile
+__rvm_find_first_file:2> typeset _first_file _variable_first_file __file_enum
+__rvm_find_first_file:3> _first_file=''
+__rvm_find_first_file:4> _variable_first_file=_found_file
+__rvm_find_first_file:5> shift
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/.rvmrc
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/.rvmrc ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/.versions.conf
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/.versions.conf ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/.ruby-version
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/.ruby-version ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/.rbfu-version
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/.rbfu-version ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/.rbenv-version
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/.rbenv-version ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/Gemfile
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/Gemfile ]]
+__rvm_find_first_file:16> eval '_found_file=""'
+(eval):1> _found_file=''
+__rvm_find_first_file:17> return 1
+__rvm_project_dir_check:13> true
+__rvm_project_dir_check:15> [[ '' == Gemfile ]]
+__rvm_project_dir_check:24> [[ -n found_file ]]
+__rvm_project_dir_check:25> eval 'found_file="${_found_file:-}"'
+(eval):1> found_file=''
+__rvm_project_dir_check:28> [[ -n '' ]]
+__rvm_project_dir_check:28> return 1
+__rvm_project_rvmrc:52> working_dir=+__rvm_project_rvmrc:52> dirname
/Users/teja/.rvm
+__rvm_project_rvmrc:52> working_dir=/Users/teja
+__rvm_project_rvmrc:14> :
+__rvm_project_rvmrc:17> [[ -z /Users/teja || /Users/teja == /Users/teja ]]
+__rvm_project_rvmrc:20> [[ -n '' ]]
+__rvm_project_rvmrc:35> break
+__rvm_project_rvmrc:57> unset __rvm_project_rvmrc_lock
+__rvm_project_rvmrc:58> return 0
+__rvm_after_cd:2> typeset rvm_hook
+__rvm_after_cd:3> rvm_hook=after_cd
+__rvm_after_cd:4> [[ -n /Users/teja/.rvm/scripts ]]
+__rvm_after_cd:5> source /Users/teja/.rvm/scripts/hook
+/Users/teja/.rvm/scripts/hook:5> old_rvm_verbose_flag=0
+/Users/teja/.rvm/scripts/hook:6> old_rvm_debug_flag=0
+/Users/teja/.rvm/scripts/hook:11> true rvm_verbose_flag:0 rvm_debug_flag:0
rvm_hook:after_cd
+/Users/teja/.rvm/scripts/hook:15> [[ -n after_cd ]]
+/Users/teja/.rvm/scripts/hook:17> hooks=( /Users/teja/.rvm/hooks )
+/Users/teja/.rvm/scripts/hook:18> [[ /Users/teja/.rvm/src/.rvm/hooks ==
/Users/teja/.rvm/hooks ]]
+/Users/teja/.rvm/scripts/hook:19> hooks+=( /Users/teja/.rvm/src/.rvm/hooks )
+/Users/teja/.rvm/scripts/hook:21>
_hooks_list=+/Users/teja/.rvm/scripts/hook:21> _hooks_list=(
/Users/teja/.rvm/hooks/after_cd_bundler )
+/Users/teja/.rvm/scripts/hook:25> hook=/Users/teja/.rvm/hooks/after_cd_bundler
+/Users/teja/.rvm/scripts/hook:27> [[ -x /Users/teja/.rvm/hooks/after_cd_bundler
|| after_cd_bundler == after_cd ]]
+/Users/teja/.rvm/scripts/hook:37> unset rvm_hook hooks _hooks_list hook
+__rvm_do_with_env_after:2> __rvm_teardown
+__rvm_teardown:4> __rvm_cleanup_tmp
+__rvm_cleanup_tmp:2> [[ -d /Users/teja/.rvm/tmp/ ]]
+__rvm_cleanup_tmp:4> case /Users/teja/.rvm/tmp (*tmp)
+__rvm_cleanup_tmp:6> __rvm_rm_rf '/Users/teja/.rvm/tmp/56455*'
+__rvm_rm_rf:2> __rvm_rm_rf_verbose '/Users/teja/.rvm/tmp/56455*'
+__rvm_rm_rf_verbose:2> typeset result target
+__rvm_rm_rf_verbose:3> result=1
+__rvm_rm_rf_verbose:4> target='/Users/teja/.rvm/tmp/56455*'
+__rvm_rm_rf_verbose:7> [[ -n 4.3.11 ]]
+__rvm_rm_rf_verbose:9> setopt extendedglob
+__rvm_rm_rf_verbose:18> case /Users/teja/.rvm/tmp/56455*
(*(/|.)@(|/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))
+__rvm_rm_rf_verbose:18> case /Users/teja/.rvm/tmp/56455* (*)
+__rvm_rm_rf_verbose:23> [[ -n '/Users/teja/.rvm/tmp/56455*' ]]
+__rvm_rm_rf_verbose:25> [[ -d '/Users/teja/.rvm/tmp/56455*' ]]
+__rvm_rm_rf_verbose:29> [[ -f '/Users/teja/.rvm/tmp/56455*' || -L
'/Users/teja/.rvm/tmp/56455*' ]]
+__rvm_rm_rf_verbose:34> result=0
+__rvm_rm_rf_verbose:39> return 0
+__rvm_cleanup_tmp:10> return 0
+__rvm_teardown:7> export __rvm_env_loaded
+__rvm_teardown:9> : __rvm_env_loaded:3:
+__rvm_teardown:11> : __rvm_env_loaded:3:
+__rvm_teardown:13> : __rvm_env_loaded:2:
+__rvm_teardown:15> [[ -z /Users/teja/.rvm/tmp ]]
+__rvm_teardown:15> (( __rvm_env_loaded > 0 ))
+__rvm_teardown:17> return 0
+__rvm_install_source:12> __rvm_fetch_ruby
+__rvm_fetch_ruby:2> typeset _current_command
+__rvm_fetch_ruby:4> (( 1 == 0 ))
+__rvm_fetch_ruby:9> (( 0 == 0 ))
+__rvm_fetch_ruby:10> [[ -z '' && -z '' && -z '' ]]
+__rvm_fetch_ruby:12> rvm_ruby_package_name=ruby-1.9.3-p194
+__rvm_fetch_ruby:13> rvm_ruby_package_file=ruby-1.9.3-p194
+__rvm_fetch_ruby:15> case ruby-1.9.3-p194-perf (ruby-1.8.4*)
+__rvm_fetch_ruby:15> case ruby-1.9.3-p194-perf (ruby-*)
+__rvm_fetch_ruby:17> rvm_archive_extension=tar.bz2
+__rvm_fetch_ruby:21> case ruby (ruby)
+__rvm_fetch_ruby:23> rvm_ruby_url=+__rvm_fetch_ruby:23> __rvm_db ruby_1.9_url
+__rvm_db:2> typeset value key variable
+__rvm_db:4> key=ruby_1.9_url
+__rvm_db:5> key=ruby_1.9_url
+__rvm_db:6> variable=''
+__rvm_db:8> [[ -f /Users/teja/.rvm/user/db ]]
+__rvm_db:9> value=+__rvm_db:9> /Users/teja/.rvm/scripts/db
/Users/teja/.rvm/user/db ruby_1.9_url
+__rvm_db:9> value=''
+__rvm_db:12> [[ -z '' ]]
+__rvm_db:13> value=+__rvm_db:13> /Users/teja/.rvm/scripts/db
/Users/teja/.rvm/config/db ruby_1.9_url
+__rvm_db:13> value=http://ftp.ruby-lang.org/pub/ruby/1.9
+__rvm_db:16> [[ -n http://ftp.ruby-lang.org/pub/ruby/1.9 ]]
+__rvm_db:17> [[ -z '' ]]
+__rvm_db:18> echo http://ftp.ruby-lang.org/pub/ruby/1.9
+__rvm_db:24> return 0
+__rvm_fetch_ruby:23>
rvm_ruby_url=http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p194.tar.bz2
+__rvm_fetch_ruby:39> __rvm_log_command fetch 'ruby-1.9.3-p194-perf -
#downloading ruby-1.9.3-p194, this may take a while depending on your
connection...' /Users/teja/.rvm/scripts/fetch
http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p194.tar.bz2
+__rvm_log_command:2> typeset name message _log _command_start _command_name
+__rvm_log_command:3> typeset -a _command
+__rvm_log_command:5> name=fetch
+__rvm_log_command:6> message='ruby-1.9.3-p194-perf - #downloading
ruby-1.9.3-p194, this may take a while depending on your connection...'
+__rvm_log_command:7> [[ -z 'ruby-1.9.3-p194-perf - #downloading
ruby-1.9.3-p194, this may take a while depending on your connection...' ]]
+__rvm_log_command:7> rvm_log 'ruby-1.9.3-p194-perf - #downloading
ruby-1.9.3-p194, this may take a while depending on your connection...'
+rvm_log:2> rvm_pretty_print stdout
+rvm_pretty_print:2> case auto (0|no)
+rvm_pretty_print:2> case auto (1|auto)
+rvm_pretty_print:7> case xterm-256color (dumb|unknown)
+rvm_pretty_print:10> case stdout (stdout)
+rvm_pretty_print:11> [[ -t 1 ]]
+rvm_pretty_print:17> return 0
+rvm_log:3> printf %b 'ruby-1.9.3-p194-perf - #downloading ruby-1.9.3-p194, this
may take a while depending on your connection...\n'
ruby-1.9.3-p194-perf - #downloading ruby-1.9.3-p194, this may take a while
depending on your connection...
+__rvm_log_command:8> shift 2
+__rvm_log_command:9> _command=( /Users/teja/.rvm/scripts/fetch
http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p194.tar.bz2 )
+__rvm_log_command:10> _command_start=/Users/teja/.rvm/scripts/fetch
+__rvm_log_command:11> (( 2 ))
+__rvm_log_command:11> [[ "$1" -regex-match "=" ]]
+__rvm_log_command:14> _command_name=/Users/teja/.rvm/scripts/fetch
+__rvm_log_command:16> [[ ! "${_command_start}" -regex-match "=" ]]
+__rvm_log_command:17> (( 0 == 0 ))
+__rvm_log_command:19> _log=/Users/teja/.rvm/log/ruby-1.9.3-p194-perf/fetch.log
+__rvm_log_command:21> [[ -d /Users/teja/.rvm/log/ruby-1.9.3-p194-perf ]]
+__rvm_log_command:22> [[ -f /Users/teja/.rvm/log/ruby-1.9.3-p194-perf/fetch.log
]]
+__rvm_log_command:30> rvm_debug_stream
+rvm_debug_stream:2> (( 0 ))
+rvm_debug_stream:2> return 0
+__rvm_log_command:30> tee /Users/teja/.rvm/log/ruby-1.9.3-p194-perf/fetch.log
+__rvm_log_command:24> date '+%Y-%m-%d %H:%M:%S'
+__rvm_log_command:24> printf %b '[2012-10-03 21:59:35]
/Users/teja/.rvm/scripts/fetch
http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p194.tar.bz2\n'
+__rvm_log_command:25> is_a_function /Users/teja/.rvm/scripts/fetch
+is_a_function:2> return 1
+__rvm_log_command:28> printf %b 'current path: /Users/teja/.rvm/src\n'
+__rvm_fetch_ruby:44> [[ -d /Users/teja/.rvm/src/ruby-1.9.3-p194-perf ]]
+__rvm_fetch_ruby:44> true
+__rvm_fetch_ruby:47> [[ ! -d /Users/teja/.rvm/src/ruby-1.9.3-p194-perf ]]
+__rvm_fetch_ruby:88> rvm_log 'ruby-1.9.3-p194-perf - #extracted to
/Users/teja/.rvm/src/ruby-1.9.3-p194-perf (already extracted)'
+rvm_log:2> rvm_pretty_print stdout
+rvm_pretty_print:2> case auto (0|no)
+rvm_pretty_print:2> case auto (1|auto)
+rvm_pretty_print:7> case xterm-256color (dumb|unknown)
+rvm_pretty_print:10> case stdout (stdout)
+rvm_pretty_print:11> [[ -t 1 ]]
+rvm_pretty_print:17> return 0
+rvm_log:3> printf %b 'ruby-1.9.3-p194-perf - #extracted to
/Users/teja/.rvm/src/ruby-1.9.3-p194-perf (already extracted)\n'
ruby-1.9.3-p194-perf - #extracted to /Users/teja/.rvm/src/ruby-1.9.3-p194-perf
(already extracted)
+__rvm_fetch_ruby:91> return 0
+__rvm_install_source:13> true
+__rvm_install_source:20> cd /Users/teja/.rvm/src/ruby-1.9.3-p194-perf
+__rvm_do_with_env_before:2> [[ -n /Users/teja/.rvm/scripts ]]
+__rvm_do_with_env_before:5> source /Users/teja/.rvm/scripts/initialize
+/Users/teja/.rvm/scripts/initialize:3> : rvm_trace_flag:1
+/Users/teja/.rvm/scripts/initialize:4> (( rvm_trace_flag > 0 ))
+/Users/teja/.rvm/scripts/initialize:6> set -o xtrace
+/Users/teja/.rvm/scripts/initialize:9> [[ -z 4.3.11 ]]
+/Users/teja/.rvm/scripts/initialize:21> [[ -n '' ]]
+/Users/teja/.rvm/scripts/initialize:24> [[ -n 4.3.11 ]]
+/Users/teja/.rvm/scripts/initialize:26> setopt extendedglob
+/Users/teja/.rvm/scripts/initialize:27> setopt kshglob
+/Users/teja/.rvm/scripts/initialize:28> setopt no_glob_subst
+/Users/teja/.rvm/scripts/initialize:33> export __rvm_env_loaded
+/Users/teja/.rvm/scripts/initialize:35> : __rvm_env_loaded:2:
+/Users/teja/.rvm/scripts/initialize:37> : __rvm_env_loaded:3:
+/Users/teja/.rvm/scripts/initialize:40> [[ -z /Users/teja/.rvm/tmp ]]
+/Users/teja/.rvm/scripts/initialize:40> (( __rvm_env_loaded == 1 ))
+__rvm_do_with_env_before:6> __rvm_setup
+__rvm_setup:3> export rvm_head_flag rvm_ruby_selected_flag
rvm_user_install_flag rvm_path_flag rvm_cron_flag rvm_static_flag
rvm_default_flag rvm_loaded_flag rvm_llvm_flag rvm_skip_autoreconf_flag
rvm_18_flag rvm_19_flag rvm_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_setup:4> export 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_setup:5> export 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_setup:6> export __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_without_gems
+__rvm_setup:7> export -a rvm_patch_names rvm_ree_options rvm_autoconf_flags
+__rvm_setup:10> (( __rvm_env_loaded != 1 ))
+__rvm_setup:11> return 0
+__rvm_project_rvmrc:2> export __rvm_project_rvmrc_lock
+__rvm_project_rvmrc:3> : __rvm_project_rvmrc_lock:0
+__rvm_project_rvmrc:4> : __rvm_project_rvmrc_lock:1
+__rvm_project_rvmrc:5> (( __rvm_project_rvmrc_lock > 1 ))
+__rvm_project_rvmrc:9> typeset working_dir found_file
rvm_trustworthiness_result
+__rvm_project_rvmrc:12> working_dir=/Users/teja/.rvm/src/ruby-1.9.3-p194-perf
+__rvm_project_rvmrc:14> :
+__rvm_project_rvmrc:17> [[ -z /Users/teja/.rvm/src/ruby-1.9.3-p194-perf ||
/Users/teja == /Users/teja/.rvm/src/ruby-1.9.3-p194-perf || /Users/teja ==
/Users/teja/.rvm/src/ruby-1.9.3-p194-perf || / ==
/Users/teja/.rvm/src/ruby-1.9.3-p194-perf ]]
+__rvm_project_rvmrc:38> __rvm_project_dir_check
/Users/teja/.rvm/src/ruby-1.9.3-p194-perf found_file
+__rvm_project_dir_check:2> typeset _found_file path_to_check variable
variable_default
+__rvm_project_dir_check:3> typeset -a _valid_files
+__rvm_project_dir_check:4>
path_to_check=/Users/teja/.rvm/src/ruby-1.9.3-p194-perf
+__rvm_project_dir_check:5> variable=found_file
+__rvm_project_dir_check:6> variable_default=''
+__rvm_project_dir_check:7> _valid_files=(
/Users/teja/.rvm/src/ruby-1.9.3-p194-perf
/Users/teja/.rvm/src/ruby-1.9.3-p194-perf/.rvmrc
/Users/teja/.rvm/src/ruby-1.9.3-p194-perf/.versions.conf
/Users/teja/.rvm/src/ruby-1.9.3-p194-perf/.ruby-version
/Users/teja/.rvm/src/ruby-1.9.3-p194-perf/.rbfu-version
/Users/teja/.rvm/src/ruby-1.9.3-p194-perf/.rbenv-version
/Users/teja/.rvm/src/ruby-1.9.3-p194-perf/Gemfile )
+__rvm_project_dir_check:13> __rvm_find_first_file _found_file
/Users/teja/.rvm/src/ruby-1.9.3-p194-perf
/Users/teja/.rvm/src/ruby-1.9.3-p194-perf/.rvmrc
/Users/teja/.rvm/src/ruby-1.9.3-p194-perf/.versions.conf
/Users/teja/.rvm/src/ruby-1.9.3-p194-perf/.ruby-version
/Users/teja/.rvm/src/ruby-1.9.3-p194-perf/.rbfu-version
/Users/teja/.rvm/src/ruby-1.9.3-p194-perf/.rbenv-version
/Users/teja/.rvm/src/ruby-1.9.3-p194-perf/Gemfile
+__rvm_find_first_file:2> typeset _first_file _variable_first_file __file_enum
+__rvm_find_first_file:3> _first_file=''
+__rvm_find_first_file:4> _variable_first_file=_found_file
+__rvm_find_first_file:5> shift
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src/ruby-1.9.3-p194-perf
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src/ruby-1.9.3-p194-perf ]]
+__rvm_find_first_file:7>
__file_enum=/Users/teja/.rvm/src/ruby-1.9.3-p194-perf/.rvmrc
+__rvm_find_first_file:10> [[ -f
/Users/teja/.rvm/src/ruby-1.9.3-p194-perf/.rvmrc ]]
+__rvm_find_first_file:7>
__file_enum=/Users/teja/.rvm/src/ruby-1.9.3-p194-perf/.versions.conf
+__rvm_find_first_file:10> [[ -f
/Users/teja/.rvm/src/ruby-1.9.3-p194-perf/.versions.conf ]]
+__rvm_find_first_file:7>
__file_enum=/Users/teja/.rvm/src/ruby-1.9.3-p194-perf/.ruby-version
+__rvm_find_first_file:10> [[ -f
/Users/teja/.rvm/src/ruby-1.9.3-p194-perf/.ruby-version ]]
+__rvm_find_first_file:7>
__file_enum=/Users/teja/.rvm/src/ruby-1.9.3-p194-perf/.rbfu-version
+__rvm_find_first_file:10> [[ -f
/Users/teja/.rvm/src/ruby-1.9.3-p194-perf/.rbfu-version ]]
+__rvm_find_first_file:7>
__file_enum=/Users/teja/.rvm/src/ruby-1.9.3-p194-perf/.rbenv-version
+__rvm_find_first_file:10> [[ -f
/Users/teja/.rvm/src/ruby-1.9.3-p194-perf/.rbenv-version ]]
+__rvm_find_first_file:7>
__file_enum=/Users/teja/.rvm/src/ruby-1.9.3-p194-perf/Gemfile
+__rvm_find_first_file:10> [[ -f
/Users/teja/.rvm/src/ruby-1.9.3-p194-perf/Gemfile ]]
+__rvm_find_first_file:16> eval '_found_file=""'
+(eval):1> _found_file=''
+__rvm_find_first_file:17> return 1
+__rvm_project_dir_check:13> true
+__rvm_project_dir_check:15> [[ '' == Gemfile ]]
+__rvm_project_dir_check:24> [[ -n found_file ]]
+__rvm_project_dir_check:25> eval 'found_file="${_found_file:-}"'
+(eval):1> found_file=''
+__rvm_project_dir_check:28> [[ -n '' ]]
+__rvm_project_dir_check:28> return 1
+__rvm_project_rvmrc:52> working_dir=+__rvm_project_rvmrc:52> dirname
/Users/teja/.rvm/src/ruby-1.9.3-p194-perf
+__rvm_project_rvmrc:52> working_dir=/Users/teja/.rvm/src
+__rvm_project_rvmrc:14> :
+__rvm_project_rvmrc:17> [[ -z /Users/teja/.rvm/src || /Users/teja ==
/Users/teja/.rvm/src || /Users/teja == /Users/teja/.rvm/src || / ==
/Users/teja/.rvm/src ]]
+__rvm_project_rvmrc:38> __rvm_project_dir_check /Users/teja/.rvm/src found_file
+__rvm_project_dir_check:2> typeset _found_file path_to_check variable
variable_default
+__rvm_project_dir_check:3> typeset -a _valid_files
+__rvm_project_dir_check:4> path_to_check=/Users/teja/.rvm/src
+__rvm_project_dir_check:5> variable=found_file
+__rvm_project_dir_check:6> variable_default=''
+__rvm_project_dir_check:7> _valid_files=( /Users/teja/.rvm/src
/Users/teja/.rvm/src/.rvmrc /Users/teja/.rvm/src/.versions.conf
/Users/teja/.rvm/src/.ruby-version /Users/teja/.rvm/src/.rbfu-version
/Users/teja/.rvm/src/.rbenv-version /Users/teja/.rvm/src/Gemfile )
+__rvm_project_dir_check:13> __rvm_find_first_file _found_file
/Users/teja/.rvm/src /Users/teja/.rvm/src/.rvmrc
/Users/teja/.rvm/src/.versions.conf /Users/teja/.rvm/src/.ruby-version
/Users/teja/.rvm/src/.rbfu-version /Users/teja/.rvm/src/.rbenv-version
/Users/teja/.rvm/src/Gemfile
+__rvm_find_first_file:2> typeset _first_file _variable_first_file __file_enum
+__rvm_find_first_file:3> _first_file=''
+__rvm_find_first_file:4> _variable_first_file=_found_file
+__rvm_find_first_file:5> shift
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src/.rvmrc
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src/.rvmrc ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src/.versions.conf
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src/.versions.conf ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src/.ruby-version
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src/.ruby-version ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src/.rbfu-version
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src/.rbfu-version ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src/.rbenv-version
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src/.rbenv-version ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src/Gemfile
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src/Gemfile ]]
+__rvm_find_first_file:16> eval '_found_file=""'
+(eval):1> _found_file=''
+__rvm_find_first_file:17> return 1
+__rvm_project_dir_check:13> true
+__rvm_project_dir_check:15> [[ '' == Gemfile ]]
+__rvm_project_dir_check:24> [[ -n found_file ]]
+__rvm_project_dir_check:25> eval 'found_file="${_found_file:-}"'
+(eval):1> found_file=''
+__rvm_project_dir_check:28> [[ -n '' ]]
+__rvm_project_dir_check:28> return 1
+__rvm_project_rvmrc:52> working_dir=+__rvm_project_rvmrc:52> dirname
/Users/teja/.rvm/src
+__rvm_project_rvmrc:52> working_dir=/Users/teja/.rvm
+__rvm_project_rvmrc:14> :
+__rvm_project_rvmrc:17> [[ -z /Users/teja/.rvm || /Users/teja ==
/Users/teja/.rvm || /Users/teja == /Users/teja/.rvm || / == /Users/teja/.rvm ]]
+__rvm_project_rvmrc:38> __rvm_project_dir_check /Users/teja/.rvm found_file
+__rvm_project_dir_check:2> typeset _found_file path_to_check variable
variable_default
+__rvm_project_dir_check:3> typeset -a _valid_files
+__rvm_project_dir_check:4> path_to_check=/Users/teja/.rvm
+__rvm_project_dir_check:5> variable=found_file
+__rvm_project_dir_check:6> variable_default=''
+__rvm_project_dir_check:7> _valid_files=( /Users/teja/.rvm
/Users/teja/.rvm/.rvmrc /Users/teja/.rvm/.versions.conf
/Users/teja/.rvm/.ruby-version /Users/teja/.rvm/.rbfu-version
/Users/teja/.rvm/.rbenv-version /Users/teja/.rvm/Gemfile )
+__rvm_project_dir_check:13> __rvm_find_first_file _found_file /Users/teja/.rvm
/Users/teja/.rvm/.rvmrc /Users/teja/.rvm/.versions.conf
/Users/teja/.rvm/.ruby-version /Users/teja/.rvm/.rbfu-version
/Users/teja/.rvm/.rbenv-version /Users/teja/.rvm/Gemfile
+__rvm_find_first_file:2> typeset _first_file _variable_first_file __file_enum
+__rvm_find_first_file:3> _first_file=''
+__rvm_find_first_file:4> _variable_first_file=_found_file
+__rvm_find_first_file:5> shift
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/.rvmrc
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/.rvmrc ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/.versions.conf
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/.versions.conf ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/.ruby-version
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/.ruby-version ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/.rbfu-version
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/.rbfu-version ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/.rbenv-version
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/.rbenv-version ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/Gemfile
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/Gemfile ]]
+__rvm_find_first_file:16> eval '_found_file=""'
+(eval):1> _found_file=''
+__rvm_find_first_file:17> return 1
+__rvm_project_dir_check:13> true
+__rvm_project_dir_check:15> [[ '' == Gemfile ]]
+__rvm_project_dir_check:24> [[ -n found_file ]]
+__rvm_project_dir_check:25> eval 'found_file="${_found_file:-}"'
+(eval):1> found_file=''
+__rvm_project_dir_check:28> [[ -n '' ]]
+__rvm_project_dir_check:28> return 1
+__rvm_project_rvmrc:52> working_dir=+__rvm_project_rvmrc:52> dirname
/Users/teja/.rvm
+__rvm_project_rvmrc:52> working_dir=/Users/teja
+__rvm_project_rvmrc:14> :
+__rvm_project_rvmrc:17> [[ -z /Users/teja || /Users/teja == /Users/teja ]]
+__rvm_project_rvmrc:20> [[ -n '' ]]
+__rvm_project_rvmrc:35> break
+__rvm_project_rvmrc:57> unset __rvm_project_rvmrc_lock
+__rvm_project_rvmrc:58> return 0
+__rvm_after_cd:2> typeset rvm_hook
+__rvm_after_cd:3> rvm_hook=after_cd
+__rvm_after_cd:4> [[ -n /Users/teja/.rvm/scripts ]]
+__rvm_after_cd:5> source /Users/teja/.rvm/scripts/hook
+/Users/teja/.rvm/scripts/hook:5> old_rvm_verbose_flag=0
+/Users/teja/.rvm/scripts/hook:6> old_rvm_debug_flag=0
+/Users/teja/.rvm/scripts/hook:11> true rvm_verbose_flag:0 rvm_debug_flag:0
rvm_hook:after_cd
+/Users/teja/.rvm/scripts/hook:15> [[ -n after_cd ]]
+/Users/teja/.rvm/scripts/hook:17> hooks=( /Users/teja/.rvm/hooks )
+/Users/teja/.rvm/scripts/hook:18> [[
/Users/teja/.rvm/src/ruby-1.9.3-p194-perf/.rvm/hooks == /Users/teja/.rvm/hooks
]]
+/Users/teja/.rvm/scripts/hook:19> hooks+=(
/Users/teja/.rvm/src/ruby-1.9.3-p194-perf/.rvm/hooks )
+/Users/teja/.rvm/scripts/hook:21>
_hooks_list=+/Users/teja/.rvm/scripts/hook:21> _hooks_list=(
/Users/teja/.rvm/hooks/after_cd_bundler )
+/Users/teja/.rvm/scripts/hook:25> hook=/Users/teja/.rvm/hooks/after_cd_bundler
+/Users/teja/.rvm/scripts/hook:27> [[ -x /Users/teja/.rvm/hooks/after_cd_bundler
|| after_cd_bundler == after_cd ]]
+/Users/teja/.rvm/scripts/hook:37> unset rvm_hook hooks _hooks_list hook
+__rvm_do_with_env_after:2> __rvm_teardown
+__rvm_teardown:4> __rvm_cleanup_tmp
+__rvm_cleanup_tmp:2> [[ -d /Users/teja/.rvm/tmp/ ]]
+__rvm_cleanup_tmp:4> case /Users/teja/.rvm/tmp (*tmp)
+__rvm_cleanup_tmp:6> __rvm_rm_rf '/Users/teja/.rvm/tmp/56455*'
+__rvm_rm_rf:2> __rvm_rm_rf_verbose '/Users/teja/.rvm/tmp/56455*'
+__rvm_rm_rf_verbose:2> typeset result target
+__rvm_rm_rf_verbose:3> result=1
+__rvm_rm_rf_verbose:4> target='/Users/teja/.rvm/tmp/56455*'
+__rvm_rm_rf_verbose:7> [[ -n 4.3.11 ]]
+__rvm_rm_rf_verbose:9> setopt extendedglob
+__rvm_rm_rf_verbose:18> case /Users/teja/.rvm/tmp/56455*
(*(/|.)@(|/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))
+__rvm_rm_rf_verbose:18> case /Users/teja/.rvm/tmp/56455* (*)
+__rvm_rm_rf_verbose:23> [[ -n '/Users/teja/.rvm/tmp/56455*' ]]
+__rvm_rm_rf_verbose:25> [[ -d '/Users/teja/.rvm/tmp/56455*' ]]
+__rvm_rm_rf_verbose:29> [[ -f '/Users/teja/.rvm/tmp/56455*' || -L
'/Users/teja/.rvm/tmp/56455*' ]]
+__rvm_rm_rf_verbose:34> result=0
+__rvm_rm_rf_verbose:39> return 0
+__rvm_cleanup_tmp:10> return 0
+__rvm_teardown:7> export __rvm_env_loaded
+__rvm_teardown:9> : __rvm_env_loaded:3:
+__rvm_teardown:11> : __rvm_env_loaded:3:
+__rvm_teardown:13> : __rvm_env_loaded:2:
+__rvm_teardown:15> [[ -z /Users/teja/.rvm/tmp ]]
+__rvm_teardown:15> (( __rvm_env_loaded > 0 ))
+__rvm_teardown:17> return 0
+__rvm_install_source:21> true
+__rvm_install_source:28> [[ -d /Users/teja/.rvm/usr ]]
+__rvm_install_source:30> __rvm_add_to_path prepend /Users/teja/.rvm/usr/bin
+__rvm_add_to_path:2> export PATH
+__rvm_add_to_path:4> (( 2 != 2 ))
+__rvm_add_to_path:4> [[ -z /Users/teja/.rvm/usr/bin ]]
+__rvm_add_to_path:10> __rvm_remove_from_path /Users/teja/.rvm/usr/bin
+__rvm_remove_from_path:2> export PATH
+__rvm_remove_from_path:3> typeset -a _path
+__rvm_remove_from_path:4> _path=( )
+__rvm_remove_from_path:5> __rvm_custom_separated_array _path :
/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/opt/X11/bin:/Users/teja/.rvm/bin
+__rvm_custom_separated_array:2> typeset IFS
+__rvm_custom_separated_array:3> IFS=:
+__rvm_custom_separated_array:4> [[ -n 4.3.11 ]]
+__rvm_custom_separated_array:5> eval '_path+=( ${=3} )'
+(eval):1> _path+=( /usr/local/bin /usr/bin /bin /usr/sbin /sbin /usr/local/sbin
/opt/X11/bin /Users/teja/.rvm/bin )
+__rvm_remove_from_path:6> __rvm_remove_from_array _path
/Users/teja/.rvm/usr/bin /usr/local/bin /usr/bin /bin /usr/sbin /sbin
/usr/local/sbin /opt/X11/bin /Users/teja/.rvm/bin
+__rvm_remove_from_array:2> typeset _array_name _search _iterator
+__rvm_remove_from_array:3> typeset -a _temp_array
+__rvm_remove_from_array:4> _array_name=_path
+__rvm_remove_from_array:5> _search=/Users/teja/.rvm/usr/bin
+__rvm_remove_from_array:6> shift 2
+__rvm_remove_from_array:7> _temp_array=( )
+__rvm_remove_from_array:8> _iterator=/usr/local/bin
+__rvm_remove_from_array:10> __rvm_string_match /usr/local/bin
/Users/teja/.rvm/usr/bin
+__rvm_string_match:2> typeset _string
+__rvm_string_match:3> _string=/usr/local/bin
+__rvm_string_match:4> shift
+__rvm_string_match:5> (( 1 ))
+__rvm_string_match:7> case /usr/local/bin (/Users/teja/.rvm/usr/bin)
+__rvm_string_match:10> shift
+__rvm_string_match:5> (( 0 ))
+__rvm_string_match:12> return 1
+__rvm_remove_from_array:10> _temp_array+=( /usr/local/bin )
+__rvm_remove_from_array:8> _iterator=/usr/bin
+__rvm_remove_from_array:10> __rvm_string_match /usr/bin
/Users/teja/.rvm/usr/bin
+__rvm_string_match:2> typeset _string
+__rvm_string_match:3> _string=/usr/bin
+__rvm_string_match:4> shift
+__rvm_string_match:5> (( 1 ))
+__rvm_string_match:7> case /usr/bin (/Users/teja/.rvm/usr/bin)
+__rvm_string_match:10> shift
+__rvm_string_match:5> (( 0 ))
+__rvm_string_match:12> return 1
+__rvm_remove_from_array:10> _temp_array+=( /usr/bin )
+__rvm_remove_from_array:8> _iterator=/bin
+__rvm_remove_from_array:10> __rvm_string_match /bin /Users/teja/.rvm/usr/bin
+__rvm_string_match:2> typeset _string
+__rvm_string_match:3> _string=/bin
+__rvm_string_match:4> shift
+__rvm_string_match:5> (( 1 ))
+__rvm_string_match:7> case /bin (/Users/teja/.rvm/usr/bin)
+__rvm_string_match:10> shift
+__rvm_string_match:5> (( 0 ))
+__rvm_string_match:12> return 1
+__rvm_remove_from_array:10> _temp_array+=( /bin )
+__rvm_remove_from_array:8> _iterator=/usr/sbin
+__rvm_remove_from_array:10> __rvm_string_match /usr/sbin
/Users/teja/.rvm/usr/bin
+__rvm_string_match:2> typeset _string
+__rvm_string_match:3> _string=/usr/sbin
+__rvm_string_match:4> shift
+__rvm_string_match:5> (( 1 ))
+__rvm_string_match:7> case /usr/sbin (/Users/teja/.rvm/usr/bin)
+__rvm_string_match:10> shift
+__rvm_string_match:5> (( 0 ))
+__rvm_string_match:12> return 1
+__rvm_remove_from_array:10> _temp_array+=( /usr/sbin )
+__rvm_remove_from_array:8> _iterator=/sbin
+__rvm_remove_from_array:10> __rvm_string_match /sbin /Users/teja/.rvm/usr/bin
+__rvm_string_match:2> typeset _string
+__rvm_string_match:3> _string=/sbin
+__rvm_string_match:4> shift
+__rvm_string_match:5> (( 1 ))
+__rvm_string_match:7> case /sbin (/Users/teja/.rvm/usr/bin)
+__rvm_string_match:10> shift
+__rvm_string_match:5> (( 0 ))
+__rvm_string_match:12> return 1
+__rvm_remove_from_array:10> _temp_array+=( /sbin )
+__rvm_remove_from_array:8> _iterator=/usr/local/sbin
+__rvm_remove_from_array:10> __rvm_string_match /usr/local/sbin
/Users/teja/.rvm/usr/bin
+__rvm_string_match:2> typeset _string
+__rvm_string_match:3> _string=/usr/local/sbin
+__rvm_string_match:4> shift
+__rvm_string_match:5> (( 1 ))
+__rvm_string_match:7> case /usr/local/sbin (/Users/teja/.rvm/usr/bin)
+__rvm_string_match:10> shift
+__rvm_string_match:5> (( 0 ))
+__rvm_string_match:12> return 1
+__rvm_remove_from_array:10> _temp_array+=( /usr/local/sbin )
+__rvm_remove_from_array:8> _iterator=/opt/X11/bin
+__rvm_remove_from_array:10> __rvm_string_match /opt/X11/bin
/Users/teja/.rvm/usr/bin
+__rvm_string_match:2> typeset _string
+__rvm_string_match:3> _string=/opt/X11/bin
+__rvm_string_match:4> shift
+__rvm_string_match:5> (( 1 ))
+__rvm_string_match:7> case /opt/X11/bin (/Users/teja/.rvm/usr/bin)
+__rvm_string_match:10> shift
+__rvm_string_match:5> (( 0 ))
+__rvm_string_match:12> return 1
+__rvm_remove_from_array:10> _temp_array+=( /opt/X11/bin )
+__rvm_remove_from_array:8> _iterator=/Users/teja/.rvm/bin
+__rvm_remove_from_array:10> __rvm_string_match /Users/teja/.rvm/bin
/Users/teja/.rvm/usr/bin
+__rvm_string_match:2> typeset _string
+__rvm_string_match:3> _string=/Users/teja/.rvm/bin
+__rvm_string_match:4> shift
+__rvm_string_match:5> (( 1 ))
+__rvm_string_match:7> case /Users/teja/.rvm/bin (/Users/teja/.rvm/usr/bin)
+__rvm_string_match:10> shift
+__rvm_string_match:5> (( 0 ))
+__rvm_string_match:12> return 1
+__rvm_remove_from_array:10> _temp_array+=( /Users/teja/.rvm/bin )
+__rvm_remove_from_array:12> eval '_path=( "${_temp_array[@]}" )'
+(eval):1> _path=( /usr/local/bin /usr/bin /bin /usr/sbin /sbin /usr/local/sbin
/opt/X11/bin /Users/teja/.rvm/bin )
+__rvm_remove_from_path:7> __rvm_join_array PATH : _path
+__rvm_join_array:2> typeset IFS
+__rvm_join_array:3> IFS=:
+__rvm_join_array:4> eval 'PATH="${_path[*]}"'
+(eval):1>
PATH=/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/opt/X11/bin:/Users/teja/.rvm/bin
+__rvm_add_to_path:11> case prepend (prepend)
+__rvm_add_to_path:12>
PATH=/Users/teja/.rvm/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/opt/X11/bin:/Users/teja/.rvm/bin
+__rvm_add_to_path:18> [[ -n '' ]]
+__rvm_add_to_path:23> hash -r
+__rvm_install_source:31> hash -r
+__rvm_install_source:34> (( rvm_static_flag == 1 ))
+__rvm_install_source:50> __rvm_apply_patches
+__rvm_apply_patches:2> typeset patch_name patch_level_separator patch_fuzziness
patch_level source_directory full_patch_path
+__rvm_apply_patches:3> typeset -a patches
+__rvm_apply_patches:4> patches=( )
+__rvm_apply_patches:5> patch_level_separator=%
+__rvm_apply_patches:6> patch_fuzziness=25
+__rvm_apply_patches:7> result=0
+__rvm_apply_patches:8>
source_directory=/Users/teja/.rvm/src/ruby-1.9.3-p194-perf
+__rvm_apply_patches:9> (( 0 == 0 ))
+__rvm_apply_patches:11> pushd /Users/teja/.rvm/src/ruby-1.9.3-p194-perf
+__rvm_do_with_env_before:2> [[ -n /Users/teja/.rvm/scripts ]]
+__rvm_do_with_env_before:5> source /Users/teja/.rvm/scripts/initialize
+/Users/teja/.rvm/scripts/initialize:3> : rvm_trace_flag:1
+/Users/teja/.rvm/scripts/initialize:4> (( rvm_trace_flag > 0 ))
+/Users/teja/.rvm/scripts/initialize:6> set -o xtrace
+/Users/teja/.rvm/scripts/initialize:9> [[ -z 4.3.11 ]]
+/Users/teja/.rvm/scripts/initialize:21> [[ -n '' ]]
+/Users/teja/.rvm/scripts/initialize:24> [[ -n 4.3.11 ]]
+/Users/teja/.rvm/scripts/initialize:26> setopt extendedglob
+/Users/teja/.rvm/scripts/initialize:27> setopt kshglob
+/Users/teja/.rvm/scripts/initialize:28> setopt no_glob_subst
+/Users/teja/.rvm/scripts/initialize:33> export __rvm_env_loaded
+/Users/teja/.rvm/scripts/initialize:35> : __rvm_env_loaded:2:
+/Users/teja/.rvm/scripts/initialize:37> : __rvm_env_loaded:3:
+/Users/teja/.rvm/scripts/initialize:40> [[ -z /Users/teja/.rvm/tmp ]]
+/Users/teja/.rvm/scripts/initialize:40> (( __rvm_env_loaded == 1 ))
+__rvm_do_with_env_before:6> __rvm_setup
+__rvm_setup:3> export rvm_head_flag rvm_ruby_selected_flag
rvm_user_install_flag rvm_path_flag rvm_cron_flag rvm_static_flag
rvm_default_flag rvm_loaded_flag rvm_llvm_flag rvm_skip_autoreconf_flag
rvm_18_flag rvm_19_flag rvm_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_setup:4> export 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_setup:5> export 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_setup:6> export __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_without_gems
+__rvm_setup:7> export -a rvm_patch_names rvm_ree_options rvm_autoconf_flags
+__rvm_setup:10> (( __rvm_env_loaded != 1 ))
+__rvm_setup:11> return 0
+__rvm_project_rvmrc:2> export __rvm_project_rvmrc_lock
+__rvm_project_rvmrc:3> : __rvm_project_rvmrc_lock:0
+__rvm_project_rvmrc:4> : __rvm_project_rvmrc_lock:1
+__rvm_project_rvmrc:5> (( __rvm_project_rvmrc_lock > 1 ))
+__rvm_project_rvmrc:9> typeset working_dir found_file
rvm_trustworthiness_result
+__rvm_project_rvmrc:12> working_dir=/Users/teja/.rvm/src/ruby-1.9.3-p194-perf
+__rvm_project_rvmrc:14> :
+__rvm_project_rvmrc:17> [[ -z /Users/teja/.rvm/src/ruby-1.9.3-p194-perf ||
/Users/teja == /Users/teja/.rvm/src/ruby-1.9.3-p194-perf || /Users/teja ==
/Users/teja/.rvm/src/ruby-1.9.3-p194-perf || / ==
/Users/teja/.rvm/src/ruby-1.9.3-p194-perf ]]
+__rvm_project_rvmrc:38> __rvm_project_dir_check
/Users/teja/.rvm/src/ruby-1.9.3-p194-perf found_file
+__rvm_project_dir_check:2> typeset _found_file path_to_check variable
variable_default
+__rvm_project_dir_check:3> typeset -a _valid_files
+__rvm_project_dir_check:4>
path_to_check=/Users/teja/.rvm/src/ruby-1.9.3-p194-perf
+__rvm_project_dir_check:5> variable=found_file
+__rvm_project_dir_check:6> variable_default=''
+__rvm_project_dir_check:7> _valid_files=(
/Users/teja/.rvm/src/ruby-1.9.3-p194-perf
/Users/teja/.rvm/src/ruby-1.9.3-p194-perf/.rvmrc
/Users/teja/.rvm/src/ruby-1.9.3-p194-perf/.versions.conf
/Users/teja/.rvm/src/ruby-1.9.3-p194-perf/.ruby-version
/Users/teja/.rvm/src/ruby-1.9.3-p194-perf/.rbfu-version
/Users/teja/.rvm/src/ruby-1.9.3-p194-perf/.rbenv-version
/Users/teja/.rvm/src/ruby-1.9.3-p194-perf/Gemfile )
+__rvm_project_dir_check:13> __rvm_find_first_file _found_file
/Users/teja/.rvm/src/ruby-1.9.3-p194-perf
/Users/teja/.rvm/src/ruby-1.9.3-p194-perf/.rvmrc
/Users/teja/.rvm/src/ruby-1.9.3-p194-perf/.versions.conf
/Users/teja/.rvm/src/ruby-1.9.3-p194-perf/.ruby-version
/Users/teja/.rvm/src/ruby-1.9.3-p194-perf/.rbfu-version
/Users/teja/.rvm/src/ruby-1.9.3-p194-perf/.rbenv-version
/Users/teja/.rvm/src/ruby-1.9.3-p194-perf/Gemfile
+__rvm_find_first_file:2> typeset _first_file _variable_first_file __file_enum
+__rvm_find_first_file:3> _first_file=''
+__rvm_find_first_file:4> _variable_first_file=_found_file
+__rvm_find_first_file:5> shift
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src/ruby-1.9.3-p194-perf
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src/ruby-1.9.3-p194-perf ]]
+__rvm_find_first_file:7>
__file_enum=/Users/teja/.rvm/src/ruby-1.9.3-p194-perf/.rvmrc
+__rvm_find_first_file:10> [[ -f
/Users/teja/.rvm/src/ruby-1.9.3-p194-perf/.rvmrc ]]
+__rvm_find_first_file:7>
__file_enum=/Users/teja/.rvm/src/ruby-1.9.3-p194-perf/.versions.conf
+__rvm_find_first_file:10> [[ -f
/Users/teja/.rvm/src/ruby-1.9.3-p194-perf/.versions.conf ]]
+__rvm_find_first_file:7>
__file_enum=/Users/teja/.rvm/src/ruby-1.9.3-p194-perf/.ruby-version
+__rvm_find_first_file:10> [[ -f
/Users/teja/.rvm/src/ruby-1.9.3-p194-perf/.ruby-version ]]
+__rvm_find_first_file:7>
__file_enum=/Users/teja/.rvm/src/ruby-1.9.3-p194-perf/.rbfu-version
+__rvm_find_first_file:10> [[ -f
/Users/teja/.rvm/src/ruby-1.9.3-p194-perf/.rbfu-version ]]
+__rvm_find_first_file:7>
__file_enum=/Users/teja/.rvm/src/ruby-1.9.3-p194-perf/.rbenv-version
+__rvm_find_first_file:10> [[ -f
/Users/teja/.rvm/src/ruby-1.9.3-p194-perf/.rbenv-version ]]
+__rvm_find_first_file:7>
__file_enum=/Users/teja/.rvm/src/ruby-1.9.3-p194-perf/Gemfile
+__rvm_find_first_file:10> [[ -f
/Users/teja/.rvm/src/ruby-1.9.3-p194-perf/Gemfile ]]
+__rvm_find_first_file:16> eval '_found_file=""'
+(eval):1> _found_file=''
+__rvm_find_first_file:17> return 1
+__rvm_project_dir_check:13> true
+__rvm_project_dir_check:15> [[ '' == Gemfile ]]
+__rvm_project_dir_check:24> [[ -n found_file ]]
+__rvm_project_dir_check:25> eval 'found_file="${_found_file:-}"'
+(eval):1> found_file=''
+__rvm_project_dir_check:28> [[ -n '' ]]
+__rvm_project_dir_check:28> return 1
+__rvm_project_rvmrc:52> working_dir=+__rvm_project_rvmrc:52> dirname
/Users/teja/.rvm/src/ruby-1.9.3-p194-perf
+__rvm_project_rvmrc:52> working_dir=/Users/teja/.rvm/src
+__rvm_project_rvmrc:14> :
+__rvm_project_rvmrc:17> [[ -z /Users/teja/.rvm/src || /Users/teja ==
/Users/teja/.rvm/src || /Users/teja == /Users/teja/.rvm/src || / ==
/Users/teja/.rvm/src ]]
+__rvm_project_rvmrc:38> __rvm_project_dir_check /Users/teja/.rvm/src found_file
+__rvm_project_dir_check:2> typeset _found_file path_to_check variable
variable_default
+__rvm_project_dir_check:3> typeset -a _valid_files
+__rvm_project_dir_check:4> path_to_check=/Users/teja/.rvm/src
+__rvm_project_dir_check:5> variable=found_file
+__rvm_project_dir_check:6> variable_default=''
+__rvm_project_dir_check:7> _valid_files=( /Users/teja/.rvm/src
/Users/teja/.rvm/src/.rvmrc /Users/teja/.rvm/src/.versions.conf
/Users/teja/.rvm/src/.ruby-version /Users/teja/.rvm/src/.rbfu-version
/Users/teja/.rvm/src/.rbenv-version /Users/teja/.rvm/src/Gemfile )
+__rvm_project_dir_check:13> __rvm_find_first_file _found_file
/Users/teja/.rvm/src /Users/teja/.rvm/src/.rvmrc
/Users/teja/.rvm/src/.versions.conf /Users/teja/.rvm/src/.ruby-version
/Users/teja/.rvm/src/.rbfu-version /Users/teja/.rvm/src/.rbenv-version
/Users/teja/.rvm/src/Gemfile
+__rvm_find_first_file:2> typeset _first_file _variable_first_file __file_enum
+__rvm_find_first_file:3> _first_file=''
+__rvm_find_first_file:4> _variable_first_file=_found_file
+__rvm_find_first_file:5> shift
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src/.rvmrc
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src/.rvmrc ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src/.versions.conf
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src/.versions.conf ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src/.ruby-version
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src/.ruby-version ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src/.rbfu-version
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src/.rbfu-version ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src/.rbenv-version
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src/.rbenv-version ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src/Gemfile
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src/Gemfile ]]
+__rvm_find_first_file:16> eval '_found_file=""'
+(eval):1> _found_file=''
+__rvm_find_first_file:17> return 1
+__rvm_project_dir_check:13> true
+__rvm_project_dir_check:15> [[ '' == Gemfile ]]
+__rvm_project_dir_check:24> [[ -n found_file ]]
+__rvm_project_dir_check:25> eval 'found_file="${_found_file:-}"'
+(eval):1> found_file=''
+__rvm_project_dir_check:28> [[ -n '' ]]
+__rvm_project_dir_check:28> return 1
+__rvm_project_rvmrc:52> working_dir=+__rvm_project_rvmrc:52> dirname
/Users/teja/.rvm/src
+__rvm_project_rvmrc:52> working_dir=/Users/teja/.rvm
+__rvm_project_rvmrc:14> :
+__rvm_project_rvmrc:17> [[ -z /Users/teja/.rvm || /Users/teja ==
/Users/teja/.rvm || /Users/teja == /Users/teja/.rvm || / == /Users/teja/.rvm ]]
+__rvm_project_rvmrc:38> __rvm_project_dir_check /Users/teja/.rvm found_file
+__rvm_project_dir_check:2> typeset _found_file path_to_check variable
variable_default
+__rvm_project_dir_check:3> typeset -a _valid_files
+__rvm_project_dir_check:4> path_to_check=/Users/teja/.rvm
+__rvm_project_dir_check:5> variable=found_file
+__rvm_project_dir_check:6> variable_default=''
+__rvm_project_dir_check:7> _valid_files=( /Users/teja/.rvm
/Users/teja/.rvm/.rvmrc /Users/teja/.rvm/.versions.conf
/Users/teja/.rvm/.ruby-version /Users/teja/.rvm/.rbfu-version
/Users/teja/.rvm/.rbenv-version /Users/teja/.rvm/Gemfile )
+__rvm_project_dir_check:13> __rvm_find_first_file _found_file /Users/teja/.rvm
/Users/teja/.rvm/.rvmrc /Users/teja/.rvm/.versions.conf
/Users/teja/.rvm/.ruby-version /Users/teja/.rvm/.rbfu-version
/Users/teja/.rvm/.rbenv-version /Users/teja/.rvm/Gemfile
+__rvm_find_first_file:2> typeset _first_file _variable_first_file __file_enum
+__rvm_find_first_file:3> _first_file=''
+__rvm_find_first_file:4> _variable_first_file=_found_file
+__rvm_find_first_file:5> shift
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/.rvmrc
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/.rvmrc ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/.versions.conf
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/.versions.conf ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/.ruby-version
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/.ruby-version ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/.rbfu-version
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/.rbfu-version ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/.rbenv-version
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/.rbenv-version ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/Gemfile
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/Gemfile ]]
+__rvm_find_first_file:16> eval '_found_file=""'
+(eval):1> _found_file=''
+__rvm_find_first_file:17> return 1
+__rvm_project_dir_check:13> true
+__rvm_project_dir_check:15> [[ '' == Gemfile ]]
+__rvm_project_dir_check:24> [[ -n found_file ]]
+__rvm_project_dir_check:25> eval 'found_file="${_found_file:-}"'
+(eval):1> found_file=''
+__rvm_project_dir_check:28> [[ -n '' ]]
+__rvm_project_dir_check:28> return 1
+__rvm_project_rvmrc:52> working_dir=+__rvm_project_rvmrc:52> dirname
/Users/teja/.rvm
+__rvm_project_rvmrc:52> working_dir=/Users/teja
+__rvm_project_rvmrc:14> :
+__rvm_project_rvmrc:17> [[ -z /Users/teja || /Users/teja == /Users/teja ]]
+__rvm_project_rvmrc:20> [[ -n '' ]]
+__rvm_project_rvmrc:35> break
+__rvm_project_rvmrc:57> unset __rvm_project_rvmrc_lock
+__rvm_project_rvmrc:58> return 0
+__rvm_after_cd:2> typeset rvm_hook
+__rvm_after_cd:3> rvm_hook=after_cd
+__rvm_after_cd:4> [[ -n /Users/teja/.rvm/scripts ]]
+__rvm_after_cd:5> source /Users/teja/.rvm/scripts/hook
+/Users/teja/.rvm/scripts/hook:5> old_rvm_verbose_flag=0
+/Users/teja/.rvm/scripts/hook:6> old_rvm_debug_flag=0
+/Users/teja/.rvm/scripts/hook:11> true rvm_verbose_flag:0 rvm_debug_flag:0
rvm_hook:after_cd
+/Users/teja/.rvm/scripts/hook:15> [[ -n after_cd ]]
+/Users/teja/.rvm/scripts/hook:17> hooks=( /Users/teja/.rvm/hooks )
+/Users/teja/.rvm/scripts/hook:18> [[
/Users/teja/.rvm/src/ruby-1.9.3-p194-perf/.rvm/hooks == /Users/teja/.rvm/hooks
]]
+/Users/teja/.rvm/scripts/hook:19> hooks+=(
/Users/teja/.rvm/src/ruby-1.9.3-p194-perf/.rvm/hooks )
+/Users/teja/.rvm/scripts/hook:21>
_hooks_list=+/Users/teja/.rvm/scripts/hook:21> _hooks_list=(
/Users/teja/.rvm/hooks/after_cd_bundler )
+/Users/teja/.rvm/scripts/hook:25> hook=/Users/teja/.rvm/hooks/after_cd_bundler
+/Users/teja/.rvm/scripts/hook:27> [[ -x /Users/teja/.rvm/hooks/after_cd_bundler
|| after_cd_bundler == after_cd ]]
+/Users/teja/.rvm/scripts/hook:37> unset rvm_hook hooks _hooks_list hook
+__rvm_do_with_env_after:2> __rvm_teardown
+__rvm_teardown:4> __rvm_cleanup_tmp
+__rvm_cleanup_tmp:2> [[ -d /Users/teja/.rvm/tmp/ ]]
+__rvm_cleanup_tmp:4> case /Users/teja/.rvm/tmp (*tmp)
+__rvm_cleanup_tmp:6> __rvm_rm_rf '/Users/teja/.rvm/tmp/56455*'
+__rvm_rm_rf:2> __rvm_rm_rf_verbose '/Users/teja/.rvm/tmp/56455*'
+__rvm_rm_rf_verbose:2> typeset result target
+__rvm_rm_rf_verbose:3> result=1
+__rvm_rm_rf_verbose:4> target='/Users/teja/.rvm/tmp/56455*'
+__rvm_rm_rf_verbose:7> [[ -n 4.3.11 ]]
+__rvm_rm_rf_verbose:9> setopt extendedglob
+__rvm_rm_rf_verbose:18> case /Users/teja/.rvm/tmp/56455*
(*(/|.)@(|/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))
+__rvm_rm_rf_verbose:18> case /Users/teja/.rvm/tmp/56455* (*)
+__rvm_rm_rf_verbose:23> [[ -n '/Users/teja/.rvm/tmp/56455*' ]]
+__rvm_rm_rf_verbose:25> [[ -d '/Users/teja/.rvm/tmp/56455*' ]]
+__rvm_rm_rf_verbose:29> [[ -f '/Users/teja/.rvm/tmp/56455*' || -L
'/Users/teja/.rvm/tmp/56455*' ]]
+__rvm_rm_rf_verbose:34> result=0
+__rvm_rm_rf_verbose:39> return 0
+__rvm_cleanup_tmp:10> return 0
+__rvm_teardown:7> export __rvm_env_loaded
+__rvm_teardown:9> : __rvm_env_loaded:3:
+__rvm_teardown:11> : __rvm_env_loaded:3:
+__rvm_teardown:13> : __rvm_env_loaded:2:
+__rvm_teardown:15> [[ -z /Users/teja/.rvm/tmp ]]
+__rvm_teardown:15> (( __rvm_env_loaded > 0 ))
+__rvm_teardown:17> return 0
+__rvm_apply_patches:12> case all (all)
+__rvm_apply_patches:13> __rvm_current_patch_names patches
+__rvm_current_patch_names:2> typeset _variable patch_level_separator level name
expanded_name
+__rvm_current_patch_names:3> _variable=patches
+__rvm_current_patch_names:5> patch_level_separator=%
+__rvm_current_patch_names:6> name=falcon
+__rvm_current_patch_names:8> rvm_debug 'Trying patch '\''falcon'\''.'
+rvm_debug:2> (( 0 ))
+rvm_debug:2> return 0
+__rvm_current_patch_names:9> [[ -n falcon ]]
+__rvm_current_patch_names:11> __rvm_string_match falcon '*%*'
+__rvm_string_match:2> typeset _string
+__rvm_string_match:3> _string=falcon
+__rvm_string_match:4> shift
+__rvm_string_match:5> (( 1 ))
+__rvm_string_match:7> case falcon (\*%\*)
+__rvm_string_match:10> shift
+__rvm_string_match:5> (( 0 ))
+__rvm_string_match:12> return 1
+__rvm_current_patch_names:13> level=1
+__rvm_current_patch_names:15> name=falcon
+__rvm_current_patch_names:16> rvm_debug 'Partch name '\''falcon'\''.'
+rvm_debug:2> (( 0 ))
+rvm_debug:2> return 0
+__rvm_current_patch_names:18> read -r expanded_name
+__rvm_current_patch_names:18> __rvm_expand_patch_name falcon 1
+__rvm_expand_patch_name:2> typeset name level expanded_patch_name
+__rvm_expand_patch_name:3> name=falcon
+__rvm_expand_patch_name:4> level=1
+__rvm_expand_patch_name:5> [[ -z falcon ]]
+__rvm_expand_patch_name:7> expanded_patch_name=+__rvm_expand_patch_name:7>
rvm_ruby_string=ruby-1.9.3-p194-perf /Users/teja/.rvm/scripts/patchsets show
falcon
++ [[ -z '' ]]
++ export PS4
++ PS4='+ ${BASH_SOURCE##${rvm_path:-}} : ${FUNCNAME[0]:+${FUNCNAME[0]}()}
${LINENO} > '
++ /scripts/base : 21 > export __array_start rvm_path
++ /scripts/base : 26 > [[ -n '' ]]
++ /scripts/base : 30 > __array_start=0
++ /scripts/base : 33 > (( 0 == 0 ))
++ /scripts/base : 35 > [[ -n 022 ]]
++ /scripts/base : 36 > rvm_rvmrc_files=("/etc/rvmrc" "$HOME/.rvmrc")
++ /scripts/base : 37 > [[ -n /Users/teja ]]
++ /scripts/base : 37 > [[ /Users/teja/.rvmrc -ef /Users/teja/.rvmrc ]]
++ /scripts/base : 38 > rvm_rvmrc_files+=("${rvm_prefix}/.rvmrc")
++ /scripts/base : 41 > for rvmrc in '"${rvm_rvmrc_files[@]}"'
++ /scripts/base : 43 > [[ -f /etc/rvmrc ]]
++ /scripts/base : 41 > for rvmrc in '"${rvm_rvmrc_files[@]}"'
++ /scripts/base : 43 > [[ -f /Users/teja/.rvmrc ]]
++ /scripts/base : 41 > for rvmrc in '"${rvm_rvmrc_files[@]}"'
++ /scripts/base : 43 > [[ -f /Users/teja/.rvmrc ]]
++ /scripts/base : 58 > unset rvm_rvmrc_files
++ /scripts/base : 61 > export rvm_path
++ /scripts/base : 62 > [[ -z /Users/teja/.rvm ]]
++ /scripts/base : 74 > true /Users/teja/.rvm/scripts
++ /scripts/base : 77 > source /Users/teja/.rvm/scripts/initialize
+++ /scripts/initialize : 3 > : rvm_trace_flag:1
+++ /scripts/initialize : 4 > (( rvm_trace_flag > 0 ))
+++ /scripts/initialize : 6 > set -o xtrace
+++ /scripts/initialize : 9 > [[ -z '' ]]
+++ /scripts/initialize : 14 > export PS4
+++ /scripts/initialize : 15 > PS4='+ ${BASH_SOURCE##${rvm_path:-}} :
${FUNCNAME[0]:+${FUNCNAME[0]}()} ${LINENO} > '
+++ /scripts/initialize : 21 > [[ -n 3.2.48(1)-release ]]
+++ /scripts/initialize : 23 > shopt -s extglob
+++ /scripts/initialize : 33 > export __rvm_env_loaded
+++ /scripts/initialize : 35 > : __rvm_env_loaded:2:
+++ /scripts/initialize : 37 > : __rvm_env_loaded:3:
+++ /scripts/initialize : 40 > [[ -z /Users/teja/.rvm/tmp ]]
+++ /scripts/initialize : 40 > (( __rvm_env_loaded == 1 ))
++ /scripts/base : 81 > case " ${rvm_base_except:-} " in
++ /scripts/base : 83 > true
++ /scripts/base : 91 > typeset -a scripts
++ /scripts/base : 94 > scripts=(logging support utility init cleanup env
rvmrc install environment gemset db bundler checksum)
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/logging
++++ /scripts/functions/logging : 40 > /Users/teja/.rvm/scripts/color red
+++ /scripts/functions/logging : 40 > rvm_error_clr=''
++++ /scripts/functions/logging : 41 > /Users/teja/.rvm/scripts/color yellow
+++ /scripts/functions/logging : 41 > rvm_warn_clr=''
++++ /scripts/functions/logging : 42 > /Users/teja/.rvm/scripts/color magenta
+++ /scripts/functions/logging : 42 > rvm_debug_clr=''
++++ /scripts/functions/logging : 43 > /Users/teja/.rvm/scripts/color green
+++ /scripts/functions/logging : 43 > rvm_notify_clr=''
++++ /scripts/functions/logging : 44 > /Users/teja/.rvm/scripts/color reset
+++ /scripts/functions/logging : 44 > rvm_reset_clr=''
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/support
+++ /scripts/functions/support : 3 > [[ -z tar ]]
+++ /scripts/functions/support : 12 > [[ ! =~ --no-same-owner ]]
+++ /scripts/functions/support : 13 > tar --help
+++ /scripts/functions/support : 13 > GREP_OPTIONS=
+++ /scripts/functions/support : 13 > grep -- --no-same-owner
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/utility
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/init
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/cleanup
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/env
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/rvmrc
+++ /scripts/functions/rvmrc : 3 > export escape_flag _first _second
+++ /scripts/functions/rvmrc : 4 > escape_flag=1
+++ /scripts/functions/rvmrc : 5 > _first=0
+++ /scripts/functions/rvmrc : 6 > _second=1
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/install
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/environment
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/gemset
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/db
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/bundler
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/checksum
++ /scripts/base : 98 > unset scripts entry rvm_base_except
+ /scripts/patchsets : 6 > source /Users/teja/.rvm/scripts/patches
+ /scripts/patchsets : 75 > args=($*)
+ /scripts/patchsets : 76 > action=show
+ /scripts/patchsets : 77 > patchset=falcon
++ /scripts/patchsets : 78 > echo
+ /scripts/patchsets : 78 > args=
+ /scripts/patchsets : 80 > case "$action" in
+ /scripts/patchsets : 81 > lookup_patchset falcon
+ /scripts/patchsets : lookup_patchset() 10 > typeset paths lookup_path
+ /scripts/patchsets : lookup_patchset() 12 > [[ -z falcon ]]
+ /scripts/patchsets : lookup_patchset() 18 >
paths=($(__rvm_ruby_string_paths_under "$rvm_path/patchsets" | sort -r))
++ /scripts/patchsets : lookup_patchset() 18 > __rvm_ruby_string_paths_under
/Users/teja/.rvm/patchsets
++ /scripts/patchsets : lookup_patchset() 18 > sort -r
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 53 > typeset
__search_path part parts
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 55 >
__search_path=/Users/teja/.rvm/patchsets
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 57 > [[ -n ''
]]
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 59 >
parts=(${rvm_ruby_string//-/ })
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 62 > echo
/Users/teja/.rvm/patchsets
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 63 > for part
in '"${parts[@]}"'
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 65 >
__search_path=/Users/teja/.rvm/patchsets/ruby
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 66 > echo
/Users/teja/.rvm/patchsets/ruby
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 63 > for part
in '"${parts[@]}"'
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 65 >
__search_path=/Users/teja/.rvm/patchsets/ruby/1.9.3
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 66 > echo
/Users/teja/.rvm/patchsets/ruby/1.9.3
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 63 > for part
in '"${parts[@]}"'
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 65 >
__search_path=/Users/teja/.rvm/patchsets/ruby/1.9.3/p194
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 66 > echo
/Users/teja/.rvm/patchsets/ruby/1.9.3/p194
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 63 > for part
in '"${parts[@]}"'
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 65 >
__search_path=/Users/teja/.rvm/patchsets/ruby/1.9.3/p194/perf
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 66 > echo
/Users/teja/.rvm/patchsets/ruby/1.9.3/p194/perf
+ /scripts/patchsets : lookup_patchset() 20 > for lookup_path in
'"${paths[@]}"'
+ /scripts/patchsets : lookup_patchset() 22 > [[ -s
/Users/teja/.rvm/patchsets/ruby/1.9.3/p194/perf/falcon ]]
+ /scripts/patchsets : lookup_patchset() 20 > for lookup_path in
'"${paths[@]}"'
+ /scripts/patchsets : lookup_patchset() 22 > [[ -s
/Users/teja/.rvm/patchsets/ruby/1.9.3/p194/falcon ]]
+ /scripts/patchsets : lookup_patchset() 20 > for lookup_path in
'"${paths[@]}"'
+ /scripts/patchsets : lookup_patchset() 22 > [[ -s
/Users/teja/.rvm/patchsets/ruby/1.9.3/falcon ]]
+ /scripts/patchsets : lookup_patchset() 20 > for lookup_path in
'"${paths[@]}"'
+ /scripts/patchsets : lookup_patchset() 22 > [[ -s
/Users/teja/.rvm/patchsets/ruby/falcon ]]
+ /scripts/patchsets : lookup_patchset() 20 > for lookup_path in
'"${paths[@]}"'
+ /scripts/patchsets : lookup_patchset() 22 > [[ -s
/Users/teja/.rvm/patchsets/falcon ]]
+ /scripts/patchsets : lookup_patchset() 29 > return 1
+ /scripts/patchsets : 85 > exit 1
+__rvm_expand_patch_name:7> expanded_patch_name=''
+__rvm_expand_patch_name:11> [[ falcon != default ]]
+__rvm_expand_patch_name:13> echo falcon%1
+__rvm_current_patch_names:20> rvm_debug 'Patch expanded_name '\''falcon%1'\''.'
+rvm_debug:2> (( 0 ))
+rvm_debug:2> return 0
+__rvm_current_patch_names:21> [[ -z falcon%1 ]]
+__rvm_current_patch_names:21> eval 'patches+=( "${expanded_name}" )'
+(eval):1> patches+=( falcon%1 )
+__rvm_current_patch_names:18> read -r expanded_name
+__rvm_current_patch_names:6> name=default
+__rvm_current_patch_names:8> rvm_debug 'Trying patch '\''default'\''.'
+rvm_debug:2> (( 0 ))
+rvm_debug:2> return 0
+__rvm_current_patch_names:9> [[ -n default ]]
+__rvm_current_patch_names:11> __rvm_string_match default '*%*'
+__rvm_string_match:2> typeset _string
+__rvm_string_match:3> _string=default
+__rvm_string_match:4> shift
+__rvm_string_match:5> (( 1 ))
+__rvm_string_match:7> case default (\*%\*)
+__rvm_string_match:10> shift
+__rvm_string_match:5> (( 0 ))
+__rvm_string_match:12> return 1
+__rvm_current_patch_names:13> level=1
+__rvm_current_patch_names:15> name=default
+__rvm_current_patch_names:16> rvm_debug 'Partch name '\''default'\''.'
+rvm_debug:2> (( 0 ))
+rvm_debug:2> return 0
+__rvm_current_patch_names:18> read -r expanded_name
+__rvm_current_patch_names:18> __rvm_expand_patch_name default 1
+__rvm_expand_patch_name:2> typeset name level expanded_patch_name
+__rvm_expand_patch_name:3> name=default
+__rvm_expand_patch_name:4> level=1
+__rvm_expand_patch_name:5> [[ -z default ]]
+__rvm_expand_patch_name:7> expanded_patch_name=+__rvm_expand_patch_name:7>
rvm_ruby_string=ruby-1.9.3-p194-perf /Users/teja/.rvm/scripts/patchsets show
default
++ [[ -z '' ]]
++ export PS4
++ PS4='+ ${BASH_SOURCE##${rvm_path:-}} : ${FUNCNAME[0]:+${FUNCNAME[0]}()}
${LINENO} > '
++ /scripts/base : 21 > export __array_start rvm_path
++ /scripts/base : 26 > [[ -n '' ]]
++ /scripts/base : 30 > __array_start=0
++ /scripts/base : 33 > (( 0 == 0 ))
++ /scripts/base : 35 > [[ -n 022 ]]
++ /scripts/base : 36 > rvm_rvmrc_files=("/etc/rvmrc" "$HOME/.rvmrc")
++ /scripts/base : 37 > [[ -n /Users/teja ]]
++ /scripts/base : 37 > [[ /Users/teja/.rvmrc -ef /Users/teja/.rvmrc ]]
++ /scripts/base : 38 > rvm_rvmrc_files+=("${rvm_prefix}/.rvmrc")
++ /scripts/base : 41 > for rvmrc in '"${rvm_rvmrc_files[@]}"'
++ /scripts/base : 43 > [[ -f /etc/rvmrc ]]
++ /scripts/base : 41 > for rvmrc in '"${rvm_rvmrc_files[@]}"'
++ /scripts/base : 43 > [[ -f /Users/teja/.rvmrc ]]
++ /scripts/base : 41 > for rvmrc in '"${rvm_rvmrc_files[@]}"'
++ /scripts/base : 43 > [[ -f /Users/teja/.rvmrc ]]
++ /scripts/base : 58 > unset rvm_rvmrc_files
++ /scripts/base : 61 > export rvm_path
++ /scripts/base : 62 > [[ -z /Users/teja/.rvm ]]
++ /scripts/base : 74 > true /Users/teja/.rvm/scripts
++ /scripts/base : 77 > source /Users/teja/.rvm/scripts/initialize
+++ /scripts/initialize : 3 > : rvm_trace_flag:1
+++ /scripts/initialize : 4 > (( rvm_trace_flag > 0 ))
+++ /scripts/initialize : 6 > set -o xtrace
+++ /scripts/initialize : 9 > [[ -z '' ]]
+++ /scripts/initialize : 14 > export PS4
+++ /scripts/initialize : 15 > PS4='+ ${BASH_SOURCE##${rvm_path:-}} :
${FUNCNAME[0]:+${FUNCNAME[0]}()} ${LINENO} > '
+++ /scripts/initialize : 21 > [[ -n 3.2.48(1)-release ]]
+++ /scripts/initialize : 23 > shopt -s extglob
+++ /scripts/initialize : 33 > export __rvm_env_loaded
+++ /scripts/initialize : 35 > : __rvm_env_loaded:2:
+++ /scripts/initialize : 37 > : __rvm_env_loaded:3:
+++ /scripts/initialize : 40 > [[ -z /Users/teja/.rvm/tmp ]]
+++ /scripts/initialize : 40 > (( __rvm_env_loaded == 1 ))
++ /scripts/base : 81 > case " ${rvm_base_except:-} " in
++ /scripts/base : 83 > true
++ /scripts/base : 91 > typeset -a scripts
++ /scripts/base : 94 > scripts=(logging support utility init cleanup env
rvmrc install environment gemset db bundler checksum)
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/logging
++++ /scripts/functions/logging : 40 > /Users/teja/.rvm/scripts/color red
+++ /scripts/functions/logging : 40 > rvm_error_clr=''
++++ /scripts/functions/logging : 41 > /Users/teja/.rvm/scripts/color yellow
+++ /scripts/functions/logging : 41 > rvm_warn_clr=''
++++ /scripts/functions/logging : 42 > /Users/teja/.rvm/scripts/color magenta
+++ /scripts/functions/logging : 42 > rvm_debug_clr=''
++++ /scripts/functions/logging : 43 > /Users/teja/.rvm/scripts/color green
+++ /scripts/functions/logging : 43 > rvm_notify_clr=''
++++ /scripts/functions/logging : 44 > /Users/teja/.rvm/scripts/color reset
+++ /scripts/functions/logging : 44 > rvm_reset_clr=''
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/support
+++ /scripts/functions/support : 3 > [[ -z tar ]]
+++ /scripts/functions/support : 12 > [[ ! =~ --no-same-owner ]]
+++ /scripts/functions/support : 13 > tar --help
+++ /scripts/functions/support : 13 > GREP_OPTIONS=
+++ /scripts/functions/support : 13 > grep -- --no-same-owner
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/utility
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/init
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/cleanup
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/env
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/rvmrc
+++ /scripts/functions/rvmrc : 3 > export escape_flag _first _second
+++ /scripts/functions/rvmrc : 4 > escape_flag=1
+++ /scripts/functions/rvmrc : 5 > _first=0
+++ /scripts/functions/rvmrc : 6 > _second=1
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/install
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/environment
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/gemset
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/db
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/bundler
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/checksum
++ /scripts/base : 98 > unset scripts entry rvm_base_except
+ /scripts/patchsets : 6 > source /Users/teja/.rvm/scripts/patches
+ /scripts/patchsets : 75 > args=($*)
+ /scripts/patchsets : 76 > action=show
+ /scripts/patchsets : 77 > patchset=default
++ /scripts/patchsets : 78 > echo
+ /scripts/patchsets : 78 > args=
+ /scripts/patchsets : 80 > case "$action" in
+ /scripts/patchsets : 81 > lookup_patchset default
+ /scripts/patchsets : lookup_patchset() 10 > typeset paths lookup_path
+ /scripts/patchsets : lookup_patchset() 12 > [[ -z default ]]
+ /scripts/patchsets : lookup_patchset() 18 >
paths=($(__rvm_ruby_string_paths_under "$rvm_path/patchsets" | sort -r))
++ /scripts/patchsets : lookup_patchset() 18 > __rvm_ruby_string_paths_under
/Users/teja/.rvm/patchsets
++ /scripts/patchsets : lookup_patchset() 18 > sort -r
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 53 > typeset
__search_path part parts
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 55 >
__search_path=/Users/teja/.rvm/patchsets
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 57 > [[ -n ''
]]
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 59 >
parts=(${rvm_ruby_string//-/ })
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 62 > echo
/Users/teja/.rvm/patchsets
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 63 > for part
in '"${parts[@]}"'
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 65 >
__search_path=/Users/teja/.rvm/patchsets/ruby
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 66 > echo
/Users/teja/.rvm/patchsets/ruby
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 63 > for part
in '"${parts[@]}"'
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 65 >
__search_path=/Users/teja/.rvm/patchsets/ruby/1.9.3
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 66 > echo
/Users/teja/.rvm/patchsets/ruby/1.9.3
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 63 > for part
in '"${parts[@]}"'
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 65 >
__search_path=/Users/teja/.rvm/patchsets/ruby/1.9.3/p194
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 66 > echo
/Users/teja/.rvm/patchsets/ruby/1.9.3/p194
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 63 > for part
in '"${parts[@]}"'
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 65 >
__search_path=/Users/teja/.rvm/patchsets/ruby/1.9.3/p194/perf
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 66 > echo
/Users/teja/.rvm/patchsets/ruby/1.9.3/p194/perf
+ /scripts/patchsets : lookup_patchset() 20 > for lookup_path in
'"${paths[@]}"'
+ /scripts/patchsets : lookup_patchset() 22 > [[ -s
/Users/teja/.rvm/patchsets/ruby/1.9.3/p194/perf/default ]]
+ /scripts/patchsets : lookup_patchset() 20 > for lookup_path in
'"${paths[@]}"'
+ /scripts/patchsets : lookup_patchset() 22 > [[ -s
/Users/teja/.rvm/patchsets/ruby/1.9.3/p194/default ]]
+ /scripts/patchsets : lookup_patchset() 20 > for lookup_path in
'"${paths[@]}"'
+ /scripts/patchsets : lookup_patchset() 22 > [[ -s
/Users/teja/.rvm/patchsets/ruby/1.9.3/default ]]
+ /scripts/patchsets : lookup_patchset() 20 > for lookup_path in
'"${paths[@]}"'
+ /scripts/patchsets : lookup_patchset() 22 > [[ -s
/Users/teja/.rvm/patchsets/ruby/default ]]
+ /scripts/patchsets : lookup_patchset() 20 > for lookup_path in
'"${paths[@]}"'
+ /scripts/patchsets : lookup_patchset() 22 > [[ -s
/Users/teja/.rvm/patchsets/default ]]
+ /scripts/patchsets : lookup_patchset() 29 > return 1
+ /scripts/patchsets : 85 > exit 1
+__rvm_expand_patch_name:7> expanded_patch_name=''
+__rvm_expand_patch_name:11> [[ default != default ]]
+__rvm_apply_patches:16> rvm_debug 'All found patches(1): falcon%1.'
+rvm_debug:2> (( 0 ))
+rvm_debug:2> return 0
+__rvm_apply_patches:18> patch_name=falcon%1
+__rvm_apply_patches:20> __rvm_string_match falcon%1 '*%*'
+__rvm_string_match:2> typeset _string
+__rvm_string_match:3> _string=falcon%1
+__rvm_string_match:4> shift
+__rvm_string_match:5> (( 1 ))
+__rvm_string_match:7> case falcon%1 (\*%\*)
+__rvm_string_match:10> shift
+__rvm_string_match:5> (( 0 ))
+__rvm_string_match:12> return 1
+__rvm_apply_patches:22> patch_level=1
+__rvm_apply_patches:24> patch_name=falcon
+__rvm_apply_patches:26> full_patch_path=+__rvm_apply_patches:26>
__rvm_lookup_full_patch_path falcon
+__rvm_lookup_full_patch_path:2> typeset extension patch_path directory
directories
+__rvm_lookup_full_patch_path:5> directories=+__rvm_lookup_full_patch_path:5>
__rvm_patch_lookup_path
+__rvm_patch_lookup_path:2> echo /
+__rvm_patch_lookup_path:4> [[ -n /Users/teja ]]
+__rvm_patch_lookup_path:4> echo /Users/teja/
+__rvm_patch_lookup_path:6> echo /Users/teja/.rvm/src/ruby-1.9.3-p194-perf/
+__rvm_patch_lookup_path:8> __rvm_ruby_string_paths_under
/Users/teja/.rvm/patches
+__rvm_ruby_string_paths_under:2> typeset __search_path part parts
+__rvm_ruby_string_paths_under:4> __search_path=/Users/teja/.rvm/patches
+__rvm_ruby_string_paths_under:6> [[ -n 4.3.11 ]]
+__rvm_ruby_string_paths_under:7> parts=( ruby 1.9.3 p194 perf )
+__rvm_ruby_string_paths_under:11> echo /Users/teja/.rvm/patches
+__rvm_ruby_string_paths_under:12> part=ruby
+__rvm_ruby_string_paths_under:14> __search_path=/Users/teja/.rvm/patches/ruby
+__rvm_ruby_string_paths_under:15> echo /Users/teja/.rvm/patches/ruby
+__rvm_ruby_string_paths_under:12> part=1.9.3
+__rvm_ruby_string_paths_under:14>
__search_path=/Users/teja/.rvm/patches/ruby/1.9.3
+__rvm_ruby_string_paths_under:15> echo /Users/teja/.rvm/patches/ruby/1.9.3
+__rvm_ruby_string_paths_under:12> part=p194
+__rvm_ruby_string_paths_under:14>
__search_path=/Users/teja/.rvm/patches/ruby/1.9.3/p194
+__rvm_ruby_string_paths_under:15> echo /Users/teja/.rvm/patches/ruby/1.9.3/p194
+__rvm_ruby_string_paths_under:12> part=perf
+__rvm_ruby_string_paths_under:14>
__search_path=/Users/teja/.rvm/patches/ruby/1.9.3/p194/perf
+__rvm_ruby_string_paths_under:15> echo
/Users/teja/.rvm/patches/ruby/1.9.3/p194/perf
+__rvm_patch_lookup_path:8> sed 's/$/\//'
+__rvm_patch_lookup_path:8> sort -r
+__rvm_patch_lookup_path:10> return 0
+__rvm_lookup_full_patch_path:5> directories=( / /Users/teja/
/Users/teja/.rvm/src/ruby-1.9.3-p194-perf/
/Users/teja/.rvm/patches/ruby/1.9.3/p194/perf/
/Users/teja/.rvm/patches/ruby/1.9.3/p194/ /Users/teja/.rvm/patches/ruby/1.9.3/
/Users/teja/.rvm/patches/ruby/ /Users/teja/.rvm/patches/ )
+__rvm_lookup_full_patch_path:7> directory=/
+__rvm_lookup_full_patch_path:9> extension=
+__rvm_lookup_full_patch_path:11> patch_path=/falcon
+__rvm_lookup_full_patch_path:14> [[ -s /falcon ]]
+__rvm_lookup_full_patch_path:9> extension=.patch
+__rvm_lookup_full_patch_path:11> patch_path=/falcon.patch
+__rvm_lookup_full_patch_path:14> [[ -s /falcon.patch ]]
+__rvm_lookup_full_patch_path:9> extension=.diff
+__rvm_lookup_full_patch_path:11> patch_path=/falcon.diff
+__rvm_lookup_full_patch_path:14> [[ -s /falcon.diff ]]
+__rvm_lookup_full_patch_path:7> directory=/Users/teja/
+__rvm_lookup_full_patch_path:9> extension=
+__rvm_lookup_full_patch_path:11> patch_path=/Users/teja/falcon
+__rvm_lookup_full_patch_path:14> [[ -s /Users/teja/falcon ]]
+__rvm_lookup_full_patch_path:9> extension=.patch
+__rvm_lookup_full_patch_path:11> patch_path=/Users/teja/falcon.patch
+__rvm_lookup_full_patch_path:14> [[ -s /Users/teja/falcon.patch ]]
+__rvm_lookup_full_patch_path:9> extension=.diff
+__rvm_lookup_full_patch_path:11> patch_path=/Users/teja/falcon.diff
+__rvm_lookup_full_patch_path:14> [[ -s /Users/teja/falcon.diff ]]
+__rvm_lookup_full_patch_path:7>
directory=/Users/teja/.rvm/src/ruby-1.9.3-p194-perf/
+__rvm_lookup_full_patch_path:9> extension=
+__rvm_lookup_full_patch_path:11>
patch_path=/Users/teja/.rvm/src/ruby-1.9.3-p194-perf/falcon
+__rvm_lookup_full_patch_path:14> [[ -s
/Users/teja/.rvm/src/ruby-1.9.3-p194-perf/falcon ]]
+__rvm_lookup_full_patch_path:9> extension=.patch
+__rvm_lookup_full_patch_path:11>
patch_path=/Users/teja/.rvm/src/ruby-1.9.3-p194-perf/falcon.patch
+__rvm_lookup_full_patch_path:14> [[ -s
/Users/teja/.rvm/src/ruby-1.9.3-p194-perf/falcon.patch ]]
+__rvm_lookup_full_patch_path:9> extension=.diff
+__rvm_lookup_full_patch_path:11>
patch_path=/Users/teja/.rvm/src/ruby-1.9.3-p194-perf/falcon.diff
+__rvm_lookup_full_patch_path:14> [[ -s
/Users/teja/.rvm/src/ruby-1.9.3-p194-perf/falcon.diff ]]
+__rvm_lookup_full_patch_path:7>
directory=/Users/teja/.rvm/patches/ruby/1.9.3/p194/perf/
+__rvm_lookup_full_patch_path:9> extension=
+__rvm_lookup_full_patch_path:11>
patch_path=/Users/teja/.rvm/patches/ruby/1.9.3/p194/perf/falcon
+__rvm_lookup_full_patch_path:14> [[ -s
/Users/teja/.rvm/patches/ruby/1.9.3/p194/perf/falcon ]]
+__rvm_lookup_full_patch_path:9> extension=.patch
+__rvm_lookup_full_patch_path:11>
patch_path=/Users/teja/.rvm/patches/ruby/1.9.3/p194/perf/falcon.patch
+__rvm_lookup_full_patch_path:14> [[ -s
/Users/teja/.rvm/patches/ruby/1.9.3/p194/perf/falcon.patch ]]
+__rvm_lookup_full_patch_path:9> extension=.diff
+__rvm_lookup_full_patch_path:11>
patch_path=/Users/teja/.rvm/patches/ruby/1.9.3/p194/perf/falcon.diff
+__rvm_lookup_full_patch_path:14> [[ -s
/Users/teja/.rvm/patches/ruby/1.9.3/p194/perf/falcon.diff ]]
+__rvm_lookup_full_patch_path:7>
directory=/Users/teja/.rvm/patches/ruby/1.9.3/p194/
+__rvm_lookup_full_patch_path:9> extension=
+__rvm_lookup_full_patch_path:11>
patch_path=/Users/teja/.rvm/patches/ruby/1.9.3/p194/falcon
+__rvm_lookup_full_patch_path:14> [[ -s
/Users/teja/.rvm/patches/ruby/1.9.3/p194/falcon ]]
+__rvm_lookup_full_patch_path:9> extension=.patch
+__rvm_lookup_full_patch_path:11>
patch_path=/Users/teja/.rvm/patches/ruby/1.9.3/p194/falcon.patch
+__rvm_lookup_full_patch_path:14> [[ -s
/Users/teja/.rvm/patches/ruby/1.9.3/p194/falcon.patch ]]
+__rvm_lookup_full_patch_path:9> extension=.diff
+__rvm_lookup_full_patch_path:11>
patch_path=/Users/teja/.rvm/patches/ruby/1.9.3/p194/falcon.diff
+__rvm_lookup_full_patch_path:14> [[ -s
/Users/teja/.rvm/patches/ruby/1.9.3/p194/falcon.diff && -f
/Users/teja/.rvm/patches/ruby/1.9.3/p194/falcon.diff ]]
+__rvm_lookup_full_patch_path:15> echo
/Users/teja/.rvm/patches/ruby/1.9.3/p194/falcon.diff
+__rvm_lookup_full_patch_path:16> return 0
+__rvm_apply_patches:26>
full_patch_path=/Users/teja/.rvm/patches/ruby/1.9.3/p194/falcon.diff
+__rvm_apply_patches:27> rvm_debug 'Patch full path
'\''/Users/teja/.rvm/patches/ruby/1.9.3/p194/falcon.diff'\''.'
+rvm_debug:2> (( 0 ))
+rvm_debug:2> return 0
+__rvm_apply_patches:29> [[ -z
/Users/teja/.rvm/patches/ruby/1.9.3/p194/falcon.diff || ! -f
/Users/teja/.rvm/patches/ruby/1.9.3/p194/falcon.diff ]]
+__rvm_apply_patches:34> __rvm_log_command patch.apply.falcon 'Applying patch
/Users/teja/.rvm/patches/ruby/1.9.3/p194/falcon.diff' patch -F 25 -p1 -N -f -i
/Users/teja/.rvm/patches/ruby/1.9.3/p194/falcon.diff
+__rvm_log_command:2> typeset name message _log _command_start _command_name
+__rvm_log_command:3> typeset -a _command
+__rvm_log_command:5> name=patch.apply.falcon
+__rvm_log_command:6> message='Applying patch
/Users/teja/.rvm/patches/ruby/1.9.3/p194/falcon.diff'
+__rvm_log_command:7> [[ -z 'Applying patch
/Users/teja/.rvm/patches/ruby/1.9.3/p194/falcon.diff' ]]
+__rvm_log_command:7> rvm_log 'Applying patch
/Users/teja/.rvm/patches/ruby/1.9.3/p194/falcon.diff'
+rvm_log:2> rvm_pretty_print stdout
+rvm_pretty_print:2> case auto (0|no)
+rvm_pretty_print:2> case auto (1|auto)
+rvm_pretty_print:7> case xterm-256color (dumb|unknown)
+rvm_pretty_print:10> case stdout (stdout)
+rvm_pretty_print:11> [[ -t 1 ]]
+rvm_pretty_print:17> return 0
+rvm_log:3> printf %b 'Applying patch
/Users/teja/.rvm/patches/ruby/1.9.3/p194/falcon.diff\n'
Applying patch /Users/teja/.rvm/patches/ruby/1.9.3/p194/falcon.diff
+__rvm_log_command:8> shift 2
+__rvm_log_command:9> _command=( patch -F 25 -p1 -N -f -i
/Users/teja/.rvm/patches/ruby/1.9.3/p194/falcon.diff )
+__rvm_log_command:10> _command_start=patch
+__rvm_log_command:11> (( 8 ))
+__rvm_log_command:11> [[ "$1" -regex-match "=" ]]
+__rvm_log_command:14> _command_name=patch
+__rvm_log_command:16> [[ ! "${_command_start}" -regex-match "=" ]]
+__rvm_log_command:17> (( 0 == 0 ))
+__rvm_log_command:19>
_log=/Users/teja/.rvm/log/ruby-1.9.3-p194-perf/patch.apply.falcon.log
+__rvm_log_command:21> [[ -d /Users/teja/.rvm/log/ruby-1.9.3-p194-perf ]]
+__rvm_log_command:22> [[ -f
/Users/teja/.rvm/log/ruby-1.9.3-p194-perf/patch.apply.falcon.log ]]
+__rvm_log_command:24> date '+%Y-%m-%d %H:%M:%S'
+__rvm_log_command:30> rvm_debug_stream
+rvm_debug_stream:2> (( 0 ))
+__rvm_log_command:30> tee
/Users/teja/.rvm/log/ruby-1.9.3-p194-perf/patch.apply.falcon.log
+rvm_debug_stream:2> return 0
+__rvm_log_command:24> printf %b '[2012-10-03 21:59:36] patch -F 25 -p1 -N -f -i
/Users/teja/.rvm/patches/ruby/1.9.3/p194/falcon.diff\n'
+__rvm_log_command:25> is_a_function patch
+is_a_function:2> return 1
+__rvm_log_command:28> printf %b 'current path:
/Users/teja/.rvm/src/ruby-1.9.3-p194-perf\n'
+__rvm_log_command:34> typeset 'result=1'
+__rvm_log_command:35> rvm_error 'Error running '\''patch -F 25 -p1 -N -f -i
/Users/teja/.rvm/patches/ruby/1.9.3/p194/falcon.diff'\'', please read
/Users/teja/.rvm/log/ruby-1.9.3-p194-perf/patch.apply.falcon.log'
+rvm_error:2> rvm_pretty_print stderr
+rvm_pretty_print:2> case auto (0|no)
+rvm_pretty_print:2> case auto (1|auto)
+rvm_pretty_print:7> case xterm-256color (dumb|unknown)
+rvm_pretty_print:10> case stderr (stdout)
+rvm_pretty_print:10> case stderr (stderr)
+rvm_pretty_print:12> [[ -t 2 ]]
+rvm_pretty_print:17> return 0
+rvm_error:3> printf %b 'Error running '\''patch -F 25 -p1 -N -f -i
/Users/teja/.rvm/patches/ruby/1.9.3/p194/falcon.diff'\'', please read
/Users/teja/.rvm/log/ruby-1.9.3-p194-perf/patch.apply.falcon.log\n'
Error running 'patch -F 25 -p1 -N -f -i
/Users/teja/.rvm/patches/ruby/1.9.3/p194/falcon.diff', please read
/Users/teja/.rvm/log/ruby-1.9.3-p194-perf/patch.apply.falcon.log
+__rvm_log_command:36> return 1
+__rvm_apply_patches:37> result=1
+__rvm_apply_patches:40> popd
+__rvm_do_with_env_before:2> [[ -n /Users/teja/.rvm/scripts ]]
+__rvm_do_with_env_before:5> source /Users/teja/.rvm/scripts/initialize
+/Users/teja/.rvm/scripts/initialize:3> : rvm_trace_flag:1
+/Users/teja/.rvm/scripts/initialize:4> (( rvm_trace_flag > 0 ))
+/Users/teja/.rvm/scripts/initialize:6> set -o xtrace
+/Users/teja/.rvm/scripts/initialize:9> [[ -z 4.3.11 ]]
+/Users/teja/.rvm/scripts/initialize:21> [[ -n '' ]]
+/Users/teja/.rvm/scripts/initialize:24> [[ -n 4.3.11 ]]
+/Users/teja/.rvm/scripts/initialize:26> setopt extendedglob
+/Users/teja/.rvm/scripts/initialize:27> setopt kshglob
+/Users/teja/.rvm/scripts/initialize:28> setopt no_glob_subst
+/Users/teja/.rvm/scripts/initialize:33> export __rvm_env_loaded
+/Users/teja/.rvm/scripts/initialize:35> : __rvm_env_loaded:2:
+/Users/teja/.rvm/scripts/initialize:37> : __rvm_env_loaded:3:
+/Users/teja/.rvm/scripts/initialize:40> [[ -z /Users/teja/.rvm/tmp ]]
+/Users/teja/.rvm/scripts/initialize:40> (( __rvm_env_loaded == 1 ))
+__rvm_do_with_env_before:6> __rvm_setup
+__rvm_setup:3> export rvm_head_flag rvm_ruby_selected_flag
rvm_user_install_flag rvm_path_flag rvm_cron_flag rvm_static_flag
rvm_default_flag rvm_loaded_flag rvm_llvm_flag rvm_skip_autoreconf_flag
rvm_18_flag rvm_19_flag rvm_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_setup:4> export 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_setup:5> export 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_setup:6> export __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_without_gems
+__rvm_setup:7> export -a rvm_patch_names rvm_ree_options rvm_autoconf_flags
+__rvm_setup:10> (( __rvm_env_loaded != 1 ))
+__rvm_setup:11> return 0
+__rvm_project_rvmrc:2> export __rvm_project_rvmrc_lock
+__rvm_project_rvmrc:3> : __rvm_project_rvmrc_lock:0
+__rvm_project_rvmrc:4> : __rvm_project_rvmrc_lock:1
+__rvm_project_rvmrc:5> (( __rvm_project_rvmrc_lock > 1 ))
+__rvm_project_rvmrc:9> typeset working_dir found_file
rvm_trustworthiness_result
+__rvm_project_rvmrc:12> working_dir=/Users/teja/.rvm/src
+__rvm_project_rvmrc:14> :
+__rvm_project_rvmrc:17> [[ -z /Users/teja/.rvm/src || /Users/teja ==
/Users/teja/.rvm/src || /Users/teja == /Users/teja/.rvm/src || / ==
/Users/teja/.rvm/src ]]
+__rvm_project_rvmrc:38> __rvm_project_dir_check /Users/teja/.rvm/src found_file
+__rvm_project_dir_check:2> typeset _found_file path_to_check variable
variable_default
+__rvm_project_dir_check:3> typeset -a _valid_files
+__rvm_project_dir_check:4> path_to_check=/Users/teja/.rvm/src
+__rvm_project_dir_check:5> variable=found_file
+__rvm_project_dir_check:6> variable_default=''
+__rvm_project_dir_check:7> _valid_files=( /Users/teja/.rvm/src
/Users/teja/.rvm/src/.rvmrc /Users/teja/.rvm/src/.versions.conf
/Users/teja/.rvm/src/.ruby-version /Users/teja/.rvm/src/.rbfu-version
/Users/teja/.rvm/src/.rbenv-version /Users/teja/.rvm/src/Gemfile )
+__rvm_project_dir_check:13> __rvm_find_first_file _found_file
/Users/teja/.rvm/src /Users/teja/.rvm/src/.rvmrc
/Users/teja/.rvm/src/.versions.conf /Users/teja/.rvm/src/.ruby-version
/Users/teja/.rvm/src/.rbfu-version /Users/teja/.rvm/src/.rbenv-version
/Users/teja/.rvm/src/Gemfile
+__rvm_find_first_file:2> typeset _first_file _variable_first_file __file_enum
+__rvm_find_first_file:3> _first_file=''
+__rvm_find_first_file:4> _variable_first_file=_found_file
+__rvm_find_first_file:5> shift
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src/.rvmrc
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src/.rvmrc ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src/.versions.conf
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src/.versions.conf ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src/.ruby-version
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src/.ruby-version ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src/.rbfu-version
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src/.rbfu-version ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src/.rbenv-version
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src/.rbenv-version ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src/Gemfile
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src/Gemfile ]]
+__rvm_find_first_file:16> eval '_found_file=""'
+(eval):1> _found_file=''
+__rvm_find_first_file:17> return 1
+__rvm_project_dir_check:13> true
+__rvm_project_dir_check:15> [[ '' == Gemfile ]]
+__rvm_project_dir_check:24> [[ -n found_file ]]
+__rvm_project_dir_check:25> eval 'found_file="${_found_file:-}"'
+(eval):1> found_file=''
+__rvm_project_dir_check:28> [[ -n '' ]]
+__rvm_project_dir_check:28> return 1
+__rvm_project_rvmrc:52> working_dir=+__rvm_project_rvmrc:52> dirname
/Users/teja/.rvm/src
+__rvm_project_rvmrc:52> working_dir=/Users/teja/.rvm
+__rvm_project_rvmrc:14> :
+__rvm_project_rvmrc:17> [[ -z /Users/teja/.rvm || /Users/teja ==
/Users/teja/.rvm || /Users/teja == /Users/teja/.rvm || / == /Users/teja/.rvm ]]
+__rvm_project_rvmrc:38> __rvm_project_dir_check /Users/teja/.rvm found_file
+__rvm_project_dir_check:2> typeset _found_file path_to_check variable
variable_default
+__rvm_project_dir_check:3> typeset -a _valid_files
+__rvm_project_dir_check:4> path_to_check=/Users/teja/.rvm
+__rvm_project_dir_check:5> variable=found_file
+__rvm_project_dir_check:6> variable_default=''
+__rvm_project_dir_check:7> _valid_files=( /Users/teja/.rvm
/Users/teja/.rvm/.rvmrc /Users/teja/.rvm/.versions.conf
/Users/teja/.rvm/.ruby-version /Users/teja/.rvm/.rbfu-version
/Users/teja/.rvm/.rbenv-version /Users/teja/.rvm/Gemfile )
+__rvm_project_dir_check:13> __rvm_find_first_file _found_file /Users/teja/.rvm
/Users/teja/.rvm/.rvmrc /Users/teja/.rvm/.versions.conf
/Users/teja/.rvm/.ruby-version /Users/teja/.rvm/.rbfu-version
/Users/teja/.rvm/.rbenv-version /Users/teja/.rvm/Gemfile
+__rvm_find_first_file:2> typeset _first_file _variable_first_file __file_enum
+__rvm_find_first_file:3> _first_file=''
+__rvm_find_first_file:4> _variable_first_file=_found_file
+__rvm_find_first_file:5> shift
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/.rvmrc
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/.rvmrc ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/.versions.conf
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/.versions.conf ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/.ruby-version
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/.ruby-version ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/.rbfu-version
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/.rbfu-version ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/.rbenv-version
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/.rbenv-version ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/Gemfile
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/Gemfile ]]
+__rvm_find_first_file:16> eval '_found_file=""'
+(eval):1> _found_file=''
+__rvm_find_first_file:17> return 1
+__rvm_project_dir_check:13> true
+__rvm_project_dir_check:15> [[ '' == Gemfile ]]
+__rvm_project_dir_check:24> [[ -n found_file ]]
+__rvm_project_dir_check:25> eval 'found_file="${_found_file:-}"'
+(eval):1> found_file=''
+__rvm_project_dir_check:28> [[ -n '' ]]
+__rvm_project_dir_check:28> return 1
+__rvm_project_rvmrc:52> working_dir=+__rvm_project_rvmrc:52> dirname
/Users/teja/.rvm
+__rvm_project_rvmrc:52> working_dir=/Users/teja
+__rvm_project_rvmrc:14> :
+__rvm_project_rvmrc:17> [[ -z /Users/teja || /Users/teja == /Users/teja ]]
+__rvm_project_rvmrc:20> [[ -n '' ]]
+__rvm_project_rvmrc:35> break
+__rvm_project_rvmrc:57> unset __rvm_project_rvmrc_lock
+__rvm_project_rvmrc:58> return 0
+__rvm_after_cd:2> typeset rvm_hook
+__rvm_after_cd:3> rvm_hook=after_cd
+__rvm_after_cd:4> [[ -n /Users/teja/.rvm/scripts ]]
+__rvm_after_cd:5> source /Users/teja/.rvm/scripts/hook
+/Users/teja/.rvm/scripts/hook:5> old_rvm_verbose_flag=0
+/Users/teja/.rvm/scripts/hook:6> old_rvm_debug_flag=0
+/Users/teja/.rvm/scripts/hook:11> true rvm_verbose_flag:0 rvm_debug_flag:0
rvm_hook:after_cd
+/Users/teja/.rvm/scripts/hook:15> [[ -n after_cd ]]
+/Users/teja/.rvm/scripts/hook:17> hooks=( /Users/teja/.rvm/hooks )
+/Users/teja/.rvm/scripts/hook:18> [[ /Users/teja/.rvm/src/.rvm/hooks ==
/Users/teja/.rvm/hooks ]]
+/Users/teja/.rvm/scripts/hook:19> hooks+=( /Users/teja/.rvm/src/.rvm/hooks )
+/Users/teja/.rvm/scripts/hook:21>
_hooks_list=+/Users/teja/.rvm/scripts/hook:21> _hooks_list=(
/Users/teja/.rvm/hooks/after_cd_bundler )
+/Users/teja/.rvm/scripts/hook:25> hook=/Users/teja/.rvm/hooks/after_cd_bundler
+/Users/teja/.rvm/scripts/hook:27> [[ -x /Users/teja/.rvm/hooks/after_cd_bundler
|| after_cd_bundler == after_cd ]]
+/Users/teja/.rvm/scripts/hook:37> unset rvm_hook hooks _hooks_list hook
+__rvm_do_with_env_after:2> __rvm_teardown
+__rvm_teardown:4> __rvm_cleanup_tmp
+__rvm_cleanup_tmp:2> [[ -d /Users/teja/.rvm/tmp/ ]]
+__rvm_cleanup_tmp:4> case /Users/teja/.rvm/tmp (*tmp)
+__rvm_cleanup_tmp:6> __rvm_rm_rf '/Users/teja/.rvm/tmp/56455*'
+__rvm_rm_rf:2> __rvm_rm_rf_verbose '/Users/teja/.rvm/tmp/56455*'
+__rvm_rm_rf_verbose:2> typeset result target
+__rvm_rm_rf_verbose:3> result=1
+__rvm_rm_rf_verbose:4> target='/Users/teja/.rvm/tmp/56455*'
+__rvm_rm_rf_verbose:7> [[ -n 4.3.11 ]]
+__rvm_rm_rf_verbose:9> setopt extendedglob
+__rvm_rm_rf_verbose:18> case /Users/teja/.rvm/tmp/56455*
(*(/|.)@(|/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))
+__rvm_rm_rf_verbose:18> case /Users/teja/.rvm/tmp/56455* (*)
+__rvm_rm_rf_verbose:23> [[ -n '/Users/teja/.rvm/tmp/56455*' ]]
+__rvm_rm_rf_verbose:25> [[ -d '/Users/teja/.rvm/tmp/56455*' ]]
+__rvm_rm_rf_verbose:29> [[ -f '/Users/teja/.rvm/tmp/56455*' || -L
'/Users/teja/.rvm/tmp/56455*' ]]
+__rvm_rm_rf_verbose:34> result=0
+__rvm_rm_rf_verbose:39> return 0
+__rvm_cleanup_tmp:10> return 0
+__rvm_teardown:7> export __rvm_env_loaded
+__rvm_teardown:9> : __rvm_env_loaded:3:
+__rvm_teardown:11> : __rvm_env_loaded:3:
+__rvm_teardown:13> : __rvm_env_loaded:2:
+__rvm_teardown:15> [[ -z /Users/teja/.rvm/tmp ]]
+__rvm_teardown:15> (( __rvm_env_loaded > 0 ))
+__rvm_teardown:17> return 0
+__rvm_apply_patches:41> return 1
+__rvm_install_source:53> result=1
+__rvm_install_source:54> rvm_error 'There has been an error applying the
specified patches. Halting the installation.'
+rvm_error:2> rvm_pretty_print stderr
+rvm_pretty_print:2> case auto (0|no)
+rvm_pretty_print:2> case auto (1|auto)
+rvm_pretty_print:7> case xterm-256color (dumb|unknown)
+rvm_pretty_print:10> case stderr (stdout)
+rvm_pretty_print:10> case stderr (stderr)
+rvm_pretty_print:12> [[ -t 2 ]]
+rvm_pretty_print:17> return 0
+rvm_error:3> printf %b 'There has been an error applying the specified patches.
Halting the installation.\n'
There has been an error applying the specified patches. Halting the
installation.
+__rvm_install_source:55> return 1
+ruby_install:109> result=1
+ruby_install:112> [[ i386 == *darwin* ]]
+ruby_install:123> __rvm_compiler_is_llvm
+__rvm_compiler_is_llvm:2> __rvm_found_compiler
+__rvm_found_compiler:2> __rvm_selected_compiler
+__rvm_selected_compiler:4> [[ " ${rvm_configure_flags[*]}" -regex-match "
--with-gcc=" ]]
+__rvm_selected_compiler:17> [[ -n /usr/local/bin/gcc-4.2 ]]
+__rvm_selected_compiler:19> echo /usr/local/bin/gcc-4.2
+__rvm_selected_compiler:20> return 0
+__rvm_compiler_is_llvm:3> [[ "$(__rvm_run_compiler --version)" -regex-match
"llvm"+__rvm_compiler_is_llvm:3> __rvm_run_compiler --version
+__rvm_run_compiler:2> typeset compiler
+__rvm_run_compiler:4> compiler=+__rvm_run_compiler:4> __rvm_found_compiler
+__rvm_found_compiler:2> __rvm_selected_compiler
+__rvm_selected_compiler:4> [[ " ${rvm_configure_flags[*]}" -regex-match "
--with-gcc=" ]]
+__rvm_selected_compiler:17> [[ -n /usr/local/bin/gcc-4.2 ]]
+__rvm_selected_compiler:19> echo /usr/local/bin/gcc-4.2
+__rvm_selected_compiler:20> return 0
+__rvm_run_compiler:4> compiler=/usr/local/bin/gcc-4.2
+__rvm_run_compiler:6> [[ -n 4.3.11 ]]
+__rvm_run_compiler:7> /usr/local/bin/gcc-4.2 --version
+__rvm_compiler_is_llvm:3> [[ "$(__rvm_run_compiler --version)" -regex-match
"llvm" ]]
+__rvm_compiler_is_llvm:4> return 1
+ruby_install:128> typeset patches_count
+ruby_install:129> patches_count=+ruby_install:129>
patches_count=+ruby_install:130> rvm_ruby_string=ruby-1.9.3-p194-perf
/Users/teja/.rvm/scripts/patchsets show default
+ruby_install:130> wc -l
++ [[ -z '' ]]
++ export PS4
++ PS4='+ ${BASH_SOURCE##${rvm_path:-}} : ${FUNCNAME[0]:+${FUNCNAME[0]}()}
${LINENO} > '
++ /scripts/base : 21 > export __array_start rvm_path
++ /scripts/base : 26 > [[ -n '' ]]
++ /scripts/base : 30 > __array_start=0
++ /scripts/base : 33 > (( 0 == 0 ))
++ /scripts/base : 35 > [[ -n 022 ]]
++ /scripts/base : 36 > rvm_rvmrc_files=("/etc/rvmrc" "$HOME/.rvmrc")
++ /scripts/base : 37 > [[ -n /Users/teja ]]
++ /scripts/base : 37 > [[ /Users/teja/.rvmrc -ef /Users/teja/.rvmrc ]]
++ /scripts/base : 38 > rvm_rvmrc_files+=("${rvm_prefix}/.rvmrc")
++ /scripts/base : 41 > for rvmrc in '"${rvm_rvmrc_files[@]}"'
++ /scripts/base : 43 > [[ -f /etc/rvmrc ]]
++ /scripts/base : 41 > for rvmrc in '"${rvm_rvmrc_files[@]}"'
++ /scripts/base : 43 > [[ -f /Users/teja/.rvmrc ]]
++ /scripts/base : 41 > for rvmrc in '"${rvm_rvmrc_files[@]}"'
++ /scripts/base : 43 > [[ -f /Users/teja/.rvmrc ]]
++ /scripts/base : 58 > unset rvm_rvmrc_files
++ /scripts/base : 61 > export rvm_path
++ /scripts/base : 62 > [[ -z /Users/teja/.rvm ]]
++ /scripts/base : 74 > true /Users/teja/.rvm/scripts
++ /scripts/base : 77 > source /Users/teja/.rvm/scripts/initialize
+++ /scripts/initialize : 3 > : rvm_trace_flag:1
+++ /scripts/initialize : 4 > (( rvm_trace_flag > 0 ))
+++ /scripts/initialize : 6 > set -o xtrace
+++ /scripts/initialize : 9 > [[ -z '' ]]
+++ /scripts/initialize : 14 > export PS4
+++ /scripts/initialize : 15 > PS4='+ ${BASH_SOURCE##${rvm_path:-}} :
${FUNCNAME[0]:+${FUNCNAME[0]}()} ${LINENO} > '
+++ /scripts/initialize : 21 > [[ -n 3.2.48(1)-release ]]
+++ /scripts/initialize : 23 > shopt -s extglob
+++ /scripts/initialize : 33 > export __rvm_env_loaded
+++ /scripts/initialize : 35 > : __rvm_env_loaded:2:
+++ /scripts/initialize : 37 > : __rvm_env_loaded:3:
+++ /scripts/initialize : 40 > [[ -z /Users/teja/.rvm/tmp ]]
+++ /scripts/initialize : 40 > (( __rvm_env_loaded == 1 ))
++ /scripts/base : 81 > case " ${rvm_base_except:-} " in
++ /scripts/base : 83 > true
++ /scripts/base : 91 > typeset -a scripts
++ /scripts/base : 94 > scripts=(logging support utility init cleanup env
rvmrc install environment gemset db bundler checksum)
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/logging
++++ /scripts/functions/logging : 40 > /Users/teja/.rvm/scripts/color red
+++ /scripts/functions/logging : 40 > rvm_error_clr=''
++++ /scripts/functions/logging : 41 > /Users/teja/.rvm/scripts/color yellow
+++ /scripts/functions/logging : 41 > rvm_warn_clr=''
++++ /scripts/functions/logging : 42 > /Users/teja/.rvm/scripts/color magenta
+++ /scripts/functions/logging : 42 > rvm_debug_clr=''
++++ /scripts/functions/logging : 43 > /Users/teja/.rvm/scripts/color green
+++ /scripts/functions/logging : 43 > rvm_notify_clr=''
++++ /scripts/functions/logging : 44 > /Users/teja/.rvm/scripts/color reset
+++ /scripts/functions/logging : 44 > rvm_reset_clr=''
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/support
+++ /scripts/functions/support : 3 > [[ -z tar ]]
+++ /scripts/functions/support : 12 > [[ ! =~ --no-same-owner ]]
+++ /scripts/functions/support : 13 > tar --help
+++ /scripts/functions/support : 13 > GREP_OPTIONS=
+++ /scripts/functions/support : 13 > grep -- --no-same-owner
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/utility
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/init
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/cleanup
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/env
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/rvmrc
+++ /scripts/functions/rvmrc : 3 > export escape_flag _first _second
+++ /scripts/functions/rvmrc : 4 > escape_flag=1
+++ /scripts/functions/rvmrc : 5 > _first=0
+++ /scripts/functions/rvmrc : 6 > _second=1
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/install
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/environment
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/gemset
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/db
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/bundler
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/checksum
++ /scripts/base : 98 > unset scripts entry rvm_base_except
+ /scripts/patchsets : 6 > source /Users/teja/.rvm/scripts/patches
+ /scripts/patchsets : 75 > args=($*)
+ /scripts/patchsets : 76 > action=show
+ /scripts/patchsets : 77 > patchset=default
++ /scripts/patchsets : 78 > echo
+ /scripts/patchsets : 78 > args=
+ /scripts/patchsets : 80 > case "$action" in
+ /scripts/patchsets : 81 > lookup_patchset default
+ /scripts/patchsets : lookup_patchset() 10 > typeset paths lookup_path
+ /scripts/patchsets : lookup_patchset() 12 > [[ -z default ]]
+ /scripts/patchsets : lookup_patchset() 18 >
paths=($(__rvm_ruby_string_paths_under "$rvm_path/patchsets" | sort -r))
++ /scripts/patchsets : lookup_patchset() 18 > __rvm_ruby_string_paths_under
/Users/teja/.rvm/patchsets
++ /scripts/patchsets : lookup_patchset() 18 > sort -r
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 53 > typeset
__search_path part parts
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 55 >
__search_path=/Users/teja/.rvm/patchsets
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 57 > [[ -n ''
]]
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 59 >
parts=(${rvm_ruby_string//-/ })
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 62 > echo
/Users/teja/.rvm/patchsets
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 63 > for part
in '"${parts[@]}"'
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 65 >
__search_path=/Users/teja/.rvm/patchsets/ruby
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 66 > echo
/Users/teja/.rvm/patchsets/ruby
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 63 > for part
in '"${parts[@]}"'
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 65 >
__search_path=/Users/teja/.rvm/patchsets/ruby/1.9.3
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 66 > echo
/Users/teja/.rvm/patchsets/ruby/1.9.3
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 63 > for part
in '"${parts[@]}"'
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 65 >
__search_path=/Users/teja/.rvm/patchsets/ruby/1.9.3/p194
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 66 > echo
/Users/teja/.rvm/patchsets/ruby/1.9.3/p194
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 63 > for part
in '"${parts[@]}"'
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 65 >
__search_path=/Users/teja/.rvm/patchsets/ruby/1.9.3/p194/perf
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 66 > echo
/Users/teja/.rvm/patchsets/ruby/1.9.3/p194/perf
+ /scripts/patchsets : lookup_patchset() 20 > for lookup_path in
'"${paths[@]}"'
+ /scripts/patchsets : lookup_patchset() 22 > [[ -s
/Users/teja/.rvm/patchsets/ruby/1.9.3/p194/perf/default ]]
+ /scripts/patchsets : lookup_patchset() 20 > for lookup_path in
'"${paths[@]}"'
+ /scripts/patchsets : lookup_patchset() 22 > [[ -s
/Users/teja/.rvm/patchsets/ruby/1.9.3/p194/default ]]
+ /scripts/patchsets : lookup_patchset() 20 > for lookup_path in
'"${paths[@]}"'
+ /scripts/patchsets : lookup_patchset() 22 > [[ -s
/Users/teja/.rvm/patchsets/ruby/1.9.3/default ]]
+ /scripts/patchsets : lookup_patchset() 20 > for lookup_path in
'"${paths[@]}"'
+ /scripts/patchsets : lookup_patchset() 22 > [[ -s
/Users/teja/.rvm/patchsets/ruby/default ]]
+ /scripts/patchsets : lookup_patchset() 20 > for lookup_path in
'"${paths[@]}"'
+ /scripts/patchsets : lookup_patchset() 22 > [[ -s
/Users/teja/.rvm/patchsets/default ]]
+ /scripts/patchsets : lookup_patchset() 29 > return 1
+ /scripts/patchsets : 85 > exit 1
+ruby_install:129> patches_count=' 0'
+ruby_install:133> [[ ! "${rvm_ruby_string}" -regex-match "ruby-1.9.3" ]]
+ruby_install:140> return 1
+__rvm_install_ruby:69> rvm_hook=after_install
+__rvm_install_ruby:70> source /Users/teja/.rvm/scripts/hook
+/Users/teja/.rvm/scripts/hook:5> old_rvm_verbose_flag=0
+/Users/teja/.rvm/scripts/hook:6> old_rvm_debug_flag=0
+/Users/teja/.rvm/scripts/hook:11> true rvm_verbose_flag:0 rvm_debug_flag:0
rvm_hook:after_install
+/Users/teja/.rvm/scripts/hook:15> [[ -n after_install ]]
+/Users/teja/.rvm/scripts/hook:17> hooks=( /Users/teja/.rvm/hooks )
+/Users/teja/.rvm/scripts/hook:18> [[ /Users/teja/.rvm/hooks ==
/Users/teja/.rvm/hooks ]]
+/Users/teja/.rvm/scripts/hook:21>
_hooks_list=+/Users/teja/.rvm/scripts/hook:21> _hooks_list=(
/Users/teja/.rvm/hooks/after_install_codesign )
+/Users/teja/.rvm/scripts/hook:25>
hook=/Users/teja/.rvm/hooks/after_install_codesign
+/Users/teja/.rvm/scripts/hook:27> [[ -x
/Users/teja/.rvm/hooks/after_install_codesign ]]
+/Users/teja/.rvm/scripts/hook:29> (( rvm_verbose_flag ))
+/Users/teja/.rvm/scripts/hook:29> (( rvm_debug_flag ))
+/Users/teja/.rvm/scripts/hook:32> __rvm_conditionally_do_with_env .
/Users/teja/.rvm/hooks/after_install_codesign
+__rvm_conditionally_do_with_env:2> (( __rvm_env_loaded > 0 ))
+__rvm_conditionally_do_with_env:4> .
/Users/teja/.rvm/hooks/after_install_codesign
+/Users/teja/.rvm/hooks/after_install_codesign:11>
[[+/Users/teja/.rvm/hooks/after_install_codesign:11> [[ Darwin == Darwin ]]
+/Users/teja/.rvm/hooks/after_install_codesign:14>
[[+/Users/teja/.rvm/hooks/after_install_codesign:14> /usr/bin/sw_vers
-productVersion
+/Users/teja/.rvm/hooks/after_install_codesign:14> [[ 10.8.2 == 10.7* ]]
+/Users/teja/.rvm/hooks/after_install_codesign:14> return 2
+/Users/teja/.rvm/scripts/hook:37> unset rvm_hook hooks _hooks_list hook
+__rvm_install_ruby:72> [[ -n '' ]]
+__rvm_manage_rubies:48> [[ install == install ]]
+__rvm_manage_rubies:49> __rvm_record_install 1.9.3-perf
+__rvm_record_install:2> [[ -n 1.9.3-perf ]]
+__rvm_record_install:4> typeset recorded_ruby_name rvm_install_record_file
+__rvm_record_install:5> recorded_ruby_name=+__rvm_record_install:5>
/Users/teja/.rvm/scripts/tools strings 1.9.3-perf
++ [[ -z '' ]]
++ export PS4
++ PS4='+ ${BASH_SOURCE##${rvm_path:-}} : ${FUNCNAME[0]:+${FUNCNAME[0]}()}
${LINENO} > '
++ /scripts/base : 21 > export __array_start rvm_path
++ /scripts/base : 26 > [[ -n '' ]]
++ /scripts/base : 30 > __array_start=0
++ /scripts/base : 33 > (( 0 == 0 ))
++ /scripts/base : 35 > [[ -n 022 ]]
++ /scripts/base : 36 > rvm_rvmrc_files=("/etc/rvmrc" "$HOME/.rvmrc")
++ /scripts/base : 37 > [[ -n /Users/teja ]]
++ /scripts/base : 37 > [[ /Users/teja/.rvmrc -ef /Users/teja/.rvmrc ]]
++ /scripts/base : 38 > rvm_rvmrc_files+=("${rvm_prefix}/.rvmrc")
++ /scripts/base : 41 > for rvmrc in '"${rvm_rvmrc_files[@]}"'
++ /scripts/base : 43 > [[ -f /etc/rvmrc ]]
++ /scripts/base : 41 > for rvmrc in '"${rvm_rvmrc_files[@]}"'
++ /scripts/base : 43 > [[ -f /Users/teja/.rvmrc ]]
++ /scripts/base : 41 > for rvmrc in '"${rvm_rvmrc_files[@]}"'
++ /scripts/base : 43 > [[ -f /Users/teja/.rvmrc ]]
++ /scripts/base : 58 > unset rvm_rvmrc_files
++ /scripts/base : 61 > export rvm_path
++ /scripts/base : 62 > [[ -z /Users/teja/.rvm ]]
++ /scripts/base : 74 > true /Users/teja/.rvm/scripts
++ /scripts/base : 77 > source /Users/teja/.rvm/scripts/initialize
+++ /scripts/initialize : 3 > : rvm_trace_flag:1
+++ /scripts/initialize : 4 > (( rvm_trace_flag > 0 ))
+++ /scripts/initialize : 6 > set -o xtrace
+++ /scripts/initialize : 9 > [[ -z '' ]]
+++ /scripts/initialize : 14 > export PS4
+++ /scripts/initialize : 15 > PS4='+ ${BASH_SOURCE##${rvm_path:-}} :
${FUNCNAME[0]:+${FUNCNAME[0]}()} ${LINENO} > '
+++ /scripts/initialize : 21 > [[ -n 3.2.48(1)-release ]]
+++ /scripts/initialize : 23 > shopt -s extglob
+++ /scripts/initialize : 33 > export __rvm_env_loaded
+++ /scripts/initialize : 35 > : __rvm_env_loaded:2:
+++ /scripts/initialize : 37 > : __rvm_env_loaded:3:
+++ /scripts/initialize : 40 > [[ -z /Users/teja/.rvm/tmp ]]
+++ /scripts/initialize : 40 > (( __rvm_env_loaded == 1 ))
++ /scripts/base : 81 > case " ${rvm_base_except:-} " in
++ /scripts/base : 86 > source /Users/teja/.rvm/scripts/selector
++ /scripts/base : 87 > source /Users/teja/.rvm/scripts/selector_gemsets
++ /scripts/base : 91 > typeset -a scripts
++ /scripts/base : 94 > scripts=(logging support utility init cleanup env
rvmrc install environment gemset db bundler checksum)
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/logging
++++ /scripts/functions/logging : 40 > /Users/teja/.rvm/scripts/color red
+++ /scripts/functions/logging : 40 > rvm_error_clr=''
++++ /scripts/functions/logging : 41 > /Users/teja/.rvm/scripts/color yellow
+++ /scripts/functions/logging : 41 > rvm_warn_clr=''
++++ /scripts/functions/logging : 42 > /Users/teja/.rvm/scripts/color magenta
+++ /scripts/functions/logging : 42 > rvm_debug_clr=''
++++ /scripts/functions/logging : 43 > /Users/teja/.rvm/scripts/color green
+++ /scripts/functions/logging : 43 > rvm_notify_clr=''
++++ /scripts/functions/logging : 44 > /Users/teja/.rvm/scripts/color reset
+++ /scripts/functions/logging : 44 > rvm_reset_clr=''
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/support
+++ /scripts/functions/support : 3 > [[ -z tar ]]
+++ /scripts/functions/support : 12 > [[ ! =~ --no-same-owner ]]
+++ /scripts/functions/support : 13 > tar --help
+++ /scripts/functions/support : 13 > GREP_OPTIONS=
+++ /scripts/functions/support : 13 > grep -- --no-same-owner
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/utility
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/init
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/cleanup
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/env
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/rvmrc
+++ /scripts/functions/rvmrc : 3 > export escape_flag _first _second
+++ /scripts/functions/rvmrc : 4 > escape_flag=1
+++ /scripts/functions/rvmrc : 5 > _first=0
+++ /scripts/functions/rvmrc : 6 > _second=1
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/install
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/environment
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/gemset
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/db
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/bundler
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/checksum
++ /scripts/base : 98 > unset scripts entry rvm_base_except
+ /scripts/tools : 220 > args=($*)
+ /scripts/tools : 221 > action=strings
++ /scripts/tools : 222 > echo 1.9.3-perf
+ /scripts/tools : 222 > args=1.9.3-perf
+ /scripts/tools : 224 > [[ -z strings ]]
+ /scripts/tools : 226 > case "$action" in
+ /scripts/tools : 229 > tools_strings 1.9.3-perf
+ /scripts/tools : tools_strings() 35 > for ruby_name in '"$@"'
+ /scripts/tools : tools_strings() 36 > __rvm_unset_ruby_variables
+ /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
+ /scripts/functions/env : __rvm_unset_ruby_variables() 22 > __rvm_load_rvmrc
+ /scripts/functions/init : __rvm_load_rvmrc() 5 > typeset _file
+ /scripts/functions/init : __rvm_load_rvmrc() 6 > typeset -a rvm_rvmrc_files
+ /scripts/functions/init : __rvm_load_rvmrc() 7 > (( 0 == 1 ))
+ /scripts/functions/init : __rvm_load_rvmrc() 12 > [[ -n 022 ]]
+ /scripts/functions/init : __rvm_load_rvmrc() 14 >
rvm_rvmrc_files=("/etc/rvmrc" "$HOME/.rvmrc")
+ /scripts/functions/init : __rvm_load_rvmrc() 15 > [[ -n /Users/teja ]]
+ /scripts/functions/init : __rvm_load_rvmrc() 15 > [[ /Users/teja/.rvmrc -ef
/Users/teja/.rvmrc ]]
+ /scripts/functions/init : __rvm_load_rvmrc() 16 >
rvm_rvmrc_files+=("${rvm_prefix}/.rvmrc")
+ /scripts/functions/init : __rvm_load_rvmrc() 18 > for _file in
'"${rvm_rvmrc_files[@]}"'
+ /scripts/functions/init : __rvm_load_rvmrc() 20 > [[ -s /etc/rvmrc ]]
+ /scripts/functions/init : __rvm_load_rvmrc() 18 > for _file in
'"${rvm_rvmrc_files[@]}"'
+ /scripts/functions/init : __rvm_load_rvmrc() 20 > [[ -s /Users/teja/.rvmrc ]]
+ /scripts/functions/init : __rvm_load_rvmrc() 18 > for _file in
'"${rvm_rvmrc_files[@]}"'
+ /scripts/functions/init : __rvm_load_rvmrc() 20 > [[ -s /Users/teja/.rvmrc ]]
+ /scripts/functions/init : __rvm_load_rvmrc() 35 > return 0
+ /scripts/tools : tools_strings() 37 > rvm_ruby_string=1.9.3-perf
+ /scripts/tools : tools_strings() 39 > basename
/Users/teja/.rvm/gems/ruby-1.9.3-p194-perf
+ /scripts/tools : 236 > exit 0
+__rvm_record_install:5> recorded_ruby_name=ruby-1.9.3-p194-perf
+__rvm_record_install:6> rvm_install_record_file=/Users/teja/.rvm/user/installs
+__rvm_record_install:8> [[ -f /Users/teja/.rvm/user/installs ]]
+__rvm_record_install:9> __rvm_sed_i /Users/teja/.rvm/user/installs -e
'/^ruby-1.9.3-p194-perf/d'
+__rvm_sed_i:2> typeset filename
+__rvm_sed_i:3> filename=/Users/teja/.rvm/user/installs
+__rvm_sed_i:4> shift
+__rvm_sed_i:6> sed -e '/^ruby-1.9.3-p194-perf/d'
+__rvm_sed_i:7> mv /Users/teja/.rvm/user/installs.new
/Users/teja/.rvm/user/installs
+__rvm_record_install:12> printf %b 'ruby-1.9.3-p194-perf -- \n'
~ $ rvm --trace install 1.9.3 --patch falcon -j 3
+__rvm_parse_args:638> [[ -n 4.3.11 ]]
+__rvm_parse_args:673> [[ -z '' && -n '' ]]
+__rvm_parse_args:676> [[ error == || 0 -eq 1 || -n '' ]]
+__rvm_parse_args:16> [[ -n install ]]
+__rvm_parse_args:18> rvm_token=install
+__rvm_parse_args:20> (( 5 > 0 ))
+__rvm_parse_args:22> next_token=1.9.3
+__rvm_parse_args:23> shift
+__rvm_parse_args:28> case install ([[:alnum:]]*|@*)
+__rvm_parse_args:31> case install (use)
+__rvm_parse_args:31> case install (install|uninstall|reinstall|try_install)
+__rvm_parse_args:44> export 'install_flag=1'
+__rvm_parse_args:45> rvm_action=install
+__rvm_parse_args:673> [[ -z install ]]
+__rvm_parse_args:676> [[ error == install || 0 -eq 1 || -n '' ]]
+__rvm_parse_args:16> [[ -n 1.9.3 ]]
+__rvm_parse_args:18> rvm_token=1.9.3
+__rvm_parse_args:20> (( 4 > 0 ))
+__rvm_parse_args:22> next_token=--patch
+__rvm_parse_args:23> shift
+__rvm_parse_args:28> case 1.9.3 ([[:alnum:]]*|@*)
+__rvm_parse_args:31> case 1.9.3 (use)
+__rvm_parse_args:31> case 1.9.3 (install|uninstall|reinstall|try_install)
+__rvm_parse_args:31> case 1.9.3 (gemset)
+__rvm_parse_args:31> case 1.9.3 (gemdir|gempath|gemhome)
+__rvm_parse_args:31> case 1.9.3 (pkg)
+__rvm_parse_args:31> case 1.9.3 (do|exec)
+__rvm_parse_args:31> case 1.9.3 (gem|rake|ruby)
+__rvm_parse_args:31> case 1.9.3
(fetch|version|srcdir|reset|debug|reload|update|monitor|notes|implode|seppuku|question|answer|env|unexport|requirements|automount|prepare)
+__rvm_parse_args:31> case 1.9.3 (mount)
+__rvm_parse_args:31> case 1.9.3 (rm|remove)
+__rvm_parse_args:31> case 1.9.3
(rtfm|RTFM|rvmrc|usage|help|inspect|list|ls|info|strings|get|current|docs|alias|rubygems|cleanup|tools|disk-usage|snapshot|repair|migrate|upgrade|cron|group|switch)
+__rvm_parse_args:31> case 1.9.3 (user)
+__rvm_parse_args:31> case 1.9.3 (load-rvmrc)
+__rvm_parse_args:31> case 1.9.3 (benchmark|bench)
+__rvm_parse_args:31> case 1.9.3 (specs|tests)
+__rvm_parse_args:31> case 1.9.3 (export)
+__rvm_parse_args:31> case 1.9.3 (alt*)
+__rvm_parse_args:31> case 1.9.3 (wrapper)
+__rvm_parse_args:31> case 1.9.3 (reboot|damnit|wtf|argh|BOOM|boom|wth)
+__rvm_parse_args:31> case 1.9.3 (in)
+__rvm_parse_args:31> case 1.9.3 (*,*)
+__rvm_parse_args:31> case 1.9.3 (@*)
+__rvm_parse_args:31> case 1.9.3 (*@*)
+__rvm_parse_args:31> case 1.9.3 (*+*)
+__rvm_parse_args:31> case 1.9.3 (*-*|+([[:digit:]]).+([[:digit:]])*)
+__rvm_parse_args:280> rvm_action=install
+__rvm_parse_args:281> rvm_ruby_string=1.9.3
+__rvm_parse_args:282> rvm_ruby_strings=1.9.3
+__rvm_parse_args:673> [[ -z install ]]
+__rvm_parse_args:676> [[ error == install || 0 -eq 1 || -n '' ]]
+__rvm_parse_args:16> [[ -n --patch ]]
+__rvm_parse_args:18> rvm_token=--patch
+__rvm_parse_args:20> (( 3 > 0 ))
+__rvm_parse_args:22> next_token=falcon
+__rvm_parse_args:23> shift
+__rvm_parse_args:28> case --patch ([[:alnum:]]*|@*)
+__rvm_parse_args:28> case --patch (-*)
+__rvm_parse_args:339> case --patch (-S)
+__rvm_parse_args:339> case --patch (-e)
+__rvm_parse_args:339> case --patch (-v|--version)
+__rvm_parse_args:339> case --patch (-n|--name)
+__rvm_parse_args:339> case --patch (--branch)
+__rvm_parse_args:339> case --patch (--repository|--repo|--url)
+__rvm_parse_args:339> case --patch (-r|--remote|--binary)
+__rvm_parse_args:339> case --patch (--ree-options)
+__rvm_parse_args:339> case --patch (--patches|--patch)
+__rvm_parse_args:414> export -a rvm_patch_names
+__rvm_parse_args:415> __rvm_custom_separated_array rvm_patch_names , falcon
+__rvm_custom_separated_array:2> typeset IFS
+__rvm_custom_separated_array:3> IFS=,
+__rvm_custom_separated_array:4> [[ -n 4.3.11 ]]
+__rvm_custom_separated_array:5> eval 'rvm_patch_names+=( ${=3} )'
+(eval):1> rvm_patch_names+=( falcon )
+__rvm_parse_args:416> next_token=-j
+__rvm_parse_args:417> (( 2 == 0 ))
+__rvm_parse_args:417> shift
+__rvm_parse_args:418> rvm_patch_original_pwd=/Users/teja
+__rvm_parse_args:419> rvm_disable_binary_flag=1
+__rvm_parse_args:673> [[ -z install ]]
+__rvm_parse_args:676> [[ error == install || 0 -eq 1 || -n '' ]]
+__rvm_parse_args:16> [[ -n -j ]]
+__rvm_parse_args:18> rvm_token=-j
+__rvm_parse_args:20> (( 1 > 0 ))
+__rvm_parse_args:22> next_token=3
+__rvm_parse_args:23> shift
+__rvm_parse_args:28> case -j ([[:alnum:]]*|@*)
+__rvm_parse_args:28> case -j (-*)
+__rvm_parse_args:339> case -j (-S)
+__rvm_parse_args:339> case -j (-e)
+__rvm_parse_args:339> case -j (-v|--version)
+__rvm_parse_args:339> case -j (-n|--name)
+__rvm_parse_args:339> case -j (--branch)
+__rvm_parse_args:339> case -j (--repository|--repo|--url)
+__rvm_parse_args:339> case -j (-r|--remote|--binary)
+__rvm_parse_args:339> case -j (--ree-options)
+__rvm_parse_args:339> case -j (--patches|--patch)
+__rvm_parse_args:339> case -j (--arch|--archflags)
+__rvm_parse_args:339> case -j (--with-arch=*)
+__rvm_parse_args:339> case -j (--32)
+__rvm_parse_args:339> case -j (--64)
+__rvm_parse_args:339> case -j (--universal)
+__rvm_parse_args:339> case -j (--bin)
+__rvm_parse_args:339> case -j (--rdoc|--yard)
+__rvm_parse_args:339> case -j (-f|--file)
+__rvm_parse_args:339> case -j (--passenger)
+__rvm_parse_args:339> case -j (--editor)
+__rvm_parse_args:339> case -j (--symlink)
+__rvm_parse_args:339> case -j (-h|--help)
+__rvm_parse_args:339> case -j (-l|--level)
+__rvm_parse_args:339> case -j (--sha|--make|--make-install)
+__rvm_parse_args:339> case -j (--nice|--sdk|--autoconf-flags|--proxy)
+__rvm_parse_args:339> case -j (--disable-llvm|--disable-jit)
+__rvm_parse_args:339> case -j (--enable-llvm|--enable-jit)
+__rvm_parse_args:339> case -j (--install)
+__rvm_parse_args:339> case -j (--color=*)
+__rvm_parse_args:339> case -j (--pretty)
+__rvm_parse_args:339> case -j (--1.8|--1.9|--18|--19)
+__rvm_parse_args:339> case -j (--rvmrc|--versions-conf|--ruby-version)
+__rvm_parse_args:339> case -j (--head|--static)
+__rvm_parse_args:339> case -j
(--self|--gem|--rubygems|--reconfigure|--default|--force|--export|--summary|--latest|--yaml|--json|--archive|--shebang|--env|--path|--cron|--tail|--delete|--verbose|--import|--sticky|--create|--gems|--docs|--skip-autoreconf|--force-autoconf|--auto|--autoinstall-bundler|--disable-binary|--ignore-gemsets|--skip-gemsets|--debug|--quiet|--silent)
+__rvm_parse_args:339> case -j (--dump-environment|--verify-downloads)
+__rvm_parse_args:339> case -j (--clang)
+__rvm_parse_args:339> case -j (-M)
+__rvm_parse_args:339> case -j (-j)
+__rvm_parse_args:594> [[ -n 3 ]]
+__rvm_parse_args:596> rvm_make_flags+=( -j3 )
+__rvm_parse_args:597> next_token=''
+__rvm_parse_args:598> (( 0 == 0 ))
+__rvm_parse_args:673> [[ -z install ]]
+__rvm_parse_args:676> [[ error == install || 0 -eq 1 || -n '' ]]
+__rvm_parse_args:16> [[ -n '' ]]
+__rvm_parse_args:681> : rvm_ruby_args:0::
+__rvm_parse_args:683> [[ -n '' ]]
++ [[ -z '' ]]
++ export PS4
++ PS4='+ ${BASH_SOURCE##${rvm_path:-}} : ${FUNCNAME[0]:+${FUNCNAME[0]}()}
${LINENO} > '
++ /scripts/base : 21 > export __array_start rvm_path
++ /scripts/base : 26 > [[ -n '' ]]
++ /scripts/base : 30 > __array_start=0
++ /scripts/base : 33 > (( 0 == 0 ))
++ /scripts/base : 35 > [[ -n 022 ]]
++ /scripts/base : 36 > rvm_rvmrc_files=("/etc/rvmrc" "$HOME/.rvmrc")
++ /scripts/base : 37 > [[ -n /Users/teja ]]
++ /scripts/base : 37 > [[ /Users/teja/.rvmrc -ef /Users/teja/.rvmrc ]]
++ /scripts/base : 38 > rvm_rvmrc_files+=("${rvm_prefix}/.rvmrc")
++ /scripts/base : 41 > for rvmrc in '"${rvm_rvmrc_files[@]}"'
++ /scripts/base : 43 > [[ -f /etc/rvmrc ]]
++ /scripts/base : 41 > for rvmrc in '"${rvm_rvmrc_files[@]}"'
++ /scripts/base : 43 > [[ -f /Users/teja/.rvmrc ]]
++ /scripts/base : 41 > for rvmrc in '"${rvm_rvmrc_files[@]}"'
++ /scripts/base : 43 > [[ -f /Users/teja/.rvmrc ]]
++ /scripts/base : 58 > unset rvm_rvmrc_files
++ /scripts/base : 61 > export rvm_path
++ /scripts/base : 62 > [[ -z /Users/teja/.rvm ]]
++ /scripts/base : 74 > true /Users/teja/.rvm/scripts
++ /scripts/base : 77 > source /Users/teja/.rvm/scripts/initialize
+++ /scripts/initialize : 3 > : rvm_trace_flag:1
+++ /scripts/initialize : 4 > (( rvm_trace_flag > 0 ))
+++ /scripts/initialize : 6 > set -o xtrace
+++ /scripts/initialize : 9 > [[ -z '' ]]
+++ /scripts/initialize : 14 > export PS4
+++ /scripts/initialize : 15 > PS4='+ ${BASH_SOURCE##${rvm_path:-}} :
${FUNCNAME[0]:+${FUNCNAME[0]}()} ${LINENO} > '
+++ /scripts/initialize : 21 > [[ -n 3.2.48(1)-release ]]
+++ /scripts/initialize : 23 > shopt -s extglob
+++ /scripts/initialize : 33 > export __rvm_env_loaded
+++ /scripts/initialize : 35 > : __rvm_env_loaded:1:
+++ /scripts/initialize : 37 > : __rvm_env_loaded:2:
+++ /scripts/initialize : 40 > [[ -z /Users/teja/.rvm/tmp ]]
+++ /scripts/initialize : 40 > (( __rvm_env_loaded == 1 ))
++ /scripts/base : 81 > case " ${rvm_base_except:-} " in
++ /scripts/base : 83 > true
++ /scripts/base : 91 > typeset -a scripts
++ /scripts/base : 94 > scripts=(logging support utility init cleanup env
rvmrc install environment gemset db bundler checksum)
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/logging
++++ /scripts/functions/logging : 40 > /Users/teja/.rvm/scripts/color red
+++ /scripts/functions/logging : 40 > rvm_error_clr=''
++++ /scripts/functions/logging : 41 > /Users/teja/.rvm/scripts/color yellow
+++ /scripts/functions/logging : 41 > rvm_warn_clr=''
++++ /scripts/functions/logging : 42 > /Users/teja/.rvm/scripts/color magenta
+++ /scripts/functions/logging : 42 > rvm_debug_clr=''
++++ /scripts/functions/logging : 43 > /Users/teja/.rvm/scripts/color green
+++ /scripts/functions/logging : 43 > rvm_notify_clr=''
++++ /scripts/functions/logging : 44 > /Users/teja/.rvm/scripts/color reset
+++ /scripts/functions/logging : 44 > rvm_reset_clr=''
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/support
+++ /scripts/functions/support : 3 > [[ -z tar ]]
+++ /scripts/functions/support : 12 > [[ ! =~ --no-same-owner ]]
+++ /scripts/functions/support : 13 > tar --help
+++ /scripts/functions/support : 13 > GREP_OPTIONS=
+++ /scripts/functions/support : 13 > grep -- --no-same-owner
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/utility
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/init
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/cleanup
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/env
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/rvmrc
+++ /scripts/functions/rvmrc : 3 > export escape_flag _first _second
+++ /scripts/functions/rvmrc : 4 > escape_flag=1
+++ /scripts/functions/rvmrc : 5 > _first=0
+++ /scripts/functions/rvmrc : 6 > _second=1
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/install
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/environment
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/gemset
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/db
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/bundler
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/checksum
++ /scripts/base : 98 > unset scripts entry rvm_base_except
+ /scripts/list : 361 > args=($*)
+ /scripts/list : 362 > action=strings
+ /scripts/list : 363 > args=
+ /scripts/list : 365 > case "${action:-rubies}" in
+ /scripts/list : 372 > list_strings
+ /scripts/list : list_strings() 202 > builtin cd /Users/teja/.rvm/rubies
+ /scripts/list : list_strings() 203 > find . -maxdepth 1 -mindepth 1 -type d
+ /scripts/list : list_strings() 203 > sed -e s#./##g
+ /scripts/list : list_strings() 206 > return 0
+ /scripts/list : 381 > exit 0
+/Users/teja/.rvm/scripts/base:11> [[ -z 4.3.11 ]]
+/Users/teja/.rvm/scripts/base:21> export __array_start rvm_path
+/Users/teja/.rvm/scripts/base:26> [[ -n 4.3.11 ]]
+/Users/teja/.rvm/scripts/base:28> __array_start=1
+/Users/teja/.rvm/scripts/base:33> (( 0 == 0 ))
+/Users/teja/.rvm/scripts/base:35> [[ -n 022 ]]
+/Users/teja/.rvm/scripts/base:36> rvm_rvmrc_files=( /etc/rvmrc
/Users/teja/.rvmrc )
+/Users/teja/.rvm/scripts/base:37> [[ -n /Users/teja ]]
+/Users/teja/.rvm/scripts/base:37> [[ /Users/teja/.rvmrc -ef /Users/teja/.rvmrc
]]
+/Users/teja/.rvm/scripts/base:38> rvm_rvmrc_files+=( /Users/teja/.rvmrc )
+/Users/teja/.rvm/scripts/base:41> rvmrc=/etc/rvmrc
+/Users/teja/.rvm/scripts/base:43> [[ -f /etc/rvmrc ]]
+/Users/teja/.rvm/scripts/base:41> rvmrc=/Users/teja/.rvmrc
+/Users/teja/.rvm/scripts/base:43> [[ -f /Users/teja/.rvmrc ]]
+/Users/teja/.rvm/scripts/base:41> rvmrc=/Users/teja/.rvmrc
+/Users/teja/.rvm/scripts/base:43> [[ -f /Users/teja/.rvmrc ]]
+/Users/teja/.rvm/scripts/base:58> unset rvm_rvmrc_files
+/Users/teja/.rvm/scripts/base:61> export rvm_path
+/Users/teja/.rvm/scripts/base:62> [[ -z /Users/teja/.rvm ]]
+/Users/teja/.rvm/scripts/base:74> true /Users/teja/.rvm/scripts
+/Users/teja/.rvm/scripts/base:77> source /Users/teja/.rvm/scripts/initialize
+/Users/teja/.rvm/scripts/initialize:3> : rvm_trace_flag:1
+/Users/teja/.rvm/scripts/initialize:4> (( rvm_trace_flag > 0 ))
+/Users/teja/.rvm/scripts/initialize:6> set -o xtrace
+/Users/teja/.rvm/scripts/initialize:9> [[ -z 4.3.11 ]]
+/Users/teja/.rvm/scripts/initialize:21> [[ -n '' ]]
+/Users/teja/.rvm/scripts/initialize:24> [[ -n 4.3.11 ]]
+/Users/teja/.rvm/scripts/initialize:26> setopt extendedglob
+/Users/teja/.rvm/scripts/initialize:27> setopt kshglob
+/Users/teja/.rvm/scripts/initialize:28> setopt no_glob_subst
+/Users/teja/.rvm/scripts/initialize:33> export __rvm_env_loaded
+/Users/teja/.rvm/scripts/initialize:35> : __rvm_env_loaded:1:
+/Users/teja/.rvm/scripts/initialize:37> : __rvm_env_loaded:2:
+/Users/teja/.rvm/scripts/initialize:40> [[ -z /Users/teja/.rvm/tmp ]]
+/Users/teja/.rvm/scripts/initialize:40> (( __rvm_env_loaded == 1 ))
+/Users/teja/.rvm/scripts/base:81> case (*[[:space:]]selector[[:space:]]*)
+/Users/teja/.rvm/scripts/base:81> case (*)
+/Users/teja/.rvm/scripts/base:86> source /Users/teja/.rvm/scripts/selector
+/Users/teja/.rvm/scripts/base:87> source
/Users/teja/.rvm/scripts/selector_gemsets
+/Users/teja/.rvm/scripts/base:91> typeset -a scripts
+/Users/teja/.rvm/scripts/base:92> scripts=( logging support utility init
cleanup env rvmrc install environment gemset db bundler checksum )
+/Users/teja/.rvm/scripts/base:95> entry=logging
+/Users/teja/.rvm/scripts/base:96> source
/Users/teja/.rvm/scripts/functions/logging
+/Users/teja/.rvm/scripts/functions/logging:40>
rvm_error_clr=+/Users/teja/.rvm/scripts/functions/logging:40>
/Users/teja/.rvm/scripts/color red
+/Users/teja/.rvm/scripts/functions/logging:40> rvm_error_clr=''
+/Users/teja/.rvm/scripts/functions/logging:41>
rvm_warn_clr=+/Users/teja/.rvm/scripts/functions/logging:41>
/Users/teja/.rvm/scripts/color yellow
+/Users/teja/.rvm/scripts/functions/logging:41> rvm_warn_clr=''
+/Users/teja/.rvm/scripts/functions/logging:42>
rvm_debug_clr=+/Users/teja/.rvm/scripts/functions/logging:42>
/Users/teja/.rvm/scripts/color magenta
+/Users/teja/.rvm/scripts/functions/logging:42> rvm_debug_clr=''
+/Users/teja/.rvm/scripts/functions/logging:43>
rvm_notify_clr=+/Users/teja/.rvm/scripts/functions/logging:43>
/Users/teja/.rvm/scripts/color green
+/Users/teja/.rvm/scripts/functions/logging:43> rvm_notify_clr=''
+/Users/teja/.rvm/scripts/functions/logging:44>
rvm_reset_clr=+/Users/teja/.rvm/scripts/functions/logging:44>
/Users/teja/.rvm/scripts/color reset
+/Users/teja/.rvm/scripts/functions/logging:44> rvm_reset_clr=''
+/Users/teja/.rvm/scripts/base:95> entry=support
+/Users/teja/.rvm/scripts/base:96> source
/Users/teja/.rvm/scripts/functions/support
+/Users/teja/.rvm/scripts/functions/support:3> [[ -z tar ]]
+/Users/teja/.rvm/scripts/functions/support:12> [[ ! " ${rvm_tar_options:-} "
-regex-match " --no-same-owner " ]]
+/Users/teja/.rvm/scripts/functions/support:13> GREP_OPTIONS='' grep --
--no-same-owner
+/Users/teja/.rvm/scripts/base:95> entry=utility
+/Users/teja/.rvm/scripts/base:96> source
/Users/teja/.rvm/scripts/functions/utility
+/Users/teja/.rvm/scripts/base:95> entry=init
+/Users/teja/.rvm/scripts/base:96> source
/Users/teja/.rvm/scripts/functions/init
+/Users/teja/.rvm/scripts/base:95> entry=cleanup
+/Users/teja/.rvm/scripts/base:96> source
/Users/teja/.rvm/scripts/functions/cleanup
+/Users/teja/.rvm/scripts/base:95> entry=env
+/Users/teja/.rvm/scripts/base:96> source /Users/teja/.rvm/scripts/functions/env
+/Users/teja/.rvm/scripts/base:95> entry=rvmrc
+/Users/teja/.rvm/scripts/base:96> source
/Users/teja/.rvm/scripts/functions/rvmrc
+/Users/teja/.rvm/scripts/functions/rvmrc:3> export escape_flag _first _second
+/Users/teja/.rvm/scripts/functions/rvmrc:4> escape_flag=1
+/Users/teja/.rvm/scripts/functions/rvmrc:5> _first=1
+/Users/teja/.rvm/scripts/functions/rvmrc:6> _second=2
+/Users/teja/.rvm/scripts/base:95> entry=install
+/Users/teja/.rvm/scripts/base:96> source
/Users/teja/.rvm/scripts/functions/install
+/Users/teja/.rvm/scripts/base:95> entry=environment
+/Users/teja/.rvm/scripts/base:96> source
/Users/teja/.rvm/scripts/functions/environment
+/Users/teja/.rvm/scripts/base:95> entry=gemset
+/Users/teja/.rvm/scripts/base:96> source
/Users/teja/.rvm/scripts/functions/gemset
+/Users/teja/.rvm/scripts/base:95> entry=db
+/Users/teja/.rvm/scripts/base:96> source /Users/teja/.rvm/scripts/functions/db
+/Users/teja/.rvm/scripts/base:95> entry=bundler
+/Users/teja/.rvm/scripts/base:96> source
/Users/teja/.rvm/scripts/functions/bundler
+/Users/teja/.rvm/scripts/base:95> entry=checksum
+/Users/teja/.rvm/scripts/base:96> source
/Users/teja/.rvm/scripts/functions/checksum
+/Users/teja/.rvm/scripts/base:98> unset scripts entry rvm_base_except
+/Users/teja/.rvm/scripts/manage:12> source /Users/teja/.rvm/scripts/patches
+/Users/teja/.rvm/scripts/manage:13> source
/Users/teja/.rvm/scripts/functions/build
+/Users/teja/.rvm/scripts/manage:14> source
/Users/teja/.rvm/scripts/functions/pkg
+/Users/teja/.rvm/scripts/manage:15> source
/Users/teja/.rvm/scripts/functions/irbrc
+/Users/teja/.rvm/scripts/manage:16> source
/Users/teja/.rvm/scripts/functions/db
+/Users/teja/.rvm/scripts/manage:17> source
/Users/teja/.rvm/scripts/functions/manage/base
+/Users/teja/.rvm/scripts/manage:19> [[ -n '' ]]
+/Users/teja/.rvm/scripts/manage:22> unset RUBYLIB RUBYOPT
+/Users/teja/.rvm/scripts/manage:24> binaries=( )
+/Users/teja/.rvm/scripts/manage:26> __rvm_manage_rubies
+__rvm_manage_rubies:2> typeset manage_result bin_line current_ruby_string
+__rvm_manage_rubies:3> typeset -a rubies
+__rvm_manage_rubies:4> rubies=( )
+__rvm_manage_rubies:6> rvm_gemset_name=''
+__rvm_manage_rubies:7> rvm_ruby_selected_flag=0
+__rvm_manage_rubies:8> rvm_ruby_gem_home='//@*'
+__rvm_manage_rubies:9> rvm_ruby_string=1.9.3
+__rvm_manage_rubies:13> [[ -n 1.9.3 && 1.9.3 != all ]]
+__rvm_manage_rubies:15> __rvm_custom_separated_array rubies , 1.9.3
+__rvm_custom_separated_array:2> typeset IFS
+__rvm_custom_separated_array:3> IFS=,
+__rvm_custom_separated_array:4> [[ -n 4.3.11 ]]
+__rvm_custom_separated_array:5> eval 'rubies+=( ${=3} )'
+(eval):1> rubies+=( 1.9.3 )
+__rvm_manage_rubies:36> rvm_ruby_string=1.9.3
+__rvm_manage_rubies:38> rvm_debug '1.9.3 - install'
+rvm_debug:2> (( 0 ))
+rvm_debug:2> return 0
+__rvm_manage_rubies:39> current_ruby_string=1.9.3
+__rvm_manage_rubies:43> rvm_hook=before_install
+__rvm_manage_rubies:44> source /Users/teja/.rvm/scripts/hook
+/Users/teja/.rvm/scripts/hook:5> old_rvm_verbose_flag=0
+/Users/teja/.rvm/scripts/hook:6> old_rvm_debug_flag=0
+/Users/teja/.rvm/scripts/hook:11> true rvm_verbose_flag:0 rvm_debug_flag:0
rvm_hook:before_install
+/Users/teja/.rvm/scripts/hook:15> [[ -n before_install ]]
+/Users/teja/.rvm/scripts/hook:17> hooks=( /Users/teja/.rvm/hooks )
+/Users/teja/.rvm/scripts/hook:18> [[ /Users/teja/.rvm/hooks ==
/Users/teja/.rvm/hooks ]]
+/Users/teja/.rvm/scripts/hook:21>
_hooks_list=+/Users/teja/.rvm/scripts/hook:21> _hooks_list=( )
+/Users/teja/.rvm/scripts/hook:37> unset rvm_hook hooks _hooks_list hook
+__rvm_manage_rubies:45> __rvm_install_ruby
+__rvm_install_ruby:2> true 0 0
+__rvm_install_ruby:3> typeset binary __rvm_ruby_name ruby_options
ruby_install_type
+__rvm_install_ruby:6> (( rvm_ruby_selected_flag == 0 ))
+__rvm_install_ruby:8> __rvm_ruby_name=''
+__rvm_install_ruby:9> __rvm_select
+__rvm_select:2> true
+__rvm_select:3> typeset _original_env_string
+__rvm_select:4> _original_env_string=''
+__rvm_select:7> export -a rvm_configure_flags rvm_patch_names rvm_ree_options
rvm_make_flags
+__rvm_select:8> export GEM_HOME GEM_PATH MY_RUBY_HOME RUBY_VERSION IRBRC
+__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
+__rvm_select:11> [[ -z 1.9.3 ]]
+__rvm_select:35> __rvm_ruby_string
+__rvm_ruby_string:10> typeset ruby_string gemset_name expanded_alias_name
repo_url branch_name ruby_name
+__rvm_ruby_string:12> __rvm_default_flags
+__rvm_default_flags:2> true 0 0
+__rvm_ruby_string:14> rvm_expanding_aliases=''
+__rvm_ruby_string:16> true '' '' '' '' '' '' '' @ 1.9.3 0 0
+__rvm_ruby_string:22> echo 1.9.3
+__rvm_ruby_string:29> (( rvm_expanding_aliases == 0 ))
+__rvm_ruby_string:30> [[ -n 1.9.3 && 1.9.3 != system ]]
+__rvm_ruby_string:32> expanded_alias_name=+__rvm_ruby_string:32>
expanded_alias_name=''
+__rvm_ruby_string:33> [[ -n '' ]]
+__rvm_ruby_string:36> [[ 1.9.3 == default ]]
+__rvm_ruby_string:43> echo 1.9.3
+__rvm_ruby_string:49> ruby_string=1.9.3
+__rvm_ruby_string:50> gemset_name=''
+__rvm_ruby_string:51> repo_url=''
+__rvm_ruby_string:52> branch_name=''
+__rvm_ruby_string:53> ruby_name=''
+__rvm_ruby_string:55> __rvm_unset_ruby_variables
+__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
+__rvm_unset_ruby_variables:4> __rvm_load_rvmrc
+__rvm_load_rvmrc:2> typeset _file
+__rvm_load_rvmrc:3> typeset -a rvm_rvmrc_files
+__rvm_load_rvmrc:4> (( 0 == 1 ))
+__rvm_load_rvmrc:9> [[ -n 022 ]]
+__rvm_load_rvmrc:11> rvm_rvmrc_files=( /etc/rvmrc /Users/teja/.rvmrc )
+__rvm_load_rvmrc:12> [[ -n /Users/teja ]]
+__rvm_load_rvmrc:12> [[ /Users/teja/.rvmrc -ef /Users/teja/.rvmrc ]]
+__rvm_load_rvmrc:13> rvm_rvmrc_files+=( /Users/teja/.rvmrc )
+__rvm_load_rvmrc:15> _file=/etc/rvmrc
+__rvm_load_rvmrc:17> [[ -s /etc/rvmrc ]]
+__rvm_load_rvmrc:15> _file=/Users/teja/.rvmrc
+__rvm_load_rvmrc:17> [[ -s /Users/teja/.rvmrc ]]
+__rvm_load_rvmrc:15> _file=/Users/teja/.rvmrc
+__rvm_load_rvmrc:17> [[ -s /Users/teja/.rvmrc ]]
+__rvm_load_rvmrc:32> return 0
+__rvm_ruby_string:57> rvm_ruby_repo_url=''
+__rvm_ruby_string:58> rvm_ruby_repo_branch=''
+__rvm_ruby_string:59> rvm_ruby_name=''
+__rvm_ruby_string:61> [[ -n '' ]]
+__rvm_ruby_string:67> strings=( )
+__rvm_ruby_string:68> __rvm_custom_separated_array strings - 1.9.3
+__rvm_custom_separated_array:2> typeset IFS
+__rvm_custom_separated_array:3> IFS=-
+__rvm_custom_separated_array:4> [[ -n 4.3.11 ]]
+__rvm_custom_separated_array:5> eval 'strings+=( ${=3} )'
+(eval):1> strings+=( 1.9.3 )
+__rvm_ruby_string:70> (( 1 == 0 ))
+__rvm_ruby_string:85> string=1.9.3
+__rvm_ruby_string:87> case 1.9.3 (head)
+__rvm_ruby_string:87> case 1.9.3 (system)
+__rvm_ruby_string:87> case 1.9.3 (ext|external)
+__rvm_ruby_string:87> case 1.9.3 (nightly)
+__rvm_ruby_string:87> case 1.9.3 (preview*)
+__rvm_ruby_string:87> case 1.9.3 (rc[[:digit:]]*)
+__rvm_ruby_string:87> case 1.9.3 ([[:digit:]].[[:digit:]]*)
+__rvm_ruby_string:137> [[ '' == rbx ]]
+__rvm_ruby_string:150> case 1.9.3
(0.+([[:digit:]])|0.+([[:digit:]]).+([[:digit:]])|1.+([[:digit:]]).+([[:digit:]])|2.+([[:digit:]]).+([[:digit:]])|1.+([[:digit:]]).+([[:digit:]]).+([[:digit:]])|1.+([[:digit:]]))
+__rvm_ruby_string:152> rvm_ruby_version=1.9.3
+__rvm_ruby_string:153> rvm_ruby_revision=''
+__rvm_ruby_string:154> rvm_ruby_tag=''
+__rvm_ruby_string:258> [[ -z '' ]]
+__rvm_ruby_string:261> case 1.9.3 (1.[8-9]*)
+__rvm_ruby_string:262> rvm_ruby_interpreter=ruby
+__rvm_ruby_string:274> rvm_ruby_version=1.9.3
+__rvm_ruby_string:275> [[ -z 1.9.3 ]]
+__rvm_ruby_string:282> [[ -z 1.9.3 ]]
+__rvm_ruby_string:286> rvm_ruby_string=ruby-1.9.3
+__rvm_ruby_string:289> [[ ruby == ext ]]
+__rvm_ruby_string:293> (( 0 == 1 ))
+__rvm_ruby_string:297> [[ -n '' ]]
+__rvm_ruby_string:301> [[ -n '' ]]
+__rvm_ruby_string:305> [[ -n '' ]]
+__rvm_ruby_string:309> [[ -n '' ]]
+__rvm_ruby_string:313> [[ -n '' ]]
+__rvm_ruby_string:318> patch_level=+__rvm_ruby_string:319> __rvm_db
ruby_1.9.3_patch_level
+__rvm_db:2> typeset value key variable
+__rvm_db:4> key=ruby_1.9.3_patch_level
+__rvm_db:5> key=ruby_1.9.3_patch_level
+__rvm_db:6> variable=''
+__rvm_db:8> [[ -f /Users/teja/.rvm/user/db ]]
+__rvm_db:9> value=+__rvm_db:9> /Users/teja/.rvm/scripts/db
/Users/teja/.rvm/user/db ruby_1.9.3_patch_level
+__rvm_db:9> value=''
+__rvm_db:12> [[ -z '' ]]
+__rvm_db:13> value=+__rvm_db:13> /Users/teja/.rvm/scripts/db
/Users/teja/.rvm/config/db ruby_1.9.3_patch_level
+__rvm_db:13> value=194
+__rvm_db:16> [[ -n 194 ]]
+__rvm_db:17> [[ -z '' ]]
+__rvm_db:18> echo 194
+__rvm_db:24> return 0
+__rvm_ruby_string:318> patch_level=194
+__rvm_ruby_string:322> [[ -n 194 ]]
+__rvm_ruby_string:324> case ruby (ree|kiji|rbx)
+__rvm_ruby_string:324> case ruby (*)
+__rvm_ruby_string:331> rvm_ruby_patch_level=p194
+__rvm_ruby_string:337> [[ -n p194 ]]
+__rvm_ruby_string:339> rvm_ruby_patch_level=p194
+__rvm_ruby_string:340> rvm_ruby_patch_level=p194
+__rvm_ruby_string:341> rvm_ruby_string=ruby-1.9.3-p194
+__rvm_ruby_string:343> case ruby (ree|kiji|rbx)
+__rvm_ruby_string:343> case ruby (*)
+__rvm_ruby_string:349> rvm_ruby_string=ruby-1.9.3-p194
+__rvm_ruby_string:350> rvm_ruby_string=ruby-1.9.3-p194
+__rvm_ruby_string:356> [[ -n '' ]]
+__rvm_ruby_string:365> detected_rvm_ruby_name=''
+__rvm_select:37> rvm_archive_extension=tar.gz
+__rvm_select:39> [[ -z ruby ]]
+__rvm_select:44> case ruby (missing)
+__rvm_select:44> case ruby (macruby)
+__rvm_select:44> case ruby (rbx|rubinius)
+__rvm_select:44> case ruby (jruby)
+__rvm_select:44> case ruby (maglev)
+__rvm_select:44> case ruby (ironruby)
+__rvm_select:44> case ruby (ree)
+__rvm_select:44> case ruby (kiji)
+__rvm_select:44> case ruby (goruby)
+__rvm_select:44> case ruby (tcs)
+__rvm_select:44> case ruby (ruby)
+__rvm_select:270> [[ -n p194 ]]
+__rvm_select:272> rvm_ruby_package_file=ruby-1.9.3-p194
+__rvm_select:273> rvm_ruby_package_name=ruby-1.9.3-p194
+__rvm_select:279> [[ -z 1.9.3 ]]
+__rvm_select:283> rvm_ruby_repo_url=+__rvm_select:283> __rvm_db ruby_repo_url
+__rvm_db:2> typeset value key variable
+__rvm_db:4> key=ruby_repo_url
+__rvm_db:5> key=ruby_repo_url
+__rvm_db:6> variable=''
+__rvm_db:8> [[ -f /Users/teja/.rvm/user/db ]]
+__rvm_db:9> value=+__rvm_db:9> /Users/teja/.rvm/scripts/db
/Users/teja/.rvm/user/db ruby_repo_url
+__rvm_db:9> value=''
+__rvm_db:12> [[ -z '' ]]
+__rvm_db:13> value=+__rvm_db:13> /Users/teja/.rvm/scripts/db
/Users/teja/.rvm/config/db ruby_repo_url
+__rvm_db:13> value=git://github.com/ruby/ruby.git
+__rvm_db:16> [[ -n git://github.com/ruby/ruby.git ]]
+__rvm_db:17> [[ -z '' ]]
+__rvm_db:18> echo git://github.com/ruby/ruby.git
+__rvm_db:24> return 0
+__rvm_select:283> rvm_ruby_repo_url=git://github.com/ruby/ruby.git
+__rvm_select:284> (( 0 == 0 ))
+__rvm_select:286> case 1.9.3 (1.8.4)
+__rvm_select:286> case 1.9.3 (*)
+__rvm_select:291> rvm_archive_extension=tar.bz2
+__rvm_select:336> [[ -n 1.9.3 ]]
+__rvm_select:338> case 1.9.3 (+([[:digit:]]).+([[:digit:]]).+([[:digit:]]))
+__rvm_select:340> rvm_ruby_release_version=1
+__rvm_select:341> rvm_ruby_major_version=1.9
+__rvm_select:341> rvm_ruby_major_version=9
+__rvm_select:342> rvm_ruby_minor_version=3
+__rvm_select:352> [[ ruby == ext ]]
+__rvm_select:358> rvm_ruby_package_name=ruby-1.9.3-p194
+__rvm_select:359> rvm_ruby_home=/Users/teja/.rvm/rubies/ruby-1.9.3-p194
+__rvm_select:360> rvm_ruby_irbrc=/Users/teja/.rvm/rubies/ruby-1.9.3-p194/.irbrc
+__rvm_select:361>
rvm_ruby_binary=/Users/teja/.rvm/rubies/ruby-1.9.3-p194/bin/ruby
+__rvm_select:365> [[ maglev == ruby ]]
+__rvm_select:371> [[ system != ruby ]]
+__rvm_select:373> __rvm_gemset_select
+__rvm_gemset_select:2> __rvm_gemset_select_only
+__rvm_gemset_select_only:2>
rvm_ruby_gem_home=/Users/teja/.rvm/gems/ruby-1.9.3-p194
+__rvm_gemset_select_only:4> : rvm_ignore_gemsets_flag:0:
+__rvm_gemset_select_only:5> (( rvm_ignore_gemsets_flag ))
+__rvm_gemset_select_only:11>
rvm_ruby_global_gems_path=/Users/teja/.rvm/gems/ruby-1.9.3-p194@global
+__rvm_gemset_select_only:13> __rvm_gemset_handle_default
+__rvm_gemset_handle_default:2> rvm_gemset_name=@@
+__rvm_gemset_handle_default:3> rvm_gemset_name=@@
+__rvm_gemset_handle_default:4> rvm_gemset_name=@
+__rvm_gemset_handle_default:5> rvm_gemset_name=''
+__rvm_gemset_select_only:14> [[ -z '' ]]
+__rvm_gemset_select_only:17> [[ '' == global ]]
+__rvm_gemset_select_only:21>
rvm_ruby_gem_path=/Users/teja/.rvm/gems/ruby-1.9.3-p194:/Users/teja/.rvm/gems/ruby-1.9.3-p194@global
+__rvm_gemset_select_only:25> [[ -n '' ]]
+__rvm_gemset_select_only:29> rvm_env_string=ruby-1.9.3-p194
+__rvm_gemset_select:3> __rvm_gemset_select_validation
+__rvm_gemset_select_validation:3> [[ ! -d /Users/teja/.rvm/gems/ruby-1.9.3-p194
]]
+__rvm_gemset_select_validation:12> (( 0 == 1 ))
+__rvm_gemset_select:4> __rvm_gemset_select_ensure
+__rvm_gemset_select_ensure:2> mkdir -p /Users/teja/.rvm/gems/ruby-1.9.3-p194
+__rvm_gemset_select_ensure:4> __rvm_using_gemset_globalcache
+__rvm_using_gemset_globalcache:2> /Users/teja/.rvm/scripts/db
/Users/teja/.rvm/user/db use_gemset_globalcache
+__rvm_using_gemset_globalcache:4> return 1
+__rvm_select:374> case 0 (1|3|4)
+__rvm_select:381> rvm_ruby_selected_flag=1
+__rvm_select:383> [[ -d /Users/teja/.rvm/log/ruby-1.9.3-p194 ]]
+__rvm_select:385> mkdir -p /Users/teja/.rvm/log/ruby-1.9.3-p194
+__rvm_select:388> rvm_ruby_interpreter=ruby
+__rvm_install_ruby:11> [[ -n '' ]]
+__rvm_install_ruby:30> [[ -n '' ]]
+__rvm_install_ruby:36> __rvm_install_ruby_try_remote
+__rvm_install_ruby_try_remote:2> : rvm_disable_binary_flag:1:
rvm_remote_flag:0:
+__rvm_install_ruby_try_remote:3> (( rvm_disable_binary_flag ))
+__rvm_install_ruby_try_remote:41> return 2
+__rvm_install_ruby:38> (( 2 == 2 ))
+__rvm_install_ruby:41> __rvm_check_for_compiler
+__rvm_check_for_compiler:2> __rvm_selected_compiler
+__rvm_selected_compiler:4> [[ " ${rvm_configure_flags[*]}" -regex-match "
--with-gcc=" ]]
+__rvm_selected_compiler:17> [[ -n '' ]]
+__rvm_selected_compiler:22> return 1
+__rvm_install_ruby:42> true
+__rvm_install_ruby:46> case ruby
(macruby|ree|jruby|maglev|goruby|rubinius|ironruby|ruby)
+__rvm_install_ruby:48> ruby_install_type=ruby
+__rvm_install_ruby:61> source /Users/teja/.rvm/scripts/functions/manage/ruby
+__rvm_install_ruby:62> ruby_install
+ruby_install:2> typeset result temp_flags
+ruby_install:4> __rvm_check_for_bison
+__rvm_check_for_bison:2> true 0
+__rvm_check_for_bison:3> (( rvm_head_flag > 0 ))
+ruby_install:5> __rvm_check_for_bison
+__rvm_check_for_bison:2> true 0
+__rvm_check_for_bison:3> (( rvm_head_flag > 0 ))
+ruby_install:6> true
+ruby_install:13> case ruby-1.9.3-p194 (ruby-1.8.*-head)
+ruby_install:13> case ruby-1.9.3-p194 (ruby-head|ruby-1.9.*-head)
+ruby_install:38> [[ " ${rvm_configure_flags[*]}" -regex-match "
--enable-load-relative" ]]
+ruby_install:43> case ruby-1.9.3-p194 (ruby-1.9*)
+ruby_install:47> [[ " ${rvm_configure_flags[*]}" -regex-match "
--enable-load-relative" ]]
+ruby_install:58> libyaml_installed
+libyaml_installed:2> typeset __search_path
+libyaml_installed:3> __search_path=/Users/teja/.rvm/usr
+libyaml_installed:4> uname
+libyaml_installed:4> case Darwin (Darwin)
+libyaml_installed:6> extension=dylib
+libyaml_installed:9> [[ -f /Users/teja/.rvm/usr/include/yaml.h ]]
+libyaml_installed:10> find /Users/teja/.rvm/usr -name libyaml.dylib
+libyaml_installed:10> GREP_OPTIONS='' grep '.*'
+ruby_install:60> __rvm_update_configure_env
'CFLAGS=-I/Users/teja/.rvm/usr/include'
+__rvm_update_configure_env:2> typeset -a local_configure_env
+__rvm_update_configure_env:3> typeset _variable _value _iterator _found
+__rvm_update_configure_env:4> rvm_debug
'__rvm_update_configure_env(1):CFLAGS=-I/Users/teja/.rvm/usr/include:'
+rvm_debug:2> (( 0 ))
+rvm_debug:2> return 0
+__rvm_update_configure_env:5> (( 1 ))
+__rvm_update_configure_env:7> _variable=CFLAGS
+__rvm_update_configure_env:8> _value=-I/Users/teja/.rvm/usr/include
+__rvm_update_configure_env:9> shift
+__rvm_update_configure_env:11> [[ " ${rvm_configure_env[*]}" -regex-match "
${_variable}=" ]]
+__rvm_update_configure_env:24> rvm_configure_env+=(
'CFLAGS=-I/Users/teja/.rvm/usr/include' )
+__rvm_update_configure_env:5> (( 0 ))
+ruby_install:61> __rvm_update_configure_env
'LDFLAGS=-L/Users/teja/.rvm/usr/lib'
+__rvm_update_configure_env:2> typeset -a local_configure_env
+__rvm_update_configure_env:3> typeset _variable _value _iterator _found
+__rvm_update_configure_env:4> rvm_debug
'__rvm_update_configure_env(1):LDFLAGS=-L/Users/teja/.rvm/usr/lib:'
+rvm_debug:2> (( 0 ))
+rvm_debug:2> return 0
+__rvm_update_configure_env:5> (( 1 ))
+__rvm_update_configure_env:7> _variable=LDFLAGS
+__rvm_update_configure_env:8> _value=-L/Users/teja/.rvm/usr/lib
+__rvm_update_configure_env:9> shift
+__rvm_update_configure_env:11> [[ " ${rvm_configure_env[*]}" -regex-match "
${_variable}=" ]]
+__rvm_update_configure_env:24> rvm_configure_env+=(
'LDFLAGS=-L/Users/teja/.rvm/usr/lib' )
+__rvm_update_configure_env:5> (( 0 ))
+ruby_install:62> [[ -d /Users/teja/.rvm/usr/lib64 ]]
+ruby_install:70> transform_configure_flags
+transform_configure_flags:2> typeset flag _opt_path
+transform_configure_flags:3> typeset -a new_flags
+transform_configure_flags:5> new_flags=( )
+transform_configure_flags:34> rvm_configure_flags=( )
+ruby_install:75> uname -s
+ruby_install:75> case Darwin (SunOS)
+ruby_install:85> __rvm_setup_compile_environment
+__rvm_setup_compile_environment:2> export -a rvm_configure_env
+__rvm_setup_compile_environment:3> __rvm_setup_compile_environment_osx_gcc
+__rvm_setup_compile_environment_osx_gcc:2> [[ Darwin ==
+__rvm_setup_compile_environment_osx_gcc:2> uname
+__rvm_setup_compile_environment_osx_gcc:2> [[ Darwin ==
Darwin+__rvm_setup_compile_environment_osx_gcc:2> uname
+__rvm_setup_compile_environment_osx_gcc:2> [[ Darwin == Darwin ]]
+__rvm_setup_compile_environment_osx_gcc:2> __rvm_selected_compiler
+__rvm_selected_compiler:4> [[ " ${rvm_configure_flags[*]}" -regex-match "
--with-gcc=" ]]
+__rvm_selected_compiler:17> [[ -n '' ]]
+__rvm_selected_compiler:22> return 1
+__rvm_setup_compile_environment_osx_gcc:4> export CC
+__rvm_setup_compile_environment_osx_gcc:7> [[ -x /usr/bin/gcc-4.2 ]]
+__rvm_setup_compile_environment_osx_gcc:9> CC=/usr/bin/gcc-4.2
+__rvm_setup_compile_environment_osx_gcc:21> __rvm_array_contains '*debug*'
falcon
+__rvm_array_contains:2> typeset _search _iterator
+__rvm_array_contains:3> _search='*debug*'
+__rvm_array_contains:4> shift
+__rvm_array_contains:5> _iterator=falcon
+__rvm_array_contains:7> case falcon (\*debug\*)
+__rvm_array_contains:11> return 1
+__rvm_setup_compile_environment:4>
__rvm_setup_compile_environment_osx_architectures
+__rvm_setup_compile_environment_osx_architectures:2> [[ -n '' ]]
+__rvm_setup_compile_environment_osx_architectures:2> return 0
+__rvm_setup_compile_environment:5> __rvm_setup_compile_environment_gcc47
+__rvm_setup_compile_environment_gcc47:2> __rvm_compiler_is_gcc47
+__rvm_compiler_is_gcc47:2> __rvm_found_compiler
+__rvm_found_compiler:2> __rvm_selected_compiler
+__rvm_selected_compiler:4> [[ " ${rvm_configure_flags[*]}" -regex-match "
--with-gcc=" ]]
+__rvm_selected_compiler:17> [[ -n /usr/bin/gcc-4.2 ]]
+__rvm_selected_compiler:19> echo /usr/bin/gcc-4.2
+__rvm_selected_compiler:20> return 0
+__rvm_compiler_is_gcc47:3> [[ "$(__rvm_run_compiler -dumpversion)" -regex-match
"4.7"+__rvm_compiler_is_gcc47:3> __rvm_run_compiler -dumpversion
+__rvm_run_compiler:2> typeset compiler
+__rvm_run_compiler:4> compiler=+__rvm_run_compiler:4> __rvm_found_compiler
+__rvm_found_compiler:2> __rvm_selected_compiler
+__rvm_selected_compiler:4> [[ " ${rvm_configure_flags[*]}" -regex-match "
--with-gcc=" ]]
+__rvm_selected_compiler:17> [[ -n /usr/bin/gcc-4.2 ]]
+__rvm_selected_compiler:19> echo /usr/bin/gcc-4.2
+__rvm_selected_compiler:20> return 0
+__rvm_run_compiler:4> compiler=/usr/bin/gcc-4.2
+__rvm_run_compiler:6> [[ -n 4.3.11 ]]
+__rvm_run_compiler:7> /usr/bin/gcc-4.2 -dumpversion
+__rvm_compiler_is_gcc47:3> [[ "$(__rvm_run_compiler -dumpversion)" -regex-match
"4.7" ]]
+__rvm_compiler_is_gcc47:4> return 1
+__rvm_setup_compile_environment_gcc47:2> return 0
+__rvm_setup_compile_environment:6> __rvm_setup_compile_environment_smartos
+__rvm_setup_compile_environment_smartos:2> [[ "$(uname -v)" -regex-match
^joyent+__rvm_setup_compile_environment_smartos:2> uname -v
+__rvm_setup_compile_environment_smartos:2> [[ "$(uname -v)" -regex-match
^joyent ]]
+__rvm_setup_compile_environment_smartos:2> return 0
+__rvm_setup_compile_environment:7> __rvm_found_compiler
+__rvm_found_compiler:2> __rvm_selected_compiler
+__rvm_selected_compiler:4> [[ " ${rvm_configure_flags[*]}" -regex-match "
--with-gcc=" ]]
+__rvm_selected_compiler:17> [[ -n /usr/bin/gcc-4.2 ]]
+__rvm_selected_compiler:19> echo /usr/bin/gcc-4.2
+__rvm_selected_compiler:20> return 0
+__rvm_setup_compile_environment:7> rvm_debug 'found compiler: /usr/bin/gcc-4.2'
+rvm_debug:2> (( 0 ))
+rvm_debug:2> return 0
+ruby_install:90> [[ i386 == *darwin* ]]
+ruby_install:97> __rvm_compiler_is_llvm
+__rvm_compiler_is_llvm:2> __rvm_found_compiler
+__rvm_found_compiler:2> __rvm_selected_compiler
+__rvm_selected_compiler:4> [[ " ${rvm_configure_flags[*]}" -regex-match "
--with-gcc=" ]]
+__rvm_selected_compiler:17> [[ -n /usr/bin/gcc-4.2 ]]
+__rvm_selected_compiler:19> echo /usr/bin/gcc-4.2
+__rvm_selected_compiler:20> return 0
+__rvm_compiler_is_llvm:3> [[ "$(__rvm_run_compiler --version)" -regex-match
"llvm"+__rvm_compiler_is_llvm:3> __rvm_run_compiler --version
+__rvm_run_compiler:2> typeset compiler
+__rvm_run_compiler:4> compiler=+__rvm_run_compiler:4> __rvm_found_compiler
+__rvm_found_compiler:2> __rvm_selected_compiler
+__rvm_selected_compiler:4> [[ " ${rvm_configure_flags[*]}" -regex-match "
--with-gcc=" ]]
+__rvm_selected_compiler:17> [[ -n /usr/bin/gcc-4.2 ]]
+__rvm_selected_compiler:19> echo /usr/bin/gcc-4.2
+__rvm_selected_compiler:20> return 0
+__rvm_run_compiler:4> compiler=/usr/bin/gcc-4.2
+__rvm_run_compiler:6> [[ -n 4.3.11 ]]
+__rvm_run_compiler:7> /usr/bin/gcc-4.2 --version
+__rvm_compiler_is_llvm:3> [[ "$(__rvm_run_compiler --version)" -regex-match
"llvm" ]]
+ruby_install:99> __clang_ready
+__clang_ready:2> typeset _patch_level
+__clang_ready:3> case ruby-1.9.3-p194 (ruby-1.9.3-head*|ruby-2*)
+__clang_ready:3> case ruby-1.9.3-p194 (ruby-1.9.3*)
+__clang_ready:8> _patch_level=p194
+__clang_ready:9> _patch_level=194
+__clang_ready:10> (( _patch_level >= 125 ))
+__clang_ready:10> return 0
+ruby_install:101> rvm_warn 'Building '\''ruby-1.9.3-p194'\'' using clang - but
it'\''s not (fully) supported, expect errors.'
+rvm_warn:2> rvm_pretty_print stdout
+rvm_pretty_print:2> case auto (0|no)
+rvm_pretty_print:2> case auto (1|auto)
+rvm_pretty_print:7> case xterm-256color (dumb|unknown)
+rvm_pretty_print:10> case stdout (stdout)
+rvm_pretty_print:11> [[ -t 1 ]]
+rvm_pretty_print:17> return 0
+rvm_warn:3> printf %b 'Building '\''ruby-1.9.3-p194'\'' using clang - but
it'\''s not (fully) supported, expect errors.\n'
Building 'ruby-1.9.3-p194' using clang - but it's not (fully) supported, expect
errors.
+ruby_install:108> __rvm_install_source
+__rvm_install_source:2> true 1 0
+__rvm_install_source:4> typeset directory db_configure_flags
+__rvm_install_source:5> typeset -a autoconf_flags
+__rvm_install_source:7> (( rvm_ruby_selected_flag ))
+__rvm_install_source:9> rvm_log 'Installing Ruby from source to:
/Users/teja/.rvm/rubies/ruby-1.9.3-p194, this may take a while depending on your
cpu(s)...'
+rvm_log:2> rvm_pretty_print stdout
+rvm_pretty_print:2> case auto (0|no)
+rvm_pretty_print:2> case auto (1|auto)
+rvm_pretty_print:7> case xterm-256color (dumb|unknown)
+rvm_pretty_print:10> case stdout (stdout)
+rvm_pretty_print:11> [[ -t 1 ]]
+rvm_pretty_print:17> return 0
+rvm_log:3> printf %b 'Installing Ruby from source to:
/Users/teja/.rvm/rubies/ruby-1.9.3-p194, this may take a while depending on your
cpu(s)...\n'
Installing Ruby from source to: /Users/teja/.rvm/rubies/ruby-1.9.3-p194, this
may take a while depending on your cpu(s)...
+__rvm_install_source:10> cd /Users/teja/.rvm/src
+__rvm_do_with_env_before:2> [[ -n /Users/teja/.rvm/scripts ]]
+__rvm_do_with_env_before:5> source /Users/teja/.rvm/scripts/initialize
+/Users/teja/.rvm/scripts/initialize:3> : rvm_trace_flag:1
+/Users/teja/.rvm/scripts/initialize:4> (( rvm_trace_flag > 0 ))
+/Users/teja/.rvm/scripts/initialize:6> set -o xtrace
+/Users/teja/.rvm/scripts/initialize:9> [[ -z 4.3.11 ]]
+/Users/teja/.rvm/scripts/initialize:21> [[ -n '' ]]
+/Users/teja/.rvm/scripts/initialize:24> [[ -n 4.3.11 ]]
+/Users/teja/.rvm/scripts/initialize:26> setopt extendedglob
+/Users/teja/.rvm/scripts/initialize:27> setopt kshglob
+/Users/teja/.rvm/scripts/initialize:28> setopt no_glob_subst
+/Users/teja/.rvm/scripts/initialize:33> export __rvm_env_loaded
+/Users/teja/.rvm/scripts/initialize:35> : __rvm_env_loaded:2:
+/Users/teja/.rvm/scripts/initialize:37> : __rvm_env_loaded:3:
+/Users/teja/.rvm/scripts/initialize:40> [[ -z /Users/teja/.rvm/tmp ]]
+/Users/teja/.rvm/scripts/initialize:40> (( __rvm_env_loaded == 1 ))
+__rvm_do_with_env_before:6> __rvm_setup
+__rvm_setup:3> export rvm_head_flag rvm_ruby_selected_flag
rvm_user_install_flag rvm_path_flag rvm_cron_flag rvm_static_flag
rvm_default_flag rvm_loaded_flag rvm_llvm_flag rvm_skip_autoreconf_flag
rvm_18_flag rvm_19_flag rvm_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_setup:4> export 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_setup:5> export 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_setup:6> export __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_without_gems
+__rvm_setup:7> export -a rvm_patch_names rvm_ree_options rvm_autoconf_flags
+__rvm_setup:10> (( __rvm_env_loaded != 1 ))
+__rvm_setup:11> return 0
+__rvm_project_rvmrc:2> export __rvm_project_rvmrc_lock
+__rvm_project_rvmrc:3> : __rvm_project_rvmrc_lock:0
+__rvm_project_rvmrc:4> : __rvm_project_rvmrc_lock:1
+__rvm_project_rvmrc:5> (( __rvm_project_rvmrc_lock > 1 ))
+__rvm_project_rvmrc:9> typeset working_dir found_file
rvm_trustworthiness_result
+__rvm_project_rvmrc:12> working_dir=/Users/teja/.rvm/src
+__rvm_project_rvmrc:14> :
+__rvm_project_rvmrc:17> [[ -z /Users/teja/.rvm/src || /Users/teja ==
/Users/teja/.rvm/src || /Users/teja == /Users/teja/.rvm/src || / ==
/Users/teja/.rvm/src ]]
+__rvm_project_rvmrc:38> __rvm_project_dir_check /Users/teja/.rvm/src found_file
+__rvm_project_dir_check:2> typeset _found_file path_to_check variable
variable_default
+__rvm_project_dir_check:3> typeset -a _valid_files
+__rvm_project_dir_check:4> path_to_check=/Users/teja/.rvm/src
+__rvm_project_dir_check:5> variable=found_file
+__rvm_project_dir_check:6> variable_default=''
+__rvm_project_dir_check:7> _valid_files=( /Users/teja/.rvm/src
/Users/teja/.rvm/src/.rvmrc /Users/teja/.rvm/src/.versions.conf
/Users/teja/.rvm/src/.ruby-version /Users/teja/.rvm/src/.rbfu-version
/Users/teja/.rvm/src/.rbenv-version /Users/teja/.rvm/src/Gemfile )
+__rvm_project_dir_check:13> __rvm_find_first_file _found_file
/Users/teja/.rvm/src /Users/teja/.rvm/src/.rvmrc
/Users/teja/.rvm/src/.versions.conf /Users/teja/.rvm/src/.ruby-version
/Users/teja/.rvm/src/.rbfu-version /Users/teja/.rvm/src/.rbenv-version
/Users/teja/.rvm/src/Gemfile
+__rvm_find_first_file:2> typeset _first_file _variable_first_file __file_enum
+__rvm_find_first_file:3> _first_file=''
+__rvm_find_first_file:4> _variable_first_file=_found_file
+__rvm_find_first_file:5> shift
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src/.rvmrc
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src/.rvmrc ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src/.versions.conf
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src/.versions.conf ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src/.ruby-version
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src/.ruby-version ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src/.rbfu-version
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src/.rbfu-version ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src/.rbenv-version
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src/.rbenv-version ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src/Gemfile
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src/Gemfile ]]
+__rvm_find_first_file:16> eval '_found_file=""'
+(eval):1> _found_file=''
+__rvm_find_first_file:17> return 1
+__rvm_project_dir_check:13> true
+__rvm_project_dir_check:15> [[ '' == Gemfile ]]
+__rvm_project_dir_check:24> [[ -n found_file ]]
+__rvm_project_dir_check:25> eval 'found_file="${_found_file:-}"'
+(eval):1> found_file=''
+__rvm_project_dir_check:28> [[ -n '' ]]
+__rvm_project_dir_check:28> return 1
+__rvm_project_rvmrc:52> working_dir=+__rvm_project_rvmrc:52> dirname
/Users/teja/.rvm/src
+__rvm_project_rvmrc:52> working_dir=/Users/teja/.rvm
+__rvm_project_rvmrc:14> :
+__rvm_project_rvmrc:17> [[ -z /Users/teja/.rvm || /Users/teja ==
/Users/teja/.rvm || /Users/teja == /Users/teja/.rvm || / == /Users/teja/.rvm ]]
+__rvm_project_rvmrc:38> __rvm_project_dir_check /Users/teja/.rvm found_file
+__rvm_project_dir_check:2> typeset _found_file path_to_check variable
variable_default
+__rvm_project_dir_check:3> typeset -a _valid_files
+__rvm_project_dir_check:4> path_to_check=/Users/teja/.rvm
+__rvm_project_dir_check:5> variable=found_file
+__rvm_project_dir_check:6> variable_default=''
+__rvm_project_dir_check:7> _valid_files=( /Users/teja/.rvm
/Users/teja/.rvm/.rvmrc /Users/teja/.rvm/.versions.conf
/Users/teja/.rvm/.ruby-version /Users/teja/.rvm/.rbfu-version
/Users/teja/.rvm/.rbenv-version /Users/teja/.rvm/Gemfile )
+__rvm_project_dir_check:13> __rvm_find_first_file _found_file /Users/teja/.rvm
/Users/teja/.rvm/.rvmrc /Users/teja/.rvm/.versions.conf
/Users/teja/.rvm/.ruby-version /Users/teja/.rvm/.rbfu-version
/Users/teja/.rvm/.rbenv-version /Users/teja/.rvm/Gemfile
+__rvm_find_first_file:2> typeset _first_file _variable_first_file __file_enum
+__rvm_find_first_file:3> _first_file=''
+__rvm_find_first_file:4> _variable_first_file=_found_file
+__rvm_find_first_file:5> shift
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/.rvmrc
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/.rvmrc ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/.versions.conf
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/.versions.conf ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/.ruby-version
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/.ruby-version ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/.rbfu-version
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/.rbfu-version ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/.rbenv-version
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/.rbenv-version ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/Gemfile
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/Gemfile ]]
+__rvm_find_first_file:16> eval '_found_file=""'
+(eval):1> _found_file=''
+__rvm_find_first_file:17> return 1
+__rvm_project_dir_check:13> true
+__rvm_project_dir_check:15> [[ '' == Gemfile ]]
+__rvm_project_dir_check:24> [[ -n found_file ]]
+__rvm_project_dir_check:25> eval 'found_file="${_found_file:-}"'
+(eval):1> found_file=''
+__rvm_project_dir_check:28> [[ -n '' ]]
+__rvm_project_dir_check:28> return 1
+__rvm_project_rvmrc:52> working_dir=+__rvm_project_rvmrc:52> dirname
/Users/teja/.rvm
+__rvm_project_rvmrc:52> working_dir=/Users/teja
+__rvm_project_rvmrc:14> :
+__rvm_project_rvmrc:17> [[ -z /Users/teja || /Users/teja == /Users/teja ]]
+__rvm_project_rvmrc:20> [[ -n '' ]]
+__rvm_project_rvmrc:35> break
+__rvm_project_rvmrc:57> unset __rvm_project_rvmrc_lock
+__rvm_project_rvmrc:58> return 0
+__rvm_after_cd:2> typeset rvm_hook
+__rvm_after_cd:3> rvm_hook=after_cd
+__rvm_after_cd:4> [[ -n /Users/teja/.rvm/scripts ]]
+__rvm_after_cd:5> source /Users/teja/.rvm/scripts/hook
+/Users/teja/.rvm/scripts/hook:5> old_rvm_verbose_flag=0
+/Users/teja/.rvm/scripts/hook:6> old_rvm_debug_flag=0
+/Users/teja/.rvm/scripts/hook:11> true rvm_verbose_flag:0 rvm_debug_flag:0
rvm_hook:after_cd
+/Users/teja/.rvm/scripts/hook:15> [[ -n after_cd ]]
+/Users/teja/.rvm/scripts/hook:17> hooks=( /Users/teja/.rvm/hooks )
+/Users/teja/.rvm/scripts/hook:18> [[ /Users/teja/.rvm/src/.rvm/hooks ==
/Users/teja/.rvm/hooks ]]
+/Users/teja/.rvm/scripts/hook:19> hooks+=( /Users/teja/.rvm/src/.rvm/hooks )
+/Users/teja/.rvm/scripts/hook:21>
_hooks_list=+/Users/teja/.rvm/scripts/hook:21> _hooks_list=(
/Users/teja/.rvm/hooks/after_cd_bundler )
+/Users/teja/.rvm/scripts/hook:25> hook=/Users/teja/.rvm/hooks/after_cd_bundler
+/Users/teja/.rvm/scripts/hook:27> [[ -x /Users/teja/.rvm/hooks/after_cd_bundler
|| after_cd_bundler == after_cd ]]
+/Users/teja/.rvm/scripts/hook:37> unset rvm_hook hooks _hooks_list hook
+__rvm_do_with_env_after:2> __rvm_teardown
+__rvm_teardown:4> __rvm_cleanup_tmp
+__rvm_cleanup_tmp:2> [[ -d /Users/teja/.rvm/tmp/ ]]
+__rvm_cleanup_tmp:4> case /Users/teja/.rvm/tmp (*tmp)
+__rvm_cleanup_tmp:6> __rvm_rm_rf '/Users/teja/.rvm/tmp/53864*'
+__rvm_rm_rf:2> __rvm_rm_rf_verbose '/Users/teja/.rvm/tmp/53864*'
+__rvm_rm_rf_verbose:2> typeset result target
+__rvm_rm_rf_verbose:3> result=1
+__rvm_rm_rf_verbose:4> target='/Users/teja/.rvm/tmp/53864*'
+__rvm_rm_rf_verbose:7> [[ -n 4.3.11 ]]
+__rvm_rm_rf_verbose:9> setopt extendedglob
+__rvm_rm_rf_verbose:18> case /Users/teja/.rvm/tmp/53864*
(*(/|.)@(|/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))
+__rvm_rm_rf_verbose:18> case /Users/teja/.rvm/tmp/53864* (*)
+__rvm_rm_rf_verbose:23> [[ -n '/Users/teja/.rvm/tmp/53864*' ]]
+__rvm_rm_rf_verbose:25> [[ -d '/Users/teja/.rvm/tmp/53864*' ]]
+__rvm_rm_rf_verbose:29> [[ -f '/Users/teja/.rvm/tmp/53864*' || -L
'/Users/teja/.rvm/tmp/53864*' ]]
+__rvm_rm_rf_verbose:34> result=0
+__rvm_rm_rf_verbose:39> return 0
+__rvm_cleanup_tmp:10> return 0
+__rvm_teardown:7> export __rvm_env_loaded
+__rvm_teardown:9> : __rvm_env_loaded:3:
+__rvm_teardown:11> : __rvm_env_loaded:3:
+__rvm_teardown:13> : __rvm_env_loaded:2:
+__rvm_teardown:15> [[ -z /Users/teja/.rvm/tmp ]]
+__rvm_teardown:15> (( __rvm_env_loaded > 0 ))
+__rvm_teardown:17> return 0
+__rvm_do_with_env_before:2> [[ -n /Users/teja/.rvm/scripts ]]
+__rvm_do_with_env_before:5> source /Users/teja/.rvm/scripts/initialize
+/Users/teja/.rvm/scripts/initialize:3> : rvm_trace_flag:1
+/Users/teja/.rvm/scripts/initialize:4> (( rvm_trace_flag > 0 ))
+/Users/teja/.rvm/scripts/initialize:6> set -o xtrace
+/Users/teja/.rvm/scripts/initialize:9> [[ -z 4.3.11 ]]
+/Users/teja/.rvm/scripts/initialize:21> [[ -n '' ]]
+/Users/teja/.rvm/scripts/initialize:24> [[ -n 4.3.11 ]]
+/Users/teja/.rvm/scripts/initialize:26> setopt extendedglob
+/Users/teja/.rvm/scripts/initialize:27> setopt kshglob
+/Users/teja/.rvm/scripts/initialize:28> setopt no_glob_subst
+/Users/teja/.rvm/scripts/initialize:33> export __rvm_env_loaded
+/Users/teja/.rvm/scripts/initialize:35> : __rvm_env_loaded:2:
+/Users/teja/.rvm/scripts/initialize:37> : __rvm_env_loaded:3:
+/Users/teja/.rvm/scripts/initialize:40> [[ -z /Users/teja/.rvm/tmp ]]
+/Users/teja/.rvm/scripts/initialize:40> (( __rvm_env_loaded == 1 ))
+__rvm_do_with_env_before:6> __rvm_setup
+__rvm_setup:3> export rvm_head_flag rvm_ruby_selected_flag
rvm_user_install_flag rvm_path_flag rvm_cron_flag rvm_static_flag
rvm_default_flag rvm_loaded_flag rvm_llvm_flag rvm_skip_autoreconf_flag
rvm_18_flag rvm_19_flag rvm_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_setup:4> export 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_setup:5> export 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_setup:6> export __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_without_gems
+__rvm_setup:7> export -a rvm_patch_names rvm_ree_options rvm_autoconf_flags
+__rvm_setup:10> (( __rvm_env_loaded != 1 ))
+__rvm_setup:11> return 0
+__rvm_project_rvmrc:2> export __rvm_project_rvmrc_lock
+__rvm_project_rvmrc:3> : __rvm_project_rvmrc_lock:0
+__rvm_project_rvmrc:4> : __rvm_project_rvmrc_lock:1
+__rvm_project_rvmrc:5> (( __rvm_project_rvmrc_lock > 1 ))
+__rvm_project_rvmrc:9> typeset working_dir found_file
rvm_trustworthiness_result
+__rvm_project_rvmrc:12> working_dir=/Users/teja/.rvm/src
+__rvm_project_rvmrc:14> :
+__rvm_project_rvmrc:17> [[ -z /Users/teja/.rvm/src || /Users/teja ==
/Users/teja/.rvm/src || /Users/teja == /Users/teja/.rvm/src || / ==
/Users/teja/.rvm/src ]]
+__rvm_project_rvmrc:38> __rvm_project_dir_check /Users/teja/.rvm/src found_file
+__rvm_project_dir_check:2> typeset _found_file path_to_check variable
variable_default
+__rvm_project_dir_check:3> typeset -a _valid_files
+__rvm_project_dir_check:4> path_to_check=/Users/teja/.rvm/src
+__rvm_project_dir_check:5> variable=found_file
+__rvm_project_dir_check:6> variable_default=''
+__rvm_project_dir_check:7> _valid_files=( /Users/teja/.rvm/src
/Users/teja/.rvm/src/.rvmrc /Users/teja/.rvm/src/.versions.conf
/Users/teja/.rvm/src/.ruby-version /Users/teja/.rvm/src/.rbfu-version
/Users/teja/.rvm/src/.rbenv-version /Users/teja/.rvm/src/Gemfile )
+__rvm_project_dir_check:13> __rvm_find_first_file _found_file
/Users/teja/.rvm/src /Users/teja/.rvm/src/.rvmrc
/Users/teja/.rvm/src/.versions.conf /Users/teja/.rvm/src/.ruby-version
/Users/teja/.rvm/src/.rbfu-version /Users/teja/.rvm/src/.rbenv-version
/Users/teja/.rvm/src/Gemfile
+__rvm_find_first_file:2> typeset _first_file _variable_first_file __file_enum
+__rvm_find_first_file:3> _first_file=''
+__rvm_find_first_file:4> _variable_first_file=_found_file
+__rvm_find_first_file:5> shift
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src/.rvmrc
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src/.rvmrc ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src/.versions.conf
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src/.versions.conf ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src/.ruby-version
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src/.ruby-version ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src/.rbfu-version
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src/.rbfu-version ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src/.rbenv-version
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src/.rbenv-version ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src/Gemfile
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src/Gemfile ]]
+__rvm_find_first_file:16> eval '_found_file=""'
+(eval):1> _found_file=''
+__rvm_find_first_file:17> return 1
+__rvm_project_dir_check:13> true
+__rvm_project_dir_check:15> [[ '' == Gemfile ]]
+__rvm_project_dir_check:24> [[ -n found_file ]]
+__rvm_project_dir_check:25> eval 'found_file="${_found_file:-}"'
+(eval):1> found_file=''
+__rvm_project_dir_check:28> [[ -n '' ]]
+__rvm_project_dir_check:28> return 1
+__rvm_project_rvmrc:52> working_dir=+__rvm_project_rvmrc:52> dirname
/Users/teja/.rvm/src
+__rvm_project_rvmrc:52> working_dir=/Users/teja/.rvm
+__rvm_project_rvmrc:14> :
+__rvm_project_rvmrc:17> [[ -z /Users/teja/.rvm || /Users/teja ==
/Users/teja/.rvm || /Users/teja == /Users/teja/.rvm || / == /Users/teja/.rvm ]]
+__rvm_project_rvmrc:38> __rvm_project_dir_check /Users/teja/.rvm found_file
+__rvm_project_dir_check:2> typeset _found_file path_to_check variable
variable_default
+__rvm_project_dir_check:3> typeset -a _valid_files
+__rvm_project_dir_check:4> path_to_check=/Users/teja/.rvm
+__rvm_project_dir_check:5> variable=found_file
+__rvm_project_dir_check:6> variable_default=''
+__rvm_project_dir_check:7> _valid_files=( /Users/teja/.rvm
/Users/teja/.rvm/.rvmrc /Users/teja/.rvm/.versions.conf
/Users/teja/.rvm/.ruby-version /Users/teja/.rvm/.rbfu-version
/Users/teja/.rvm/.rbenv-version /Users/teja/.rvm/Gemfile )
+__rvm_project_dir_check:13> __rvm_find_first_file _found_file /Users/teja/.rvm
/Users/teja/.rvm/.rvmrc /Users/teja/.rvm/.versions.conf
/Users/teja/.rvm/.ruby-version /Users/teja/.rvm/.rbfu-version
/Users/teja/.rvm/.rbenv-version /Users/teja/.rvm/Gemfile
+__rvm_find_first_file:2> typeset _first_file _variable_first_file __file_enum
+__rvm_find_first_file:3> _first_file=''
+__rvm_find_first_file:4> _variable_first_file=_found_file
+__rvm_find_first_file:5> shift
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/.rvmrc
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/.rvmrc ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/.versions.conf
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/.versions.conf ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/.ruby-version
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/.ruby-version ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/.rbfu-version
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/.rbfu-version ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/.rbenv-version
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/.rbenv-version ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/Gemfile
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/Gemfile ]]
+__rvm_find_first_file:16> eval '_found_file=""'
+(eval):1> _found_file=''
+__rvm_find_first_file:17> return 1
+__rvm_project_dir_check:13> true
+__rvm_project_dir_check:15> [[ '' == Gemfile ]]
+__rvm_project_dir_check:24> [[ -n found_file ]]
+__rvm_project_dir_check:25> eval 'found_file="${_found_file:-}"'
+(eval):1> found_file=''
+__rvm_project_dir_check:28> [[ -n '' ]]
+__rvm_project_dir_check:28> return 1
+__rvm_project_rvmrc:52> working_dir=+__rvm_project_rvmrc:52> dirname
/Users/teja/.rvm
+__rvm_project_rvmrc:52> working_dir=/Users/teja
+__rvm_project_rvmrc:14> :
+__rvm_project_rvmrc:17> [[ -z /Users/teja || /Users/teja == /Users/teja ]]
+__rvm_project_rvmrc:20> [[ -n '' ]]
+__rvm_project_rvmrc:35> break
+__rvm_project_rvmrc:57> unset __rvm_project_rvmrc_lock
+__rvm_project_rvmrc:58> return 0
+__rvm_after_cd:2> typeset rvm_hook
+__rvm_after_cd:3> rvm_hook=after_cd
+__rvm_after_cd:4> [[ -n /Users/teja/.rvm/scripts ]]
+__rvm_after_cd:5> source /Users/teja/.rvm/scripts/hook
+/Users/teja/.rvm/scripts/hook:5> old_rvm_verbose_flag=0
+/Users/teja/.rvm/scripts/hook:6> old_rvm_debug_flag=0
+/Users/teja/.rvm/scripts/hook:11> true rvm_verbose_flag:0 rvm_debug_flag:0
rvm_hook:after_cd
+/Users/teja/.rvm/scripts/hook:15> [[ -n after_cd ]]
+/Users/teja/.rvm/scripts/hook:17> hooks=( /Users/teja/.rvm/hooks )
+/Users/teja/.rvm/scripts/hook:18> [[ /Users/teja/.rvm/src/.rvm/hooks ==
/Users/teja/.rvm/hooks ]]
+/Users/teja/.rvm/scripts/hook:19> hooks+=( /Users/teja/.rvm/src/.rvm/hooks )
+/Users/teja/.rvm/scripts/hook:21>
_hooks_list=+/Users/teja/.rvm/scripts/hook:21> _hooks_list=(
/Users/teja/.rvm/hooks/after_cd_bundler )
+/Users/teja/.rvm/scripts/hook:25> hook=/Users/teja/.rvm/hooks/after_cd_bundler
+/Users/teja/.rvm/scripts/hook:27> [[ -x /Users/teja/.rvm/hooks/after_cd_bundler
|| after_cd_bundler == after_cd ]]
+/Users/teja/.rvm/scripts/hook:37> unset rvm_hook hooks _hooks_list hook
+__rvm_do_with_env_after:2> __rvm_teardown
+__rvm_teardown:4> __rvm_cleanup_tmp
+__rvm_cleanup_tmp:2> [[ -d /Users/teja/.rvm/tmp/ ]]
+__rvm_cleanup_tmp:4> case /Users/teja/.rvm/tmp (*tmp)
+__rvm_cleanup_tmp:6> __rvm_rm_rf '/Users/teja/.rvm/tmp/53864*'
+__rvm_rm_rf:2> __rvm_rm_rf_verbose '/Users/teja/.rvm/tmp/53864*'
+__rvm_rm_rf_verbose:2> typeset result target
+__rvm_rm_rf_verbose:3> result=1
+__rvm_rm_rf_verbose:4> target='/Users/teja/.rvm/tmp/53864*'
+__rvm_rm_rf_verbose:7> [[ -n 4.3.11 ]]
+__rvm_rm_rf_verbose:9> setopt extendedglob
+__rvm_rm_rf_verbose:18> case /Users/teja/.rvm/tmp/53864*
(*(/|.)@(|/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))
+__rvm_rm_rf_verbose:18> case /Users/teja/.rvm/tmp/53864* (*)
+__rvm_rm_rf_verbose:23> [[ -n '/Users/teja/.rvm/tmp/53864*' ]]
+__rvm_rm_rf_verbose:25> [[ -d '/Users/teja/.rvm/tmp/53864*' ]]
+__rvm_rm_rf_verbose:29> [[ -f '/Users/teja/.rvm/tmp/53864*' || -L
'/Users/teja/.rvm/tmp/53864*' ]]
+__rvm_rm_rf_verbose:34> result=0
+__rvm_rm_rf_verbose:39> return 0
+__rvm_cleanup_tmp:10> return 0
+__rvm_teardown:7> export __rvm_env_loaded
+__rvm_teardown:9> : __rvm_env_loaded:3:
+__rvm_teardown:11> : __rvm_env_loaded:3:
+__rvm_teardown:13> : __rvm_env_loaded:2:
+__rvm_teardown:15> [[ -z /Users/teja/.rvm/tmp ]]
+__rvm_teardown:15> (( __rvm_env_loaded > 0 ))
+__rvm_teardown:17> return 0
+__rvm_do_with_env_before:2> [[ -n /Users/teja/.rvm/scripts ]]
+__rvm_do_with_env_before:5> source /Users/teja/.rvm/scripts/initialize
+/Users/teja/.rvm/scripts/initialize:3> : rvm_trace_flag:1
+/Users/teja/.rvm/scripts/initialize:4> (( rvm_trace_flag > 0 ))
+/Users/teja/.rvm/scripts/initialize:6> set -o xtrace
+/Users/teja/.rvm/scripts/initialize:9> [[ -z 4.3.11 ]]
+/Users/teja/.rvm/scripts/initialize:21> [[ -n '' ]]
+/Users/teja/.rvm/scripts/initialize:24> [[ -n 4.3.11 ]]
+/Users/teja/.rvm/scripts/initialize:26> setopt extendedglob
+/Users/teja/.rvm/scripts/initialize:27> setopt kshglob
+/Users/teja/.rvm/scripts/initialize:28> setopt no_glob_subst
+/Users/teja/.rvm/scripts/initialize:33> export __rvm_env_loaded
+/Users/teja/.rvm/scripts/initialize:35> : __rvm_env_loaded:2:
+/Users/teja/.rvm/scripts/initialize:37> : __rvm_env_loaded:3:
+/Users/teja/.rvm/scripts/initialize:40> [[ -z /Users/teja/.rvm/tmp ]]
+/Users/teja/.rvm/scripts/initialize:40> (( __rvm_env_loaded == 1 ))
+__rvm_do_with_env_before:6> __rvm_setup
+__rvm_setup:3> export rvm_head_flag rvm_ruby_selected_flag
rvm_user_install_flag rvm_path_flag rvm_cron_flag rvm_static_flag
rvm_default_flag rvm_loaded_flag rvm_llvm_flag rvm_skip_autoreconf_flag
rvm_18_flag rvm_19_flag rvm_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_setup:4> export 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_setup:5> export 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_setup:6> export __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_without_gems
+__rvm_setup:7> export -a rvm_patch_names rvm_ree_options rvm_autoconf_flags
+__rvm_setup:10> (( __rvm_env_loaded != 1 ))
+__rvm_setup:11> return 0
+__rvm_project_rvmrc:2> export __rvm_project_rvmrc_lock
+__rvm_project_rvmrc:3> : __rvm_project_rvmrc_lock:0
+__rvm_project_rvmrc:4> : __rvm_project_rvmrc_lock:1
+__rvm_project_rvmrc:5> (( __rvm_project_rvmrc_lock > 1 ))
+__rvm_project_rvmrc:9> typeset working_dir found_file
rvm_trustworthiness_result
+__rvm_project_rvmrc:12> working_dir=/Users/teja/.rvm/src
+__rvm_project_rvmrc:14> :
+__rvm_project_rvmrc:17> [[ -z /Users/teja/.rvm/src || /Users/teja ==
/Users/teja/.rvm/src || /Users/teja == /Users/teja/.rvm/src || / ==
/Users/teja/.rvm/src ]]
+__rvm_project_rvmrc:38> __rvm_project_dir_check /Users/teja/.rvm/src found_file
+__rvm_project_dir_check:2> typeset _found_file path_to_check variable
variable_default
+__rvm_project_dir_check:3> typeset -a _valid_files
+__rvm_project_dir_check:4> path_to_check=/Users/teja/.rvm/src
+__rvm_project_dir_check:5> variable=found_file
+__rvm_project_dir_check:6> variable_default=''
+__rvm_project_dir_check:7> _valid_files=( /Users/teja/.rvm/src
/Users/teja/.rvm/src/.rvmrc /Users/teja/.rvm/src/.versions.conf
/Users/teja/.rvm/src/.ruby-version /Users/teja/.rvm/src/.rbfu-version
/Users/teja/.rvm/src/.rbenv-version /Users/teja/.rvm/src/Gemfile )
+__rvm_project_dir_check:13> __rvm_find_first_file _found_file
/Users/teja/.rvm/src /Users/teja/.rvm/src/.rvmrc
/Users/teja/.rvm/src/.versions.conf /Users/teja/.rvm/src/.ruby-version
/Users/teja/.rvm/src/.rbfu-version /Users/teja/.rvm/src/.rbenv-version
/Users/teja/.rvm/src/Gemfile
+__rvm_find_first_file:2> typeset _first_file _variable_first_file __file_enum
+__rvm_find_first_file:3> _first_file=''
+__rvm_find_first_file:4> _variable_first_file=_found_file
+__rvm_find_first_file:5> shift
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src/.rvmrc
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src/.rvmrc ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src/.versions.conf
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src/.versions.conf ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src/.ruby-version
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src/.ruby-version ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src/.rbfu-version
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src/.rbfu-version ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src/.rbenv-version
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src/.rbenv-version ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src/Gemfile
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src/Gemfile ]]
+__rvm_find_first_file:16> eval '_found_file=""'
+(eval):1> _found_file=''
+__rvm_find_first_file:17> return 1
+__rvm_project_dir_check:13> true
+__rvm_project_dir_check:15> [[ '' == Gemfile ]]
+__rvm_project_dir_check:24> [[ -n found_file ]]
+__rvm_project_dir_check:25> eval 'found_file="${_found_file:-}"'
+(eval):1> found_file=''
+__rvm_project_dir_check:28> [[ -n '' ]]
+__rvm_project_dir_check:28> return 1
+__rvm_project_rvmrc:52> working_dir=+__rvm_project_rvmrc:52> dirname
/Users/teja/.rvm/src
+__rvm_project_rvmrc:52> working_dir=/Users/teja/.rvm
+__rvm_project_rvmrc:14> :
+__rvm_project_rvmrc:17> [[ -z /Users/teja/.rvm || /Users/teja ==
/Users/teja/.rvm || /Users/teja == /Users/teja/.rvm || / == /Users/teja/.rvm ]]
+__rvm_project_rvmrc:38> __rvm_project_dir_check /Users/teja/.rvm found_file
+__rvm_project_dir_check:2> typeset _found_file path_to_check variable
variable_default
+__rvm_project_dir_check:3> typeset -a _valid_files
+__rvm_project_dir_check:4> path_to_check=/Users/teja/.rvm
+__rvm_project_dir_check:5> variable=found_file
+__rvm_project_dir_check:6> variable_default=''
+__rvm_project_dir_check:7> _valid_files=( /Users/teja/.rvm
/Users/teja/.rvm/.rvmrc /Users/teja/.rvm/.versions.conf
/Users/teja/.rvm/.ruby-version /Users/teja/.rvm/.rbfu-version
/Users/teja/.rvm/.rbenv-version /Users/teja/.rvm/Gemfile )
+__rvm_project_dir_check:13> __rvm_find_first_file _found_file /Users/teja/.rvm
/Users/teja/.rvm/.rvmrc /Users/teja/.rvm/.versions.conf
/Users/teja/.rvm/.ruby-version /Users/teja/.rvm/.rbfu-version
/Users/teja/.rvm/.rbenv-version /Users/teja/.rvm/Gemfile
+__rvm_find_first_file:2> typeset _first_file _variable_first_file __file_enum
+__rvm_find_first_file:3> _first_file=''
+__rvm_find_first_file:4> _variable_first_file=_found_file
+__rvm_find_first_file:5> shift
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/.rvmrc
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/.rvmrc ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/.versions.conf
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/.versions.conf ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/.ruby-version
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/.ruby-version ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/.rbfu-version
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/.rbfu-version ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/.rbenv-version
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/.rbenv-version ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/Gemfile
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/Gemfile ]]
+__rvm_find_first_file:16> eval '_found_file=""'
+(eval):1> _found_file=''
+__rvm_find_first_file:17> return 1
+__rvm_project_dir_check:13> true
+__rvm_project_dir_check:15> [[ '' == Gemfile ]]
+__rvm_project_dir_check:24> [[ -n found_file ]]
+__rvm_project_dir_check:25> eval 'found_file="${_found_file:-}"'
+(eval):1> found_file=''
+__rvm_project_dir_check:28> [[ -n '' ]]
+__rvm_project_dir_check:28> return 1
+__rvm_project_rvmrc:52> working_dir=+__rvm_project_rvmrc:52> dirname
/Users/teja/.rvm
+__rvm_project_rvmrc:52> working_dir=/Users/teja
+__rvm_project_rvmrc:14> :
+__rvm_project_rvmrc:17> [[ -z /Users/teja || /Users/teja == /Users/teja ]]
+__rvm_project_rvmrc:20> [[ -n '' ]]
+__rvm_project_rvmrc:35> break
+__rvm_project_rvmrc:57> unset __rvm_project_rvmrc_lock
+__rvm_project_rvmrc:58> return 0
+__rvm_after_cd:2> typeset rvm_hook
+__rvm_after_cd:3> rvm_hook=after_cd
+__rvm_after_cd:4> [[ -n /Users/teja/.rvm/scripts ]]
+__rvm_after_cd:5> source /Users/teja/.rvm/scripts/hook
+/Users/teja/.rvm/scripts/hook:5> old_rvm_verbose_flag=0
+/Users/teja/.rvm/scripts/hook:6> old_rvm_debug_flag=0
+/Users/teja/.rvm/scripts/hook:11> true rvm_verbose_flag:0 rvm_debug_flag:0
rvm_hook:after_cd
+/Users/teja/.rvm/scripts/hook:15> [[ -n after_cd ]]
+/Users/teja/.rvm/scripts/hook:17> hooks=( /Users/teja/.rvm/hooks )
+/Users/teja/.rvm/scripts/hook:18> [[ /Users/teja/.rvm/src/.rvm/hooks ==
/Users/teja/.rvm/hooks ]]
+/Users/teja/.rvm/scripts/hook:19> hooks+=( /Users/teja/.rvm/src/.rvm/hooks )
+/Users/teja/.rvm/scripts/hook:21>
_hooks_list=+/Users/teja/.rvm/scripts/hook:21> _hooks_list=(
/Users/teja/.rvm/hooks/after_cd_bundler )
+/Users/teja/.rvm/scripts/hook:25> hook=/Users/teja/.rvm/hooks/after_cd_bundler
+/Users/teja/.rvm/scripts/hook:27> [[ -x /Users/teja/.rvm/hooks/after_cd_bundler
|| after_cd_bundler == after_cd ]]
+/Users/teja/.rvm/scripts/hook:37> unset rvm_hook hooks _hooks_list hook
+__rvm_do_with_env_after:2> __rvm_teardown
+__rvm_teardown:4> __rvm_cleanup_tmp
+__rvm_cleanup_tmp:2> [[ -d /Users/teja/.rvm/tmp/ ]]
+__rvm_cleanup_tmp:4> case /Users/teja/.rvm/tmp (*tmp)
+__rvm_cleanup_tmp:6> __rvm_rm_rf '/Users/teja/.rvm/tmp/53864*'
+__rvm_rm_rf:2> __rvm_rm_rf_verbose '/Users/teja/.rvm/tmp/53864*'
+__rvm_rm_rf_verbose:2> typeset result target
+__rvm_rm_rf_verbose:3> result=1
+__rvm_rm_rf_verbose:4> target='/Users/teja/.rvm/tmp/53864*'
+__rvm_rm_rf_verbose:7> [[ -n 4.3.11 ]]
+__rvm_rm_rf_verbose:9> setopt extendedglob
+__rvm_rm_rf_verbose:18> case /Users/teja/.rvm/tmp/53864*
(*(/|.)@(|/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))
+__rvm_rm_rf_verbose:18> case /Users/teja/.rvm/tmp/53864* (*)
+__rvm_rm_rf_verbose:23> [[ -n '/Users/teja/.rvm/tmp/53864*' ]]
+__rvm_rm_rf_verbose:25> [[ -d '/Users/teja/.rvm/tmp/53864*' ]]
+__rvm_rm_rf_verbose:29> [[ -f '/Users/teja/.rvm/tmp/53864*' || -L
'/Users/teja/.rvm/tmp/53864*' ]]
+__rvm_rm_rf_verbose:34> result=0
+__rvm_rm_rf_verbose:39> return 0
+__rvm_cleanup_tmp:10> return 0
+__rvm_teardown:7> export __rvm_env_loaded
+__rvm_teardown:9> : __rvm_env_loaded:3:
+__rvm_teardown:11> : __rvm_env_loaded:3:
+__rvm_teardown:13> : __rvm_env_loaded:2:
+__rvm_teardown:15> [[ -z /Users/teja/.rvm/tmp ]]
+__rvm_teardown:15> (( __rvm_env_loaded > 0 ))
+__rvm_teardown:17> return 0
+__rvm_install_source:12> __rvm_fetch_ruby
+__rvm_fetch_ruby:2> typeset _current_command
+__rvm_fetch_ruby:4> (( 1 == 0 ))
+__rvm_fetch_ruby:9> (( 0 == 0 ))
+__rvm_fetch_ruby:10> [[ -z '' && -z '' && -z '' ]]
+__rvm_fetch_ruby:12> rvm_ruby_package_name=ruby-1.9.3-p194
+__rvm_fetch_ruby:13> rvm_ruby_package_file=ruby-1.9.3-p194
+__rvm_fetch_ruby:15> case ruby-1.9.3-p194 (ruby-1.8.4*)
+__rvm_fetch_ruby:15> case ruby-1.9.3-p194 (ruby-*)
+__rvm_fetch_ruby:17> rvm_archive_extension=tar.bz2
+__rvm_fetch_ruby:21> case ruby (ruby)
+__rvm_fetch_ruby:23> rvm_ruby_url=+__rvm_fetch_ruby:23> __rvm_db ruby_1.9_url
+__rvm_db:2> typeset value key variable
+__rvm_db:4> key=ruby_1.9_url
+__rvm_db:5> key=ruby_1.9_url
+__rvm_db:6> variable=''
+__rvm_db:8> [[ -f /Users/teja/.rvm/user/db ]]
+__rvm_db:9> value=+__rvm_db:9> /Users/teja/.rvm/scripts/db
/Users/teja/.rvm/user/db ruby_1.9_url
+__rvm_db:9> value=''
+__rvm_db:12> [[ -z '' ]]
+__rvm_db:13> value=+__rvm_db:13> /Users/teja/.rvm/scripts/db
/Users/teja/.rvm/config/db ruby_1.9_url
+__rvm_db:13> value=http://ftp.ruby-lang.org/pub/ruby/1.9
+__rvm_db:16> [[ -n http://ftp.ruby-lang.org/pub/ruby/1.9 ]]
+__rvm_db:17> [[ -z '' ]]
+__rvm_db:18> echo http://ftp.ruby-lang.org/pub/ruby/1.9
+__rvm_db:24> return 0
+__rvm_fetch_ruby:23>
rvm_ruby_url=http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p194.tar.bz2
+__rvm_fetch_ruby:39> __rvm_log_command fetch 'ruby-1.9.3-p194 - #downloading
ruby-1.9.3-p194, this may take a while depending on your connection...'
/Users/teja/.rvm/scripts/fetch
http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p194.tar.bz2
+__rvm_log_command:2> typeset name message _log _command_start _command_name
+__rvm_log_command:3> typeset -a _command
+__rvm_log_command:5> name=fetch
+__rvm_log_command:6> message='ruby-1.9.3-p194 - #downloading ruby-1.9.3-p194,
this may take a while depending on your connection...'
+__rvm_log_command:7> [[ -z 'ruby-1.9.3-p194 - #downloading ruby-1.9.3-p194,
this may take a while depending on your connection...' ]]
+__rvm_log_command:7> rvm_log 'ruby-1.9.3-p194 - #downloading ruby-1.9.3-p194,
this may take a while depending on your connection...'
+rvm_log:2> rvm_pretty_print stdout
+rvm_pretty_print:2> case auto (0|no)
+rvm_pretty_print:2> case auto (1|auto)
+rvm_pretty_print:7> case xterm-256color (dumb|unknown)
+rvm_pretty_print:10> case stdout (stdout)
+rvm_pretty_print:11> [[ -t 1 ]]
+rvm_pretty_print:17> return 0
+rvm_log:3> printf %b 'ruby-1.9.3-p194 - #downloading ruby-1.9.3-p194, this may
take a while depending on your connection...\n'
ruby-1.9.3-p194 - #downloading ruby-1.9.3-p194, this may take a while depending
on your connection...
+__rvm_log_command:8> shift 2
+__rvm_log_command:9> _command=( /Users/teja/.rvm/scripts/fetch
http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p194.tar.bz2 )
+__rvm_log_command:10> _command_start=/Users/teja/.rvm/scripts/fetch
+__rvm_log_command:11> (( 2 ))
+__rvm_log_command:11> [[ "$1" -regex-match "=" ]]
+__rvm_log_command:14> _command_name=/Users/teja/.rvm/scripts/fetch
+__rvm_log_command:16> [[ ! "${_command_start}" -regex-match "=" ]]
+__rvm_log_command:17> (( 0 == 0 ))
+__rvm_log_command:19> _log=/Users/teja/.rvm/log/ruby-1.9.3-p194/fetch.log
+__rvm_log_command:21> [[ -d /Users/teja/.rvm/log/ruby-1.9.3-p194 ]]
+__rvm_log_command:22> [[ -f /Users/teja/.rvm/log/ruby-1.9.3-p194/fetch.log ]]
+__rvm_log_command:30> rvm_debug_stream
+rvm_debug_stream:2> (( 0 ))
+rvm_debug_stream:2> return 0
+__rvm_log_command:30> tee /Users/teja/.rvm/log/ruby-1.9.3-p194/fetch.log
+__rvm_log_command:24> date '+%Y-%m-%d %H:%M:%S'
+__rvm_log_command:24> printf %b '[2012-10-03 21:55:01]
/Users/teja/.rvm/scripts/fetch
http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p194.tar.bz2\n'
+__rvm_log_command:25> is_a_function /Users/teja/.rvm/scripts/fetch
+is_a_function:2> return 1
+__rvm_log_command:28> printf %b 'current path: /Users/teja/.rvm/src\n'
+__rvm_fetch_ruby:44> [[ -d /Users/teja/.rvm/src/ruby-1.9.3-p194 ]]
+__rvm_fetch_ruby:44> true
+__rvm_fetch_ruby:47> [[ ! -d /Users/teja/.rvm/src/ruby-1.9.3-p194 ]]
+__rvm_fetch_ruby:49> mkdir -p /Users/teja/.rvm/tmp/rvm_src_53864
+__rvm_fetch_ruby:51> case tar.bz2 (tar.gz|tgz)
+__rvm_fetch_ruby:51> case tar.bz2 (tar.bz2)
+__rvm_fetch_ruby:58> _current_command=( tar xjf
/Users/teja/.rvm/archives/ruby-1.9.3-p194.tar.bz2 -C
/Users/teja/.rvm/tmp/rvm_src_53864 )
+__rvm_fetch_ruby:72> __rvm_log_command extract 'ruby-1.9.3-p194 - #extracting
ruby-1.9.3-p194 to /Users/teja/.rvm/src/ruby-1.9.3-p194' tar xjf
/Users/teja/.rvm/archives/ruby-1.9.3-p194.tar.bz2 -C
/Users/teja/.rvm/tmp/rvm_src_53864
+__rvm_log_command:2> typeset name message _log _command_start _command_name
+__rvm_log_command:3> typeset -a _command
+__rvm_log_command:5> name=extract
+__rvm_log_command:6> message='ruby-1.9.3-p194 - #extracting ruby-1.9.3-p194 to
/Users/teja/.rvm/src/ruby-1.9.3-p194'
+__rvm_log_command:7> [[ -z 'ruby-1.9.3-p194 - #extracting ruby-1.9.3-p194 to
/Users/teja/.rvm/src/ruby-1.9.3-p194' ]]
+__rvm_log_command:7> rvm_log 'ruby-1.9.3-p194 - #extracting ruby-1.9.3-p194 to
/Users/teja/.rvm/src/ruby-1.9.3-p194'
+rvm_log:2> rvm_pretty_print stdout
+rvm_pretty_print:2> case auto (0|no)
+rvm_pretty_print:2> case auto (1|auto)
+rvm_pretty_print:7> case xterm-256color (dumb|unknown)
+rvm_pretty_print:10> case stdout (stdout)
+rvm_pretty_print:11> [[ -t 1 ]]
+rvm_pretty_print:17> return 0
+rvm_log:3> printf %b 'ruby-1.9.3-p194 - #extracting ruby-1.9.3-p194 to
/Users/teja/.rvm/src/ruby-1.9.3-p194\n'
ruby-1.9.3-p194 - #extracting ruby-1.9.3-p194 to
/Users/teja/.rvm/src/ruby-1.9.3-p194
+__rvm_log_command:8> shift 2
+__rvm_log_command:9> _command=( tar xjf
/Users/teja/.rvm/archives/ruby-1.9.3-p194.tar.bz2 -C
/Users/teja/.rvm/tmp/rvm_src_53864 )
+__rvm_log_command:10> _command_start=tar
+__rvm_log_command:11> (( 5 ))
+__rvm_log_command:11> [[ "$1" -regex-match "=" ]]
+__rvm_log_command:14> _command_name=tar
+__rvm_log_command:16> [[ ! "${_command_start}" -regex-match "=" ]]
+__rvm_log_command:17> (( 0 == 0 ))
+__rvm_log_command:19> _log=/Users/teja/.rvm/log/ruby-1.9.3-p194/extract.log
+__rvm_log_command:21> [[ -d /Users/teja/.rvm/log/ruby-1.9.3-p194 ]]
+__rvm_log_command:22> [[ -f /Users/teja/.rvm/log/ruby-1.9.3-p194/extract.log ]]
+__rvm_log_command:30> rvm_debug_stream
+rvm_debug_stream:2> (( 0 ))
+rvm_debug_stream:2> return 0
+__rvm_log_command:30> tee /Users/teja/.rvm/log/ruby-1.9.3-p194/extract.log
+__rvm_log_command:24> date '+%Y-%m-%d %H:%M:%S'
+__rvm_log_command:24> printf %b '[2012-10-03 21:55:01] tar xjf
/Users/teja/.rvm/archives/ruby-1.9.3-p194.tar.bz2 -C
/Users/teja/.rvm/tmp/rvm_src_53864\n'
+__rvm_log_command:25> is_a_function tar
+is_a_function:2> return 1
+__rvm_log_command:28> printf %b 'current path: /Users/teja/.rvm/src\n'
+__rvm_fetch_ruby:75> __rvm_rm_rf /Users/teja/.rvm/src/ruby-1.9.3-p194
+__rvm_rm_rf:2> __rvm_rm_rf_verbose /Users/teja/.rvm/src/ruby-1.9.3-p194
+__rvm_rm_rf_verbose:2> typeset result target
+__rvm_rm_rf_verbose:3> result=1
+__rvm_rm_rf_verbose:4> target=/Users/teja/.rvm/src/ruby-1.9.3-p194
+__rvm_rm_rf_verbose:7> [[ -n 4.3.11 ]]
+__rvm_rm_rf_verbose:9> setopt extendedglob
+__rvm_rm_rf_verbose:18> case /Users/teja/.rvm/src/ruby-1.9.3-p194
(*(/|.)@(|/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))
+__rvm_rm_rf_verbose:18> case /Users/teja/.rvm/src/ruby-1.9.3-p194 (*)
+__rvm_rm_rf_verbose:23> [[ -n /Users/teja/.rvm/src/ruby-1.9.3-p194 ]]
+__rvm_rm_rf_verbose:25> [[ -d /Users/teja/.rvm/src/ruby-1.9.3-p194 ]]
+__rvm_rm_rf_verbose:29> [[ -f /Users/teja/.rvm/src/ruby-1.9.3-p194 || -L
/Users/teja/.rvm/src/ruby-1.9.3-p194 ]]
+__rvm_rm_rf_verbose:34> result=0
+__rvm_rm_rf_verbose:39> return 0
+__rvm_fetch_ruby:77> cd /Users/teja/.rvm/tmp/rvm_src_53864
+__rvm_do_with_env_before:2> [[ -n /Users/teja/.rvm/scripts ]]
+__rvm_do_with_env_before:5> source /Users/teja/.rvm/scripts/initialize
+/Users/teja/.rvm/scripts/initialize:3> : rvm_trace_flag:1
+/Users/teja/.rvm/scripts/initialize:4> (( rvm_trace_flag > 0 ))
+/Users/teja/.rvm/scripts/initialize:6> set -o xtrace
+/Users/teja/.rvm/scripts/initialize:9> [[ -z 4.3.11 ]]
+/Users/teja/.rvm/scripts/initialize:21> [[ -n '' ]]
+/Users/teja/.rvm/scripts/initialize:24> [[ -n 4.3.11 ]]
+/Users/teja/.rvm/scripts/initialize:26> setopt extendedglob
+/Users/teja/.rvm/scripts/initialize:27> setopt kshglob
+/Users/teja/.rvm/scripts/initialize:28> setopt no_glob_subst
+/Users/teja/.rvm/scripts/initialize:33> export __rvm_env_loaded
+/Users/teja/.rvm/scripts/initialize:35> : __rvm_env_loaded:2:
+/Users/teja/.rvm/scripts/initialize:37> : __rvm_env_loaded:3:
+/Users/teja/.rvm/scripts/initialize:40> [[ -z /Users/teja/.rvm/tmp ]]
+/Users/teja/.rvm/scripts/initialize:40> (( __rvm_env_loaded == 1 ))
+__rvm_do_with_env_before:6> __rvm_setup
+__rvm_setup:3> export rvm_head_flag rvm_ruby_selected_flag
rvm_user_install_flag rvm_path_flag rvm_cron_flag rvm_static_flag
rvm_default_flag rvm_loaded_flag rvm_llvm_flag rvm_skip_autoreconf_flag
rvm_18_flag rvm_19_flag rvm_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_setup:4> export 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_setup:5> export 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_setup:6> export __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_without_gems
+__rvm_setup:7> export -a rvm_patch_names rvm_ree_options rvm_autoconf_flags
+__rvm_setup:10> (( __rvm_env_loaded != 1 ))
+__rvm_setup:11> return 0
+__rvm_project_rvmrc:2> export __rvm_project_rvmrc_lock
+__rvm_project_rvmrc:3> : __rvm_project_rvmrc_lock:0
+__rvm_project_rvmrc:4> : __rvm_project_rvmrc_lock:1
+__rvm_project_rvmrc:5> (( __rvm_project_rvmrc_lock > 1 ))
+__rvm_project_rvmrc:9> typeset working_dir found_file
rvm_trustworthiness_result
+__rvm_project_rvmrc:12> working_dir=/Users/teja/.rvm/tmp/rvm_src_53864
+__rvm_project_rvmrc:14> :
+__rvm_project_rvmrc:17> [[ -z /Users/teja/.rvm/tmp/rvm_src_53864 || /Users/teja
== /Users/teja/.rvm/tmp/rvm_src_53864 || /Users/teja ==
/Users/teja/.rvm/tmp/rvm_src_53864 || / == /Users/teja/.rvm/tmp/rvm_src_53864 ]]
+__rvm_project_rvmrc:38> __rvm_project_dir_check
/Users/teja/.rvm/tmp/rvm_src_53864 found_file
+__rvm_project_dir_check:2> typeset _found_file path_to_check variable
variable_default
+__rvm_project_dir_check:3> typeset -a _valid_files
+__rvm_project_dir_check:4> path_to_check=/Users/teja/.rvm/tmp/rvm_src_53864
+__rvm_project_dir_check:5> variable=found_file
+__rvm_project_dir_check:6> variable_default=''
+__rvm_project_dir_check:7> _valid_files=( /Users/teja/.rvm/tmp/rvm_src_53864
/Users/teja/.rvm/tmp/rvm_src_53864/.rvmrc
/Users/teja/.rvm/tmp/rvm_src_53864/.versions.conf
/Users/teja/.rvm/tmp/rvm_src_53864/.ruby-version
/Users/teja/.rvm/tmp/rvm_src_53864/.rbfu-version
/Users/teja/.rvm/tmp/rvm_src_53864/.rbenv-version
/Users/teja/.rvm/tmp/rvm_src_53864/Gemfile )
+__rvm_project_dir_check:13> __rvm_find_first_file _found_file
/Users/teja/.rvm/tmp/rvm_src_53864 /Users/teja/.rvm/tmp/rvm_src_53864/.rvmrc
/Users/teja/.rvm/tmp/rvm_src_53864/.versions.conf
/Users/teja/.rvm/tmp/rvm_src_53864/.ruby-version
/Users/teja/.rvm/tmp/rvm_src_53864/.rbfu-version
/Users/teja/.rvm/tmp/rvm_src_53864/.rbenv-version
/Users/teja/.rvm/tmp/rvm_src_53864/Gemfile
+__rvm_find_first_file:2> typeset _first_file _variable_first_file __file_enum
+__rvm_find_first_file:3> _first_file=''
+__rvm_find_first_file:4> _variable_first_file=_found_file
+__rvm_find_first_file:5> shift
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/tmp/rvm_src_53864
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/tmp/rvm_src_53864 ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/tmp/rvm_src_53864/.rvmrc
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/tmp/rvm_src_53864/.rvmrc ]]
+__rvm_find_first_file:7>
__file_enum=/Users/teja/.rvm/tmp/rvm_src_53864/.versions.conf
+__rvm_find_first_file:10> [[ -f
/Users/teja/.rvm/tmp/rvm_src_53864/.versions.conf ]]
+__rvm_find_first_file:7>
__file_enum=/Users/teja/.rvm/tmp/rvm_src_53864/.ruby-version
+__rvm_find_first_file:10> [[ -f
/Users/teja/.rvm/tmp/rvm_src_53864/.ruby-version ]]
+__rvm_find_first_file:7>
__file_enum=/Users/teja/.rvm/tmp/rvm_src_53864/.rbfu-version
+__rvm_find_first_file:10> [[ -f
/Users/teja/.rvm/tmp/rvm_src_53864/.rbfu-version ]]
+__rvm_find_first_file:7>
__file_enum=/Users/teja/.rvm/tmp/rvm_src_53864/.rbenv-version
+__rvm_find_first_file:10> [[ -f
/Users/teja/.rvm/tmp/rvm_src_53864/.rbenv-version ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/tmp/rvm_src_53864/Gemfile
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/tmp/rvm_src_53864/Gemfile ]]
+__rvm_find_first_file:16> eval '_found_file=""'
+(eval):1> _found_file=''
+__rvm_find_first_file:17> return 1
+__rvm_project_dir_check:13> true
+__rvm_project_dir_check:15> [[ '' == Gemfile ]]
+__rvm_project_dir_check:24> [[ -n found_file ]]
+__rvm_project_dir_check:25> eval 'found_file="${_found_file:-}"'
+(eval):1> found_file=''
+__rvm_project_dir_check:28> [[ -n '' ]]
+__rvm_project_dir_check:28> return 1
+__rvm_project_rvmrc:52> working_dir=+__rvm_project_rvmrc:52> dirname
/Users/teja/.rvm/tmp/rvm_src_53864
+__rvm_project_rvmrc:52> working_dir=/Users/teja/.rvm/tmp
+__rvm_project_rvmrc:14> :
+__rvm_project_rvmrc:17> [[ -z /Users/teja/.rvm/tmp || /Users/teja ==
/Users/teja/.rvm/tmp || /Users/teja == /Users/teja/.rvm/tmp || / ==
/Users/teja/.rvm/tmp ]]
+__rvm_project_rvmrc:38> __rvm_project_dir_check /Users/teja/.rvm/tmp found_file
+__rvm_project_dir_check:2> typeset _found_file path_to_check variable
variable_default
+__rvm_project_dir_check:3> typeset -a _valid_files
+__rvm_project_dir_check:4> path_to_check=/Users/teja/.rvm/tmp
+__rvm_project_dir_check:5> variable=found_file
+__rvm_project_dir_check:6> variable_default=''
+__rvm_project_dir_check:7> _valid_files=( /Users/teja/.rvm/tmp
/Users/teja/.rvm/tmp/.rvmrc /Users/teja/.rvm/tmp/.versions.conf
/Users/teja/.rvm/tmp/.ruby-version /Users/teja/.rvm/tmp/.rbfu-version
/Users/teja/.rvm/tmp/.rbenv-version /Users/teja/.rvm/tmp/Gemfile )
+__rvm_project_dir_check:13> __rvm_find_first_file _found_file
/Users/teja/.rvm/tmp /Users/teja/.rvm/tmp/.rvmrc
/Users/teja/.rvm/tmp/.versions.conf /Users/teja/.rvm/tmp/.ruby-version
/Users/teja/.rvm/tmp/.rbfu-version /Users/teja/.rvm/tmp/.rbenv-version
/Users/teja/.rvm/tmp/Gemfile
+__rvm_find_first_file:2> typeset _first_file _variable_first_file __file_enum
+__rvm_find_first_file:3> _first_file=''
+__rvm_find_first_file:4> _variable_first_file=_found_file
+__rvm_find_first_file:5> shift
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/tmp
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/tmp ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/tmp/.rvmrc
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/tmp/.rvmrc ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/tmp/.versions.conf
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/tmp/.versions.conf ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/tmp/.ruby-version
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/tmp/.ruby-version ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/tmp/.rbfu-version
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/tmp/.rbfu-version ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/tmp/.rbenv-version
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/tmp/.rbenv-version ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/tmp/Gemfile
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/tmp/Gemfile ]]
+__rvm_find_first_file:16> eval '_found_file=""'
+(eval):1> _found_file=''
+__rvm_find_first_file:17> return 1
+__rvm_project_dir_check:13> true
+__rvm_project_dir_check:15> [[ '' == Gemfile ]]
+__rvm_project_dir_check:24> [[ -n found_file ]]
+__rvm_project_dir_check:25> eval 'found_file="${_found_file:-}"'
+(eval):1> found_file=''
+__rvm_project_dir_check:28> [[ -n '' ]]
+__rvm_project_dir_check:28> return 1
+__rvm_project_rvmrc:52> working_dir=+__rvm_project_rvmrc:52> dirname
/Users/teja/.rvm/tmp
+__rvm_project_rvmrc:52> working_dir=/Users/teja/.rvm
+__rvm_project_rvmrc:14> :
+__rvm_project_rvmrc:17> [[ -z /Users/teja/.rvm || /Users/teja ==
/Users/teja/.rvm || /Users/teja == /Users/teja/.rvm || / == /Users/teja/.rvm ]]
+__rvm_project_rvmrc:38> __rvm_project_dir_check /Users/teja/.rvm found_file
+__rvm_project_dir_check:2> typeset _found_file path_to_check variable
variable_default
+__rvm_project_dir_check:3> typeset -a _valid_files
+__rvm_project_dir_check:4> path_to_check=/Users/teja/.rvm
+__rvm_project_dir_check:5> variable=found_file
+__rvm_project_dir_check:6> variable_default=''
+__rvm_project_dir_check:7> _valid_files=( /Users/teja/.rvm
/Users/teja/.rvm/.rvmrc /Users/teja/.rvm/.versions.conf
/Users/teja/.rvm/.ruby-version /Users/teja/.rvm/.rbfu-version
/Users/teja/.rvm/.rbenv-version /Users/teja/.rvm/Gemfile )
+__rvm_project_dir_check:13> __rvm_find_first_file _found_file /Users/teja/.rvm
/Users/teja/.rvm/.rvmrc /Users/teja/.rvm/.versions.conf
/Users/teja/.rvm/.ruby-version /Users/teja/.rvm/.rbfu-version
/Users/teja/.rvm/.rbenv-version /Users/teja/.rvm/Gemfile
+__rvm_find_first_file:2> typeset _first_file _variable_first_file __file_enum
+__rvm_find_first_file:3> _first_file=''
+__rvm_find_first_file:4> _variable_first_file=_found_file
+__rvm_find_first_file:5> shift
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/.rvmrc
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/.rvmrc ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/.versions.conf
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/.versions.conf ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/.ruby-version
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/.ruby-version ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/.rbfu-version
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/.rbfu-version ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/.rbenv-version
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/.rbenv-version ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/Gemfile
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/Gemfile ]]
+__rvm_find_first_file:16> eval '_found_file=""'
+(eval):1> _found_file=''
+__rvm_find_first_file:17> return 1
+__rvm_project_dir_check:13> true
+__rvm_project_dir_check:15> [[ '' == Gemfile ]]
+__rvm_project_dir_check:24> [[ -n found_file ]]
+__rvm_project_dir_check:25> eval 'found_file="${_found_file:-}"'
+(eval):1> found_file=''
+__rvm_project_dir_check:28> [[ -n '' ]]
+__rvm_project_dir_check:28> return 1
+__rvm_project_rvmrc:52> working_dir=+__rvm_project_rvmrc:52> dirname
/Users/teja/.rvm
+__rvm_project_rvmrc:52> working_dir=/Users/teja
+__rvm_project_rvmrc:14> :
+__rvm_project_rvmrc:17> [[ -z /Users/teja || /Users/teja == /Users/teja ]]
+__rvm_project_rvmrc:20> [[ -n '' ]]
+__rvm_project_rvmrc:35> break
+__rvm_project_rvmrc:57> unset __rvm_project_rvmrc_lock
+__rvm_project_rvmrc:58> return 0
+__rvm_after_cd:2> typeset rvm_hook
+__rvm_after_cd:3> rvm_hook=after_cd
+__rvm_after_cd:4> [[ -n /Users/teja/.rvm/scripts ]]
+__rvm_after_cd:5> source /Users/teja/.rvm/scripts/hook
+/Users/teja/.rvm/scripts/hook:5> old_rvm_verbose_flag=0
+/Users/teja/.rvm/scripts/hook:6> old_rvm_debug_flag=0
+/Users/teja/.rvm/scripts/hook:11> true rvm_verbose_flag:0 rvm_debug_flag:0
rvm_hook:after_cd
+/Users/teja/.rvm/scripts/hook:15> [[ -n after_cd ]]
+/Users/teja/.rvm/scripts/hook:17> hooks=( /Users/teja/.rvm/hooks )
+/Users/teja/.rvm/scripts/hook:18> [[
/Users/teja/.rvm/tmp/rvm_src_53864/.rvm/hooks == /Users/teja/.rvm/hooks ]]
+/Users/teja/.rvm/scripts/hook:19> hooks+=(
/Users/teja/.rvm/tmp/rvm_src_53864/.rvm/hooks )
+/Users/teja/.rvm/scripts/hook:21>
_hooks_list=+/Users/teja/.rvm/scripts/hook:21> _hooks_list=(
/Users/teja/.rvm/hooks/after_cd_bundler )
+/Users/teja/.rvm/scripts/hook:25> hook=/Users/teja/.rvm/hooks/after_cd_bundler
+/Users/teja/.rvm/scripts/hook:27> [[ -x /Users/teja/.rvm/hooks/after_cd_bundler
|| after_cd_bundler == after_cd ]]
+/Users/teja/.rvm/scripts/hook:37> unset rvm_hook hooks _hooks_list hook
+__rvm_do_with_env_after:2> __rvm_teardown
+__rvm_teardown:4> __rvm_cleanup_tmp
+__rvm_cleanup_tmp:2> [[ -d /Users/teja/.rvm/tmp/ ]]
+__rvm_cleanup_tmp:4> case /Users/teja/.rvm/tmp (*tmp)
+__rvm_cleanup_tmp:6> __rvm_rm_rf '/Users/teja/.rvm/tmp/53864*'
+__rvm_rm_rf:2> __rvm_rm_rf_verbose '/Users/teja/.rvm/tmp/53864*'
+__rvm_rm_rf_verbose:2> typeset result target
+__rvm_rm_rf_verbose:3> result=1
+__rvm_rm_rf_verbose:4> target='/Users/teja/.rvm/tmp/53864*'
+__rvm_rm_rf_verbose:7> [[ -n 4.3.11 ]]
+__rvm_rm_rf_verbose:9> setopt extendedglob
+__rvm_rm_rf_verbose:18> case /Users/teja/.rvm/tmp/53864*
(*(/|.)@(|/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))
+__rvm_rm_rf_verbose:18> case /Users/teja/.rvm/tmp/53864* (*)
+__rvm_rm_rf_verbose:23> [[ -n '/Users/teja/.rvm/tmp/53864*' ]]
+__rvm_rm_rf_verbose:25> [[ -d '/Users/teja/.rvm/tmp/53864*' ]]
+__rvm_rm_rf_verbose:29> [[ -f '/Users/teja/.rvm/tmp/53864*' || -L
'/Users/teja/.rvm/tmp/53864*' ]]
+__rvm_rm_rf_verbose:34> result=0
+__rvm_rm_rf_verbose:39> return 0
+__rvm_cleanup_tmp:10> return 0
+__rvm_teardown:7> export __rvm_env_loaded
+__rvm_teardown:9> : __rvm_env_loaded:3:
+__rvm_teardown:11> : __rvm_env_loaded:3:
+__rvm_teardown:13> : __rvm_env_loaded:2:
+__rvm_teardown:15> [[ -z /Users/teja/.rvm/tmp ]]
+__rvm_teardown:15> (( __rvm_env_loaded > 0 ))
+__rvm_teardown:17> return 0
+__rvm_do_with_env_before:2> [[ -n /Users/teja/.rvm/scripts ]]
+__rvm_do_with_env_before:5> source /Users/teja/.rvm/scripts/initialize
+/Users/teja/.rvm/scripts/initialize:3> : rvm_trace_flag:1
+/Users/teja/.rvm/scripts/initialize:4> (( rvm_trace_flag > 0 ))
+/Users/teja/.rvm/scripts/initialize:6> set -o xtrace
+/Users/teja/.rvm/scripts/initialize:9> [[ -z 4.3.11 ]]
+/Users/teja/.rvm/scripts/initialize:21> [[ -n '' ]]
+/Users/teja/.rvm/scripts/initialize:24> [[ -n 4.3.11 ]]
+/Users/teja/.rvm/scripts/initialize:26> setopt extendedglob
+/Users/teja/.rvm/scripts/initialize:27> setopt kshglob
+/Users/teja/.rvm/scripts/initialize:28> setopt no_glob_subst
+/Users/teja/.rvm/scripts/initialize:33> export __rvm_env_loaded
+/Users/teja/.rvm/scripts/initialize:35> : __rvm_env_loaded:2:
+/Users/teja/.rvm/scripts/initialize:37> : __rvm_env_loaded:3:
+/Users/teja/.rvm/scripts/initialize:40> [[ -z /Users/teja/.rvm/tmp ]]
+/Users/teja/.rvm/scripts/initialize:40> (( __rvm_env_loaded == 1 ))
+__rvm_do_with_env_before:6> __rvm_setup
+__rvm_setup:3> export rvm_head_flag rvm_ruby_selected_flag
rvm_user_install_flag rvm_path_flag rvm_cron_flag rvm_static_flag
rvm_default_flag rvm_loaded_flag rvm_llvm_flag rvm_skip_autoreconf_flag
rvm_18_flag rvm_19_flag rvm_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_setup:4> export 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_setup:5> export 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_setup:6> export __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_without_gems
+__rvm_setup:7> export -a rvm_patch_names rvm_ree_options rvm_autoconf_flags
+__rvm_setup:10> (( __rvm_env_loaded != 1 ))
+__rvm_setup:11> return 0
+__rvm_project_rvmrc:2> export __rvm_project_rvmrc_lock
+__rvm_project_rvmrc:3> : __rvm_project_rvmrc_lock:0
+__rvm_project_rvmrc:4> : __rvm_project_rvmrc_lock:1
+__rvm_project_rvmrc:5> (( __rvm_project_rvmrc_lock > 1 ))
+__rvm_project_rvmrc:9> typeset working_dir found_file
rvm_trustworthiness_result
+__rvm_project_rvmrc:12> working_dir=/Users/teja/.rvm/tmp/rvm_src_53864
+__rvm_project_rvmrc:14> :
+__rvm_project_rvmrc:17> [[ -z /Users/teja/.rvm/tmp/rvm_src_53864 || /Users/teja
== /Users/teja/.rvm/tmp/rvm_src_53864 || /Users/teja ==
/Users/teja/.rvm/tmp/rvm_src_53864 || / == /Users/teja/.rvm/tmp/rvm_src_53864 ]]
+__rvm_project_rvmrc:38> __rvm_project_dir_check
/Users/teja/.rvm/tmp/rvm_src_53864 found_file
+__rvm_project_dir_check:2> typeset _found_file path_to_check variable
variable_default
+__rvm_project_dir_check:3> typeset -a _valid_files
+__rvm_project_dir_check:4> path_to_check=/Users/teja/.rvm/tmp/rvm_src_53864
+__rvm_project_dir_check:5> variable=found_file
+__rvm_project_dir_check:6> variable_default=''
+__rvm_project_dir_check:7> _valid_files=( /Users/teja/.rvm/tmp/rvm_src_53864
/Users/teja/.rvm/tmp/rvm_src_53864/.rvmrc
/Users/teja/.rvm/tmp/rvm_src_53864/.versions.conf
/Users/teja/.rvm/tmp/rvm_src_53864/.ruby-version
/Users/teja/.rvm/tmp/rvm_src_53864/.rbfu-version
/Users/teja/.rvm/tmp/rvm_src_53864/.rbenv-version
/Users/teja/.rvm/tmp/rvm_src_53864/Gemfile )
+__rvm_project_dir_check:13> __rvm_find_first_file _found_file
/Users/teja/.rvm/tmp/rvm_src_53864 /Users/teja/.rvm/tmp/rvm_src_53864/.rvmrc
/Users/teja/.rvm/tmp/rvm_src_53864/.versions.conf
/Users/teja/.rvm/tmp/rvm_src_53864/.ruby-version
/Users/teja/.rvm/tmp/rvm_src_53864/.rbfu-version
/Users/teja/.rvm/tmp/rvm_src_53864/.rbenv-version
/Users/teja/.rvm/tmp/rvm_src_53864/Gemfile
+__rvm_find_first_file:2> typeset _first_file _variable_first_file __file_enum
+__rvm_find_first_file:3> _first_file=''
+__rvm_find_first_file:4> _variable_first_file=_found_file
+__rvm_find_first_file:5> shift
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/tmp/rvm_src_53864
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/tmp/rvm_src_53864 ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/tmp/rvm_src_53864/.rvmrc
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/tmp/rvm_src_53864/.rvmrc ]]
+__rvm_find_first_file:7>
__file_enum=/Users/teja/.rvm/tmp/rvm_src_53864/.versions.conf
+__rvm_find_first_file:10> [[ -f
/Users/teja/.rvm/tmp/rvm_src_53864/.versions.conf ]]
+__rvm_find_first_file:7>
__file_enum=/Users/teja/.rvm/tmp/rvm_src_53864/.ruby-version
+__rvm_find_first_file:10> [[ -f
/Users/teja/.rvm/tmp/rvm_src_53864/.ruby-version ]]
+__rvm_find_first_file:7>
__file_enum=/Users/teja/.rvm/tmp/rvm_src_53864/.rbfu-version
+__rvm_find_first_file:10> [[ -f
/Users/teja/.rvm/tmp/rvm_src_53864/.rbfu-version ]]
+__rvm_find_first_file:7>
__file_enum=/Users/teja/.rvm/tmp/rvm_src_53864/.rbenv-version
+__rvm_find_first_file:10> [[ -f
/Users/teja/.rvm/tmp/rvm_src_53864/.rbenv-version ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/tmp/rvm_src_53864/Gemfile
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/tmp/rvm_src_53864/Gemfile ]]
+__rvm_find_first_file:16> eval '_found_file=""'
+(eval):1> _found_file=''
+__rvm_find_first_file:17> return 1
+__rvm_project_dir_check:13> true
+__rvm_project_dir_check:15> [[ '' == Gemfile ]]
+__rvm_project_dir_check:24> [[ -n found_file ]]
+__rvm_project_dir_check:25> eval 'found_file="${_found_file:-}"'
+(eval):1> found_file=''
+__rvm_project_dir_check:28> [[ -n '' ]]
+__rvm_project_dir_check:28> return 1
+__rvm_project_rvmrc:52> working_dir=+__rvm_project_rvmrc:52> dirname
/Users/teja/.rvm/tmp/rvm_src_53864
+__rvm_project_rvmrc:52> working_dir=/Users/teja/.rvm/tmp
+__rvm_project_rvmrc:14> :
+__rvm_project_rvmrc:17> [[ -z /Users/teja/.rvm/tmp || /Users/teja ==
/Users/teja/.rvm/tmp || /Users/teja == /Users/teja/.rvm/tmp || / ==
/Users/teja/.rvm/tmp ]]
+__rvm_project_rvmrc:38> __rvm_project_dir_check /Users/teja/.rvm/tmp found_file
+__rvm_project_dir_check:2> typeset _found_file path_to_check variable
variable_default
+__rvm_project_dir_check:3> typeset -a _valid_files
+__rvm_project_dir_check:4> path_to_check=/Users/teja/.rvm/tmp
+__rvm_project_dir_check:5> variable=found_file
+__rvm_project_dir_check:6> variable_default=''
+__rvm_project_dir_check:7> _valid_files=( /Users/teja/.rvm/tmp
/Users/teja/.rvm/tmp/.rvmrc /Users/teja/.rvm/tmp/.versions.conf
/Users/teja/.rvm/tmp/.ruby-version /Users/teja/.rvm/tmp/.rbfu-version
/Users/teja/.rvm/tmp/.rbenv-version /Users/teja/.rvm/tmp/Gemfile )
+__rvm_project_dir_check:13> __rvm_find_first_file _found_file
/Users/teja/.rvm/tmp /Users/teja/.rvm/tmp/.rvmrc
/Users/teja/.rvm/tmp/.versions.conf /Users/teja/.rvm/tmp/.ruby-version
/Users/teja/.rvm/tmp/.rbfu-version /Users/teja/.rvm/tmp/.rbenv-version
/Users/teja/.rvm/tmp/Gemfile
+__rvm_find_first_file:2> typeset _first_file _variable_first_file __file_enum
+__rvm_find_first_file:3> _first_file=''
+__rvm_find_first_file:4> _variable_first_file=_found_file
+__rvm_find_first_file:5> shift
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/tmp
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/tmp ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/tmp/.rvmrc
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/tmp/.rvmrc ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/tmp/.versions.conf
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/tmp/.versions.conf ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/tmp/.ruby-version
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/tmp/.ruby-version ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/tmp/.rbfu-version
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/tmp/.rbfu-version ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/tmp/.rbenv-version
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/tmp/.rbenv-version ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/tmp/Gemfile
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/tmp/Gemfile ]]
+__rvm_find_first_file:16> eval '_found_file=""'
+(eval):1> _found_file=''
+__rvm_find_first_file:17> return 1
+__rvm_project_dir_check:13> true
+__rvm_project_dir_check:15> [[ '' == Gemfile ]]
+__rvm_project_dir_check:24> [[ -n found_file ]]
+__rvm_project_dir_check:25> eval 'found_file="${_found_file:-}"'
+(eval):1> found_file=''
+__rvm_project_dir_check:28> [[ -n '' ]]
+__rvm_project_dir_check:28> return 1
+__rvm_project_rvmrc:52> working_dir=+__rvm_project_rvmrc:52> dirname
/Users/teja/.rvm/tmp
+__rvm_project_rvmrc:52> working_dir=/Users/teja/.rvm
+__rvm_project_rvmrc:14> :
+__rvm_project_rvmrc:17> [[ -z /Users/teja/.rvm || /Users/teja ==
/Users/teja/.rvm || /Users/teja == /Users/teja/.rvm || / == /Users/teja/.rvm ]]
+__rvm_project_rvmrc:38> __rvm_project_dir_check /Users/teja/.rvm found_file
+__rvm_project_dir_check:2> typeset _found_file path_to_check variable
variable_default
+__rvm_project_dir_check:3> typeset -a _valid_files
+__rvm_project_dir_check:4> path_to_check=/Users/teja/.rvm
+__rvm_project_dir_check:5> variable=found_file
+__rvm_project_dir_check:6> variable_default=''
+__rvm_project_dir_check:7> _valid_files=( /Users/teja/.rvm
/Users/teja/.rvm/.rvmrc /Users/teja/.rvm/.versions.conf
/Users/teja/.rvm/.ruby-version /Users/teja/.rvm/.rbfu-version
/Users/teja/.rvm/.rbenv-version /Users/teja/.rvm/Gemfile )
+__rvm_project_dir_check:13> __rvm_find_first_file _found_file /Users/teja/.rvm
/Users/teja/.rvm/.rvmrc /Users/teja/.rvm/.versions.conf
/Users/teja/.rvm/.ruby-version /Users/teja/.rvm/.rbfu-version
/Users/teja/.rvm/.rbenv-version /Users/teja/.rvm/Gemfile
+__rvm_find_first_file:2> typeset _first_file _variable_first_file __file_enum
+__rvm_find_first_file:3> _first_file=''
+__rvm_find_first_file:4> _variable_first_file=_found_file
+__rvm_find_first_file:5> shift
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/.rvmrc
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/.rvmrc ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/.versions.conf
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/.versions.conf ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/.ruby-version
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/.ruby-version ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/.rbfu-version
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/.rbfu-version ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/.rbenv-version
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/.rbenv-version ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/Gemfile
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/Gemfile ]]
+__rvm_find_first_file:16> eval '_found_file=""'
+(eval):1> _found_file=''
+__rvm_find_first_file:17> return 1
+__rvm_project_dir_check:13> true
+__rvm_project_dir_check:15> [[ '' == Gemfile ]]
+__rvm_project_dir_check:24> [[ -n found_file ]]
+__rvm_project_dir_check:25> eval 'found_file="${_found_file:-}"'
+(eval):1> found_file=''
+__rvm_project_dir_check:28> [[ -n '' ]]
+__rvm_project_dir_check:28> return 1
+__rvm_project_rvmrc:52> working_dir=+__rvm_project_rvmrc:52> dirname
/Users/teja/.rvm
+__rvm_project_rvmrc:52> working_dir=/Users/teja
+__rvm_project_rvmrc:14> :
+__rvm_project_rvmrc:17> [[ -z /Users/teja || /Users/teja == /Users/teja ]]
+__rvm_project_rvmrc:20> [[ -n '' ]]
+__rvm_project_rvmrc:35> break
+__rvm_project_rvmrc:57> unset __rvm_project_rvmrc_lock
+__rvm_project_rvmrc:58> return 0
+__rvm_after_cd:2> typeset rvm_hook
+__rvm_after_cd:3> rvm_hook=after_cd
+__rvm_after_cd:4> [[ -n /Users/teja/.rvm/scripts ]]
+__rvm_after_cd:5> source /Users/teja/.rvm/scripts/hook
+/Users/teja/.rvm/scripts/hook:5> old_rvm_verbose_flag=0
+/Users/teja/.rvm/scripts/hook:6> old_rvm_debug_flag=0
+/Users/teja/.rvm/scripts/hook:11> true rvm_verbose_flag:0 rvm_debug_flag:0
rvm_hook:after_cd
+/Users/teja/.rvm/scripts/hook:15> [[ -n after_cd ]]
+/Users/teja/.rvm/scripts/hook:17> hooks=( /Users/teja/.rvm/hooks )
+/Users/teja/.rvm/scripts/hook:18> [[
/Users/teja/.rvm/tmp/rvm_src_53864/.rvm/hooks == /Users/teja/.rvm/hooks ]]
+/Users/teja/.rvm/scripts/hook:19> hooks+=(
/Users/teja/.rvm/tmp/rvm_src_53864/.rvm/hooks )
+/Users/teja/.rvm/scripts/hook:21>
_hooks_list=+/Users/teja/.rvm/scripts/hook:21> _hooks_list=(
/Users/teja/.rvm/hooks/after_cd_bundler )
+/Users/teja/.rvm/scripts/hook:25> hook=/Users/teja/.rvm/hooks/after_cd_bundler
+/Users/teja/.rvm/scripts/hook:27> [[ -x /Users/teja/.rvm/hooks/after_cd_bundler
|| after_cd_bundler == after_cd ]]
+/Users/teja/.rvm/scripts/hook:37> unset rvm_hook hooks _hooks_list hook
+__rvm_do_with_env_after:2> __rvm_teardown
+__rvm_teardown:4> __rvm_cleanup_tmp
+__rvm_cleanup_tmp:2> [[ -d /Users/teja/.rvm/tmp/ ]]
+__rvm_cleanup_tmp:4> case /Users/teja/.rvm/tmp (*tmp)
+__rvm_cleanup_tmp:6> __rvm_rm_rf '/Users/teja/.rvm/tmp/53864*'
+__rvm_rm_rf:2> __rvm_rm_rf_verbose '/Users/teja/.rvm/tmp/53864*'
+__rvm_rm_rf_verbose:2> typeset result target
+__rvm_rm_rf_verbose:3> result=1
+__rvm_rm_rf_verbose:4> target='/Users/teja/.rvm/tmp/53864*'
+__rvm_rm_rf_verbose:7> [[ -n 4.3.11 ]]
+__rvm_rm_rf_verbose:9> setopt extendedglob
+__rvm_rm_rf_verbose:18> case /Users/teja/.rvm/tmp/53864*
(*(/|.)@(|/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))
+__rvm_rm_rf_verbose:18> case /Users/teja/.rvm/tmp/53864* (*)
+__rvm_rm_rf_verbose:23> [[ -n '/Users/teja/.rvm/tmp/53864*' ]]
+__rvm_rm_rf_verbose:25> [[ -d '/Users/teja/.rvm/tmp/53864*' ]]
+__rvm_rm_rf_verbose:29> [[ -f '/Users/teja/.rvm/tmp/53864*' || -L
'/Users/teja/.rvm/tmp/53864*' ]]
+__rvm_rm_rf_verbose:34> result=0
+__rvm_rm_rf_verbose:39> return 0
+__rvm_cleanup_tmp:10> return 0
+__rvm_teardown:7> export __rvm_env_loaded
+__rvm_teardown:9> : __rvm_env_loaded:3:
+__rvm_teardown:11> : __rvm_env_loaded:3:
+__rvm_teardown:13> : __rvm_env_loaded:2:
+__rvm_teardown:15> [[ -z /Users/teja/.rvm/tmp ]]
+__rvm_teardown:15> (( __rvm_env_loaded > 0 ))
+__rvm_teardown:17> return 0
+__rvm_do_with_env_before:2> [[ -n /Users/teja/.rvm/scripts ]]
+__rvm_do_with_env_before:5> source /Users/teja/.rvm/scripts/initialize
+/Users/teja/.rvm/scripts/initialize:3> : rvm_trace_flag:1
+/Users/teja/.rvm/scripts/initialize:4> (( rvm_trace_flag > 0 ))
+/Users/teja/.rvm/scripts/initialize:6> set -o xtrace
+/Users/teja/.rvm/scripts/initialize:9> [[ -z 4.3.11 ]]
+/Users/teja/.rvm/scripts/initialize:21> [[ -n '' ]]
+/Users/teja/.rvm/scripts/initialize:24> [[ -n 4.3.11 ]]
+/Users/teja/.rvm/scripts/initialize:26> setopt extendedglob
+/Users/teja/.rvm/scripts/initialize:27> setopt kshglob
+/Users/teja/.rvm/scripts/initialize:28> setopt no_glob_subst
+/Users/teja/.rvm/scripts/initialize:33> export __rvm_env_loaded
+/Users/teja/.rvm/scripts/initialize:35> : __rvm_env_loaded:2:
+/Users/teja/.rvm/scripts/initialize:37> : __rvm_env_loaded:3:
+/Users/teja/.rvm/scripts/initialize:40> [[ -z /Users/teja/.rvm/tmp ]]
+/Users/teja/.rvm/scripts/initialize:40> (( __rvm_env_loaded == 1 ))
+__rvm_do_with_env_before:6> __rvm_setup
+__rvm_setup:3> export rvm_head_flag rvm_ruby_selected_flag
rvm_user_install_flag rvm_path_flag rvm_cron_flag rvm_static_flag
rvm_default_flag rvm_loaded_flag rvm_llvm_flag rvm_skip_autoreconf_flag
rvm_18_flag rvm_19_flag rvm_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_setup:4> export 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_setup:5> export 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_setup:6> export __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_without_gems
+__rvm_setup:7> export -a rvm_patch_names rvm_ree_options rvm_autoconf_flags
+__rvm_setup:10> (( __rvm_env_loaded != 1 ))
+__rvm_setup:11> return 0
+__rvm_project_rvmrc:2> export __rvm_project_rvmrc_lock
+__rvm_project_rvmrc:3> : __rvm_project_rvmrc_lock:0
+__rvm_project_rvmrc:4> : __rvm_project_rvmrc_lock:1
+__rvm_project_rvmrc:5> (( __rvm_project_rvmrc_lock > 1 ))
+__rvm_project_rvmrc:9> typeset working_dir found_file
rvm_trustworthiness_result
+__rvm_project_rvmrc:12> working_dir=/Users/teja/.rvm/tmp/rvm_src_53864
+__rvm_project_rvmrc:14> :
+__rvm_project_rvmrc:17> [[ -z /Users/teja/.rvm/tmp/rvm_src_53864 || /Users/teja
== /Users/teja/.rvm/tmp/rvm_src_53864 || /Users/teja ==
/Users/teja/.rvm/tmp/rvm_src_53864 || / == /Users/teja/.rvm/tmp/rvm_src_53864 ]]
+__rvm_project_rvmrc:38> __rvm_project_dir_check
/Users/teja/.rvm/tmp/rvm_src_53864 found_file
+__rvm_project_dir_check:2> typeset _found_file path_to_check variable
variable_default
+__rvm_project_dir_check:3> typeset -a _valid_files
+__rvm_project_dir_check:4> path_to_check=/Users/teja/.rvm/tmp/rvm_src_53864
+__rvm_project_dir_check:5> variable=found_file
+__rvm_project_dir_check:6> variable_default=''
+__rvm_project_dir_check:7> _valid_files=( /Users/teja/.rvm/tmp/rvm_src_53864
/Users/teja/.rvm/tmp/rvm_src_53864/.rvmrc
/Users/teja/.rvm/tmp/rvm_src_53864/.versions.conf
/Users/teja/.rvm/tmp/rvm_src_53864/.ruby-version
/Users/teja/.rvm/tmp/rvm_src_53864/.rbfu-version
/Users/teja/.rvm/tmp/rvm_src_53864/.rbenv-version
/Users/teja/.rvm/tmp/rvm_src_53864/Gemfile )
+__rvm_project_dir_check:13> __rvm_find_first_file _found_file
/Users/teja/.rvm/tmp/rvm_src_53864 /Users/teja/.rvm/tmp/rvm_src_53864/.rvmrc
/Users/teja/.rvm/tmp/rvm_src_53864/.versions.conf
/Users/teja/.rvm/tmp/rvm_src_53864/.ruby-version
/Users/teja/.rvm/tmp/rvm_src_53864/.rbfu-version
/Users/teja/.rvm/tmp/rvm_src_53864/.rbenv-version
/Users/teja/.rvm/tmp/rvm_src_53864/Gemfile
+__rvm_find_first_file:2> typeset _first_file _variable_first_file __file_enum
+__rvm_find_first_file:3> _first_file=''
+__rvm_find_first_file:4> _variable_first_file=_found_file
+__rvm_find_first_file:5> shift
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/tmp/rvm_src_53864
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/tmp/rvm_src_53864 ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/tmp/rvm_src_53864/.rvmrc
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/tmp/rvm_src_53864/.rvmrc ]]
+__rvm_find_first_file:7>
__file_enum=/Users/teja/.rvm/tmp/rvm_src_53864/.versions.conf
+__rvm_find_first_file:10> [[ -f
/Users/teja/.rvm/tmp/rvm_src_53864/.versions.conf ]]
+__rvm_find_first_file:7>
__file_enum=/Users/teja/.rvm/tmp/rvm_src_53864/.ruby-version
+__rvm_find_first_file:10> [[ -f
/Users/teja/.rvm/tmp/rvm_src_53864/.ruby-version ]]
+__rvm_find_first_file:7>
__file_enum=/Users/teja/.rvm/tmp/rvm_src_53864/.rbfu-version
+__rvm_find_first_file:10> [[ -f
/Users/teja/.rvm/tmp/rvm_src_53864/.rbfu-version ]]
+__rvm_find_first_file:7>
__file_enum=/Users/teja/.rvm/tmp/rvm_src_53864/.rbenv-version
+__rvm_find_first_file:10> [[ -f
/Users/teja/.rvm/tmp/rvm_src_53864/.rbenv-version ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/tmp/rvm_src_53864/Gemfile
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/tmp/rvm_src_53864/Gemfile ]]
+__rvm_find_first_file:16> eval '_found_file=""'
+(eval):1> _found_file=''
+__rvm_find_first_file:17> return 1
+__rvm_project_dir_check:13> true
+__rvm_project_dir_check:15> [[ '' == Gemfile ]]
+__rvm_project_dir_check:24> [[ -n found_file ]]
+__rvm_project_dir_check:25> eval 'found_file="${_found_file:-}"'
+(eval):1> found_file=''
+__rvm_project_dir_check:28> [[ -n '' ]]
+__rvm_project_dir_check:28> return 1
+__rvm_project_rvmrc:52> working_dir=+__rvm_project_rvmrc:52> dirname
/Users/teja/.rvm/tmp/rvm_src_53864
+__rvm_project_rvmrc:52> working_dir=/Users/teja/.rvm/tmp
+__rvm_project_rvmrc:14> :
+__rvm_project_rvmrc:17> [[ -z /Users/teja/.rvm/tmp || /Users/teja ==
/Users/teja/.rvm/tmp || /Users/teja == /Users/teja/.rvm/tmp || / ==
/Users/teja/.rvm/tmp ]]
+__rvm_project_rvmrc:38> __rvm_project_dir_check /Users/teja/.rvm/tmp found_file
+__rvm_project_dir_check:2> typeset _found_file path_to_check variable
variable_default
+__rvm_project_dir_check:3> typeset -a _valid_files
+__rvm_project_dir_check:4> path_to_check=/Users/teja/.rvm/tmp
+__rvm_project_dir_check:5> variable=found_file
+__rvm_project_dir_check:6> variable_default=''
+__rvm_project_dir_check:7> _valid_files=( /Users/teja/.rvm/tmp
/Users/teja/.rvm/tmp/.rvmrc /Users/teja/.rvm/tmp/.versions.conf
/Users/teja/.rvm/tmp/.ruby-version /Users/teja/.rvm/tmp/.rbfu-version
/Users/teja/.rvm/tmp/.rbenv-version /Users/teja/.rvm/tmp/Gemfile )
+__rvm_project_dir_check:13> __rvm_find_first_file _found_file
/Users/teja/.rvm/tmp /Users/teja/.rvm/tmp/.rvmrc
/Users/teja/.rvm/tmp/.versions.conf /Users/teja/.rvm/tmp/.ruby-version
/Users/teja/.rvm/tmp/.rbfu-version /Users/teja/.rvm/tmp/.rbenv-version
/Users/teja/.rvm/tmp/Gemfile
+__rvm_find_first_file:2> typeset _first_file _variable_first_file __file_enum
+__rvm_find_first_file:3> _first_file=''
+__rvm_find_first_file:4> _variable_first_file=_found_file
+__rvm_find_first_file:5> shift
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/tmp
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/tmp ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/tmp/.rvmrc
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/tmp/.rvmrc ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/tmp/.versions.conf
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/tmp/.versions.conf ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/tmp/.ruby-version
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/tmp/.ruby-version ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/tmp/.rbfu-version
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/tmp/.rbfu-version ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/tmp/.rbenv-version
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/tmp/.rbenv-version ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/tmp/Gemfile
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/tmp/Gemfile ]]
+__rvm_find_first_file:16> eval '_found_file=""'
+(eval):1> _found_file=''
+__rvm_find_first_file:17> return 1
+__rvm_project_dir_check:13> true
+__rvm_project_dir_check:15> [[ '' == Gemfile ]]
+__rvm_project_dir_check:24> [[ -n found_file ]]
+__rvm_project_dir_check:25> eval 'found_file="${_found_file:-}"'
+(eval):1> found_file=''
+__rvm_project_dir_check:28> [[ -n '' ]]
+__rvm_project_dir_check:28> return 1
+__rvm_project_rvmrc:52> working_dir=+__rvm_project_rvmrc:52> dirname
/Users/teja/.rvm/tmp
+__rvm_project_rvmrc:52> working_dir=/Users/teja/.rvm
+__rvm_project_rvmrc:14> :
+__rvm_project_rvmrc:17> [[ -z /Users/teja/.rvm || /Users/teja ==
/Users/teja/.rvm || /Users/teja == /Users/teja/.rvm || / == /Users/teja/.rvm ]]
+__rvm_project_rvmrc:38> __rvm_project_dir_check /Users/teja/.rvm found_file
+__rvm_project_dir_check:2> typeset _found_file path_to_check variable
variable_default
+__rvm_project_dir_check:3> typeset -a _valid_files
+__rvm_project_dir_check:4> path_to_check=/Users/teja/.rvm
+__rvm_project_dir_check:5> variable=found_file
+__rvm_project_dir_check:6> variable_default=''
+__rvm_project_dir_check:7> _valid_files=( /Users/teja/.rvm
/Users/teja/.rvm/.rvmrc /Users/teja/.rvm/.versions.conf
/Users/teja/.rvm/.ruby-version /Users/teja/.rvm/.rbfu-version
/Users/teja/.rvm/.rbenv-version /Users/teja/.rvm/Gemfile )
+__rvm_project_dir_check:13> __rvm_find_first_file _found_file /Users/teja/.rvm
/Users/teja/.rvm/.rvmrc /Users/teja/.rvm/.versions.conf
/Users/teja/.rvm/.ruby-version /Users/teja/.rvm/.rbfu-version
/Users/teja/.rvm/.rbenv-version /Users/teja/.rvm/Gemfile
+__rvm_find_first_file:2> typeset _first_file _variable_first_file __file_enum
+__rvm_find_first_file:3> _first_file=''
+__rvm_find_first_file:4> _variable_first_file=_found_file
+__rvm_find_first_file:5> shift
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/.rvmrc
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/.rvmrc ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/.versions.conf
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/.versions.conf ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/.ruby-version
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/.ruby-version ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/.rbfu-version
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/.rbfu-version ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/.rbenv-version
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/.rbenv-version ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/Gemfile
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/Gemfile ]]
+__rvm_find_first_file:16> eval '_found_file=""'
+(eval):1> _found_file=''
+__rvm_find_first_file:17> return 1
+__rvm_project_dir_check:13> true
+__rvm_project_dir_check:15> [[ '' == Gemfile ]]
+__rvm_project_dir_check:24> [[ -n found_file ]]
+__rvm_project_dir_check:25> eval 'found_file="${_found_file:-}"'
+(eval):1> found_file=''
+__rvm_project_dir_check:28> [[ -n '' ]]
+__rvm_project_dir_check:28> return 1
+__rvm_project_rvmrc:52> working_dir=+__rvm_project_rvmrc:52> dirname
/Users/teja/.rvm
+__rvm_project_rvmrc:52> working_dir=/Users/teja
+__rvm_project_rvmrc:14> :
+__rvm_project_rvmrc:17> [[ -z /Users/teja || /Users/teja == /Users/teja ]]
+__rvm_project_rvmrc:20> [[ -n '' ]]
+__rvm_project_rvmrc:35> break
+__rvm_project_rvmrc:57> unset __rvm_project_rvmrc_lock
+__rvm_project_rvmrc:58> return 0
+__rvm_after_cd:2> typeset rvm_hook
+__rvm_after_cd:3> rvm_hook=after_cd
+__rvm_after_cd:4> [[ -n /Users/teja/.rvm/scripts ]]
+__rvm_after_cd:5> source /Users/teja/.rvm/scripts/hook
+/Users/teja/.rvm/scripts/hook:5> old_rvm_verbose_flag=0
+/Users/teja/.rvm/scripts/hook:6> old_rvm_debug_flag=0
+/Users/teja/.rvm/scripts/hook:11> true rvm_verbose_flag:0 rvm_debug_flag:0
rvm_hook:after_cd
+/Users/teja/.rvm/scripts/hook:15> [[ -n after_cd ]]
+/Users/teja/.rvm/scripts/hook:17> hooks=( /Users/teja/.rvm/hooks )
+/Users/teja/.rvm/scripts/hook:18> [[
/Users/teja/.rvm/tmp/rvm_src_53864/.rvm/hooks == /Users/teja/.rvm/hooks ]]
+/Users/teja/.rvm/scripts/hook:19> hooks+=(
/Users/teja/.rvm/tmp/rvm_src_53864/.rvm/hooks )
+/Users/teja/.rvm/scripts/hook:21>
_hooks_list=+/Users/teja/.rvm/scripts/hook:21> _hooks_list=(
/Users/teja/.rvm/hooks/after_cd_bundler )
+/Users/teja/.rvm/scripts/hook:25> hook=/Users/teja/.rvm/hooks/after_cd_bundler
+/Users/teja/.rvm/scripts/hook:27> [[ -x /Users/teja/.rvm/hooks/after_cd_bundler
|| after_cd_bundler == after_cd ]]
+/Users/teja/.rvm/scripts/hook:37> unset rvm_hook hooks _hooks_list hook
+__rvm_do_with_env_after:2> __rvm_teardown
+__rvm_teardown:4> __rvm_cleanup_tmp
+__rvm_cleanup_tmp:2> [[ -d /Users/teja/.rvm/tmp/ ]]
+__rvm_cleanup_tmp:4> case /Users/teja/.rvm/tmp (*tmp)
+__rvm_cleanup_tmp:6> __rvm_rm_rf '/Users/teja/.rvm/tmp/53864*'
+__rvm_rm_rf:2> __rvm_rm_rf_verbose '/Users/teja/.rvm/tmp/53864*'
+__rvm_rm_rf_verbose:2> typeset result target
+__rvm_rm_rf_verbose:3> result=1
+__rvm_rm_rf_verbose:4> target='/Users/teja/.rvm/tmp/53864*'
+__rvm_rm_rf_verbose:7> [[ -n 4.3.11 ]]
+__rvm_rm_rf_verbose:9> setopt extendedglob
+__rvm_rm_rf_verbose:18> case /Users/teja/.rvm/tmp/53864*
(*(/|.)@(|/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))
+__rvm_rm_rf_verbose:18> case /Users/teja/.rvm/tmp/53864* (*)
+__rvm_rm_rf_verbose:23> [[ -n '/Users/teja/.rvm/tmp/53864*' ]]
+__rvm_rm_rf_verbose:25> [[ -d '/Users/teja/.rvm/tmp/53864*' ]]
+__rvm_rm_rf_verbose:29> [[ -f '/Users/teja/.rvm/tmp/53864*' || -L
'/Users/teja/.rvm/tmp/53864*' ]]
+__rvm_rm_rf_verbose:34> result=0
+__rvm_rm_rf_verbose:39> return 0
+__rvm_cleanup_tmp:10> return 0
+__rvm_teardown:7> export __rvm_env_loaded
+__rvm_teardown:9> : __rvm_env_loaded:3:
+__rvm_teardown:11> : __rvm_env_loaded:3:
+__rvm_teardown:13> : __rvm_env_loaded:2:
+__rvm_teardown:15> [[ -z /Users/teja/.rvm/tmp ]]
+__rvm_teardown:15> (( __rvm_env_loaded > 0 ))
+__rvm_teardown:17> return 0
+__rvm_fetch_ruby:77> ls
+__rvm_fetch_ruby:77> mv /Users/teja/.rvm/tmp/rvm_src_53864/ruby-1.9.3-p194
/Users/teja/.rvm/src/ruby-1.9.3-p194
+__rvm_fetch_ruby:79> __rvm_rm_rf /Users/teja/.rvm/tmp/rvm_src_53864
+__rvm_rm_rf:2> __rvm_rm_rf_verbose /Users/teja/.rvm/tmp/rvm_src_53864
+__rvm_rm_rf_verbose:2> typeset result target
+__rvm_rm_rf_verbose:3> result=1
+__rvm_rm_rf_verbose:4> target=/Users/teja/.rvm/tmp/rvm_src_53864
+__rvm_rm_rf_verbose:7> [[ -n 4.3.11 ]]
+__rvm_rm_rf_verbose:9> setopt extendedglob
+__rvm_rm_rf_verbose:18> case /Users/teja/.rvm/tmp/rvm_src_53864
(*(/|.)@(|/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))
+__rvm_rm_rf_verbose:18> case /Users/teja/.rvm/tmp/rvm_src_53864 (*)
+__rvm_rm_rf_verbose:23> [[ -n /Users/teja/.rvm/tmp/rvm_src_53864 ]]
+__rvm_rm_rf_verbose:25> [[ -d /Users/teja/.rvm/tmp/rvm_src_53864 ]]
+__rvm_rm_rf_verbose:27> rm -rf /Users/teja/.rvm/tmp/rvm_src_53864
+__rvm_rm_rf_verbose:28> result=0
+__rvm_rm_rf_verbose:39> return 0
+__rvm_fetch_ruby:82> [[ -n '' ]]
+__rvm_fetch_ruby:86> rvm_log 'ruby-1.9.3-p194 - #extracted to
/Users/teja/.rvm/src/ruby-1.9.3-p194'
+rvm_log:2> rvm_pretty_print stdout
+rvm_pretty_print:2> case auto (0|no)
+rvm_pretty_print:2> case auto (1|auto)
+rvm_pretty_print:7> case xterm-256color (dumb|unknown)
+rvm_pretty_print:10> case stdout (stdout)
+rvm_pretty_print:11> [[ -t 1 ]]
+rvm_pretty_print:17> return 0
+rvm_log:3> printf %b 'ruby-1.9.3-p194 - #extracted to
/Users/teja/.rvm/src/ruby-1.9.3-p194\n'
ruby-1.9.3-p194 - #extracted to /Users/teja/.rvm/src/ruby-1.9.3-p194
+__rvm_fetch_ruby:91> return 0
+__rvm_install_source:13> true
+__rvm_install_source:20> cd /Users/teja/.rvm/src/ruby-1.9.3-p194
+__rvm_do_with_env_before:2> [[ -n /Users/teja/.rvm/scripts ]]
+__rvm_do_with_env_before:5> source /Users/teja/.rvm/scripts/initialize
+/Users/teja/.rvm/scripts/initialize:3> : rvm_trace_flag:1
+/Users/teja/.rvm/scripts/initialize:4> (( rvm_trace_flag > 0 ))
+/Users/teja/.rvm/scripts/initialize:6> set -o xtrace
+/Users/teja/.rvm/scripts/initialize:9> [[ -z 4.3.11 ]]
+/Users/teja/.rvm/scripts/initialize:21> [[ -n '' ]]
+/Users/teja/.rvm/scripts/initialize:24> [[ -n 4.3.11 ]]
+/Users/teja/.rvm/scripts/initialize:26> setopt extendedglob
+/Users/teja/.rvm/scripts/initialize:27> setopt kshglob
+/Users/teja/.rvm/scripts/initialize:28> setopt no_glob_subst
+/Users/teja/.rvm/scripts/initialize:33> export __rvm_env_loaded
+/Users/teja/.rvm/scripts/initialize:35> : __rvm_env_loaded:2:
+/Users/teja/.rvm/scripts/initialize:37> : __rvm_env_loaded:3:
+/Users/teja/.rvm/scripts/initialize:40> [[ -z /Users/teja/.rvm/tmp ]]
+/Users/teja/.rvm/scripts/initialize:40> (( __rvm_env_loaded == 1 ))
+__rvm_do_with_env_before:6> __rvm_setup
+__rvm_setup:3> export rvm_head_flag rvm_ruby_selected_flag
rvm_user_install_flag rvm_path_flag rvm_cron_flag rvm_static_flag
rvm_default_flag rvm_loaded_flag rvm_llvm_flag rvm_skip_autoreconf_flag
rvm_18_flag rvm_19_flag rvm_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_setup:4> export 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_setup:5> export 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_setup:6> export __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_without_gems
+__rvm_setup:7> export -a rvm_patch_names rvm_ree_options rvm_autoconf_flags
+__rvm_setup:10> (( __rvm_env_loaded != 1 ))
+__rvm_setup:11> return 0
+__rvm_project_rvmrc:2> export __rvm_project_rvmrc_lock
+__rvm_project_rvmrc:3> : __rvm_project_rvmrc_lock:0
+__rvm_project_rvmrc:4> : __rvm_project_rvmrc_lock:1
+__rvm_project_rvmrc:5> (( __rvm_project_rvmrc_lock > 1 ))
+__rvm_project_rvmrc:9> typeset working_dir found_file
rvm_trustworthiness_result
+__rvm_project_rvmrc:12> working_dir=/Users/teja/.rvm/src/ruby-1.9.3-p194
+__rvm_project_rvmrc:14> :
+__rvm_project_rvmrc:17> [[ -z /Users/teja/.rvm/src/ruby-1.9.3-p194 ||
/Users/teja == /Users/teja/.rvm/src/ruby-1.9.3-p194 || /Users/teja ==
/Users/teja/.rvm/src/ruby-1.9.3-p194 || / ==
/Users/teja/.rvm/src/ruby-1.9.3-p194 ]]
+__rvm_project_rvmrc:38> __rvm_project_dir_check
/Users/teja/.rvm/src/ruby-1.9.3-p194 found_file
+__rvm_project_dir_check:2> typeset _found_file path_to_check variable
variable_default
+__rvm_project_dir_check:3> typeset -a _valid_files
+__rvm_project_dir_check:4> path_to_check=/Users/teja/.rvm/src/ruby-1.9.3-p194
+__rvm_project_dir_check:5> variable=found_file
+__rvm_project_dir_check:6> variable_default=''
+__rvm_project_dir_check:7> _valid_files=( /Users/teja/.rvm/src/ruby-1.9.3-p194
/Users/teja/.rvm/src/ruby-1.9.3-p194/.rvmrc
/Users/teja/.rvm/src/ruby-1.9.3-p194/.versions.conf
/Users/teja/.rvm/src/ruby-1.9.3-p194/.ruby-version
/Users/teja/.rvm/src/ruby-1.9.3-p194/.rbfu-version
/Users/teja/.rvm/src/ruby-1.9.3-p194/.rbenv-version
/Users/teja/.rvm/src/ruby-1.9.3-p194/Gemfile )
+__rvm_project_dir_check:13> __rvm_find_first_file _found_file
/Users/teja/.rvm/src/ruby-1.9.3-p194 /Users/teja/.rvm/src/ruby-1.9.3-p194/.rvmrc
/Users/teja/.rvm/src/ruby-1.9.3-p194/.versions.conf
/Users/teja/.rvm/src/ruby-1.9.3-p194/.ruby-version
/Users/teja/.rvm/src/ruby-1.9.3-p194/.rbfu-version
/Users/teja/.rvm/src/ruby-1.9.3-p194/.rbenv-version
/Users/teja/.rvm/src/ruby-1.9.3-p194/Gemfile
+__rvm_find_first_file:2> typeset _first_file _variable_first_file __file_enum
+__rvm_find_first_file:3> _first_file=''
+__rvm_find_first_file:4> _variable_first_file=_found_file
+__rvm_find_first_file:5> shift
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src/ruby-1.9.3-p194
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src/ruby-1.9.3-p194 ]]
+__rvm_find_first_file:7>
__file_enum=/Users/teja/.rvm/src/ruby-1.9.3-p194/.rvmrc
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src/ruby-1.9.3-p194/.rvmrc ]]
+__rvm_find_first_file:7>
__file_enum=/Users/teja/.rvm/src/ruby-1.9.3-p194/.versions.conf
+__rvm_find_first_file:10> [[ -f
/Users/teja/.rvm/src/ruby-1.9.3-p194/.versions.conf ]]
+__rvm_find_first_file:7>
__file_enum=/Users/teja/.rvm/src/ruby-1.9.3-p194/.ruby-version
+__rvm_find_first_file:10> [[ -f
/Users/teja/.rvm/src/ruby-1.9.3-p194/.ruby-version ]]
+__rvm_find_first_file:7>
__file_enum=/Users/teja/.rvm/src/ruby-1.9.3-p194/.rbfu-version
+__rvm_find_first_file:10> [[ -f
/Users/teja/.rvm/src/ruby-1.9.3-p194/.rbfu-version ]]
+__rvm_find_first_file:7>
__file_enum=/Users/teja/.rvm/src/ruby-1.9.3-p194/.rbenv-version
+__rvm_find_first_file:10> [[ -f
/Users/teja/.rvm/src/ruby-1.9.3-p194/.rbenv-version ]]
+__rvm_find_first_file:7>
__file_enum=/Users/teja/.rvm/src/ruby-1.9.3-p194/Gemfile
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src/ruby-1.9.3-p194/Gemfile ]]
+__rvm_find_first_file:16> eval '_found_file=""'
+(eval):1> _found_file=''
+__rvm_find_first_file:17> return 1
+__rvm_project_dir_check:13> true
+__rvm_project_dir_check:15> [[ '' == Gemfile ]]
+__rvm_project_dir_check:24> [[ -n found_file ]]
+__rvm_project_dir_check:25> eval 'found_file="${_found_file:-}"'
+(eval):1> found_file=''
+__rvm_project_dir_check:28> [[ -n '' ]]
+__rvm_project_dir_check:28> return 1
+__rvm_project_rvmrc:52> working_dir=+__rvm_project_rvmrc:52> dirname
/Users/teja/.rvm/src/ruby-1.9.3-p194
+__rvm_project_rvmrc:52> working_dir=/Users/teja/.rvm/src
+__rvm_project_rvmrc:14> :
+__rvm_project_rvmrc:17> [[ -z /Users/teja/.rvm/src || /Users/teja ==
/Users/teja/.rvm/src || /Users/teja == /Users/teja/.rvm/src || / ==
/Users/teja/.rvm/src ]]
+__rvm_project_rvmrc:38> __rvm_project_dir_check /Users/teja/.rvm/src found_file
+__rvm_project_dir_check:2> typeset _found_file path_to_check variable
variable_default
+__rvm_project_dir_check:3> typeset -a _valid_files
+__rvm_project_dir_check:4> path_to_check=/Users/teja/.rvm/src
+__rvm_project_dir_check:5> variable=found_file
+__rvm_project_dir_check:6> variable_default=''
+__rvm_project_dir_check:7> _valid_files=( /Users/teja/.rvm/src
/Users/teja/.rvm/src/.rvmrc /Users/teja/.rvm/src/.versions.conf
/Users/teja/.rvm/src/.ruby-version /Users/teja/.rvm/src/.rbfu-version
/Users/teja/.rvm/src/.rbenv-version /Users/teja/.rvm/src/Gemfile )
+__rvm_project_dir_check:13> __rvm_find_first_file _found_file
/Users/teja/.rvm/src /Users/teja/.rvm/src/.rvmrc
/Users/teja/.rvm/src/.versions.conf /Users/teja/.rvm/src/.ruby-version
/Users/teja/.rvm/src/.rbfu-version /Users/teja/.rvm/src/.rbenv-version
/Users/teja/.rvm/src/Gemfile
+__rvm_find_first_file:2> typeset _first_file _variable_first_file __file_enum
+__rvm_find_first_file:3> _first_file=''
+__rvm_find_first_file:4> _variable_first_file=_found_file
+__rvm_find_first_file:5> shift
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src/.rvmrc
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src/.rvmrc ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src/.versions.conf
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src/.versions.conf ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src/.ruby-version
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src/.ruby-version ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src/.rbfu-version
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src/.rbfu-version ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src/.rbenv-version
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src/.rbenv-version ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src/Gemfile
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src/Gemfile ]]
+__rvm_find_first_file:16> eval '_found_file=""'
+(eval):1> _found_file=''
+__rvm_find_first_file:17> return 1
+__rvm_project_dir_check:13> true
+__rvm_project_dir_check:15> [[ '' == Gemfile ]]
+__rvm_project_dir_check:24> [[ -n found_file ]]
+__rvm_project_dir_check:25> eval 'found_file="${_found_file:-}"'
+(eval):1> found_file=''
+__rvm_project_dir_check:28> [[ -n '' ]]
+__rvm_project_dir_check:28> return 1
+__rvm_project_rvmrc:52> working_dir=+__rvm_project_rvmrc:52> dirname
/Users/teja/.rvm/src
+__rvm_project_rvmrc:52> working_dir=/Users/teja/.rvm
+__rvm_project_rvmrc:14> :
+__rvm_project_rvmrc:17> [[ -z /Users/teja/.rvm || /Users/teja ==
/Users/teja/.rvm || /Users/teja == /Users/teja/.rvm || / == /Users/teja/.rvm ]]
+__rvm_project_rvmrc:38> __rvm_project_dir_check /Users/teja/.rvm found_file
+__rvm_project_dir_check:2> typeset _found_file path_to_check variable
variable_default
+__rvm_project_dir_check:3> typeset -a _valid_files
+__rvm_project_dir_check:4> path_to_check=/Users/teja/.rvm
+__rvm_project_dir_check:5> variable=found_file
+__rvm_project_dir_check:6> variable_default=''
+__rvm_project_dir_check:7> _valid_files=( /Users/teja/.rvm
/Users/teja/.rvm/.rvmrc /Users/teja/.rvm/.versions.conf
/Users/teja/.rvm/.ruby-version /Users/teja/.rvm/.rbfu-version
/Users/teja/.rvm/.rbenv-version /Users/teja/.rvm/Gemfile )
+__rvm_project_dir_check:13> __rvm_find_first_file _found_file /Users/teja/.rvm
/Users/teja/.rvm/.rvmrc /Users/teja/.rvm/.versions.conf
/Users/teja/.rvm/.ruby-version /Users/teja/.rvm/.rbfu-version
/Users/teja/.rvm/.rbenv-version /Users/teja/.rvm/Gemfile
+__rvm_find_first_file:2> typeset _first_file _variable_first_file __file_enum
+__rvm_find_first_file:3> _first_file=''
+__rvm_find_first_file:4> _variable_first_file=_found_file
+__rvm_find_first_file:5> shift
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/.rvmrc
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/.rvmrc ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/.versions.conf
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/.versions.conf ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/.ruby-version
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/.ruby-version ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/.rbfu-version
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/.rbfu-version ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/.rbenv-version
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/.rbenv-version ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/Gemfile
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/Gemfile ]]
+__rvm_find_first_file:16> eval '_found_file=""'
+(eval):1> _found_file=''
+__rvm_find_first_file:17> return 1
+__rvm_project_dir_check:13> true
+__rvm_project_dir_check:15> [[ '' == Gemfile ]]
+__rvm_project_dir_check:24> [[ -n found_file ]]
+__rvm_project_dir_check:25> eval 'found_file="${_found_file:-}"'
+(eval):1> found_file=''
+__rvm_project_dir_check:28> [[ -n '' ]]
+__rvm_project_dir_check:28> return 1
+__rvm_project_rvmrc:52> working_dir=+__rvm_project_rvmrc:52> dirname
/Users/teja/.rvm
+__rvm_project_rvmrc:52> working_dir=/Users/teja
+__rvm_project_rvmrc:14> :
+__rvm_project_rvmrc:17> [[ -z /Users/teja || /Users/teja == /Users/teja ]]
+__rvm_project_rvmrc:20> [[ -n '' ]]
+__rvm_project_rvmrc:35> break
+__rvm_project_rvmrc:57> unset __rvm_project_rvmrc_lock
+__rvm_project_rvmrc:58> return 0
+__rvm_after_cd:2> typeset rvm_hook
+__rvm_after_cd:3> rvm_hook=after_cd
+__rvm_after_cd:4> [[ -n /Users/teja/.rvm/scripts ]]
+__rvm_after_cd:5> source /Users/teja/.rvm/scripts/hook
+/Users/teja/.rvm/scripts/hook:5> old_rvm_verbose_flag=0
+/Users/teja/.rvm/scripts/hook:6> old_rvm_debug_flag=0
+/Users/teja/.rvm/scripts/hook:11> true rvm_verbose_flag:0 rvm_debug_flag:0
rvm_hook:after_cd
+/Users/teja/.rvm/scripts/hook:15> [[ -n after_cd ]]
+/Users/teja/.rvm/scripts/hook:17> hooks=( /Users/teja/.rvm/hooks )
+/Users/teja/.rvm/scripts/hook:18> [[
/Users/teja/.rvm/src/ruby-1.9.3-p194/.rvm/hooks == /Users/teja/.rvm/hooks ]]
+/Users/teja/.rvm/scripts/hook:19> hooks+=(
/Users/teja/.rvm/src/ruby-1.9.3-p194/.rvm/hooks )
+/Users/teja/.rvm/scripts/hook:21>
_hooks_list=+/Users/teja/.rvm/scripts/hook:21> _hooks_list=(
/Users/teja/.rvm/hooks/after_cd_bundler )
+/Users/teja/.rvm/scripts/hook:25> hook=/Users/teja/.rvm/hooks/after_cd_bundler
+/Users/teja/.rvm/scripts/hook:27> [[ -x /Users/teja/.rvm/hooks/after_cd_bundler
|| after_cd_bundler == after_cd ]]
+/Users/teja/.rvm/scripts/hook:37> unset rvm_hook hooks _hooks_list hook
+__rvm_do_with_env_after:2> __rvm_teardown
+__rvm_teardown:4> __rvm_cleanup_tmp
+__rvm_cleanup_tmp:2> [[ -d /Users/teja/.rvm/tmp/ ]]
+__rvm_cleanup_tmp:4> case /Users/teja/.rvm/tmp (*tmp)
+__rvm_cleanup_tmp:6> __rvm_rm_rf '/Users/teja/.rvm/tmp/53864*'
+__rvm_rm_rf:2> __rvm_rm_rf_verbose '/Users/teja/.rvm/tmp/53864*'
+__rvm_rm_rf_verbose:2> typeset result target
+__rvm_rm_rf_verbose:3> result=1
+__rvm_rm_rf_verbose:4> target='/Users/teja/.rvm/tmp/53864*'
+__rvm_rm_rf_verbose:7> [[ -n 4.3.11 ]]
+__rvm_rm_rf_verbose:9> setopt extendedglob
+__rvm_rm_rf_verbose:18> case /Users/teja/.rvm/tmp/53864*
(*(/|.)@(|/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))
+__rvm_rm_rf_verbose:18> case /Users/teja/.rvm/tmp/53864* (*)
+__rvm_rm_rf_verbose:23> [[ -n '/Users/teja/.rvm/tmp/53864*' ]]
+__rvm_rm_rf_verbose:25> [[ -d '/Users/teja/.rvm/tmp/53864*' ]]
+__rvm_rm_rf_verbose:29> [[ -f '/Users/teja/.rvm/tmp/53864*' || -L
'/Users/teja/.rvm/tmp/53864*' ]]
+__rvm_rm_rf_verbose:34> result=0
+__rvm_rm_rf_verbose:39> return 0
+__rvm_cleanup_tmp:10> return 0
+__rvm_teardown:7> export __rvm_env_loaded
+__rvm_teardown:9> : __rvm_env_loaded:3:
+__rvm_teardown:11> : __rvm_env_loaded:3:
+__rvm_teardown:13> : __rvm_env_loaded:2:
+__rvm_teardown:15> [[ -z /Users/teja/.rvm/tmp ]]
+__rvm_teardown:15> (( __rvm_env_loaded > 0 ))
+__rvm_teardown:17> return 0
+__rvm_do_with_env_before:2> [[ -n /Users/teja/.rvm/scripts ]]
+__rvm_do_with_env_before:5> source /Users/teja/.rvm/scripts/initialize
+/Users/teja/.rvm/scripts/initialize:3> : rvm_trace_flag:1
+/Users/teja/.rvm/scripts/initialize:4> (( rvm_trace_flag > 0 ))
+/Users/teja/.rvm/scripts/initialize:6> set -o xtrace
+/Users/teja/.rvm/scripts/initialize:9> [[ -z 4.3.11 ]]
+/Users/teja/.rvm/scripts/initialize:21> [[ -n '' ]]
+/Users/teja/.rvm/scripts/initialize:24> [[ -n 4.3.11 ]]
+/Users/teja/.rvm/scripts/initialize:26> setopt extendedglob
+/Users/teja/.rvm/scripts/initialize:27> setopt kshglob
+/Users/teja/.rvm/scripts/initialize:28> setopt no_glob_subst
+/Users/teja/.rvm/scripts/initialize:33> export __rvm_env_loaded
+/Users/teja/.rvm/scripts/initialize:35> : __rvm_env_loaded:2:
+/Users/teja/.rvm/scripts/initialize:37> : __rvm_env_loaded:3:
+/Users/teja/.rvm/scripts/initialize:40> [[ -z /Users/teja/.rvm/tmp ]]
+/Users/teja/.rvm/scripts/initialize:40> (( __rvm_env_loaded == 1 ))
+__rvm_do_with_env_before:6> __rvm_setup
+__rvm_setup:3> export rvm_head_flag rvm_ruby_selected_flag
rvm_user_install_flag rvm_path_flag rvm_cron_flag rvm_static_flag
rvm_default_flag rvm_loaded_flag rvm_llvm_flag rvm_skip_autoreconf_flag
rvm_18_flag rvm_19_flag rvm_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_setup:4> export 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_setup:5> export 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_setup:6> export __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_without_gems
+__rvm_setup:7> export -a rvm_patch_names rvm_ree_options rvm_autoconf_flags
+__rvm_setup:10> (( __rvm_env_loaded != 1 ))
+__rvm_setup:11> return 0
+__rvm_project_rvmrc:2> export __rvm_project_rvmrc_lock
+__rvm_project_rvmrc:3> : __rvm_project_rvmrc_lock:0
+__rvm_project_rvmrc:4> : __rvm_project_rvmrc_lock:1
+__rvm_project_rvmrc:5> (( __rvm_project_rvmrc_lock > 1 ))
+__rvm_project_rvmrc:9> typeset working_dir found_file
rvm_trustworthiness_result
+__rvm_project_rvmrc:12> working_dir=/Users/teja/.rvm/src/ruby-1.9.3-p194
+__rvm_project_rvmrc:14> :
+__rvm_project_rvmrc:17> [[ -z /Users/teja/.rvm/src/ruby-1.9.3-p194 ||
/Users/teja == /Users/teja/.rvm/src/ruby-1.9.3-p194 || /Users/teja ==
/Users/teja/.rvm/src/ruby-1.9.3-p194 || / ==
/Users/teja/.rvm/src/ruby-1.9.3-p194 ]]
+__rvm_project_rvmrc:38> __rvm_project_dir_check
/Users/teja/.rvm/src/ruby-1.9.3-p194 found_file
+__rvm_project_dir_check:2> typeset _found_file path_to_check variable
variable_default
+__rvm_project_dir_check:3> typeset -a _valid_files
+__rvm_project_dir_check:4> path_to_check=/Users/teja/.rvm/src/ruby-1.9.3-p194
+__rvm_project_dir_check:5> variable=found_file
+__rvm_project_dir_check:6> variable_default=''
+__rvm_project_dir_check:7> _valid_files=( /Users/teja/.rvm/src/ruby-1.9.3-p194
/Users/teja/.rvm/src/ruby-1.9.3-p194/.rvmrc
/Users/teja/.rvm/src/ruby-1.9.3-p194/.versions.conf
/Users/teja/.rvm/src/ruby-1.9.3-p194/.ruby-version
/Users/teja/.rvm/src/ruby-1.9.3-p194/.rbfu-version
/Users/teja/.rvm/src/ruby-1.9.3-p194/.rbenv-version
/Users/teja/.rvm/src/ruby-1.9.3-p194/Gemfile )
+__rvm_project_dir_check:13> __rvm_find_first_file _found_file
/Users/teja/.rvm/src/ruby-1.9.3-p194 /Users/teja/.rvm/src/ruby-1.9.3-p194/.rvmrc
/Users/teja/.rvm/src/ruby-1.9.3-p194/.versions.conf
/Users/teja/.rvm/src/ruby-1.9.3-p194/.ruby-version
/Users/teja/.rvm/src/ruby-1.9.3-p194/.rbfu-version
/Users/teja/.rvm/src/ruby-1.9.3-p194/.rbenv-version
/Users/teja/.rvm/src/ruby-1.9.3-p194/Gemfile
+__rvm_find_first_file:2> typeset _first_file _variable_first_file __file_enum
+__rvm_find_first_file:3> _first_file=''
+__rvm_find_first_file:4> _variable_first_file=_found_file
+__rvm_find_first_file:5> shift
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src/ruby-1.9.3-p194
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src/ruby-1.9.3-p194 ]]
+__rvm_find_first_file:7>
__file_enum=/Users/teja/.rvm/src/ruby-1.9.3-p194/.rvmrc
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src/ruby-1.9.3-p194/.rvmrc ]]
+__rvm_find_first_file:7>
__file_enum=/Users/teja/.rvm/src/ruby-1.9.3-p194/.versions.conf
+__rvm_find_first_file:10> [[ -f
/Users/teja/.rvm/src/ruby-1.9.3-p194/.versions.conf ]]
+__rvm_find_first_file:7>
__file_enum=/Users/teja/.rvm/src/ruby-1.9.3-p194/.ruby-version
+__rvm_find_first_file:10> [[ -f
/Users/teja/.rvm/src/ruby-1.9.3-p194/.ruby-version ]]
+__rvm_find_first_file:7>
__file_enum=/Users/teja/.rvm/src/ruby-1.9.3-p194/.rbfu-version
+__rvm_find_first_file:10> [[ -f
/Users/teja/.rvm/src/ruby-1.9.3-p194/.rbfu-version ]]
+__rvm_find_first_file:7>
__file_enum=/Users/teja/.rvm/src/ruby-1.9.3-p194/.rbenv-version
+__rvm_find_first_file:10> [[ -f
/Users/teja/.rvm/src/ruby-1.9.3-p194/.rbenv-version ]]
+__rvm_find_first_file:7>
__file_enum=/Users/teja/.rvm/src/ruby-1.9.3-p194/Gemfile
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src/ruby-1.9.3-p194/Gemfile ]]
+__rvm_find_first_file:16> eval '_found_file=""'
+(eval):1> _found_file=''
+__rvm_find_first_file:17> return 1
+__rvm_project_dir_check:13> true
+__rvm_project_dir_check:15> [[ '' == Gemfile ]]
+__rvm_project_dir_check:24> [[ -n found_file ]]
+__rvm_project_dir_check:25> eval 'found_file="${_found_file:-}"'
+(eval):1> found_file=''
+__rvm_project_dir_check:28> [[ -n '' ]]
+__rvm_project_dir_check:28> return 1
+__rvm_project_rvmrc:52> working_dir=+__rvm_project_rvmrc:52> dirname
/Users/teja/.rvm/src/ruby-1.9.3-p194
+__rvm_project_rvmrc:52> working_dir=/Users/teja/.rvm/src
+__rvm_project_rvmrc:14> :
+__rvm_project_rvmrc:17> [[ -z /Users/teja/.rvm/src || /Users/teja ==
/Users/teja/.rvm/src || /Users/teja == /Users/teja/.rvm/src || / ==
/Users/teja/.rvm/src ]]
+__rvm_project_rvmrc:38> __rvm_project_dir_check /Users/teja/.rvm/src found_file
+__rvm_project_dir_check:2> typeset _found_file path_to_check variable
variable_default
+__rvm_project_dir_check:3> typeset -a _valid_files
+__rvm_project_dir_check:4> path_to_check=/Users/teja/.rvm/src
+__rvm_project_dir_check:5> variable=found_file
+__rvm_project_dir_check:6> variable_default=''
+__rvm_project_dir_check:7> _valid_files=( /Users/teja/.rvm/src
/Users/teja/.rvm/src/.rvmrc /Users/teja/.rvm/src/.versions.conf
/Users/teja/.rvm/src/.ruby-version /Users/teja/.rvm/src/.rbfu-version
/Users/teja/.rvm/src/.rbenv-version /Users/teja/.rvm/src/Gemfile )
+__rvm_project_dir_check:13> __rvm_find_first_file _found_file
/Users/teja/.rvm/src /Users/teja/.rvm/src/.rvmrc
/Users/teja/.rvm/src/.versions.conf /Users/teja/.rvm/src/.ruby-version
/Users/teja/.rvm/src/.rbfu-version /Users/teja/.rvm/src/.rbenv-version
/Users/teja/.rvm/src/Gemfile
+__rvm_find_first_file:2> typeset _first_file _variable_first_file __file_enum
+__rvm_find_first_file:3> _first_file=''
+__rvm_find_first_file:4> _variable_first_file=_found_file
+__rvm_find_first_file:5> shift
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src/.rvmrc
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src/.rvmrc ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src/.versions.conf
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src/.versions.conf ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src/.ruby-version
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src/.ruby-version ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src/.rbfu-version
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src/.rbfu-version ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src/.rbenv-version
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src/.rbenv-version ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src/Gemfile
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src/Gemfile ]]
+__rvm_find_first_file:16> eval '_found_file=""'
+(eval):1> _found_file=''
+__rvm_find_first_file:17> return 1
+__rvm_project_dir_check:13> true
+__rvm_project_dir_check:15> [[ '' == Gemfile ]]
+__rvm_project_dir_check:24> [[ -n found_file ]]
+__rvm_project_dir_check:25> eval 'found_file="${_found_file:-}"'
+(eval):1> found_file=''
+__rvm_project_dir_check:28> [[ -n '' ]]
+__rvm_project_dir_check:28> return 1
+__rvm_project_rvmrc:52> working_dir=+__rvm_project_rvmrc:52> dirname
/Users/teja/.rvm/src
+__rvm_project_rvmrc:52> working_dir=/Users/teja/.rvm
+__rvm_project_rvmrc:14> :
+__rvm_project_rvmrc:17> [[ -z /Users/teja/.rvm || /Users/teja ==
/Users/teja/.rvm || /Users/teja == /Users/teja/.rvm || / == /Users/teja/.rvm ]]
+__rvm_project_rvmrc:38> __rvm_project_dir_check /Users/teja/.rvm found_file
+__rvm_project_dir_check:2> typeset _found_file path_to_check variable
variable_default
+__rvm_project_dir_check:3> typeset -a _valid_files
+__rvm_project_dir_check:4> path_to_check=/Users/teja/.rvm
+__rvm_project_dir_check:5> variable=found_file
+__rvm_project_dir_check:6> variable_default=''
+__rvm_project_dir_check:7> _valid_files=( /Users/teja/.rvm
/Users/teja/.rvm/.rvmrc /Users/teja/.rvm/.versions.conf
/Users/teja/.rvm/.ruby-version /Users/teja/.rvm/.rbfu-version
/Users/teja/.rvm/.rbenv-version /Users/teja/.rvm/Gemfile )
+__rvm_project_dir_check:13> __rvm_find_first_file _found_file /Users/teja/.rvm
/Users/teja/.rvm/.rvmrc /Users/teja/.rvm/.versions.conf
/Users/teja/.rvm/.ruby-version /Users/teja/.rvm/.rbfu-version
/Users/teja/.rvm/.rbenv-version /Users/teja/.rvm/Gemfile
+__rvm_find_first_file:2> typeset _first_file _variable_first_file __file_enum
+__rvm_find_first_file:3> _first_file=''
+__rvm_find_first_file:4> _variable_first_file=_found_file
+__rvm_find_first_file:5> shift
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/.rvmrc
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/.rvmrc ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/.versions.conf
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/.versions.conf ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/.ruby-version
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/.ruby-version ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/.rbfu-version
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/.rbfu-version ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/.rbenv-version
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/.rbenv-version ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/Gemfile
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/Gemfile ]]
+__rvm_find_first_file:16> eval '_found_file=""'
+(eval):1> _found_file=''
+__rvm_find_first_file:17> return 1
+__rvm_project_dir_check:13> true
+__rvm_project_dir_check:15> [[ '' == Gemfile ]]
+__rvm_project_dir_check:24> [[ -n found_file ]]
+__rvm_project_dir_check:25> eval 'found_file="${_found_file:-}"'
+(eval):1> found_file=''
+__rvm_project_dir_check:28> [[ -n '' ]]
+__rvm_project_dir_check:28> return 1
+__rvm_project_rvmrc:52> working_dir=+__rvm_project_rvmrc:52> dirname
/Users/teja/.rvm
+__rvm_project_rvmrc:52> working_dir=/Users/teja
+__rvm_project_rvmrc:14> :
+__rvm_project_rvmrc:17> [[ -z /Users/teja || /Users/teja == /Users/teja ]]
+__rvm_project_rvmrc:20> [[ -n '' ]]
+__rvm_project_rvmrc:35> break
+__rvm_project_rvmrc:57> unset __rvm_project_rvmrc_lock
+__rvm_project_rvmrc:58> return 0
+__rvm_after_cd:2> typeset rvm_hook
+__rvm_after_cd:3> rvm_hook=after_cd
+__rvm_after_cd:4> [[ -n /Users/teja/.rvm/scripts ]]
+__rvm_after_cd:5> source /Users/teja/.rvm/scripts/hook
+/Users/teja/.rvm/scripts/hook:5> old_rvm_verbose_flag=0
+/Users/teja/.rvm/scripts/hook:6> old_rvm_debug_flag=0
+/Users/teja/.rvm/scripts/hook:11> true rvm_verbose_flag:0 rvm_debug_flag:0
rvm_hook:after_cd
+/Users/teja/.rvm/scripts/hook:15> [[ -n after_cd ]]
+/Users/teja/.rvm/scripts/hook:17> hooks=( /Users/teja/.rvm/hooks )
+/Users/teja/.rvm/scripts/hook:18> [[
/Users/teja/.rvm/src/ruby-1.9.3-p194/.rvm/hooks == /Users/teja/.rvm/hooks ]]
+/Users/teja/.rvm/scripts/hook:19> hooks+=(
/Users/teja/.rvm/src/ruby-1.9.3-p194/.rvm/hooks )
+/Users/teja/.rvm/scripts/hook:21>
_hooks_list=+/Users/teja/.rvm/scripts/hook:21> _hooks_list=(
/Users/teja/.rvm/hooks/after_cd_bundler )
+/Users/teja/.rvm/scripts/hook:25> hook=/Users/teja/.rvm/hooks/after_cd_bundler
+/Users/teja/.rvm/scripts/hook:27> [[ -x /Users/teja/.rvm/hooks/after_cd_bundler
|| after_cd_bundler == after_cd ]]
+/Users/teja/.rvm/scripts/hook:37> unset rvm_hook hooks _hooks_list hook
+__rvm_do_with_env_after:2> __rvm_teardown
+__rvm_teardown:4> __rvm_cleanup_tmp
+__rvm_cleanup_tmp:2> [[ -d /Users/teja/.rvm/tmp/ ]]
+__rvm_cleanup_tmp:4> case /Users/teja/.rvm/tmp (*tmp)
+__rvm_cleanup_tmp:6> __rvm_rm_rf '/Users/teja/.rvm/tmp/53864*'
+__rvm_rm_rf:2> __rvm_rm_rf_verbose '/Users/teja/.rvm/tmp/53864*'
+__rvm_rm_rf_verbose:2> typeset result target
+__rvm_rm_rf_verbose:3> result=1
+__rvm_rm_rf_verbose:4> target='/Users/teja/.rvm/tmp/53864*'
+__rvm_rm_rf_verbose:7> [[ -n 4.3.11 ]]
+__rvm_rm_rf_verbose:9> setopt extendedglob
+__rvm_rm_rf_verbose:18> case /Users/teja/.rvm/tmp/53864*
(*(/|.)@(|/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))
+__rvm_rm_rf_verbose:18> case /Users/teja/.rvm/tmp/53864* (*)
+__rvm_rm_rf_verbose:23> [[ -n '/Users/teja/.rvm/tmp/53864*' ]]
+__rvm_rm_rf_verbose:25> [[ -d '/Users/teja/.rvm/tmp/53864*' ]]
+__rvm_rm_rf_verbose:29> [[ -f '/Users/teja/.rvm/tmp/53864*' || -L
'/Users/teja/.rvm/tmp/53864*' ]]
+__rvm_rm_rf_verbose:34> result=0
+__rvm_rm_rf_verbose:39> return 0
+__rvm_cleanup_tmp:10> return 0
+__rvm_teardown:7> export __rvm_env_loaded
+__rvm_teardown:9> : __rvm_env_loaded:3:
+__rvm_teardown:11> : __rvm_env_loaded:3:
+__rvm_teardown:13> : __rvm_env_loaded:2:
+__rvm_teardown:15> [[ -z /Users/teja/.rvm/tmp ]]
+__rvm_teardown:15> (( __rvm_env_loaded > 0 ))
+__rvm_teardown:17> return 0
+__rvm_do_with_env_before:2> [[ -n /Users/teja/.rvm/scripts ]]
+__rvm_do_with_env_before:5> source /Users/teja/.rvm/scripts/initialize
+/Users/teja/.rvm/scripts/initialize:3> : rvm_trace_flag:1
+/Users/teja/.rvm/scripts/initialize:4> (( rvm_trace_flag > 0 ))
+/Users/teja/.rvm/scripts/initialize:6> set -o xtrace
+/Users/teja/.rvm/scripts/initialize:9> [[ -z 4.3.11 ]]
+/Users/teja/.rvm/scripts/initialize:21> [[ -n '' ]]
+/Users/teja/.rvm/scripts/initialize:24> [[ -n 4.3.11 ]]
+/Users/teja/.rvm/scripts/initialize:26> setopt extendedglob
+/Users/teja/.rvm/scripts/initialize:27> setopt kshglob
+/Users/teja/.rvm/scripts/initialize:28> setopt no_glob_subst
+/Users/teja/.rvm/scripts/initialize:33> export __rvm_env_loaded
+/Users/teja/.rvm/scripts/initialize:35> : __rvm_env_loaded:2:
+/Users/teja/.rvm/scripts/initialize:37> : __rvm_env_loaded:3:
+/Users/teja/.rvm/scripts/initialize:40> [[ -z /Users/teja/.rvm/tmp ]]
+/Users/teja/.rvm/scripts/initialize:40> (( __rvm_env_loaded == 1 ))
+__rvm_do_with_env_before:6> __rvm_setup
+__rvm_setup:3> export rvm_head_flag rvm_ruby_selected_flag
rvm_user_install_flag rvm_path_flag rvm_cron_flag rvm_static_flag
rvm_default_flag rvm_loaded_flag rvm_llvm_flag rvm_skip_autoreconf_flag
rvm_18_flag rvm_19_flag rvm_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_setup:4> export 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_setup:5> export 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_setup:6> export __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_without_gems
+__rvm_setup:7> export -a rvm_patch_names rvm_ree_options rvm_autoconf_flags
+__rvm_setup:10> (( __rvm_env_loaded != 1 ))
+__rvm_setup:11> return 0
+__rvm_project_rvmrc:2> export __rvm_project_rvmrc_lock
+__rvm_project_rvmrc:3> : __rvm_project_rvmrc_lock:0
+__rvm_project_rvmrc:4> : __rvm_project_rvmrc_lock:1
+__rvm_project_rvmrc:5> (( __rvm_project_rvmrc_lock > 1 ))
+__rvm_project_rvmrc:9> typeset working_dir found_file
rvm_trustworthiness_result
+__rvm_project_rvmrc:12> working_dir=/Users/teja/.rvm/src/ruby-1.9.3-p194
+__rvm_project_rvmrc:14> :
+__rvm_project_rvmrc:17> [[ -z /Users/teja/.rvm/src/ruby-1.9.3-p194 ||
/Users/teja == /Users/teja/.rvm/src/ruby-1.9.3-p194 || /Users/teja ==
/Users/teja/.rvm/src/ruby-1.9.3-p194 || / ==
/Users/teja/.rvm/src/ruby-1.9.3-p194 ]]
+__rvm_project_rvmrc:38> __rvm_project_dir_check
/Users/teja/.rvm/src/ruby-1.9.3-p194 found_file
+__rvm_project_dir_check:2> typeset _found_file path_to_check variable
variable_default
+__rvm_project_dir_check:3> typeset -a _valid_files
+__rvm_project_dir_check:4> path_to_check=/Users/teja/.rvm/src/ruby-1.9.3-p194
+__rvm_project_dir_check:5> variable=found_file
+__rvm_project_dir_check:6> variable_default=''
+__rvm_project_dir_check:7> _valid_files=( /Users/teja/.rvm/src/ruby-1.9.3-p194
/Users/teja/.rvm/src/ruby-1.9.3-p194/.rvmrc
/Users/teja/.rvm/src/ruby-1.9.3-p194/.versions.conf
/Users/teja/.rvm/src/ruby-1.9.3-p194/.ruby-version
/Users/teja/.rvm/src/ruby-1.9.3-p194/.rbfu-version
/Users/teja/.rvm/src/ruby-1.9.3-p194/.rbenv-version
/Users/teja/.rvm/src/ruby-1.9.3-p194/Gemfile )
+__rvm_project_dir_check:13> __rvm_find_first_file _found_file
/Users/teja/.rvm/src/ruby-1.9.3-p194 /Users/teja/.rvm/src/ruby-1.9.3-p194/.rvmrc
/Users/teja/.rvm/src/ruby-1.9.3-p194/.versions.conf
/Users/teja/.rvm/src/ruby-1.9.3-p194/.ruby-version
/Users/teja/.rvm/src/ruby-1.9.3-p194/.rbfu-version
/Users/teja/.rvm/src/ruby-1.9.3-p194/.rbenv-version
/Users/teja/.rvm/src/ruby-1.9.3-p194/Gemfile
+__rvm_find_first_file:2> typeset _first_file _variable_first_file __file_enum
+__rvm_find_first_file:3> _first_file=''
+__rvm_find_first_file:4> _variable_first_file=_found_file
+__rvm_find_first_file:5> shift
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src/ruby-1.9.3-p194
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src/ruby-1.9.3-p194 ]]
+__rvm_find_first_file:7>
__file_enum=/Users/teja/.rvm/src/ruby-1.9.3-p194/.rvmrc
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src/ruby-1.9.3-p194/.rvmrc ]]
+__rvm_find_first_file:7>
__file_enum=/Users/teja/.rvm/src/ruby-1.9.3-p194/.versions.conf
+__rvm_find_first_file:10> [[ -f
/Users/teja/.rvm/src/ruby-1.9.3-p194/.versions.conf ]]
+__rvm_find_first_file:7>
__file_enum=/Users/teja/.rvm/src/ruby-1.9.3-p194/.ruby-version
+__rvm_find_first_file:10> [[ -f
/Users/teja/.rvm/src/ruby-1.9.3-p194/.ruby-version ]]
+__rvm_find_first_file:7>
__file_enum=/Users/teja/.rvm/src/ruby-1.9.3-p194/.rbfu-version
+__rvm_find_first_file:10> [[ -f
/Users/teja/.rvm/src/ruby-1.9.3-p194/.rbfu-version ]]
+__rvm_find_first_file:7>
__file_enum=/Users/teja/.rvm/src/ruby-1.9.3-p194/.rbenv-version
+__rvm_find_first_file:10> [[ -f
/Users/teja/.rvm/src/ruby-1.9.3-p194/.rbenv-version ]]
+__rvm_find_first_file:7>
__file_enum=/Users/teja/.rvm/src/ruby-1.9.3-p194/Gemfile
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src/ruby-1.9.3-p194/Gemfile ]]
+__rvm_find_first_file:16> eval '_found_file=""'
+(eval):1> _found_file=''
+__rvm_find_first_file:17> return 1
+__rvm_project_dir_check:13> true
+__rvm_project_dir_check:15> [[ '' == Gemfile ]]
+__rvm_project_dir_check:24> [[ -n found_file ]]
+__rvm_project_dir_check:25> eval 'found_file="${_found_file:-}"'
+(eval):1> found_file=''
+__rvm_project_dir_check:28> [[ -n '' ]]
+__rvm_project_dir_check:28> return 1
+__rvm_project_rvmrc:52> working_dir=+__rvm_project_rvmrc:52> dirname
/Users/teja/.rvm/src/ruby-1.9.3-p194
+__rvm_project_rvmrc:52> working_dir=/Users/teja/.rvm/src
+__rvm_project_rvmrc:14> :
+__rvm_project_rvmrc:17> [[ -z /Users/teja/.rvm/src || /Users/teja ==
/Users/teja/.rvm/src || /Users/teja == /Users/teja/.rvm/src || / ==
/Users/teja/.rvm/src ]]
+__rvm_project_rvmrc:38> __rvm_project_dir_check /Users/teja/.rvm/src found_file
+__rvm_project_dir_check:2> typeset _found_file path_to_check variable
variable_default
+__rvm_project_dir_check:3> typeset -a _valid_files
+__rvm_project_dir_check:4> path_to_check=/Users/teja/.rvm/src
+__rvm_project_dir_check:5> variable=found_file
+__rvm_project_dir_check:6> variable_default=''
+__rvm_project_dir_check:7> _valid_files=( /Users/teja/.rvm/src
/Users/teja/.rvm/src/.rvmrc /Users/teja/.rvm/src/.versions.conf
/Users/teja/.rvm/src/.ruby-version /Users/teja/.rvm/src/.rbfu-version
/Users/teja/.rvm/src/.rbenv-version /Users/teja/.rvm/src/Gemfile )
+__rvm_project_dir_check:13> __rvm_find_first_file _found_file
/Users/teja/.rvm/src /Users/teja/.rvm/src/.rvmrc
/Users/teja/.rvm/src/.versions.conf /Users/teja/.rvm/src/.ruby-version
/Users/teja/.rvm/src/.rbfu-version /Users/teja/.rvm/src/.rbenv-version
/Users/teja/.rvm/src/Gemfile
+__rvm_find_first_file:2> typeset _first_file _variable_first_file __file_enum
+__rvm_find_first_file:3> _first_file=''
+__rvm_find_first_file:4> _variable_first_file=_found_file
+__rvm_find_first_file:5> shift
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src/.rvmrc
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src/.rvmrc ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src/.versions.conf
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src/.versions.conf ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src/.ruby-version
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src/.ruby-version ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src/.rbfu-version
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src/.rbfu-version ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src/.rbenv-version
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src/.rbenv-version ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src/Gemfile
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src/Gemfile ]]
+__rvm_find_first_file:16> eval '_found_file=""'
+(eval):1> _found_file=''
+__rvm_find_first_file:17> return 1
+__rvm_project_dir_check:13> true
+__rvm_project_dir_check:15> [[ '' == Gemfile ]]
+__rvm_project_dir_check:24> [[ -n found_file ]]
+__rvm_project_dir_check:25> eval 'found_file="${_found_file:-}"'
+(eval):1> found_file=''
+__rvm_project_dir_check:28> [[ -n '' ]]
+__rvm_project_dir_check:28> return 1
+__rvm_project_rvmrc:52> working_dir=+__rvm_project_rvmrc:52> dirname
/Users/teja/.rvm/src
+__rvm_project_rvmrc:52> working_dir=/Users/teja/.rvm
+__rvm_project_rvmrc:14> :
+__rvm_project_rvmrc:17> [[ -z /Users/teja/.rvm || /Users/teja ==
/Users/teja/.rvm || /Users/teja == /Users/teja/.rvm || / == /Users/teja/.rvm ]]
+__rvm_project_rvmrc:38> __rvm_project_dir_check /Users/teja/.rvm found_file
+__rvm_project_dir_check:2> typeset _found_file path_to_check variable
variable_default
+__rvm_project_dir_check:3> typeset -a _valid_files
+__rvm_project_dir_check:4> path_to_check=/Users/teja/.rvm
+__rvm_project_dir_check:5> variable=found_file
+__rvm_project_dir_check:6> variable_default=''
+__rvm_project_dir_check:7> _valid_files=( /Users/teja/.rvm
/Users/teja/.rvm/.rvmrc /Users/teja/.rvm/.versions.conf
/Users/teja/.rvm/.ruby-version /Users/teja/.rvm/.rbfu-version
/Users/teja/.rvm/.rbenv-version /Users/teja/.rvm/Gemfile )
+__rvm_project_dir_check:13> __rvm_find_first_file _found_file /Users/teja/.rvm
/Users/teja/.rvm/.rvmrc /Users/teja/.rvm/.versions.conf
/Users/teja/.rvm/.ruby-version /Users/teja/.rvm/.rbfu-version
/Users/teja/.rvm/.rbenv-version /Users/teja/.rvm/Gemfile
+__rvm_find_first_file:2> typeset _first_file _variable_first_file __file_enum
+__rvm_find_first_file:3> _first_file=''
+__rvm_find_first_file:4> _variable_first_file=_found_file
+__rvm_find_first_file:5> shift
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/.rvmrc
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/.rvmrc ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/.versions.conf
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/.versions.conf ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/.ruby-version
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/.ruby-version ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/.rbfu-version
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/.rbfu-version ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/.rbenv-version
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/.rbenv-version ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/Gemfile
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/Gemfile ]]
+__rvm_find_first_file:16> eval '_found_file=""'
+(eval):1> _found_file=''
+__rvm_find_first_file:17> return 1
+__rvm_project_dir_check:13> true
+__rvm_project_dir_check:15> [[ '' == Gemfile ]]
+__rvm_project_dir_check:24> [[ -n found_file ]]
+__rvm_project_dir_check:25> eval 'found_file="${_found_file:-}"'
+(eval):1> found_file=''
+__rvm_project_dir_check:28> [[ -n '' ]]
+__rvm_project_dir_check:28> return 1
+__rvm_project_rvmrc:52> working_dir=+__rvm_project_rvmrc:52> dirname
/Users/teja/.rvm
+__rvm_project_rvmrc:52> working_dir=/Users/teja
+__rvm_project_rvmrc:14> :
+__rvm_project_rvmrc:17> [[ -z /Users/teja || /Users/teja == /Users/teja ]]
+__rvm_project_rvmrc:20> [[ -n '' ]]
+__rvm_project_rvmrc:35> break
+__rvm_project_rvmrc:57> unset __rvm_project_rvmrc_lock
+__rvm_project_rvmrc:58> return 0
+__rvm_after_cd:2> typeset rvm_hook
+__rvm_after_cd:3> rvm_hook=after_cd
+__rvm_after_cd:4> [[ -n /Users/teja/.rvm/scripts ]]
+__rvm_after_cd:5> source /Users/teja/.rvm/scripts/hook
+/Users/teja/.rvm/scripts/hook:5> old_rvm_verbose_flag=0
+/Users/teja/.rvm/scripts/hook:6> old_rvm_debug_flag=0
+/Users/teja/.rvm/scripts/hook:11> true rvm_verbose_flag:0 rvm_debug_flag:0
rvm_hook:after_cd
+/Users/teja/.rvm/scripts/hook:15> [[ -n after_cd ]]
+/Users/teja/.rvm/scripts/hook:17> hooks=( /Users/teja/.rvm/hooks )
+/Users/teja/.rvm/scripts/hook:18> [[
/Users/teja/.rvm/src/ruby-1.9.3-p194/.rvm/hooks == /Users/teja/.rvm/hooks ]]
+/Users/teja/.rvm/scripts/hook:19> hooks+=(
/Users/teja/.rvm/src/ruby-1.9.3-p194/.rvm/hooks )
+/Users/teja/.rvm/scripts/hook:21>
_hooks_list=+/Users/teja/.rvm/scripts/hook:21> _hooks_list=(
/Users/teja/.rvm/hooks/after_cd_bundler )
+/Users/teja/.rvm/scripts/hook:25> hook=/Users/teja/.rvm/hooks/after_cd_bundler
+/Users/teja/.rvm/scripts/hook:27> [[ -x /Users/teja/.rvm/hooks/after_cd_bundler
|| after_cd_bundler == after_cd ]]
+/Users/teja/.rvm/scripts/hook:37> unset rvm_hook hooks _hooks_list hook
+__rvm_do_with_env_after:2> __rvm_teardown
+__rvm_teardown:4> __rvm_cleanup_tmp
+__rvm_cleanup_tmp:2> [[ -d /Users/teja/.rvm/tmp/ ]]
+__rvm_cleanup_tmp:4> case /Users/teja/.rvm/tmp (*tmp)
+__rvm_cleanup_tmp:6> __rvm_rm_rf '/Users/teja/.rvm/tmp/53864*'
+__rvm_rm_rf:2> __rvm_rm_rf_verbose '/Users/teja/.rvm/tmp/53864*'
+__rvm_rm_rf_verbose:2> typeset result target
+__rvm_rm_rf_verbose:3> result=1
+__rvm_rm_rf_verbose:4> target='/Users/teja/.rvm/tmp/53864*'
+__rvm_rm_rf_verbose:7> [[ -n 4.3.11 ]]
+__rvm_rm_rf_verbose:9> setopt extendedglob
+__rvm_rm_rf_verbose:18> case /Users/teja/.rvm/tmp/53864*
(*(/|.)@(|/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))
+__rvm_rm_rf_verbose:18> case /Users/teja/.rvm/tmp/53864* (*)
+__rvm_rm_rf_verbose:23> [[ -n '/Users/teja/.rvm/tmp/53864*' ]]
+__rvm_rm_rf_verbose:25> [[ -d '/Users/teja/.rvm/tmp/53864*' ]]
+__rvm_rm_rf_verbose:29> [[ -f '/Users/teja/.rvm/tmp/53864*' || -L
'/Users/teja/.rvm/tmp/53864*' ]]
+__rvm_rm_rf_verbose:34> result=0
+__rvm_rm_rf_verbose:39> return 0
+__rvm_cleanup_tmp:10> return 0
+__rvm_teardown:7> export __rvm_env_loaded
+__rvm_teardown:9> : __rvm_env_loaded:3:
+__rvm_teardown:11> : __rvm_env_loaded:3:
+__rvm_teardown:13> : __rvm_env_loaded:2:
+__rvm_teardown:15> [[ -z /Users/teja/.rvm/tmp ]]
+__rvm_teardown:15> (( __rvm_env_loaded > 0 ))
+__rvm_teardown:17> return 0
+__rvm_install_source:21> true
+__rvm_install_source:28> [[ -d /Users/teja/.rvm/usr ]]
+__rvm_install_source:30> __rvm_add_to_path prepend /Users/teja/.rvm/usr/bin
+__rvm_add_to_path:2> export PATH
+__rvm_add_to_path:4> (( 2 != 2 ))
+__rvm_add_to_path:4> [[ -z /Users/teja/.rvm/usr/bin ]]
+__rvm_add_to_path:10> __rvm_remove_from_path /Users/teja/.rvm/usr/bin
+__rvm_remove_from_path:2> export PATH
+__rvm_remove_from_path:3> typeset -a _path
+__rvm_remove_from_path:4> _path=( )
+__rvm_remove_from_path:5> __rvm_custom_separated_array _path :
/Users/teja/.rvm/gems/ruby-1.9.3-p194/bin:/Users/teja/.rvm/gems/ruby-1.9.3-p194@global/bin:/Users/teja/.rvm/rubies/ruby-1.9.3-p194/bin:/Users/teja/.rvm/gems/ruby-1.9.3-p194@invoice/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/opt/X11/bin:/Users/teja/.rvm/bin
+__rvm_custom_separated_array:2> typeset IFS
+__rvm_custom_separated_array:3> IFS=:
+__rvm_custom_separated_array:4> [[ -n 4.3.11 ]]
+__rvm_custom_separated_array:5> eval '_path+=( ${=3} )'
+(eval):1> _path+=( /Users/teja/.rvm/gems/ruby-1.9.3-p194/bin
/Users/teja/.rvm/gems/ruby-1.9.3-p194@global/bin
/Users/teja/.rvm/rubies/ruby-1.9.3-p194/bin
/Users/teja/.rvm/gems/ruby-1.9.3-p194@invoice/bin /usr/local/bin /usr/bin /bin
/usr/sbin /sbin /usr/local/sbin /opt/X11/bin /Users/teja/.rvm/bin )
+__rvm_remove_from_path:6> __rvm_remove_from_array _path
/Users/teja/.rvm/usr/bin /Users/teja/.rvm/gems/ruby-1.9.3-p194/bin
/Users/teja/.rvm/gems/ruby-1.9.3-p194@global/bin
/Users/teja/.rvm/rubies/ruby-1.9.3-p194/bin
/Users/teja/.rvm/gems/ruby-1.9.3-p194@invoice/bin /usr/local/bin /usr/bin /bin
/usr/sbin /sbin /usr/local/sbin /opt/X11/bin /Users/teja/.rvm/bin
+__rvm_remove_from_array:2> typeset _array_name _search _iterator
+__rvm_remove_from_array:3> typeset -a _temp_array
+__rvm_remove_from_array:4> _array_name=_path
+__rvm_remove_from_array:5> _search=/Users/teja/.rvm/usr/bin
+__rvm_remove_from_array:6> shift 2
+__rvm_remove_from_array:7> _temp_array=( )
+__rvm_remove_from_array:8> _iterator=/Users/teja/.rvm/gems/ruby-1.9.3-p194/bin
+__rvm_remove_from_array:10> __rvm_string_match
/Users/teja/.rvm/gems/ruby-1.9.3-p194/bin /Users/teja/.rvm/usr/bin
+__rvm_string_match:2> typeset _string
+__rvm_string_match:3> _string=/Users/teja/.rvm/gems/ruby-1.9.3-p194/bin
+__rvm_string_match:4> shift
+__rvm_string_match:5> (( 1 ))
+__rvm_string_match:7> case /Users/teja/.rvm/gems/ruby-1.9.3-p194/bin
(/Users/teja/.rvm/usr/bin)
+__rvm_string_match:10> shift
+__rvm_string_match:5> (( 0 ))
+__rvm_string_match:12> return 1
+__rvm_remove_from_array:10> _temp_array+=(
/Users/teja/.rvm/gems/ruby-1.9.3-p194/bin )
+__rvm_remove_from_array:8>
_iterator=/Users/teja/.rvm/gems/ruby-1.9.3-p194@global/bin
+__rvm_remove_from_array:10> __rvm_string_match
/Users/teja/.rvm/gems/ruby-1.9.3-p194@global/bin /Users/teja/.rvm/usr/bin
+__rvm_string_match:2> typeset _string
+__rvm_string_match:3> _string=/Users/teja/.rvm/gems/ruby-1.9.3-p194@global/bin
+__rvm_string_match:4> shift
+__rvm_string_match:5> (( 1 ))
+__rvm_string_match:7> case /Users/teja/.rvm/gems/ruby-1.9.3-p194@global/bin
(/Users/teja/.rvm/usr/bin)
+__rvm_string_match:10> shift
+__rvm_string_match:5> (( 0 ))
+__rvm_string_match:12> return 1
+__rvm_remove_from_array:10> _temp_array+=(
/Users/teja/.rvm/gems/ruby-1.9.3-p194@global/bin )
+__rvm_remove_from_array:8>
_iterator=/Users/teja/.rvm/rubies/ruby-1.9.3-p194/bin
+__rvm_remove_from_array:10> __rvm_string_match
/Users/teja/.rvm/rubies/ruby-1.9.3-p194/bin /Users/teja/.rvm/usr/bin
+__rvm_string_match:2> typeset _string
+__rvm_string_match:3> _string=/Users/teja/.rvm/rubies/ruby-1.9.3-p194/bin
+__rvm_string_match:4> shift
+__rvm_string_match:5> (( 1 ))
+__rvm_string_match:7> case /Users/teja/.rvm/rubies/ruby-1.9.3-p194/bin
(/Users/teja/.rvm/usr/bin)
+__rvm_string_match:10> shift
+__rvm_string_match:5> (( 0 ))
+__rvm_string_match:12> return 1
+__rvm_remove_from_array:10> _temp_array+=(
/Users/teja/.rvm/rubies/ruby-1.9.3-p194/bin )
+__rvm_remove_from_array:8>
_iterator=/Users/teja/.rvm/gems/ruby-1.9.3-p194@invoice/bin
+__rvm_remove_from_array:10> __rvm_string_match
/Users/teja/.rvm/gems/ruby-1.9.3-p194@invoice/bin /Users/teja/.rvm/usr/bin
+__rvm_string_match:2> typeset _string
+__rvm_string_match:3> _string=/Users/teja/.rvm/gems/ruby-1.9.3-p194@invoice/bin
+__rvm_string_match:4> shift
+__rvm_string_match:5> (( 1 ))
+__rvm_string_match:7> case /Users/teja/.rvm/gems/ruby-1.9.3-p194@invoice/bin
(/Users/teja/.rvm/usr/bin)
+__rvm_string_match:10> shift
+__rvm_string_match:5> (( 0 ))
+__rvm_string_match:12> return 1
+__rvm_remove_from_array:10> _temp_array+=(
/Users/teja/.rvm/gems/ruby-1.9.3-p194@invoice/bin )
+__rvm_remove_from_array:8> _iterator=/usr/local/bin
+__rvm_remove_from_array:10> __rvm_string_match /usr/local/bin
/Users/teja/.rvm/usr/bin
+__rvm_string_match:2> typeset _string
+__rvm_string_match:3> _string=/usr/local/bin
+__rvm_string_match:4> shift
+__rvm_string_match:5> (( 1 ))
+__rvm_string_match:7> case /usr/local/bin (/Users/teja/.rvm/usr/bin)
+__rvm_string_match:10> shift
+__rvm_string_match:5> (( 0 ))
+__rvm_string_match:12> return 1
+__rvm_remove_from_array:10> _temp_array+=( /usr/local/bin )
+__rvm_remove_from_array:8> _iterator=/usr/bin
+__rvm_remove_from_array:10> __rvm_string_match /usr/bin
/Users/teja/.rvm/usr/bin
+__rvm_string_match:2> typeset _string
+__rvm_string_match:3> _string=/usr/bin
+__rvm_string_match:4> shift
+__rvm_string_match:5> (( 1 ))
+__rvm_string_match:7> case /usr/bin (/Users/teja/.rvm/usr/bin)
+__rvm_string_match:10> shift
+__rvm_string_match:5> (( 0 ))
+__rvm_string_match:12> return 1
+__rvm_remove_from_array:10> _temp_array+=( /usr/bin )
+__rvm_remove_from_array:8> _iterator=/bin
+__rvm_remove_from_array:10> __rvm_string_match /bin /Users/teja/.rvm/usr/bin
+__rvm_string_match:2> typeset _string
+__rvm_string_match:3> _string=/bin
+__rvm_string_match:4> shift
+__rvm_string_match:5> (( 1 ))
+__rvm_string_match:7> case /bin (/Users/teja/.rvm/usr/bin)
+__rvm_string_match:10> shift
+__rvm_string_match:5> (( 0 ))
+__rvm_string_match:12> return 1
+__rvm_remove_from_array:10> _temp_array+=( /bin )
+__rvm_remove_from_array:8> _iterator=/usr/sbin
+__rvm_remove_from_array:10> __rvm_string_match /usr/sbin
/Users/teja/.rvm/usr/bin
+__rvm_string_match:2> typeset _string
+__rvm_string_match:3> _string=/usr/sbin
+__rvm_string_match:4> shift
+__rvm_string_match:5> (( 1 ))
+__rvm_string_match:7> case /usr/sbin (/Users/teja/.rvm/usr/bin)
+__rvm_string_match:10> shift
+__rvm_string_match:5> (( 0 ))
+__rvm_string_match:12> return 1
+__rvm_remove_from_array:10> _temp_array+=( /usr/sbin )
+__rvm_remove_from_array:8> _iterator=/sbin
+__rvm_remove_from_array:10> __rvm_string_match /sbin /Users/teja/.rvm/usr/bin
+__rvm_string_match:2> typeset _string
+__rvm_string_match:3> _string=/sbin
+__rvm_string_match:4> shift
+__rvm_string_match:5> (( 1 ))
+__rvm_string_match:7> case /sbin (/Users/teja/.rvm/usr/bin)
+__rvm_string_match:10> shift
+__rvm_string_match:5> (( 0 ))
+__rvm_string_match:12> return 1
+__rvm_remove_from_array:10> _temp_array+=( /sbin )
+__rvm_remove_from_array:8> _iterator=/usr/local/sbin
+__rvm_remove_from_array:10> __rvm_string_match /usr/local/sbin
/Users/teja/.rvm/usr/bin
+__rvm_string_match:2> typeset _string
+__rvm_string_match:3> _string=/usr/local/sbin
+__rvm_string_match:4> shift
+__rvm_string_match:5> (( 1 ))
+__rvm_string_match:7> case /usr/local/sbin (/Users/teja/.rvm/usr/bin)
+__rvm_string_match:10> shift
+__rvm_string_match:5> (( 0 ))
+__rvm_string_match:12> return 1
+__rvm_remove_from_array:10> _temp_array+=( /usr/local/sbin )
+__rvm_remove_from_array:8> _iterator=/opt/X11/bin
+__rvm_remove_from_array:10> __rvm_string_match /opt/X11/bin
/Users/teja/.rvm/usr/bin
+__rvm_string_match:2> typeset _string
+__rvm_string_match:3> _string=/opt/X11/bin
+__rvm_string_match:4> shift
+__rvm_string_match:5> (( 1 ))
+__rvm_string_match:7> case /opt/X11/bin (/Users/teja/.rvm/usr/bin)
+__rvm_string_match:10> shift
+__rvm_string_match:5> (( 0 ))
+__rvm_string_match:12> return 1
+__rvm_remove_from_array:10> _temp_array+=( /opt/X11/bin )
+__rvm_remove_from_array:8> _iterator=/Users/teja/.rvm/bin
+__rvm_remove_from_array:10> __rvm_string_match /Users/teja/.rvm/bin
/Users/teja/.rvm/usr/bin
+__rvm_string_match:2> typeset _string
+__rvm_string_match:3> _string=/Users/teja/.rvm/bin
+__rvm_string_match:4> shift
+__rvm_string_match:5> (( 1 ))
+__rvm_string_match:7> case /Users/teja/.rvm/bin (/Users/teja/.rvm/usr/bin)
+__rvm_string_match:10> shift
+__rvm_string_match:5> (( 0 ))
+__rvm_string_match:12> return 1
+__rvm_remove_from_array:10> _temp_array+=( /Users/teja/.rvm/bin )
+__rvm_remove_from_array:12> eval '_path=( "${_temp_array[@]}" )'
+(eval):1> _path=( /Users/teja/.rvm/gems/ruby-1.9.3-p194/bin
/Users/teja/.rvm/gems/ruby-1.9.3-p194@global/bin
/Users/teja/.rvm/rubies/ruby-1.9.3-p194/bin
/Users/teja/.rvm/gems/ruby-1.9.3-p194@invoice/bin /usr/local/bin /usr/bin /bin
/usr/sbin /sbin /usr/local/sbin /opt/X11/bin /Users/teja/.rvm/bin )
+__rvm_remove_from_path:7> __rvm_join_array PATH : _path
+__rvm_join_array:2> typeset IFS
+__rvm_join_array:3> IFS=:
+__rvm_join_array:4> eval 'PATH="${_path[*]}"'
+(eval):1>
PATH=/Users/teja/.rvm/gems/ruby-1.9.3-p194/bin:/Users/teja/.rvm/gems/ruby-1.9.3-p194@global/bin:/Users/teja/.rvm/rubies/ruby-1.9.3-p194/bin:/Users/teja/.rvm/gems/ruby-1.9.3-p194@invoice/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/opt/X11/bin:/Users/teja/.rvm/bin
+__rvm_add_to_path:11> case prepend (prepend)
+__rvm_add_to_path:12>
PATH=/Users/teja/.rvm/usr/bin:/Users/teja/.rvm/gems/ruby-1.9.3-p194/bin:/Users/teja/.rvm/gems/ruby-1.9.3-p194@global/bin:/Users/teja/.rvm/rubies/ruby-1.9.3-p194/bin:/Users/teja/.rvm/gems/ruby-1.9.3-p194@invoice/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/opt/X11/bin:/Users/teja/.rvm/bin
+__rvm_add_to_path:18> [[ -n '' ]]
+__rvm_add_to_path:23> hash -r
+__rvm_install_source:31> hash -r
+__rvm_install_source:34> (( rvm_static_flag == 1 ))
+__rvm_install_source:50> __rvm_apply_patches
+__rvm_apply_patches:2> typeset patch_name patch_level_separator patch_fuzziness
patch_level source_directory full_patch_path
+__rvm_apply_patches:3> typeset -a patches
+__rvm_apply_patches:4> patches=( )
+__rvm_apply_patches:5> patch_level_separator=%
+__rvm_apply_patches:6> patch_fuzziness=25
+__rvm_apply_patches:7> result=0
+__rvm_apply_patches:8> source_directory=/Users/teja/.rvm/src/ruby-1.9.3-p194
+__rvm_apply_patches:9> (( 0 == 0 ))
+__rvm_apply_patches:11> pushd /Users/teja/.rvm/src/ruby-1.9.3-p194
+__rvm_do_with_env_before:2> [[ -n /Users/teja/.rvm/scripts ]]
+__rvm_do_with_env_before:5> source /Users/teja/.rvm/scripts/initialize
+/Users/teja/.rvm/scripts/initialize:3> : rvm_trace_flag:1
+/Users/teja/.rvm/scripts/initialize:4> (( rvm_trace_flag > 0 ))
+/Users/teja/.rvm/scripts/initialize:6> set -o xtrace
+/Users/teja/.rvm/scripts/initialize:9> [[ -z 4.3.11 ]]
+/Users/teja/.rvm/scripts/initialize:21> [[ -n '' ]]
+/Users/teja/.rvm/scripts/initialize:24> [[ -n 4.3.11 ]]
+/Users/teja/.rvm/scripts/initialize:26> setopt extendedglob
+/Users/teja/.rvm/scripts/initialize:27> setopt kshglob
+/Users/teja/.rvm/scripts/initialize:28> setopt no_glob_subst
+/Users/teja/.rvm/scripts/initialize:33> export __rvm_env_loaded
+/Users/teja/.rvm/scripts/initialize:35> : __rvm_env_loaded:2:
+/Users/teja/.rvm/scripts/initialize:37> : __rvm_env_loaded:3:
+/Users/teja/.rvm/scripts/initialize:40> [[ -z /Users/teja/.rvm/tmp ]]
+/Users/teja/.rvm/scripts/initialize:40> (( __rvm_env_loaded == 1 ))
+__rvm_do_with_env_before:6> __rvm_setup
+__rvm_setup:3> export rvm_head_flag rvm_ruby_selected_flag
rvm_user_install_flag rvm_path_flag rvm_cron_flag rvm_static_flag
rvm_default_flag rvm_loaded_flag rvm_llvm_flag rvm_skip_autoreconf_flag
rvm_18_flag rvm_19_flag rvm_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_setup:4> export 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_setup:5> export 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_setup:6> export __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_without_gems
+__rvm_setup:7> export -a rvm_patch_names rvm_ree_options rvm_autoconf_flags
+__rvm_setup:10> (( __rvm_env_loaded != 1 ))
+__rvm_setup:11> return 0
+__rvm_project_rvmrc:2> export __rvm_project_rvmrc_lock
+__rvm_project_rvmrc:3> : __rvm_project_rvmrc_lock:0
+__rvm_project_rvmrc:4> : __rvm_project_rvmrc_lock:1
+__rvm_project_rvmrc:5> (( __rvm_project_rvmrc_lock > 1 ))
+__rvm_project_rvmrc:9> typeset working_dir found_file
rvm_trustworthiness_result
+__rvm_project_rvmrc:12> working_dir=/Users/teja/.rvm/src/ruby-1.9.3-p194
+__rvm_project_rvmrc:14> :
+__rvm_project_rvmrc:17> [[ -z /Users/teja/.rvm/src/ruby-1.9.3-p194 ||
/Users/teja == /Users/teja/.rvm/src/ruby-1.9.3-p194 || /Users/teja ==
/Users/teja/.rvm/src/ruby-1.9.3-p194 || / ==
/Users/teja/.rvm/src/ruby-1.9.3-p194 ]]
+__rvm_project_rvmrc:38> __rvm_project_dir_check
/Users/teja/.rvm/src/ruby-1.9.3-p194 found_file
+__rvm_project_dir_check:2> typeset _found_file path_to_check variable
variable_default
+__rvm_project_dir_check:3> typeset -a _valid_files
+__rvm_project_dir_check:4> path_to_check=/Users/teja/.rvm/src/ruby-1.9.3-p194
+__rvm_project_dir_check:5> variable=found_file
+__rvm_project_dir_check:6> variable_default=''
+__rvm_project_dir_check:7> _valid_files=( /Users/teja/.rvm/src/ruby-1.9.3-p194
/Users/teja/.rvm/src/ruby-1.9.3-p194/.rvmrc
/Users/teja/.rvm/src/ruby-1.9.3-p194/.versions.conf
/Users/teja/.rvm/src/ruby-1.9.3-p194/.ruby-version
/Users/teja/.rvm/src/ruby-1.9.3-p194/.rbfu-version
/Users/teja/.rvm/src/ruby-1.9.3-p194/.rbenv-version
/Users/teja/.rvm/src/ruby-1.9.3-p194/Gemfile )
+__rvm_project_dir_check:13> __rvm_find_first_file _found_file
/Users/teja/.rvm/src/ruby-1.9.3-p194 /Users/teja/.rvm/src/ruby-1.9.3-p194/.rvmrc
/Users/teja/.rvm/src/ruby-1.9.3-p194/.versions.conf
/Users/teja/.rvm/src/ruby-1.9.3-p194/.ruby-version
/Users/teja/.rvm/src/ruby-1.9.3-p194/.rbfu-version
/Users/teja/.rvm/src/ruby-1.9.3-p194/.rbenv-version
/Users/teja/.rvm/src/ruby-1.9.3-p194/Gemfile
+__rvm_find_first_file:2> typeset _first_file _variable_first_file __file_enum
+__rvm_find_first_file:3> _first_file=''
+__rvm_find_first_file:4> _variable_first_file=_found_file
+__rvm_find_first_file:5> shift
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src/ruby-1.9.3-p194
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src/ruby-1.9.3-p194 ]]
+__rvm_find_first_file:7>
__file_enum=/Users/teja/.rvm/src/ruby-1.9.3-p194/.rvmrc
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src/ruby-1.9.3-p194/.rvmrc ]]
+__rvm_find_first_file:7>
__file_enum=/Users/teja/.rvm/src/ruby-1.9.3-p194/.versions.conf
+__rvm_find_first_file:10> [[ -f
/Users/teja/.rvm/src/ruby-1.9.3-p194/.versions.conf ]]
+__rvm_find_first_file:7>
__file_enum=/Users/teja/.rvm/src/ruby-1.9.3-p194/.ruby-version
+__rvm_find_first_file:10> [[ -f
/Users/teja/.rvm/src/ruby-1.9.3-p194/.ruby-version ]]
+__rvm_find_first_file:7>
__file_enum=/Users/teja/.rvm/src/ruby-1.9.3-p194/.rbfu-version
+__rvm_find_first_file:10> [[ -f
/Users/teja/.rvm/src/ruby-1.9.3-p194/.rbfu-version ]]
+__rvm_find_first_file:7>
__file_enum=/Users/teja/.rvm/src/ruby-1.9.3-p194/.rbenv-version
+__rvm_find_first_file:10> [[ -f
/Users/teja/.rvm/src/ruby-1.9.3-p194/.rbenv-version ]]
+__rvm_find_first_file:7>
__file_enum=/Users/teja/.rvm/src/ruby-1.9.3-p194/Gemfile
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src/ruby-1.9.3-p194/Gemfile ]]
+__rvm_find_first_file:16> eval '_found_file=""'
+(eval):1> _found_file=''
+__rvm_find_first_file:17> return 1
+__rvm_project_dir_check:13> true
+__rvm_project_dir_check:15> [[ '' == Gemfile ]]
+__rvm_project_dir_check:24> [[ -n found_file ]]
+__rvm_project_dir_check:25> eval 'found_file="${_found_file:-}"'
+(eval):1> found_file=''
+__rvm_project_dir_check:28> [[ -n '' ]]
+__rvm_project_dir_check:28> return 1
+__rvm_project_rvmrc:52> working_dir=+__rvm_project_rvmrc:52> dirname
/Users/teja/.rvm/src/ruby-1.9.3-p194
+__rvm_project_rvmrc:52> working_dir=/Users/teja/.rvm/src
+__rvm_project_rvmrc:14> :
+__rvm_project_rvmrc:17> [[ -z /Users/teja/.rvm/src || /Users/teja ==
/Users/teja/.rvm/src || /Users/teja == /Users/teja/.rvm/src || / ==
/Users/teja/.rvm/src ]]
+__rvm_project_rvmrc:38> __rvm_project_dir_check /Users/teja/.rvm/src found_file
+__rvm_project_dir_check:2> typeset _found_file path_to_check variable
variable_default
+__rvm_project_dir_check:3> typeset -a _valid_files
+__rvm_project_dir_check:4> path_to_check=/Users/teja/.rvm/src
+__rvm_project_dir_check:5> variable=found_file
+__rvm_project_dir_check:6> variable_default=''
+__rvm_project_dir_check:7> _valid_files=( /Users/teja/.rvm/src
/Users/teja/.rvm/src/.rvmrc /Users/teja/.rvm/src/.versions.conf
/Users/teja/.rvm/src/.ruby-version /Users/teja/.rvm/src/.rbfu-version
/Users/teja/.rvm/src/.rbenv-version /Users/teja/.rvm/src/Gemfile )
+__rvm_project_dir_check:13> __rvm_find_first_file _found_file
/Users/teja/.rvm/src /Users/teja/.rvm/src/.rvmrc
/Users/teja/.rvm/src/.versions.conf /Users/teja/.rvm/src/.ruby-version
/Users/teja/.rvm/src/.rbfu-version /Users/teja/.rvm/src/.rbenv-version
/Users/teja/.rvm/src/Gemfile
+__rvm_find_first_file:2> typeset _first_file _variable_first_file __file_enum
+__rvm_find_first_file:3> _first_file=''
+__rvm_find_first_file:4> _variable_first_file=_found_file
+__rvm_find_first_file:5> shift
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src/.rvmrc
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src/.rvmrc ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src/.versions.conf
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src/.versions.conf ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src/.ruby-version
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src/.ruby-version ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src/.rbfu-version
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src/.rbfu-version ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src/.rbenv-version
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src/.rbenv-version ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src/Gemfile
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src/Gemfile ]]
+__rvm_find_first_file:16> eval '_found_file=""'
+(eval):1> _found_file=''
+__rvm_find_first_file:17> return 1
+__rvm_project_dir_check:13> true
+__rvm_project_dir_check:15> [[ '' == Gemfile ]]
+__rvm_project_dir_check:24> [[ -n found_file ]]
+__rvm_project_dir_check:25> eval 'found_file="${_found_file:-}"'
+(eval):1> found_file=''
+__rvm_project_dir_check:28> [[ -n '' ]]
+__rvm_project_dir_check:28> return 1
+__rvm_project_rvmrc:52> working_dir=+__rvm_project_rvmrc:52> dirname
/Users/teja/.rvm/src
+__rvm_project_rvmrc:52> working_dir=/Users/teja/.rvm
+__rvm_project_rvmrc:14> :
+__rvm_project_rvmrc:17> [[ -z /Users/teja/.rvm || /Users/teja ==
/Users/teja/.rvm || /Users/teja == /Users/teja/.rvm || / == /Users/teja/.rvm ]]
+__rvm_project_rvmrc:38> __rvm_project_dir_check /Users/teja/.rvm found_file
+__rvm_project_dir_check:2> typeset _found_file path_to_check variable
variable_default
+__rvm_project_dir_check:3> typeset -a _valid_files
+__rvm_project_dir_check:4> path_to_check=/Users/teja/.rvm
+__rvm_project_dir_check:5> variable=found_file
+__rvm_project_dir_check:6> variable_default=''
+__rvm_project_dir_check:7> _valid_files=( /Users/teja/.rvm
/Users/teja/.rvm/.rvmrc /Users/teja/.rvm/.versions.conf
/Users/teja/.rvm/.ruby-version /Users/teja/.rvm/.rbfu-version
/Users/teja/.rvm/.rbenv-version /Users/teja/.rvm/Gemfile )
+__rvm_project_dir_check:13> __rvm_find_first_file _found_file /Users/teja/.rvm
/Users/teja/.rvm/.rvmrc /Users/teja/.rvm/.versions.conf
/Users/teja/.rvm/.ruby-version /Users/teja/.rvm/.rbfu-version
/Users/teja/.rvm/.rbenv-version /Users/teja/.rvm/Gemfile
+__rvm_find_first_file:2> typeset _first_file _variable_first_file __file_enum
+__rvm_find_first_file:3> _first_file=''
+__rvm_find_first_file:4> _variable_first_file=_found_file
+__rvm_find_first_file:5> shift
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/.rvmrc
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/.rvmrc ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/.versions.conf
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/.versions.conf ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/.ruby-version
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/.ruby-version ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/.rbfu-version
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/.rbfu-version ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/.rbenv-version
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/.rbenv-version ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/Gemfile
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/Gemfile ]]
+__rvm_find_first_file:16> eval '_found_file=""'
+(eval):1> _found_file=''
+__rvm_find_first_file:17> return 1
+__rvm_project_dir_check:13> true
+__rvm_project_dir_check:15> [[ '' == Gemfile ]]
+__rvm_project_dir_check:24> [[ -n found_file ]]
+__rvm_project_dir_check:25> eval 'found_file="${_found_file:-}"'
+(eval):1> found_file=''
+__rvm_project_dir_check:28> [[ -n '' ]]
+__rvm_project_dir_check:28> return 1
+__rvm_project_rvmrc:52> working_dir=+__rvm_project_rvmrc:52> dirname
/Users/teja/.rvm
+__rvm_project_rvmrc:52> working_dir=/Users/teja
+__rvm_project_rvmrc:14> :
+__rvm_project_rvmrc:17> [[ -z /Users/teja || /Users/teja == /Users/teja ]]
+__rvm_project_rvmrc:20> [[ -n '' ]]
+__rvm_project_rvmrc:35> break
+__rvm_project_rvmrc:57> unset __rvm_project_rvmrc_lock
+__rvm_project_rvmrc:58> return 0
+__rvm_after_cd:2> typeset rvm_hook
+__rvm_after_cd:3> rvm_hook=after_cd
+__rvm_after_cd:4> [[ -n /Users/teja/.rvm/scripts ]]
+__rvm_after_cd:5> source /Users/teja/.rvm/scripts/hook
+/Users/teja/.rvm/scripts/hook:5> old_rvm_verbose_flag=0
+/Users/teja/.rvm/scripts/hook:6> old_rvm_debug_flag=0
+/Users/teja/.rvm/scripts/hook:11> true rvm_verbose_flag:0 rvm_debug_flag:0
rvm_hook:after_cd
+/Users/teja/.rvm/scripts/hook:15> [[ -n after_cd ]]
+/Users/teja/.rvm/scripts/hook:17> hooks=( /Users/teja/.rvm/hooks )
+/Users/teja/.rvm/scripts/hook:18> [[
/Users/teja/.rvm/src/ruby-1.9.3-p194/.rvm/hooks == /Users/teja/.rvm/hooks ]]
+/Users/teja/.rvm/scripts/hook:19> hooks+=(
/Users/teja/.rvm/src/ruby-1.9.3-p194/.rvm/hooks )
+/Users/teja/.rvm/scripts/hook:21>
_hooks_list=+/Users/teja/.rvm/scripts/hook:21> _hooks_list=(
/Users/teja/.rvm/hooks/after_cd_bundler )
+/Users/teja/.rvm/scripts/hook:25> hook=/Users/teja/.rvm/hooks/after_cd_bundler
+/Users/teja/.rvm/scripts/hook:27> [[ -x /Users/teja/.rvm/hooks/after_cd_bundler
|| after_cd_bundler == after_cd ]]
+/Users/teja/.rvm/scripts/hook:37> unset rvm_hook hooks _hooks_list hook
+__rvm_do_with_env_after:2> __rvm_teardown
+__rvm_teardown:4> __rvm_cleanup_tmp
+__rvm_cleanup_tmp:2> [[ -d /Users/teja/.rvm/tmp/ ]]
+__rvm_cleanup_tmp:4> case /Users/teja/.rvm/tmp (*tmp)
+__rvm_cleanup_tmp:6> __rvm_rm_rf '/Users/teja/.rvm/tmp/53864*'
+__rvm_rm_rf:2> __rvm_rm_rf_verbose '/Users/teja/.rvm/tmp/53864*'
+__rvm_rm_rf_verbose:2> typeset result target
+__rvm_rm_rf_verbose:3> result=1
+__rvm_rm_rf_verbose:4> target='/Users/teja/.rvm/tmp/53864*'
+__rvm_rm_rf_verbose:7> [[ -n 4.3.11 ]]
+__rvm_rm_rf_verbose:9> setopt extendedglob
+__rvm_rm_rf_verbose:18> case /Users/teja/.rvm/tmp/53864*
(*(/|.)@(|/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))
+__rvm_rm_rf_verbose:18> case /Users/teja/.rvm/tmp/53864* (*)
+__rvm_rm_rf_verbose:23> [[ -n '/Users/teja/.rvm/tmp/53864*' ]]
+__rvm_rm_rf_verbose:25> [[ -d '/Users/teja/.rvm/tmp/53864*' ]]
+__rvm_rm_rf_verbose:29> [[ -f '/Users/teja/.rvm/tmp/53864*' || -L
'/Users/teja/.rvm/tmp/53864*' ]]
+__rvm_rm_rf_verbose:34> result=0
+__rvm_rm_rf_verbose:39> return 0
+__rvm_cleanup_tmp:10> return 0
+__rvm_teardown:7> export __rvm_env_loaded
+__rvm_teardown:9> : __rvm_env_loaded:3:
+__rvm_teardown:11> : __rvm_env_loaded:3:
+__rvm_teardown:13> : __rvm_env_loaded:2:
+__rvm_teardown:15> [[ -z /Users/teja/.rvm/tmp ]]
+__rvm_teardown:15> (( __rvm_env_loaded > 0 ))
+__rvm_teardown:17> return 0
+__rvm_do_with_env_before:2> [[ -n /Users/teja/.rvm/scripts ]]
+__rvm_do_with_env_before:5> source /Users/teja/.rvm/scripts/initialize
+/Users/teja/.rvm/scripts/initialize:3> : rvm_trace_flag:1
+/Users/teja/.rvm/scripts/initialize:4> (( rvm_trace_flag > 0 ))
+/Users/teja/.rvm/scripts/initialize:6> set -o xtrace
+/Users/teja/.rvm/scripts/initialize:9> [[ -z 4.3.11 ]]
+/Users/teja/.rvm/scripts/initialize:21> [[ -n '' ]]
+/Users/teja/.rvm/scripts/initialize:24> [[ -n 4.3.11 ]]
+/Users/teja/.rvm/scripts/initialize:26> setopt extendedglob
+/Users/teja/.rvm/scripts/initialize:27> setopt kshglob
+/Users/teja/.rvm/scripts/initialize:28> setopt no_glob_subst
+/Users/teja/.rvm/scripts/initialize:33> export __rvm_env_loaded
+/Users/teja/.rvm/scripts/initialize:35> : __rvm_env_loaded:2:
+/Users/teja/.rvm/scripts/initialize:37> : __rvm_env_loaded:3:
+/Users/teja/.rvm/scripts/initialize:40> [[ -z /Users/teja/.rvm/tmp ]]
+/Users/teja/.rvm/scripts/initialize:40> (( __rvm_env_loaded == 1 ))
+__rvm_do_with_env_before:6> __rvm_setup
+__rvm_setup:3> export rvm_head_flag rvm_ruby_selected_flag
rvm_user_install_flag rvm_path_flag rvm_cron_flag rvm_static_flag
rvm_default_flag rvm_loaded_flag rvm_llvm_flag rvm_skip_autoreconf_flag
rvm_18_flag rvm_19_flag rvm_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_setup:4> export 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_setup:5> export 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_setup:6> export __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_without_gems
+__rvm_setup:7> export -a rvm_patch_names rvm_ree_options rvm_autoconf_flags
+__rvm_setup:10> (( __rvm_env_loaded != 1 ))
+__rvm_setup:11> return 0
+__rvm_project_rvmrc:2> export __rvm_project_rvmrc_lock
+__rvm_project_rvmrc:3> : __rvm_project_rvmrc_lock:0
+__rvm_project_rvmrc:4> : __rvm_project_rvmrc_lock:1
+__rvm_project_rvmrc:5> (( __rvm_project_rvmrc_lock > 1 ))
+__rvm_project_rvmrc:9> typeset working_dir found_file
rvm_trustworthiness_result
+__rvm_project_rvmrc:12> working_dir=/Users/teja/.rvm/src/ruby-1.9.3-p194
+__rvm_project_rvmrc:14> :
+__rvm_project_rvmrc:17> [[ -z /Users/teja/.rvm/src/ruby-1.9.3-p194 ||
/Users/teja == /Users/teja/.rvm/src/ruby-1.9.3-p194 || /Users/teja ==
/Users/teja/.rvm/src/ruby-1.9.3-p194 || / ==
/Users/teja/.rvm/src/ruby-1.9.3-p194 ]]
+__rvm_project_rvmrc:38> __rvm_project_dir_check
/Users/teja/.rvm/src/ruby-1.9.3-p194 found_file
+__rvm_project_dir_check:2> typeset _found_file path_to_check variable
variable_default
+__rvm_project_dir_check:3> typeset -a _valid_files
+__rvm_project_dir_check:4> path_to_check=/Users/teja/.rvm/src/ruby-1.9.3-p194
+__rvm_project_dir_check:5> variable=found_file
+__rvm_project_dir_check:6> variable_default=''
+__rvm_project_dir_check:7> _valid_files=( /Users/teja/.rvm/src/ruby-1.9.3-p194
/Users/teja/.rvm/src/ruby-1.9.3-p194/.rvmrc
/Users/teja/.rvm/src/ruby-1.9.3-p194/.versions.conf
/Users/teja/.rvm/src/ruby-1.9.3-p194/.ruby-version
/Users/teja/.rvm/src/ruby-1.9.3-p194/.rbfu-version
/Users/teja/.rvm/src/ruby-1.9.3-p194/.rbenv-version
/Users/teja/.rvm/src/ruby-1.9.3-p194/Gemfile )
+__rvm_project_dir_check:13> __rvm_find_first_file _found_file
/Users/teja/.rvm/src/ruby-1.9.3-p194 /Users/teja/.rvm/src/ruby-1.9.3-p194/.rvmrc
/Users/teja/.rvm/src/ruby-1.9.3-p194/.versions.conf
/Users/teja/.rvm/src/ruby-1.9.3-p194/.ruby-version
/Users/teja/.rvm/src/ruby-1.9.3-p194/.rbfu-version
/Users/teja/.rvm/src/ruby-1.9.3-p194/.rbenv-version
/Users/teja/.rvm/src/ruby-1.9.3-p194/Gemfile
+__rvm_find_first_file:2> typeset _first_file _variable_first_file __file_enum
+__rvm_find_first_file:3> _first_file=''
+__rvm_find_first_file:4> _variable_first_file=_found_file
+__rvm_find_first_file:5> shift
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src/ruby-1.9.3-p194
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src/ruby-1.9.3-p194 ]]
+__rvm_find_first_file:7>
__file_enum=/Users/teja/.rvm/src/ruby-1.9.3-p194/.rvmrc
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src/ruby-1.9.3-p194/.rvmrc ]]
+__rvm_find_first_file:7>
__file_enum=/Users/teja/.rvm/src/ruby-1.9.3-p194/.versions.conf
+__rvm_find_first_file:10> [[ -f
/Users/teja/.rvm/src/ruby-1.9.3-p194/.versions.conf ]]
+__rvm_find_first_file:7>
__file_enum=/Users/teja/.rvm/src/ruby-1.9.3-p194/.ruby-version
+__rvm_find_first_file:10> [[ -f
/Users/teja/.rvm/src/ruby-1.9.3-p194/.ruby-version ]]
+__rvm_find_first_file:7>
__file_enum=/Users/teja/.rvm/src/ruby-1.9.3-p194/.rbfu-version
+__rvm_find_first_file:10> [[ -f
/Users/teja/.rvm/src/ruby-1.9.3-p194/.rbfu-version ]]
+__rvm_find_first_file:7>
__file_enum=/Users/teja/.rvm/src/ruby-1.9.3-p194/.rbenv-version
+__rvm_find_first_file:10> [[ -f
/Users/teja/.rvm/src/ruby-1.9.3-p194/.rbenv-version ]]
+__rvm_find_first_file:7>
__file_enum=/Users/teja/.rvm/src/ruby-1.9.3-p194/Gemfile
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src/ruby-1.9.3-p194/Gemfile ]]
+__rvm_find_first_file:16> eval '_found_file=""'
+(eval):1> _found_file=''
+__rvm_find_first_file:17> return 1
+__rvm_project_dir_check:13> true
+__rvm_project_dir_check:15> [[ '' == Gemfile ]]
+__rvm_project_dir_check:24> [[ -n found_file ]]
+__rvm_project_dir_check:25> eval 'found_file="${_found_file:-}"'
+(eval):1> found_file=''
+__rvm_project_dir_check:28> [[ -n '' ]]
+__rvm_project_dir_check:28> return 1
+__rvm_project_rvmrc:52> working_dir=+__rvm_project_rvmrc:52> dirname
/Users/teja/.rvm/src/ruby-1.9.3-p194
+__rvm_project_rvmrc:52> working_dir=/Users/teja/.rvm/src
+__rvm_project_rvmrc:14> :
+__rvm_project_rvmrc:17> [[ -z /Users/teja/.rvm/src || /Users/teja ==
/Users/teja/.rvm/src || /Users/teja == /Users/teja/.rvm/src || / ==
/Users/teja/.rvm/src ]]
+__rvm_project_rvmrc:38> __rvm_project_dir_check /Users/teja/.rvm/src found_file
+__rvm_project_dir_check:2> typeset _found_file path_to_check variable
variable_default
+__rvm_project_dir_check:3> typeset -a _valid_files
+__rvm_project_dir_check:4> path_to_check=/Users/teja/.rvm/src
+__rvm_project_dir_check:5> variable=found_file
+__rvm_project_dir_check:6> variable_default=''
+__rvm_project_dir_check:7> _valid_files=( /Users/teja/.rvm/src
/Users/teja/.rvm/src/.rvmrc /Users/teja/.rvm/src/.versions.conf
/Users/teja/.rvm/src/.ruby-version /Users/teja/.rvm/src/.rbfu-version
/Users/teja/.rvm/src/.rbenv-version /Users/teja/.rvm/src/Gemfile )
+__rvm_project_dir_check:13> __rvm_find_first_file _found_file
/Users/teja/.rvm/src /Users/teja/.rvm/src/.rvmrc
/Users/teja/.rvm/src/.versions.conf /Users/teja/.rvm/src/.ruby-version
/Users/teja/.rvm/src/.rbfu-version /Users/teja/.rvm/src/.rbenv-version
/Users/teja/.rvm/src/Gemfile
+__rvm_find_first_file:2> typeset _first_file _variable_first_file __file_enum
+__rvm_find_first_file:3> _first_file=''
+__rvm_find_first_file:4> _variable_first_file=_found_file
+__rvm_find_first_file:5> shift
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src/.rvmrc
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src/.rvmrc ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src/.versions.conf
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src/.versions.conf ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src/.ruby-version
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src/.ruby-version ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src/.rbfu-version
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src/.rbfu-version ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src/.rbenv-version
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src/.rbenv-version ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src/Gemfile
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src/Gemfile ]]
+__rvm_find_first_file:16> eval '_found_file=""'
+(eval):1> _found_file=''
+__rvm_find_first_file:17> return 1
+__rvm_project_dir_check:13> true
+__rvm_project_dir_check:15> [[ '' == Gemfile ]]
+__rvm_project_dir_check:24> [[ -n found_file ]]
+__rvm_project_dir_check:25> eval 'found_file="${_found_file:-}"'
+(eval):1> found_file=''
+__rvm_project_dir_check:28> [[ -n '' ]]
+__rvm_project_dir_check:28> return 1
+__rvm_project_rvmrc:52> working_dir=+__rvm_project_rvmrc:52> dirname
/Users/teja/.rvm/src
+__rvm_project_rvmrc:52> working_dir=/Users/teja/.rvm
+__rvm_project_rvmrc:14> :
+__rvm_project_rvmrc:17> [[ -z /Users/teja/.rvm || /Users/teja ==
/Users/teja/.rvm || /Users/teja == /Users/teja/.rvm || / == /Users/teja/.rvm ]]
+__rvm_project_rvmrc:38> __rvm_project_dir_check /Users/teja/.rvm found_file
+__rvm_project_dir_check:2> typeset _found_file path_to_check variable
variable_default
+__rvm_project_dir_check:3> typeset -a _valid_files
+__rvm_project_dir_check:4> path_to_check=/Users/teja/.rvm
+__rvm_project_dir_check:5> variable=found_file
+__rvm_project_dir_check:6> variable_default=''
+__rvm_project_dir_check:7> _valid_files=( /Users/teja/.rvm
/Users/teja/.rvm/.rvmrc /Users/teja/.rvm/.versions.conf
/Users/teja/.rvm/.ruby-version /Users/teja/.rvm/.rbfu-version
/Users/teja/.rvm/.rbenv-version /Users/teja/.rvm/Gemfile )
+__rvm_project_dir_check:13> __rvm_find_first_file _found_file /Users/teja/.rvm
/Users/teja/.rvm/.rvmrc /Users/teja/.rvm/.versions.conf
/Users/teja/.rvm/.ruby-version /Users/teja/.rvm/.rbfu-version
/Users/teja/.rvm/.rbenv-version /Users/teja/.rvm/Gemfile
+__rvm_find_first_file:2> typeset _first_file _variable_first_file __file_enum
+__rvm_find_first_file:3> _first_file=''
+__rvm_find_first_file:4> _variable_first_file=_found_file
+__rvm_find_first_file:5> shift
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/.rvmrc
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/.rvmrc ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/.versions.conf
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/.versions.conf ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/.ruby-version
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/.ruby-version ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/.rbfu-version
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/.rbfu-version ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/.rbenv-version
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/.rbenv-version ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/Gemfile
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/Gemfile ]]
+__rvm_find_first_file:16> eval '_found_file=""'
+(eval):1> _found_file=''
+__rvm_find_first_file:17> return 1
+__rvm_project_dir_check:13> true
+__rvm_project_dir_check:15> [[ '' == Gemfile ]]
+__rvm_project_dir_check:24> [[ -n found_file ]]
+__rvm_project_dir_check:25> eval 'found_file="${_found_file:-}"'
+(eval):1> found_file=''
+__rvm_project_dir_check:28> [[ -n '' ]]
+__rvm_project_dir_check:28> return 1
+__rvm_project_rvmrc:52> working_dir=+__rvm_project_rvmrc:52> dirname
/Users/teja/.rvm
+__rvm_project_rvmrc:52> working_dir=/Users/teja
+__rvm_project_rvmrc:14> :
+__rvm_project_rvmrc:17> [[ -z /Users/teja || /Users/teja == /Users/teja ]]
+__rvm_project_rvmrc:20> [[ -n '' ]]
+__rvm_project_rvmrc:35> break
+__rvm_project_rvmrc:57> unset __rvm_project_rvmrc_lock
+__rvm_project_rvmrc:58> return 0
+__rvm_after_cd:2> typeset rvm_hook
+__rvm_after_cd:3> rvm_hook=after_cd
+__rvm_after_cd:4> [[ -n /Users/teja/.rvm/scripts ]]
+__rvm_after_cd:5> source /Users/teja/.rvm/scripts/hook
+/Users/teja/.rvm/scripts/hook:5> old_rvm_verbose_flag=0
+/Users/teja/.rvm/scripts/hook:6> old_rvm_debug_flag=0
+/Users/teja/.rvm/scripts/hook:11> true rvm_verbose_flag:0 rvm_debug_flag:0
rvm_hook:after_cd
+/Users/teja/.rvm/scripts/hook:15> [[ -n after_cd ]]
+/Users/teja/.rvm/scripts/hook:17> hooks=( /Users/teja/.rvm/hooks )
+/Users/teja/.rvm/scripts/hook:18> [[
/Users/teja/.rvm/src/ruby-1.9.3-p194/.rvm/hooks == /Users/teja/.rvm/hooks ]]
+/Users/teja/.rvm/scripts/hook:19> hooks+=(
/Users/teja/.rvm/src/ruby-1.9.3-p194/.rvm/hooks )
+/Users/teja/.rvm/scripts/hook:21>
_hooks_list=+/Users/teja/.rvm/scripts/hook:21> _hooks_list=(
/Users/teja/.rvm/hooks/after_cd_bundler )
+/Users/teja/.rvm/scripts/hook:25> hook=/Users/teja/.rvm/hooks/after_cd_bundler
+/Users/teja/.rvm/scripts/hook:27> [[ -x /Users/teja/.rvm/hooks/after_cd_bundler
|| after_cd_bundler == after_cd ]]
+/Users/teja/.rvm/scripts/hook:37> unset rvm_hook hooks _hooks_list hook
+__rvm_do_with_env_after:2> __rvm_teardown
+__rvm_teardown:4> __rvm_cleanup_tmp
+__rvm_cleanup_tmp:2> [[ -d /Users/teja/.rvm/tmp/ ]]
+__rvm_cleanup_tmp:4> case /Users/teja/.rvm/tmp (*tmp)
+__rvm_cleanup_tmp:6> __rvm_rm_rf '/Users/teja/.rvm/tmp/53864*'
+__rvm_rm_rf:2> __rvm_rm_rf_verbose '/Users/teja/.rvm/tmp/53864*'
+__rvm_rm_rf_verbose:2> typeset result target
+__rvm_rm_rf_verbose:3> result=1
+__rvm_rm_rf_verbose:4> target='/Users/teja/.rvm/tmp/53864*'
+__rvm_rm_rf_verbose:7> [[ -n 4.3.11 ]]
+__rvm_rm_rf_verbose:9> setopt extendedglob
+__rvm_rm_rf_verbose:18> case /Users/teja/.rvm/tmp/53864*
(*(/|.)@(|/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))
+__rvm_rm_rf_verbose:18> case /Users/teja/.rvm/tmp/53864* (*)
+__rvm_rm_rf_verbose:23> [[ -n '/Users/teja/.rvm/tmp/53864*' ]]
+__rvm_rm_rf_verbose:25> [[ -d '/Users/teja/.rvm/tmp/53864*' ]]
+__rvm_rm_rf_verbose:29> [[ -f '/Users/teja/.rvm/tmp/53864*' || -L
'/Users/teja/.rvm/tmp/53864*' ]]
+__rvm_rm_rf_verbose:34> result=0
+__rvm_rm_rf_verbose:39> return 0
+__rvm_cleanup_tmp:10> return 0
+__rvm_teardown:7> export __rvm_env_loaded
+__rvm_teardown:9> : __rvm_env_loaded:3:
+__rvm_teardown:11> : __rvm_env_loaded:3:
+__rvm_teardown:13> : __rvm_env_loaded:2:
+__rvm_teardown:15> [[ -z /Users/teja/.rvm/tmp ]]
+__rvm_teardown:15> (( __rvm_env_loaded > 0 ))
+__rvm_teardown:17> return 0
+__rvm_do_with_env_before:2> [[ -n /Users/teja/.rvm/scripts ]]
+__rvm_do_with_env_before:5> source /Users/teja/.rvm/scripts/initialize
+/Users/teja/.rvm/scripts/initialize:3> : rvm_trace_flag:1
+/Users/teja/.rvm/scripts/initialize:4> (( rvm_trace_flag > 0 ))
+/Users/teja/.rvm/scripts/initialize:6> set -o xtrace
+/Users/teja/.rvm/scripts/initialize:9> [[ -z 4.3.11 ]]
+/Users/teja/.rvm/scripts/initialize:21> [[ -n '' ]]
+/Users/teja/.rvm/scripts/initialize:24> [[ -n 4.3.11 ]]
+/Users/teja/.rvm/scripts/initialize:26> setopt extendedglob
+/Users/teja/.rvm/scripts/initialize:27> setopt kshglob
+/Users/teja/.rvm/scripts/initialize:28> setopt no_glob_subst
+/Users/teja/.rvm/scripts/initialize:33> export __rvm_env_loaded
+/Users/teja/.rvm/scripts/initialize:35> : __rvm_env_loaded:2:
+/Users/teja/.rvm/scripts/initialize:37> : __rvm_env_loaded:3:
+/Users/teja/.rvm/scripts/initialize:40> [[ -z /Users/teja/.rvm/tmp ]]
+/Users/teja/.rvm/scripts/initialize:40> (( __rvm_env_loaded == 1 ))
+__rvm_do_with_env_before:6> __rvm_setup
+__rvm_setup:3> export rvm_head_flag rvm_ruby_selected_flag
rvm_user_install_flag rvm_path_flag rvm_cron_flag rvm_static_flag
rvm_default_flag rvm_loaded_flag rvm_llvm_flag rvm_skip_autoreconf_flag
rvm_18_flag rvm_19_flag rvm_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_setup:4> export 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_setup:5> export 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_setup:6> export __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_without_gems
+__rvm_setup:7> export -a rvm_patch_names rvm_ree_options rvm_autoconf_flags
+__rvm_setup:10> (( __rvm_env_loaded != 1 ))
+__rvm_setup:11> return 0
+__rvm_project_rvmrc:2> export __rvm_project_rvmrc_lock
+__rvm_project_rvmrc:3> : __rvm_project_rvmrc_lock:0
+__rvm_project_rvmrc:4> : __rvm_project_rvmrc_lock:1
+__rvm_project_rvmrc:5> (( __rvm_project_rvmrc_lock > 1 ))
+__rvm_project_rvmrc:9> typeset working_dir found_file
rvm_trustworthiness_result
+__rvm_project_rvmrc:12> working_dir=/Users/teja/.rvm/src/ruby-1.9.3-p194
+__rvm_project_rvmrc:14> :
+__rvm_project_rvmrc:17> [[ -z /Users/teja/.rvm/src/ruby-1.9.3-p194 ||
/Users/teja == /Users/teja/.rvm/src/ruby-1.9.3-p194 || /Users/teja ==
/Users/teja/.rvm/src/ruby-1.9.3-p194 || / ==
/Users/teja/.rvm/src/ruby-1.9.3-p194 ]]
+__rvm_project_rvmrc:38> __rvm_project_dir_check
/Users/teja/.rvm/src/ruby-1.9.3-p194 found_file
+__rvm_project_dir_check:2> typeset _found_file path_to_check variable
variable_default
+__rvm_project_dir_check:3> typeset -a _valid_files
+__rvm_project_dir_check:4> path_to_check=/Users/teja/.rvm/src/ruby-1.9.3-p194
+__rvm_project_dir_check:5> variable=found_file
+__rvm_project_dir_check:6> variable_default=''
+__rvm_project_dir_check:7> _valid_files=( /Users/teja/.rvm/src/ruby-1.9.3-p194
/Users/teja/.rvm/src/ruby-1.9.3-p194/.rvmrc
/Users/teja/.rvm/src/ruby-1.9.3-p194/.versions.conf
/Users/teja/.rvm/src/ruby-1.9.3-p194/.ruby-version
/Users/teja/.rvm/src/ruby-1.9.3-p194/.rbfu-version
/Users/teja/.rvm/src/ruby-1.9.3-p194/.rbenv-version
/Users/teja/.rvm/src/ruby-1.9.3-p194/Gemfile )
+__rvm_project_dir_check:13> __rvm_find_first_file _found_file
/Users/teja/.rvm/src/ruby-1.9.3-p194 /Users/teja/.rvm/src/ruby-1.9.3-p194/.rvmrc
/Users/teja/.rvm/src/ruby-1.9.3-p194/.versions.conf
/Users/teja/.rvm/src/ruby-1.9.3-p194/.ruby-version
/Users/teja/.rvm/src/ruby-1.9.3-p194/.rbfu-version
/Users/teja/.rvm/src/ruby-1.9.3-p194/.rbenv-version
/Users/teja/.rvm/src/ruby-1.9.3-p194/Gemfile
+__rvm_find_first_file:2> typeset _first_file _variable_first_file __file_enum
+__rvm_find_first_file:3> _first_file=''
+__rvm_find_first_file:4> _variable_first_file=_found_file
+__rvm_find_first_file:5> shift
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src/ruby-1.9.3-p194
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src/ruby-1.9.3-p194 ]]
+__rvm_find_first_file:7>
__file_enum=/Users/teja/.rvm/src/ruby-1.9.3-p194/.rvmrc
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src/ruby-1.9.3-p194/.rvmrc ]]
+__rvm_find_first_file:7>
__file_enum=/Users/teja/.rvm/src/ruby-1.9.3-p194/.versions.conf
+__rvm_find_first_file:10> [[ -f
/Users/teja/.rvm/src/ruby-1.9.3-p194/.versions.conf ]]
+__rvm_find_first_file:7>
__file_enum=/Users/teja/.rvm/src/ruby-1.9.3-p194/.ruby-version
+__rvm_find_first_file:10> [[ -f
/Users/teja/.rvm/src/ruby-1.9.3-p194/.ruby-version ]]
+__rvm_find_first_file:7>
__file_enum=/Users/teja/.rvm/src/ruby-1.9.3-p194/.rbfu-version
+__rvm_find_first_file:10> [[ -f
/Users/teja/.rvm/src/ruby-1.9.3-p194/.rbfu-version ]]
+__rvm_find_first_file:7>
__file_enum=/Users/teja/.rvm/src/ruby-1.9.3-p194/.rbenv-version
+__rvm_find_first_file:10> [[ -f
/Users/teja/.rvm/src/ruby-1.9.3-p194/.rbenv-version ]]
+__rvm_find_first_file:7>
__file_enum=/Users/teja/.rvm/src/ruby-1.9.3-p194/Gemfile
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src/ruby-1.9.3-p194/Gemfile ]]
+__rvm_find_first_file:16> eval '_found_file=""'
+(eval):1> _found_file=''
+__rvm_find_first_file:17> return 1
+__rvm_project_dir_check:13> true
+__rvm_project_dir_check:15> [[ '' == Gemfile ]]
+__rvm_project_dir_check:24> [[ -n found_file ]]
+__rvm_project_dir_check:25> eval 'found_file="${_found_file:-}"'
+(eval):1> found_file=''
+__rvm_project_dir_check:28> [[ -n '' ]]
+__rvm_project_dir_check:28> return 1
+__rvm_project_rvmrc:52> working_dir=+__rvm_project_rvmrc:52> dirname
/Users/teja/.rvm/src/ruby-1.9.3-p194
+__rvm_project_rvmrc:52> working_dir=/Users/teja/.rvm/src
+__rvm_project_rvmrc:14> :
+__rvm_project_rvmrc:17> [[ -z /Users/teja/.rvm/src || /Users/teja ==
/Users/teja/.rvm/src || /Users/teja == /Users/teja/.rvm/src || / ==
/Users/teja/.rvm/src ]]
+__rvm_project_rvmrc:38> __rvm_project_dir_check /Users/teja/.rvm/src found_file
+__rvm_project_dir_check:2> typeset _found_file path_to_check variable
variable_default
+__rvm_project_dir_check:3> typeset -a _valid_files
+__rvm_project_dir_check:4> path_to_check=/Users/teja/.rvm/src
+__rvm_project_dir_check:5> variable=found_file
+__rvm_project_dir_check:6> variable_default=''
+__rvm_project_dir_check:7> _valid_files=( /Users/teja/.rvm/src
/Users/teja/.rvm/src/.rvmrc /Users/teja/.rvm/src/.versions.conf
/Users/teja/.rvm/src/.ruby-version /Users/teja/.rvm/src/.rbfu-version
/Users/teja/.rvm/src/.rbenv-version /Users/teja/.rvm/src/Gemfile )
+__rvm_project_dir_check:13> __rvm_find_first_file _found_file
/Users/teja/.rvm/src /Users/teja/.rvm/src/.rvmrc
/Users/teja/.rvm/src/.versions.conf /Users/teja/.rvm/src/.ruby-version
/Users/teja/.rvm/src/.rbfu-version /Users/teja/.rvm/src/.rbenv-version
/Users/teja/.rvm/src/Gemfile
+__rvm_find_first_file:2> typeset _first_file _variable_first_file __file_enum
+__rvm_find_first_file:3> _first_file=''
+__rvm_find_first_file:4> _variable_first_file=_found_file
+__rvm_find_first_file:5> shift
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src/.rvmrc
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src/.rvmrc ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src/.versions.conf
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src/.versions.conf ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src/.ruby-version
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src/.ruby-version ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src/.rbfu-version
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src/.rbfu-version ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src/.rbenv-version
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src/.rbenv-version ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src/Gemfile
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src/Gemfile ]]
+__rvm_find_first_file:16> eval '_found_file=""'
+(eval):1> _found_file=''
+__rvm_find_first_file:17> return 1
+__rvm_project_dir_check:13> true
+__rvm_project_dir_check:15> [[ '' == Gemfile ]]
+__rvm_project_dir_check:24> [[ -n found_file ]]
+__rvm_project_dir_check:25> eval 'found_file="${_found_file:-}"'
+(eval):1> found_file=''
+__rvm_project_dir_check:28> [[ -n '' ]]
+__rvm_project_dir_check:28> return 1
+__rvm_project_rvmrc:52> working_dir=+__rvm_project_rvmrc:52> dirname
/Users/teja/.rvm/src
+__rvm_project_rvmrc:52> working_dir=/Users/teja/.rvm
+__rvm_project_rvmrc:14> :
+__rvm_project_rvmrc:17> [[ -z /Users/teja/.rvm || /Users/teja ==
/Users/teja/.rvm || /Users/teja == /Users/teja/.rvm || / == /Users/teja/.rvm ]]
+__rvm_project_rvmrc:38> __rvm_project_dir_check /Users/teja/.rvm found_file
+__rvm_project_dir_check:2> typeset _found_file path_to_check variable
variable_default
+__rvm_project_dir_check:3> typeset -a _valid_files
+__rvm_project_dir_check:4> path_to_check=/Users/teja/.rvm
+__rvm_project_dir_check:5> variable=found_file
+__rvm_project_dir_check:6> variable_default=''
+__rvm_project_dir_check:7> _valid_files=( /Users/teja/.rvm
/Users/teja/.rvm/.rvmrc /Users/teja/.rvm/.versions.conf
/Users/teja/.rvm/.ruby-version /Users/teja/.rvm/.rbfu-version
/Users/teja/.rvm/.rbenv-version /Users/teja/.rvm/Gemfile )
+__rvm_project_dir_check:13> __rvm_find_first_file _found_file /Users/teja/.rvm
/Users/teja/.rvm/.rvmrc /Users/teja/.rvm/.versions.conf
/Users/teja/.rvm/.ruby-version /Users/teja/.rvm/.rbfu-version
/Users/teja/.rvm/.rbenv-version /Users/teja/.rvm/Gemfile
+__rvm_find_first_file:2> typeset _first_file _variable_first_file __file_enum
+__rvm_find_first_file:3> _first_file=''
+__rvm_find_first_file:4> _variable_first_file=_found_file
+__rvm_find_first_file:5> shift
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/.rvmrc
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/.rvmrc ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/.versions.conf
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/.versions.conf ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/.ruby-version
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/.ruby-version ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/.rbfu-version
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/.rbfu-version ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/.rbenv-version
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/.rbenv-version ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/Gemfile
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/Gemfile ]]
+__rvm_find_first_file:16> eval '_found_file=""'
+(eval):1> _found_file=''
+__rvm_find_first_file:17> return 1
+__rvm_project_dir_check:13> true
+__rvm_project_dir_check:15> [[ '' == Gemfile ]]
+__rvm_project_dir_check:24> [[ -n found_file ]]
+__rvm_project_dir_check:25> eval 'found_file="${_found_file:-}"'
+(eval):1> found_file=''
+__rvm_project_dir_check:28> [[ -n '' ]]
+__rvm_project_dir_check:28> return 1
+__rvm_project_rvmrc:52> working_dir=+__rvm_project_rvmrc:52> dirname
/Users/teja/.rvm
+__rvm_project_rvmrc:52> working_dir=/Users/teja
+__rvm_project_rvmrc:14> :
+__rvm_project_rvmrc:17> [[ -z /Users/teja || /Users/teja == /Users/teja ]]
+__rvm_project_rvmrc:20> [[ -n '' ]]
+__rvm_project_rvmrc:35> break
+__rvm_project_rvmrc:57> unset __rvm_project_rvmrc_lock
+__rvm_project_rvmrc:58> return 0
+__rvm_after_cd:2> typeset rvm_hook
+__rvm_after_cd:3> rvm_hook=after_cd
+__rvm_after_cd:4> [[ -n /Users/teja/.rvm/scripts ]]
+__rvm_after_cd:5> source /Users/teja/.rvm/scripts/hook
+/Users/teja/.rvm/scripts/hook:5> old_rvm_verbose_flag=0
+/Users/teja/.rvm/scripts/hook:6> old_rvm_debug_flag=0
+/Users/teja/.rvm/scripts/hook:11> true rvm_verbose_flag:0 rvm_debug_flag:0
rvm_hook:after_cd
+/Users/teja/.rvm/scripts/hook:15> [[ -n after_cd ]]
+/Users/teja/.rvm/scripts/hook:17> hooks=( /Users/teja/.rvm/hooks )
+/Users/teja/.rvm/scripts/hook:18> [[
/Users/teja/.rvm/src/ruby-1.9.3-p194/.rvm/hooks == /Users/teja/.rvm/hooks ]]
+/Users/teja/.rvm/scripts/hook:19> hooks+=(
/Users/teja/.rvm/src/ruby-1.9.3-p194/.rvm/hooks )
+/Users/teja/.rvm/scripts/hook:21>
_hooks_list=+/Users/teja/.rvm/scripts/hook:21> _hooks_list=(
/Users/teja/.rvm/hooks/after_cd_bundler )
+/Users/teja/.rvm/scripts/hook:25> hook=/Users/teja/.rvm/hooks/after_cd_bundler
+/Users/teja/.rvm/scripts/hook:27> [[ -x /Users/teja/.rvm/hooks/after_cd_bundler
|| after_cd_bundler == after_cd ]]
+/Users/teja/.rvm/scripts/hook:37> unset rvm_hook hooks _hooks_list hook
+__rvm_do_with_env_after:2> __rvm_teardown
+__rvm_teardown:4> __rvm_cleanup_tmp
+__rvm_cleanup_tmp:2> [[ -d /Users/teja/.rvm/tmp/ ]]
+__rvm_cleanup_tmp:4> case /Users/teja/.rvm/tmp (*tmp)
+__rvm_cleanup_tmp:6> __rvm_rm_rf '/Users/teja/.rvm/tmp/53864*'
+__rvm_rm_rf:2> __rvm_rm_rf_verbose '/Users/teja/.rvm/tmp/53864*'
+__rvm_rm_rf_verbose:2> typeset result target
+__rvm_rm_rf_verbose:3> result=1
+__rvm_rm_rf_verbose:4> target='/Users/teja/.rvm/tmp/53864*'
+__rvm_rm_rf_verbose:7> [[ -n 4.3.11 ]]
+__rvm_rm_rf_verbose:9> setopt extendedglob
+__rvm_rm_rf_verbose:18> case /Users/teja/.rvm/tmp/53864*
(*(/|.)@(|/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))
+__rvm_rm_rf_verbose:18> case /Users/teja/.rvm/tmp/53864* (*)
+__rvm_rm_rf_verbose:23> [[ -n '/Users/teja/.rvm/tmp/53864*' ]]
+__rvm_rm_rf_verbose:25> [[ -d '/Users/teja/.rvm/tmp/53864*' ]]
+__rvm_rm_rf_verbose:29> [[ -f '/Users/teja/.rvm/tmp/53864*' || -L
'/Users/teja/.rvm/tmp/53864*' ]]
+__rvm_rm_rf_verbose:34> result=0
+__rvm_rm_rf_verbose:39> return 0
+__rvm_cleanup_tmp:10> return 0
+__rvm_teardown:7> export __rvm_env_loaded
+__rvm_teardown:9> : __rvm_env_loaded:3:
+__rvm_teardown:11> : __rvm_env_loaded:3:
+__rvm_teardown:13> : __rvm_env_loaded:2:
+__rvm_teardown:15> [[ -z /Users/teja/.rvm/tmp ]]
+__rvm_teardown:15> (( __rvm_env_loaded > 0 ))
+__rvm_teardown:17> return 0
+__rvm_apply_patches:12> case all (all)
+__rvm_apply_patches:13> __rvm_current_patch_names patches
+__rvm_current_patch_names:2> typeset _variable patch_level_separator level name
expanded_name
+__rvm_current_patch_names:3> _variable=patches
+__rvm_current_patch_names:5> patch_level_separator=%
+__rvm_current_patch_names:6> name=falcon
+__rvm_current_patch_names:8> rvm_debug 'Trying patch '\''falcon'\''.'
+rvm_debug:2> (( 0 ))
+rvm_debug:2> return 0
+__rvm_current_patch_names:9> [[ -n falcon ]]
+__rvm_current_patch_names:11> __rvm_string_match falcon '*%*'
+__rvm_string_match:2> typeset _string
+__rvm_string_match:3> _string=falcon
+__rvm_string_match:4> shift
+__rvm_string_match:5> (( 1 ))
+__rvm_string_match:7> case falcon (\*%\*)
+__rvm_string_match:10> shift
+__rvm_string_match:5> (( 0 ))
+__rvm_string_match:12> return 1
+__rvm_current_patch_names:13> level=1
+__rvm_current_patch_names:15> name=falcon
+__rvm_current_patch_names:16> rvm_debug 'Partch name '\''falcon'\''.'
+rvm_debug:2> (( 0 ))
+rvm_debug:2> return 0
+__rvm_current_patch_names:18> read -r expanded_name
+__rvm_current_patch_names:18> __rvm_expand_patch_name falcon 1
+__rvm_expand_patch_name:2> typeset name level expanded_patch_name
+__rvm_expand_patch_name:3> name=falcon
+__rvm_expand_patch_name:4> level=1
+__rvm_expand_patch_name:5> [[ -z falcon ]]
+__rvm_expand_patch_name:7> expanded_patch_name=+__rvm_expand_patch_name:7>
rvm_ruby_string=ruby-1.9.3-p194 /Users/teja/.rvm/scripts/patchsets show falcon
++ [[ -z '' ]]
++ export PS4
++ PS4='+ ${BASH_SOURCE##${rvm_path:-}} : ${FUNCNAME[0]:+${FUNCNAME[0]}()}
${LINENO} > '
++ /scripts/base : 21 > export __array_start rvm_path
++ /scripts/base : 26 > [[ -n '' ]]
++ /scripts/base : 30 > __array_start=0
++ /scripts/base : 33 > (( 0 == 0 ))
++ /scripts/base : 35 > [[ -n 022 ]]
++ /scripts/base : 36 > rvm_rvmrc_files=("/etc/rvmrc" "$HOME/.rvmrc")
++ /scripts/base : 37 > [[ -n /Users/teja ]]
++ /scripts/base : 37 > [[ /Users/teja/.rvmrc -ef /Users/teja/.rvmrc ]]
++ /scripts/base : 38 > rvm_rvmrc_files+=("${rvm_prefix}/.rvmrc")
++ /scripts/base : 41 > for rvmrc in '"${rvm_rvmrc_files[@]}"'
++ /scripts/base : 43 > [[ -f /etc/rvmrc ]]
++ /scripts/base : 41 > for rvmrc in '"${rvm_rvmrc_files[@]}"'
++ /scripts/base : 43 > [[ -f /Users/teja/.rvmrc ]]
++ /scripts/base : 41 > for rvmrc in '"${rvm_rvmrc_files[@]}"'
++ /scripts/base : 43 > [[ -f /Users/teja/.rvmrc ]]
++ /scripts/base : 58 > unset rvm_rvmrc_files
++ /scripts/base : 61 > export rvm_path
++ /scripts/base : 62 > [[ -z /Users/teja/.rvm ]]
++ /scripts/base : 74 > true /Users/teja/.rvm/scripts
++ /scripts/base : 77 > source /Users/teja/.rvm/scripts/initialize
+++ /scripts/initialize : 3 > : rvm_trace_flag:1
+++ /scripts/initialize : 4 > (( rvm_trace_flag > 0 ))
+++ /scripts/initialize : 6 > set -o xtrace
+++ /scripts/initialize : 9 > [[ -z '' ]]
+++ /scripts/initialize : 14 > export PS4
+++ /scripts/initialize : 15 > PS4='+ ${BASH_SOURCE##${rvm_path:-}} :
${FUNCNAME[0]:+${FUNCNAME[0]}()} ${LINENO} > '
+++ /scripts/initialize : 21 > [[ -n 3.2.48(1)-release ]]
+++ /scripts/initialize : 23 > shopt -s extglob
+++ /scripts/initialize : 33 > export __rvm_env_loaded
+++ /scripts/initialize : 35 > : __rvm_env_loaded:2:
+++ /scripts/initialize : 37 > : __rvm_env_loaded:3:
+++ /scripts/initialize : 40 > [[ -z /Users/teja/.rvm/tmp ]]
+++ /scripts/initialize : 40 > (( __rvm_env_loaded == 1 ))
++ /scripts/base : 81 > case " ${rvm_base_except:-} " in
++ /scripts/base : 83 > true
++ /scripts/base : 91 > typeset -a scripts
++ /scripts/base : 94 > scripts=(logging support utility init cleanup env
rvmrc install environment gemset db bundler checksum)
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/logging
++++ /scripts/functions/logging : 40 > /Users/teja/.rvm/scripts/color red
+++ /scripts/functions/logging : 40 > rvm_error_clr=''
++++ /scripts/functions/logging : 41 > /Users/teja/.rvm/scripts/color yellow
+++ /scripts/functions/logging : 41 > rvm_warn_clr=''
++++ /scripts/functions/logging : 42 > /Users/teja/.rvm/scripts/color magenta
+++ /scripts/functions/logging : 42 > rvm_debug_clr=''
++++ /scripts/functions/logging : 43 > /Users/teja/.rvm/scripts/color green
+++ /scripts/functions/logging : 43 > rvm_notify_clr=''
++++ /scripts/functions/logging : 44 > /Users/teja/.rvm/scripts/color reset
+++ /scripts/functions/logging : 44 > rvm_reset_clr=''
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/support
+++ /scripts/functions/support : 3 > [[ -z tar ]]
+++ /scripts/functions/support : 12 > [[ ! =~ --no-same-owner ]]
+++ /scripts/functions/support : 13 > tar --help
+++ /scripts/functions/support : 13 > GREP_OPTIONS=
+++ /scripts/functions/support : 13 > grep -- --no-same-owner
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/utility
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/init
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/cleanup
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/env
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/rvmrc
+++ /scripts/functions/rvmrc : 3 > export escape_flag _first _second
+++ /scripts/functions/rvmrc : 4 > escape_flag=1
+++ /scripts/functions/rvmrc : 5 > _first=0
+++ /scripts/functions/rvmrc : 6 > _second=1
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/install
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/environment
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/gemset
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/db
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/bundler
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/checksum
++ /scripts/base : 98 > unset scripts entry rvm_base_except
+ /scripts/patchsets : 6 > source /Users/teja/.rvm/scripts/patches
+ /scripts/patchsets : 75 > args=($*)
+ /scripts/patchsets : 76 > action=show
+ /scripts/patchsets : 77 > patchset=falcon
++ /scripts/patchsets : 78 > echo
+ /scripts/patchsets : 78 > args=
+ /scripts/patchsets : 80 > case "$action" in
+ /scripts/patchsets : 81 > lookup_patchset falcon
+ /scripts/patchsets : lookup_patchset() 10 > typeset paths lookup_path
+ /scripts/patchsets : lookup_patchset() 12 > [[ -z falcon ]]
+ /scripts/patchsets : lookup_patchset() 18 >
paths=($(__rvm_ruby_string_paths_under "$rvm_path/patchsets" | sort -r))
++ /scripts/patchsets : lookup_patchset() 18 > __rvm_ruby_string_paths_under
/Users/teja/.rvm/patchsets
++ /scripts/patchsets : lookup_patchset() 18 > sort -r
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 53 > typeset
__search_path part parts
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 55 >
__search_path=/Users/teja/.rvm/patchsets
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 57 > [[ -n ''
]]
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 59 >
parts=(${rvm_ruby_string//-/ })
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 62 > echo
/Users/teja/.rvm/patchsets
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 63 > for part
in '"${parts[@]}"'
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 65 >
__search_path=/Users/teja/.rvm/patchsets/ruby
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 66 > echo
/Users/teja/.rvm/patchsets/ruby
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 63 > for part
in '"${parts[@]}"'
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 65 >
__search_path=/Users/teja/.rvm/patchsets/ruby/1.9.3
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 66 > echo
/Users/teja/.rvm/patchsets/ruby/1.9.3
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 63 > for part
in '"${parts[@]}"'
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 65 >
__search_path=/Users/teja/.rvm/patchsets/ruby/1.9.3/p194
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 66 > echo
/Users/teja/.rvm/patchsets/ruby/1.9.3/p194
+ /scripts/patchsets : lookup_patchset() 20 > for lookup_path in
'"${paths[@]}"'
+ /scripts/patchsets : lookup_patchset() 22 > [[ -s
/Users/teja/.rvm/patchsets/ruby/1.9.3/p194/falcon ]]
+ /scripts/patchsets : lookup_patchset() 20 > for lookup_path in
'"${paths[@]}"'
+ /scripts/patchsets : lookup_patchset() 22 > [[ -s
/Users/teja/.rvm/patchsets/ruby/1.9.3/falcon ]]
+ /scripts/patchsets : lookup_patchset() 20 > for lookup_path in
'"${paths[@]}"'
+ /scripts/patchsets : lookup_patchset() 22 > [[ -s
/Users/teja/.rvm/patchsets/ruby/falcon ]]
+ /scripts/patchsets : lookup_patchset() 20 > for lookup_path in
'"${paths[@]}"'
+ /scripts/patchsets : lookup_patchset() 22 > [[ -s
/Users/teja/.rvm/patchsets/falcon ]]
+ /scripts/patchsets : lookup_patchset() 29 > return 1
+ /scripts/patchsets : 85 > exit 1
+__rvm_expand_patch_name:7> expanded_patch_name=''
+__rvm_expand_patch_name:11> [[ falcon != default ]]
+__rvm_expand_patch_name:13> echo falcon%1
+__rvm_current_patch_names:20> rvm_debug 'Patch expanded_name '\''falcon%1'\''.'
+rvm_debug:2> (( 0 ))
+rvm_debug:2> return 0
+__rvm_current_patch_names:21> [[ -z falcon%1 ]]
+__rvm_current_patch_names:21> eval 'patches+=( "${expanded_name}" )'
+(eval):1> patches+=( falcon%1 )
+__rvm_current_patch_names:18> read -r expanded_name
+__rvm_current_patch_names:6> name=default
+__rvm_current_patch_names:8> rvm_debug 'Trying patch '\''default'\''.'
+rvm_debug:2> (( 0 ))
+rvm_debug:2> return 0
+__rvm_current_patch_names:9> [[ -n default ]]
+__rvm_current_patch_names:11> __rvm_string_match default '*%*'
+__rvm_string_match:2> typeset _string
+__rvm_string_match:3> _string=default
+__rvm_string_match:4> shift
+__rvm_string_match:5> (( 1 ))
+__rvm_string_match:7> case default (\*%\*)
+__rvm_string_match:10> shift
+__rvm_string_match:5> (( 0 ))
+__rvm_string_match:12> return 1
+__rvm_current_patch_names:13> level=1
+__rvm_current_patch_names:15> name=default
+__rvm_current_patch_names:16> rvm_debug 'Partch name '\''default'\''.'
+rvm_debug:2> (( 0 ))
+rvm_debug:2> return 0
+__rvm_current_patch_names:18> read -r expanded_name
+__rvm_current_patch_names:18> __rvm_expand_patch_name default 1
+__rvm_expand_patch_name:2> typeset name level expanded_patch_name
+__rvm_expand_patch_name:3> name=default
+__rvm_expand_patch_name:4> level=1
+__rvm_expand_patch_name:5> [[ -z default ]]
+__rvm_expand_patch_name:7> expanded_patch_name=+__rvm_expand_patch_name:7>
rvm_ruby_string=ruby-1.9.3-p194 /Users/teja/.rvm/scripts/patchsets show default
++ [[ -z '' ]]
++ export PS4
++ PS4='+ ${BASH_SOURCE##${rvm_path:-}} : ${FUNCNAME[0]:+${FUNCNAME[0]}()}
${LINENO} > '
++ /scripts/base : 21 > export __array_start rvm_path
++ /scripts/base : 26 > [[ -n '' ]]
++ /scripts/base : 30 > __array_start=0
++ /scripts/base : 33 > (( 0 == 0 ))
++ /scripts/base : 35 > [[ -n 022 ]]
++ /scripts/base : 36 > rvm_rvmrc_files=("/etc/rvmrc" "$HOME/.rvmrc")
++ /scripts/base : 37 > [[ -n /Users/teja ]]
++ /scripts/base : 37 > [[ /Users/teja/.rvmrc -ef /Users/teja/.rvmrc ]]
++ /scripts/base : 38 > rvm_rvmrc_files+=("${rvm_prefix}/.rvmrc")
++ /scripts/base : 41 > for rvmrc in '"${rvm_rvmrc_files[@]}"'
++ /scripts/base : 43 > [[ -f /etc/rvmrc ]]
++ /scripts/base : 41 > for rvmrc in '"${rvm_rvmrc_files[@]}"'
++ /scripts/base : 43 > [[ -f /Users/teja/.rvmrc ]]
++ /scripts/base : 41 > for rvmrc in '"${rvm_rvmrc_files[@]}"'
++ /scripts/base : 43 > [[ -f /Users/teja/.rvmrc ]]
++ /scripts/base : 58 > unset rvm_rvmrc_files
++ /scripts/base : 61 > export rvm_path
++ /scripts/base : 62 > [[ -z /Users/teja/.rvm ]]
++ /scripts/base : 74 > true /Users/teja/.rvm/scripts
++ /scripts/base : 77 > source /Users/teja/.rvm/scripts/initialize
+++ /scripts/initialize : 3 > : rvm_trace_flag:1
+++ /scripts/initialize : 4 > (( rvm_trace_flag > 0 ))
+++ /scripts/initialize : 6 > set -o xtrace
+++ /scripts/initialize : 9 > [[ -z '' ]]
+++ /scripts/initialize : 14 > export PS4
+++ /scripts/initialize : 15 > PS4='+ ${BASH_SOURCE##${rvm_path:-}} :
${FUNCNAME[0]:+${FUNCNAME[0]}()} ${LINENO} > '
+++ /scripts/initialize : 21 > [[ -n 3.2.48(1)-release ]]
+++ /scripts/initialize : 23 > shopt -s extglob
+++ /scripts/initialize : 33 > export __rvm_env_loaded
+++ /scripts/initialize : 35 > : __rvm_env_loaded:2:
+++ /scripts/initialize : 37 > : __rvm_env_loaded:3:
+++ /scripts/initialize : 40 > [[ -z /Users/teja/.rvm/tmp ]]
+++ /scripts/initialize : 40 > (( __rvm_env_loaded == 1 ))
++ /scripts/base : 81 > case " ${rvm_base_except:-} " in
++ /scripts/base : 83 > true
++ /scripts/base : 91 > typeset -a scripts
++ /scripts/base : 94 > scripts=(logging support utility init cleanup env
rvmrc install environment gemset db bundler checksum)
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/logging
++++ /scripts/functions/logging : 40 > /Users/teja/.rvm/scripts/color red
+++ /scripts/functions/logging : 40 > rvm_error_clr=''
++++ /scripts/functions/logging : 41 > /Users/teja/.rvm/scripts/color yellow
+++ /scripts/functions/logging : 41 > rvm_warn_clr=''
++++ /scripts/functions/logging : 42 > /Users/teja/.rvm/scripts/color magenta
+++ /scripts/functions/logging : 42 > rvm_debug_clr=''
++++ /scripts/functions/logging : 43 > /Users/teja/.rvm/scripts/color green
+++ /scripts/functions/logging : 43 > rvm_notify_clr=''
++++ /scripts/functions/logging : 44 > /Users/teja/.rvm/scripts/color reset
+++ /scripts/functions/logging : 44 > rvm_reset_clr=''
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/support
+++ /scripts/functions/support : 3 > [[ -z tar ]]
+++ /scripts/functions/support : 12 > [[ ! =~ --no-same-owner ]]
+++ /scripts/functions/support : 13 > tar --help
+++ /scripts/functions/support : 13 > GREP_OPTIONS=
+++ /scripts/functions/support : 13 > grep -- --no-same-owner
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/utility
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/init
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/cleanup
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/env
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/rvmrc
+++ /scripts/functions/rvmrc : 3 > export escape_flag _first _second
+++ /scripts/functions/rvmrc : 4 > escape_flag=1
+++ /scripts/functions/rvmrc : 5 > _first=0
+++ /scripts/functions/rvmrc : 6 > _second=1
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/install
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/environment
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/gemset
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/db
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/bundler
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/checksum
++ /scripts/base : 98 > unset scripts entry rvm_base_except
+ /scripts/patchsets : 6 > source /Users/teja/.rvm/scripts/patches
+ /scripts/patchsets : 75 > args=($*)
+ /scripts/patchsets : 76 > action=show
+ /scripts/patchsets : 77 > patchset=default
++ /scripts/patchsets : 78 > echo
+ /scripts/patchsets : 78 > args=
+ /scripts/patchsets : 80 > case "$action" in
+ /scripts/patchsets : 81 > lookup_patchset default
+ /scripts/patchsets : lookup_patchset() 10 > typeset paths lookup_path
+ /scripts/patchsets : lookup_patchset() 12 > [[ -z default ]]
+ /scripts/patchsets : lookup_patchset() 18 >
paths=($(__rvm_ruby_string_paths_under "$rvm_path/patchsets" | sort -r))
++ /scripts/patchsets : lookup_patchset() 18 > __rvm_ruby_string_paths_under
/Users/teja/.rvm/patchsets
++ /scripts/patchsets : lookup_patchset() 18 > sort -r
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 53 > typeset
__search_path part parts
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 55 >
__search_path=/Users/teja/.rvm/patchsets
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 57 > [[ -n ''
]]
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 59 >
parts=(${rvm_ruby_string//-/ })
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 62 > echo
/Users/teja/.rvm/patchsets
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 63 > for part
in '"${parts[@]}"'
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 65 >
__search_path=/Users/teja/.rvm/patchsets/ruby
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 66 > echo
/Users/teja/.rvm/patchsets/ruby
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 63 > for part
in '"${parts[@]}"'
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 65 >
__search_path=/Users/teja/.rvm/patchsets/ruby/1.9.3
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 66 > echo
/Users/teja/.rvm/patchsets/ruby/1.9.3
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 63 > for part
in '"${parts[@]}"'
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 65 >
__search_path=/Users/teja/.rvm/patchsets/ruby/1.9.3/p194
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 66 > echo
/Users/teja/.rvm/patchsets/ruby/1.9.3/p194
+ /scripts/patchsets : lookup_patchset() 20 > for lookup_path in
'"${paths[@]}"'
+ /scripts/patchsets : lookup_patchset() 22 > [[ -s
/Users/teja/.rvm/patchsets/ruby/1.9.3/p194/default ]]
+ /scripts/patchsets : lookup_patchset() 20 > for lookup_path in
'"${paths[@]}"'
+ /scripts/patchsets : lookup_patchset() 22 > [[ -s
/Users/teja/.rvm/patchsets/ruby/1.9.3/default ]]
+ /scripts/patchsets : lookup_patchset() 20 > for lookup_path in
'"${paths[@]}"'
+ /scripts/patchsets : lookup_patchset() 22 > [[ -s
/Users/teja/.rvm/patchsets/ruby/default ]]
+ /scripts/patchsets : lookup_patchset() 20 > for lookup_path in
'"${paths[@]}"'
+ /scripts/patchsets : lookup_patchset() 22 > [[ -s
/Users/teja/.rvm/patchsets/default ]]
+ /scripts/patchsets : lookup_patchset() 29 > return 1
+ /scripts/patchsets : 85 > exit 1
+__rvm_expand_patch_name:7> expanded_patch_name=''
+__rvm_expand_patch_name:11> [[ default != default ]]
+__rvm_apply_patches:16> rvm_debug 'All found patches(1): falcon%1.'
+rvm_debug:2> (( 0 ))
+rvm_debug:2> return 0
+__rvm_apply_patches:18> patch_name=falcon%1
+__rvm_apply_patches:20> __rvm_string_match falcon%1 '*%*'
+__rvm_string_match:2> typeset _string
+__rvm_string_match:3> _string=falcon%1
+__rvm_string_match:4> shift
+__rvm_string_match:5> (( 1 ))
+__rvm_string_match:7> case falcon%1 (\*%\*)
+__rvm_string_match:10> shift
+__rvm_string_match:5> (( 0 ))
+__rvm_string_match:12> return 1
+__rvm_apply_patches:22> patch_level=1
+__rvm_apply_patches:24> patch_name=falcon
+__rvm_apply_patches:26> full_patch_path=+__rvm_apply_patches:26>
__rvm_lookup_full_patch_path falcon
+__rvm_lookup_full_patch_path:2> typeset extension patch_path directory
directories
+__rvm_lookup_full_patch_path:5> directories=+__rvm_lookup_full_patch_path:5>
__rvm_patch_lookup_path
+__rvm_patch_lookup_path:2> echo /
+__rvm_patch_lookup_path:4> [[ -n /Users/teja ]]
+__rvm_patch_lookup_path:4> echo /Users/teja/
+__rvm_patch_lookup_path:6> echo /Users/teja/.rvm/src/ruby-1.9.3-p194/
+__rvm_patch_lookup_path:8> __rvm_ruby_string_paths_under
/Users/teja/.rvm/patches
+__rvm_ruby_string_paths_under:2> typeset __search_path part parts
+__rvm_ruby_string_paths_under:4> __search_path=/Users/teja/.rvm/patches
+__rvm_ruby_string_paths_under:6> [[ -n 4.3.11 ]]
+__rvm_ruby_string_paths_under:7> parts=( ruby 1.9.3 p194 )
+__rvm_ruby_string_paths_under:11> echo /Users/teja/.rvm/patches
+__rvm_ruby_string_paths_under:12> part=ruby
+__rvm_ruby_string_paths_under:14> __search_path=/Users/teja/.rvm/patches/ruby
+__rvm_ruby_string_paths_under:15> echo /Users/teja/.rvm/patches/ruby
+__rvm_ruby_string_paths_under:12> part=1.9.3
+__rvm_ruby_string_paths_under:14>
__search_path=/Users/teja/.rvm/patches/ruby/1.9.3
+__rvm_ruby_string_paths_under:15> echo /Users/teja/.rvm/patches/ruby/1.9.3
+__rvm_ruby_string_paths_under:12> part=p194
+__rvm_ruby_string_paths_under:14>
__search_path=/Users/teja/.rvm/patches/ruby/1.9.3/p194
+__rvm_ruby_string_paths_under:15> echo /Users/teja/.rvm/patches/ruby/1.9.3/p194
+__rvm_patch_lookup_path:8> sed 's/$/\//'
+__rvm_patch_lookup_path:8> sort -r
+__rvm_patch_lookup_path:10> return 0
+__rvm_lookup_full_patch_path:5> directories=( / /Users/teja/
/Users/teja/.rvm/src/ruby-1.9.3-p194/ /Users/teja/.rvm/patches/ruby/1.9.3/p194/
/Users/teja/.rvm/patches/ruby/1.9.3/ /Users/teja/.rvm/patches/ruby/
/Users/teja/.rvm/patches/ )
+__rvm_lookup_full_patch_path:7> directory=/
+__rvm_lookup_full_patch_path:9> extension=
+__rvm_lookup_full_patch_path:11> patch_path=/falcon
+__rvm_lookup_full_patch_path:14> [[ -s /falcon ]]
+__rvm_lookup_full_patch_path:9> extension=.patch
+__rvm_lookup_full_patch_path:11> patch_path=/falcon.patch
+__rvm_lookup_full_patch_path:14> [[ -s /falcon.patch ]]
+__rvm_lookup_full_patch_path:9> extension=.diff
+__rvm_lookup_full_patch_path:11> patch_path=/falcon.diff
+__rvm_lookup_full_patch_path:14> [[ -s /falcon.diff ]]
+__rvm_lookup_full_patch_path:7> directory=/Users/teja/
+__rvm_lookup_full_patch_path:9> extension=
+__rvm_lookup_full_patch_path:11> patch_path=/Users/teja/falcon
+__rvm_lookup_full_patch_path:14> [[ -s /Users/teja/falcon ]]
+__rvm_lookup_full_patch_path:9> extension=.patch
+__rvm_lookup_full_patch_path:11> patch_path=/Users/teja/falcon.patch
+__rvm_lookup_full_patch_path:14> [[ -s /Users/teja/falcon.patch ]]
+__rvm_lookup_full_patch_path:9> extension=.diff
+__rvm_lookup_full_patch_path:11> patch_path=/Users/teja/falcon.diff
+__rvm_lookup_full_patch_path:14> [[ -s /Users/teja/falcon.diff ]]
+__rvm_lookup_full_patch_path:7> directory=/Users/teja/.rvm/src/ruby-1.9.3-p194/
+__rvm_lookup_full_patch_path:9> extension=
+__rvm_lookup_full_patch_path:11>
patch_path=/Users/teja/.rvm/src/ruby-1.9.3-p194/falcon
+__rvm_lookup_full_patch_path:14> [[ -s
/Users/teja/.rvm/src/ruby-1.9.3-p194/falcon ]]
+__rvm_lookup_full_patch_path:9> extension=.patch
+__rvm_lookup_full_patch_path:11>
patch_path=/Users/teja/.rvm/src/ruby-1.9.3-p194/falcon.patch
+__rvm_lookup_full_patch_path:14> [[ -s
/Users/teja/.rvm/src/ruby-1.9.3-p194/falcon.patch ]]
+__rvm_lookup_full_patch_path:9> extension=.diff
+__rvm_lookup_full_patch_path:11>
patch_path=/Users/teja/.rvm/src/ruby-1.9.3-p194/falcon.diff
+__rvm_lookup_full_patch_path:14> [[ -s
/Users/teja/.rvm/src/ruby-1.9.3-p194/falcon.diff ]]
+__rvm_lookup_full_patch_path:7>
directory=/Users/teja/.rvm/patches/ruby/1.9.3/p194/
+__rvm_lookup_full_patch_path:9> extension=
+__rvm_lookup_full_patch_path:11>
patch_path=/Users/teja/.rvm/patches/ruby/1.9.3/p194/falcon
+__rvm_lookup_full_patch_path:14> [[ -s
/Users/teja/.rvm/patches/ruby/1.9.3/p194/falcon ]]
+__rvm_lookup_full_patch_path:9> extension=.patch
+__rvm_lookup_full_patch_path:11>
patch_path=/Users/teja/.rvm/patches/ruby/1.9.3/p194/falcon.patch
+__rvm_lookup_full_patch_path:14> [[ -s
/Users/teja/.rvm/patches/ruby/1.9.3/p194/falcon.patch ]]
+__rvm_lookup_full_patch_path:9> extension=.diff
+__rvm_lookup_full_patch_path:11>
patch_path=/Users/teja/.rvm/patches/ruby/1.9.3/p194/falcon.diff
+__rvm_lookup_full_patch_path:14> [[ -s
/Users/teja/.rvm/patches/ruby/1.9.3/p194/falcon.diff && -f
/Users/teja/.rvm/patches/ruby/1.9.3/p194/falcon.diff ]]
+__rvm_lookup_full_patch_path:15> echo
/Users/teja/.rvm/patches/ruby/1.9.3/p194/falcon.diff
+__rvm_lookup_full_patch_path:16> return 0
+__rvm_apply_patches:26>
full_patch_path=/Users/teja/.rvm/patches/ruby/1.9.3/p194/falcon.diff
+__rvm_apply_patches:27> rvm_debug 'Patch full path
'\''/Users/teja/.rvm/patches/ruby/1.9.3/p194/falcon.diff'\''.'
+rvm_debug:2> (( 0 ))
+rvm_debug:2> return 0
+__rvm_apply_patches:29> [[ -z
/Users/teja/.rvm/patches/ruby/1.9.3/p194/falcon.diff || ! -f
/Users/teja/.rvm/patches/ruby/1.9.3/p194/falcon.diff ]]
+__rvm_apply_patches:34> __rvm_log_command patch.apply.falcon 'Applying patch
/Users/teja/.rvm/patches/ruby/1.9.3/p194/falcon.diff' patch -F 25 -p1 -N -f -i
/Users/teja/.rvm/patches/ruby/1.9.3/p194/falcon.diff
+__rvm_log_command:2> typeset name message _log _command_start _command_name
+__rvm_log_command:3> typeset -a _command
+__rvm_log_command:5> name=patch.apply.falcon
+__rvm_log_command:6> message='Applying patch
/Users/teja/.rvm/patches/ruby/1.9.3/p194/falcon.diff'
+__rvm_log_command:7> [[ -z 'Applying patch
/Users/teja/.rvm/patches/ruby/1.9.3/p194/falcon.diff' ]]
+__rvm_log_command:7> rvm_log 'Applying patch
/Users/teja/.rvm/patches/ruby/1.9.3/p194/falcon.diff'
+rvm_log:2> rvm_pretty_print stdout
+rvm_pretty_print:2> case auto (0|no)
+rvm_pretty_print:2> case auto (1|auto)
+rvm_pretty_print:7> case xterm-256color (dumb|unknown)
+rvm_pretty_print:10> case stdout (stdout)
+rvm_pretty_print:11> [[ -t 1 ]]
+rvm_pretty_print:17> return 0
+rvm_log:3> printf %b 'Applying patch
/Users/teja/.rvm/patches/ruby/1.9.3/p194/falcon.diff\n'
Applying patch /Users/teja/.rvm/patches/ruby/1.9.3/p194/falcon.diff
+__rvm_log_command:8> shift 2
+__rvm_log_command:9> _command=( patch -F 25 -p1 -N -f -i
/Users/teja/.rvm/patches/ruby/1.9.3/p194/falcon.diff )
+__rvm_log_command:10> _command_start=patch
+__rvm_log_command:11> (( 8 ))
+__rvm_log_command:11> [[ "$1" -regex-match "=" ]]
+__rvm_log_command:14> _command_name=patch
+__rvm_log_command:16> [[ ! "${_command_start}" -regex-match "=" ]]
+__rvm_log_command:17> (( 0 == 0 ))
+__rvm_log_command:19>
_log=/Users/teja/.rvm/log/ruby-1.9.3-p194/patch.apply.falcon.log
+__rvm_log_command:21> [[ -d /Users/teja/.rvm/log/ruby-1.9.3-p194 ]]
+__rvm_log_command:22> [[ -f
/Users/teja/.rvm/log/ruby-1.9.3-p194/patch.apply.falcon.log ]]
+__rvm_log_command:24> date '+%Y-%m-%d %H:%M:%S'
+__rvm_log_command:30> rvm_debug_stream
+rvm_debug_stream:2> (( 0 ))
+__rvm_log_command:30> tee
/Users/teja/.rvm/log/ruby-1.9.3-p194/patch.apply.falcon.log
+rvm_debug_stream:2> return 0
+__rvm_log_command:24> printf %b '[2012-10-03 21:55:05] patch -F 25 -p1 -N -f -i
/Users/teja/.rvm/patches/ruby/1.9.3/p194/falcon.diff\n'
+__rvm_log_command:25> is_a_function patch
+is_a_function:2> return 1
+__rvm_log_command:28> printf %b 'current path:
/Users/teja/.rvm/src/ruby-1.9.3-p194\n'
+__rvm_apply_patches:40> popd
+__rvm_do_with_env_before:2> [[ -n /Users/teja/.rvm/scripts ]]
+__rvm_do_with_env_before:5> source /Users/teja/.rvm/scripts/initialize
+/Users/teja/.rvm/scripts/initialize:3> : rvm_trace_flag:1
+/Users/teja/.rvm/scripts/initialize:4> (( rvm_trace_flag > 0 ))
+/Users/teja/.rvm/scripts/initialize:6> set -o xtrace
+/Users/teja/.rvm/scripts/initialize:9> [[ -z 4.3.11 ]]
+/Users/teja/.rvm/scripts/initialize:21> [[ -n '' ]]
+/Users/teja/.rvm/scripts/initialize:24> [[ -n 4.3.11 ]]
+/Users/teja/.rvm/scripts/initialize:26> setopt extendedglob
+/Users/teja/.rvm/scripts/initialize:27> setopt kshglob
+/Users/teja/.rvm/scripts/initialize:28> setopt no_glob_subst
+/Users/teja/.rvm/scripts/initialize:33> export __rvm_env_loaded
+/Users/teja/.rvm/scripts/initialize:35> : __rvm_env_loaded:2:
+/Users/teja/.rvm/scripts/initialize:37> : __rvm_env_loaded:3:
+/Users/teja/.rvm/scripts/initialize:40> [[ -z /Users/teja/.rvm/tmp ]]
+/Users/teja/.rvm/scripts/initialize:40> (( __rvm_env_loaded == 1 ))
+__rvm_do_with_env_before:6> __rvm_setup
+__rvm_setup:3> export rvm_head_flag rvm_ruby_selected_flag
rvm_user_install_flag rvm_path_flag rvm_cron_flag rvm_static_flag
rvm_default_flag rvm_loaded_flag rvm_llvm_flag rvm_skip_autoreconf_flag
rvm_18_flag rvm_19_flag rvm_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_setup:4> export 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_setup:5> export 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_setup:6> export __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_without_gems
+__rvm_setup:7> export -a rvm_patch_names rvm_ree_options rvm_autoconf_flags
+__rvm_setup:10> (( __rvm_env_loaded != 1 ))
+__rvm_setup:11> return 0
+__rvm_project_rvmrc:2> export __rvm_project_rvmrc_lock
+__rvm_project_rvmrc:3> : __rvm_project_rvmrc_lock:0
+__rvm_project_rvmrc:4> : __rvm_project_rvmrc_lock:1
+__rvm_project_rvmrc:5> (( __rvm_project_rvmrc_lock > 1 ))
+__rvm_project_rvmrc:9> typeset working_dir found_file
rvm_trustworthiness_result
+__rvm_project_rvmrc:12> working_dir=/Users/teja/.rvm/src
+__rvm_project_rvmrc:14> :
+__rvm_project_rvmrc:17> [[ -z /Users/teja/.rvm/src || /Users/teja ==
/Users/teja/.rvm/src || /Users/teja == /Users/teja/.rvm/src || / ==
/Users/teja/.rvm/src ]]
+__rvm_project_rvmrc:38> __rvm_project_dir_check /Users/teja/.rvm/src found_file
+__rvm_project_dir_check:2> typeset _found_file path_to_check variable
variable_default
+__rvm_project_dir_check:3> typeset -a _valid_files
+__rvm_project_dir_check:4> path_to_check=/Users/teja/.rvm/src
+__rvm_project_dir_check:5> variable=found_file
+__rvm_project_dir_check:6> variable_default=''
+__rvm_project_dir_check:7> _valid_files=( /Users/teja/.rvm/src
/Users/teja/.rvm/src/.rvmrc /Users/teja/.rvm/src/.versions.conf
/Users/teja/.rvm/src/.ruby-version /Users/teja/.rvm/src/.rbfu-version
/Users/teja/.rvm/src/.rbenv-version /Users/teja/.rvm/src/Gemfile )
+__rvm_project_dir_check:13> __rvm_find_first_file _found_file
/Users/teja/.rvm/src /Users/teja/.rvm/src/.rvmrc
/Users/teja/.rvm/src/.versions.conf /Users/teja/.rvm/src/.ruby-version
/Users/teja/.rvm/src/.rbfu-version /Users/teja/.rvm/src/.rbenv-version
/Users/teja/.rvm/src/Gemfile
+__rvm_find_first_file:2> typeset _first_file _variable_first_file __file_enum
+__rvm_find_first_file:3> _first_file=''
+__rvm_find_first_file:4> _variable_first_file=_found_file
+__rvm_find_first_file:5> shift
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src/.rvmrc
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src/.rvmrc ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src/.versions.conf
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src/.versions.conf ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src/.ruby-version
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src/.ruby-version ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src/.rbfu-version
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src/.rbfu-version ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src/.rbenv-version
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src/.rbenv-version ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src/Gemfile
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src/Gemfile ]]
+__rvm_find_first_file:16> eval '_found_file=""'
+(eval):1> _found_file=''
+__rvm_find_first_file:17> return 1
+__rvm_project_dir_check:13> true
+__rvm_project_dir_check:15> [[ '' == Gemfile ]]
+__rvm_project_dir_check:24> [[ -n found_file ]]
+__rvm_project_dir_check:25> eval 'found_file="${_found_file:-}"'
+(eval):1> found_file=''
+__rvm_project_dir_check:28> [[ -n '' ]]
+__rvm_project_dir_check:28> return 1
+__rvm_project_rvmrc:52> working_dir=+__rvm_project_rvmrc:52> dirname
/Users/teja/.rvm/src
+__rvm_project_rvmrc:52> working_dir=/Users/teja/.rvm
+__rvm_project_rvmrc:14> :
+__rvm_project_rvmrc:17> [[ -z /Users/teja/.rvm || /Users/teja ==
/Users/teja/.rvm || /Users/teja == /Users/teja/.rvm || / == /Users/teja/.rvm ]]
+__rvm_project_rvmrc:38> __rvm_project_dir_check /Users/teja/.rvm found_file
+__rvm_project_dir_check:2> typeset _found_file path_to_check variable
variable_default
+__rvm_project_dir_check:3> typeset -a _valid_files
+__rvm_project_dir_check:4> path_to_check=/Users/teja/.rvm
+__rvm_project_dir_check:5> variable=found_file
+__rvm_project_dir_check:6> variable_default=''
+__rvm_project_dir_check:7> _valid_files=( /Users/teja/.rvm
/Users/teja/.rvm/.rvmrc /Users/teja/.rvm/.versions.conf
/Users/teja/.rvm/.ruby-version /Users/teja/.rvm/.rbfu-version
/Users/teja/.rvm/.rbenv-version /Users/teja/.rvm/Gemfile )
+__rvm_project_dir_check:13> __rvm_find_first_file _found_file /Users/teja/.rvm
/Users/teja/.rvm/.rvmrc /Users/teja/.rvm/.versions.conf
/Users/teja/.rvm/.ruby-version /Users/teja/.rvm/.rbfu-version
/Users/teja/.rvm/.rbenv-version /Users/teja/.rvm/Gemfile
+__rvm_find_first_file:2> typeset _first_file _variable_first_file __file_enum
+__rvm_find_first_file:3> _first_file=''
+__rvm_find_first_file:4> _variable_first_file=_found_file
+__rvm_find_first_file:5> shift
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/.rvmrc
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/.rvmrc ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/.versions.conf
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/.versions.conf ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/.ruby-version
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/.ruby-version ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/.rbfu-version
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/.rbfu-version ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/.rbenv-version
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/.rbenv-version ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/Gemfile
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/Gemfile ]]
+__rvm_find_first_file:16> eval '_found_file=""'
+(eval):1> _found_file=''
+__rvm_find_first_file:17> return 1
+__rvm_project_dir_check:13> true
+__rvm_project_dir_check:15> [[ '' == Gemfile ]]
+__rvm_project_dir_check:24> [[ -n found_file ]]
+__rvm_project_dir_check:25> eval 'found_file="${_found_file:-}"'
+(eval):1> found_file=''
+__rvm_project_dir_check:28> [[ -n '' ]]
+__rvm_project_dir_check:28> return 1
+__rvm_project_rvmrc:52> working_dir=+__rvm_project_rvmrc:52> dirname
/Users/teja/.rvm
+__rvm_project_rvmrc:52> working_dir=/Users/teja
+__rvm_project_rvmrc:14> :
+__rvm_project_rvmrc:17> [[ -z /Users/teja || /Users/teja == /Users/teja ]]
+__rvm_project_rvmrc:20> [[ -n '' ]]
+__rvm_project_rvmrc:35> break
+__rvm_project_rvmrc:57> unset __rvm_project_rvmrc_lock
+__rvm_project_rvmrc:58> return 0
+__rvm_after_cd:2> typeset rvm_hook
+__rvm_after_cd:3> rvm_hook=after_cd
+__rvm_after_cd:4> [[ -n /Users/teja/.rvm/scripts ]]
+__rvm_after_cd:5> source /Users/teja/.rvm/scripts/hook
+/Users/teja/.rvm/scripts/hook:5> old_rvm_verbose_flag=0
+/Users/teja/.rvm/scripts/hook:6> old_rvm_debug_flag=0
+/Users/teja/.rvm/scripts/hook:11> true rvm_verbose_flag:0 rvm_debug_flag:0
rvm_hook:after_cd
+/Users/teja/.rvm/scripts/hook:15> [[ -n after_cd ]]
+/Users/teja/.rvm/scripts/hook:17> hooks=( /Users/teja/.rvm/hooks )
+/Users/teja/.rvm/scripts/hook:18> [[ /Users/teja/.rvm/src/.rvm/hooks ==
/Users/teja/.rvm/hooks ]]
+/Users/teja/.rvm/scripts/hook:19> hooks+=( /Users/teja/.rvm/src/.rvm/hooks )
+/Users/teja/.rvm/scripts/hook:21>
_hooks_list=+/Users/teja/.rvm/scripts/hook:21> _hooks_list=(
/Users/teja/.rvm/hooks/after_cd_bundler )
+/Users/teja/.rvm/scripts/hook:25> hook=/Users/teja/.rvm/hooks/after_cd_bundler
+/Users/teja/.rvm/scripts/hook:27> [[ -x /Users/teja/.rvm/hooks/after_cd_bundler
|| after_cd_bundler == after_cd ]]
+/Users/teja/.rvm/scripts/hook:37> unset rvm_hook hooks _hooks_list hook
+__rvm_do_with_env_after:2> __rvm_teardown
+__rvm_teardown:4> __rvm_cleanup_tmp
+__rvm_cleanup_tmp:2> [[ -d /Users/teja/.rvm/tmp/ ]]
+__rvm_cleanup_tmp:4> case /Users/teja/.rvm/tmp (*tmp)
+__rvm_cleanup_tmp:6> __rvm_rm_rf '/Users/teja/.rvm/tmp/53864*'
+__rvm_rm_rf:2> __rvm_rm_rf_verbose '/Users/teja/.rvm/tmp/53864*'
+__rvm_rm_rf_verbose:2> typeset result target
+__rvm_rm_rf_verbose:3> result=1
+__rvm_rm_rf_verbose:4> target='/Users/teja/.rvm/tmp/53864*'
+__rvm_rm_rf_verbose:7> [[ -n 4.3.11 ]]
+__rvm_rm_rf_verbose:9> setopt extendedglob
+__rvm_rm_rf_verbose:18> case /Users/teja/.rvm/tmp/53864*
(*(/|.)@(|/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))
+__rvm_rm_rf_verbose:18> case /Users/teja/.rvm/tmp/53864* (*)
+__rvm_rm_rf_verbose:23> [[ -n '/Users/teja/.rvm/tmp/53864*' ]]
+__rvm_rm_rf_verbose:25> [[ -d '/Users/teja/.rvm/tmp/53864*' ]]
+__rvm_rm_rf_verbose:29> [[ -f '/Users/teja/.rvm/tmp/53864*' || -L
'/Users/teja/.rvm/tmp/53864*' ]]
+__rvm_rm_rf_verbose:34> result=0
+__rvm_rm_rf_verbose:39> return 0
+__rvm_cleanup_tmp:10> return 0
+__rvm_teardown:7> export __rvm_env_loaded
+__rvm_teardown:9> : __rvm_env_loaded:3:
+__rvm_teardown:11> : __rvm_env_loaded:3:
+__rvm_teardown:13> : __rvm_env_loaded:2:
+__rvm_teardown:15> [[ -z /Users/teja/.rvm/tmp ]]
+__rvm_teardown:15> (( __rvm_env_loaded > 0 ))
+__rvm_teardown:17> return 0
+__rvm_do_with_env_before:2> [[ -n /Users/teja/.rvm/scripts ]]
+__rvm_do_with_env_before:5> source /Users/teja/.rvm/scripts/initialize
+/Users/teja/.rvm/scripts/initialize:3> : rvm_trace_flag:1
+/Users/teja/.rvm/scripts/initialize:4> (( rvm_trace_flag > 0 ))
+/Users/teja/.rvm/scripts/initialize:6> set -o xtrace
+/Users/teja/.rvm/scripts/initialize:9> [[ -z 4.3.11 ]]
+/Users/teja/.rvm/scripts/initialize:21> [[ -n '' ]]
+/Users/teja/.rvm/scripts/initialize:24> [[ -n 4.3.11 ]]
+/Users/teja/.rvm/scripts/initialize:26> setopt extendedglob
+/Users/teja/.rvm/scripts/initialize:27> setopt kshglob
+/Users/teja/.rvm/scripts/initialize:28> setopt no_glob_subst
+/Users/teja/.rvm/scripts/initialize:33> export __rvm_env_loaded
+/Users/teja/.rvm/scripts/initialize:35> : __rvm_env_loaded:2:
+/Users/teja/.rvm/scripts/initialize:37> : __rvm_env_loaded:3:
+/Users/teja/.rvm/scripts/initialize:40> [[ -z /Users/teja/.rvm/tmp ]]
+/Users/teja/.rvm/scripts/initialize:40> (( __rvm_env_loaded == 1 ))
+__rvm_do_with_env_before:6> __rvm_setup
+__rvm_setup:3> export rvm_head_flag rvm_ruby_selected_flag
rvm_user_install_flag rvm_path_flag rvm_cron_flag rvm_static_flag
rvm_default_flag rvm_loaded_flag rvm_llvm_flag rvm_skip_autoreconf_flag
rvm_18_flag rvm_19_flag rvm_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_setup:4> export 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_setup:5> export 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_setup:6> export __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_without_gems
+__rvm_setup:7> export -a rvm_patch_names rvm_ree_options rvm_autoconf_flags
+__rvm_setup:10> (( __rvm_env_loaded != 1 ))
+__rvm_setup:11> return 0
+__rvm_project_rvmrc:2> export __rvm_project_rvmrc_lock
+__rvm_project_rvmrc:3> : __rvm_project_rvmrc_lock:0
+__rvm_project_rvmrc:4> : __rvm_project_rvmrc_lock:1
+__rvm_project_rvmrc:5> (( __rvm_project_rvmrc_lock > 1 ))
+__rvm_project_rvmrc:9> typeset working_dir found_file
rvm_trustworthiness_result
+__rvm_project_rvmrc:12> working_dir=/Users/teja/.rvm/src
+__rvm_project_rvmrc:14> :
+__rvm_project_rvmrc:17> [[ -z /Users/teja/.rvm/src || /Users/teja ==
/Users/teja/.rvm/src || /Users/teja == /Users/teja/.rvm/src || / ==
/Users/teja/.rvm/src ]]
+__rvm_project_rvmrc:38> __rvm_project_dir_check /Users/teja/.rvm/src found_file
+__rvm_project_dir_check:2> typeset _found_file path_to_check variable
variable_default
+__rvm_project_dir_check:3> typeset -a _valid_files
+__rvm_project_dir_check:4> path_to_check=/Users/teja/.rvm/src
+__rvm_project_dir_check:5> variable=found_file
+__rvm_project_dir_check:6> variable_default=''
+__rvm_project_dir_check:7> _valid_files=( /Users/teja/.rvm/src
/Users/teja/.rvm/src/.rvmrc /Users/teja/.rvm/src/.versions.conf
/Users/teja/.rvm/src/.ruby-version /Users/teja/.rvm/src/.rbfu-version
/Users/teja/.rvm/src/.rbenv-version /Users/teja/.rvm/src/Gemfile )
+__rvm_project_dir_check:13> __rvm_find_first_file _found_file
/Users/teja/.rvm/src /Users/teja/.rvm/src/.rvmrc
/Users/teja/.rvm/src/.versions.conf /Users/teja/.rvm/src/.ruby-version
/Users/teja/.rvm/src/.rbfu-version /Users/teja/.rvm/src/.rbenv-version
/Users/teja/.rvm/src/Gemfile
+__rvm_find_first_file:2> typeset _first_file _variable_first_file __file_enum
+__rvm_find_first_file:3> _first_file=''
+__rvm_find_first_file:4> _variable_first_file=_found_file
+__rvm_find_first_file:5> shift
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src/.rvmrc
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src/.rvmrc ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src/.versions.conf
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src/.versions.conf ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src/.ruby-version
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src/.ruby-version ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src/.rbfu-version
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src/.rbfu-version ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src/.rbenv-version
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src/.rbenv-version ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src/Gemfile
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src/Gemfile ]]
+__rvm_find_first_file:16> eval '_found_file=""'
+(eval):1> _found_file=''
+__rvm_find_first_file:17> return 1
+__rvm_project_dir_check:13> true
+__rvm_project_dir_check:15> [[ '' == Gemfile ]]
+__rvm_project_dir_check:24> [[ -n found_file ]]
+__rvm_project_dir_check:25> eval 'found_file="${_found_file:-}"'
+(eval):1> found_file=''
+__rvm_project_dir_check:28> [[ -n '' ]]
+__rvm_project_dir_check:28> return 1
+__rvm_project_rvmrc:52> working_dir=+__rvm_project_rvmrc:52> dirname
/Users/teja/.rvm/src
+__rvm_project_rvmrc:52> working_dir=/Users/teja/.rvm
+__rvm_project_rvmrc:14> :
+__rvm_project_rvmrc:17> [[ -z /Users/teja/.rvm || /Users/teja ==
/Users/teja/.rvm || /Users/teja == /Users/teja/.rvm || / == /Users/teja/.rvm ]]
+__rvm_project_rvmrc:38> __rvm_project_dir_check /Users/teja/.rvm found_file
+__rvm_project_dir_check:2> typeset _found_file path_to_check variable
variable_default
+__rvm_project_dir_check:3> typeset -a _valid_files
+__rvm_project_dir_check:4> path_to_check=/Users/teja/.rvm
+__rvm_project_dir_check:5> variable=found_file
+__rvm_project_dir_check:6> variable_default=''
+__rvm_project_dir_check:7> _valid_files=( /Users/teja/.rvm
/Users/teja/.rvm/.rvmrc /Users/teja/.rvm/.versions.conf
/Users/teja/.rvm/.ruby-version /Users/teja/.rvm/.rbfu-version
/Users/teja/.rvm/.rbenv-version /Users/teja/.rvm/Gemfile )
+__rvm_project_dir_check:13> __rvm_find_first_file _found_file /Users/teja/.rvm
/Users/teja/.rvm/.rvmrc /Users/teja/.rvm/.versions.conf
/Users/teja/.rvm/.ruby-version /Users/teja/.rvm/.rbfu-version
/Users/teja/.rvm/.rbenv-version /Users/teja/.rvm/Gemfile
+__rvm_find_first_file:2> typeset _first_file _variable_first_file __file_enum
+__rvm_find_first_file:3> _first_file=''
+__rvm_find_first_file:4> _variable_first_file=_found_file
+__rvm_find_first_file:5> shift
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/.rvmrc
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/.rvmrc ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/.versions.conf
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/.versions.conf ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/.ruby-version
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/.ruby-version ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/.rbfu-version
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/.rbfu-version ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/.rbenv-version
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/.rbenv-version ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/Gemfile
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/Gemfile ]]
+__rvm_find_first_file:16> eval '_found_file=""'
+(eval):1> _found_file=''
+__rvm_find_first_file:17> return 1
+__rvm_project_dir_check:13> true
+__rvm_project_dir_check:15> [[ '' == Gemfile ]]
+__rvm_project_dir_check:24> [[ -n found_file ]]
+__rvm_project_dir_check:25> eval 'found_file="${_found_file:-}"'
+(eval):1> found_file=''
+__rvm_project_dir_check:28> [[ -n '' ]]
+__rvm_project_dir_check:28> return 1
+__rvm_project_rvmrc:52> working_dir=+__rvm_project_rvmrc:52> dirname
/Users/teja/.rvm
+__rvm_project_rvmrc:52> working_dir=/Users/teja
+__rvm_project_rvmrc:14> :
+__rvm_project_rvmrc:17> [[ -z /Users/teja || /Users/teja == /Users/teja ]]
+__rvm_project_rvmrc:20> [[ -n '' ]]
+__rvm_project_rvmrc:35> break
+__rvm_project_rvmrc:57> unset __rvm_project_rvmrc_lock
+__rvm_project_rvmrc:58> return 0
+__rvm_after_cd:2> typeset rvm_hook
+__rvm_after_cd:3> rvm_hook=after_cd
+__rvm_after_cd:4> [[ -n /Users/teja/.rvm/scripts ]]
+__rvm_after_cd:5> source /Users/teja/.rvm/scripts/hook
+/Users/teja/.rvm/scripts/hook:5> old_rvm_verbose_flag=0
+/Users/teja/.rvm/scripts/hook:6> old_rvm_debug_flag=0
+/Users/teja/.rvm/scripts/hook:11> true rvm_verbose_flag:0 rvm_debug_flag:0
rvm_hook:after_cd
+/Users/teja/.rvm/scripts/hook:15> [[ -n after_cd ]]
+/Users/teja/.rvm/scripts/hook:17> hooks=( /Users/teja/.rvm/hooks )
+/Users/teja/.rvm/scripts/hook:18> [[ /Users/teja/.rvm/src/.rvm/hooks ==
/Users/teja/.rvm/hooks ]]
+/Users/teja/.rvm/scripts/hook:19> hooks+=( /Users/teja/.rvm/src/.rvm/hooks )
+/Users/teja/.rvm/scripts/hook:21>
_hooks_list=+/Users/teja/.rvm/scripts/hook:21> _hooks_list=(
/Users/teja/.rvm/hooks/after_cd_bundler )
+/Users/teja/.rvm/scripts/hook:25> hook=/Users/teja/.rvm/hooks/after_cd_bundler
+/Users/teja/.rvm/scripts/hook:27> [[ -x /Users/teja/.rvm/hooks/after_cd_bundler
|| after_cd_bundler == after_cd ]]
+/Users/teja/.rvm/scripts/hook:37> unset rvm_hook hooks _hooks_list hook
+__rvm_do_with_env_after:2> __rvm_teardown
+__rvm_teardown:4> __rvm_cleanup_tmp
+__rvm_cleanup_tmp:2> [[ -d /Users/teja/.rvm/tmp/ ]]
+__rvm_cleanup_tmp:4> case /Users/teja/.rvm/tmp (*tmp)
+__rvm_cleanup_tmp:6> __rvm_rm_rf '/Users/teja/.rvm/tmp/53864*'
+__rvm_rm_rf:2> __rvm_rm_rf_verbose '/Users/teja/.rvm/tmp/53864*'
+__rvm_rm_rf_verbose:2> typeset result target
+__rvm_rm_rf_verbose:3> result=1
+__rvm_rm_rf_verbose:4> target='/Users/teja/.rvm/tmp/53864*'
+__rvm_rm_rf_verbose:7> [[ -n 4.3.11 ]]
+__rvm_rm_rf_verbose:9> setopt extendedglob
+__rvm_rm_rf_verbose:18> case /Users/teja/.rvm/tmp/53864*
(*(/|.)@(|/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))
+__rvm_rm_rf_verbose:18> case /Users/teja/.rvm/tmp/53864* (*)
+__rvm_rm_rf_verbose:23> [[ -n '/Users/teja/.rvm/tmp/53864*' ]]
+__rvm_rm_rf_verbose:25> [[ -d '/Users/teja/.rvm/tmp/53864*' ]]
+__rvm_rm_rf_verbose:29> [[ -f '/Users/teja/.rvm/tmp/53864*' || -L
'/Users/teja/.rvm/tmp/53864*' ]]
+__rvm_rm_rf_verbose:34> result=0
+__rvm_rm_rf_verbose:39> return 0
+__rvm_cleanup_tmp:10> return 0
+__rvm_teardown:7> export __rvm_env_loaded
+__rvm_teardown:9> : __rvm_env_loaded:3:
+__rvm_teardown:11> : __rvm_env_loaded:3:
+__rvm_teardown:13> : __rvm_env_loaded:2:
+__rvm_teardown:15> [[ -z /Users/teja/.rvm/tmp ]]
+__rvm_teardown:15> (( __rvm_env_loaded > 0 ))
+__rvm_teardown:17> return 0
+__rvm_do_with_env_before:2> [[ -n /Users/teja/.rvm/scripts ]]
+__rvm_do_with_env_before:5> source /Users/teja/.rvm/scripts/initialize
+/Users/teja/.rvm/scripts/initialize:3> : rvm_trace_flag:1
+/Users/teja/.rvm/scripts/initialize:4> (( rvm_trace_flag > 0 ))
+/Users/teja/.rvm/scripts/initialize:6> set -o xtrace
+/Users/teja/.rvm/scripts/initialize:9> [[ -z 4.3.11 ]]
+/Users/teja/.rvm/scripts/initialize:21> [[ -n '' ]]
+/Users/teja/.rvm/scripts/initialize:24> [[ -n 4.3.11 ]]
+/Users/teja/.rvm/scripts/initialize:26> setopt extendedglob
+/Users/teja/.rvm/scripts/initialize:27> setopt kshglob
+/Users/teja/.rvm/scripts/initialize:28> setopt no_glob_subst
+/Users/teja/.rvm/scripts/initialize:33> export __rvm_env_loaded
+/Users/teja/.rvm/scripts/initialize:35> : __rvm_env_loaded:2:
+/Users/teja/.rvm/scripts/initialize:37> : __rvm_env_loaded:3:
+/Users/teja/.rvm/scripts/initialize:40> [[ -z /Users/teja/.rvm/tmp ]]
+/Users/teja/.rvm/scripts/initialize:40> (( __rvm_env_loaded == 1 ))
+__rvm_do_with_env_before:6> __rvm_setup
+__rvm_setup:3> export rvm_head_flag rvm_ruby_selected_flag
rvm_user_install_flag rvm_path_flag rvm_cron_flag rvm_static_flag
rvm_default_flag rvm_loaded_flag rvm_llvm_flag rvm_skip_autoreconf_flag
rvm_18_flag rvm_19_flag rvm_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_setup:4> export 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_setup:5> export 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_setup:6> export __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_without_gems
+__rvm_setup:7> export -a rvm_patch_names rvm_ree_options rvm_autoconf_flags
+__rvm_setup:10> (( __rvm_env_loaded != 1 ))
+__rvm_setup:11> return 0
+__rvm_project_rvmrc:2> export __rvm_project_rvmrc_lock
+__rvm_project_rvmrc:3> : __rvm_project_rvmrc_lock:0
+__rvm_project_rvmrc:4> : __rvm_project_rvmrc_lock:1
+__rvm_project_rvmrc:5> (( __rvm_project_rvmrc_lock > 1 ))
+__rvm_project_rvmrc:9> typeset working_dir found_file
rvm_trustworthiness_result
+__rvm_project_rvmrc:12> working_dir=/Users/teja/.rvm/src
+__rvm_project_rvmrc:14> :
+__rvm_project_rvmrc:17> [[ -z /Users/teja/.rvm/src || /Users/teja ==
/Users/teja/.rvm/src || /Users/teja == /Users/teja/.rvm/src || / ==
/Users/teja/.rvm/src ]]
+__rvm_project_rvmrc:38> __rvm_project_dir_check /Users/teja/.rvm/src found_file
+__rvm_project_dir_check:2> typeset _found_file path_to_check variable
variable_default
+__rvm_project_dir_check:3> typeset -a _valid_files
+__rvm_project_dir_check:4> path_to_check=/Users/teja/.rvm/src
+__rvm_project_dir_check:5> variable=found_file
+__rvm_project_dir_check:6> variable_default=''
+__rvm_project_dir_check:7> _valid_files=( /Users/teja/.rvm/src
/Users/teja/.rvm/src/.rvmrc /Users/teja/.rvm/src/.versions.conf
/Users/teja/.rvm/src/.ruby-version /Users/teja/.rvm/src/.rbfu-version
/Users/teja/.rvm/src/.rbenv-version /Users/teja/.rvm/src/Gemfile )
+__rvm_project_dir_check:13> __rvm_find_first_file _found_file
/Users/teja/.rvm/src /Users/teja/.rvm/src/.rvmrc
/Users/teja/.rvm/src/.versions.conf /Users/teja/.rvm/src/.ruby-version
/Users/teja/.rvm/src/.rbfu-version /Users/teja/.rvm/src/.rbenv-version
/Users/teja/.rvm/src/Gemfile
+__rvm_find_first_file:2> typeset _first_file _variable_first_file __file_enum
+__rvm_find_first_file:3> _first_file=''
+__rvm_find_first_file:4> _variable_first_file=_found_file
+__rvm_find_first_file:5> shift
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src/.rvmrc
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src/.rvmrc ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src/.versions.conf
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src/.versions.conf ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src/.ruby-version
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src/.ruby-version ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src/.rbfu-version
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src/.rbfu-version ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src/.rbenv-version
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src/.rbenv-version ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/src/Gemfile
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/src/Gemfile ]]
+__rvm_find_first_file:16> eval '_found_file=""'
+(eval):1> _found_file=''
+__rvm_find_first_file:17> return 1
+__rvm_project_dir_check:13> true
+__rvm_project_dir_check:15> [[ '' == Gemfile ]]
+__rvm_project_dir_check:24> [[ -n found_file ]]
+__rvm_project_dir_check:25> eval 'found_file="${_found_file:-}"'
+(eval):1> found_file=''
+__rvm_project_dir_check:28> [[ -n '' ]]
+__rvm_project_dir_check:28> return 1
+__rvm_project_rvmrc:52> working_dir=+__rvm_project_rvmrc:52> dirname
/Users/teja/.rvm/src
+__rvm_project_rvmrc:52> working_dir=/Users/teja/.rvm
+__rvm_project_rvmrc:14> :
+__rvm_project_rvmrc:17> [[ -z /Users/teja/.rvm || /Users/teja ==
/Users/teja/.rvm || /Users/teja == /Users/teja/.rvm || / == /Users/teja/.rvm ]]
+__rvm_project_rvmrc:38> __rvm_project_dir_check /Users/teja/.rvm found_file
+__rvm_project_dir_check:2> typeset _found_file path_to_check variable
variable_default
+__rvm_project_dir_check:3> typeset -a _valid_files
+__rvm_project_dir_check:4> path_to_check=/Users/teja/.rvm
+__rvm_project_dir_check:5> variable=found_file
+__rvm_project_dir_check:6> variable_default=''
+__rvm_project_dir_check:7> _valid_files=( /Users/teja/.rvm
/Users/teja/.rvm/.rvmrc /Users/teja/.rvm/.versions.conf
/Users/teja/.rvm/.ruby-version /Users/teja/.rvm/.rbfu-version
/Users/teja/.rvm/.rbenv-version /Users/teja/.rvm/Gemfile )
+__rvm_project_dir_check:13> __rvm_find_first_file _found_file /Users/teja/.rvm
/Users/teja/.rvm/.rvmrc /Users/teja/.rvm/.versions.conf
/Users/teja/.rvm/.ruby-version /Users/teja/.rvm/.rbfu-version
/Users/teja/.rvm/.rbenv-version /Users/teja/.rvm/Gemfile
+__rvm_find_first_file:2> typeset _first_file _variable_first_file __file_enum
+__rvm_find_first_file:3> _first_file=''
+__rvm_find_first_file:4> _variable_first_file=_found_file
+__rvm_find_first_file:5> shift
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/.rvmrc
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/.rvmrc ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/.versions.conf
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/.versions.conf ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/.ruby-version
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/.ruby-version ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/.rbfu-version
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/.rbfu-version ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/.rbenv-version
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/.rbenv-version ]]
+__rvm_find_first_file:7> __file_enum=/Users/teja/.rvm/Gemfile
+__rvm_find_first_file:10> [[ -f /Users/teja/.rvm/Gemfile ]]
+__rvm_find_first_file:16> eval '_found_file=""'
+(eval):1> _found_file=''
+__rvm_find_first_file:17> return 1
+__rvm_project_dir_check:13> true
+__rvm_project_dir_check:15> [[ '' == Gemfile ]]
+__rvm_project_dir_check:24> [[ -n found_file ]]
+__rvm_project_dir_check:25> eval 'found_file="${_found_file:-}"'
+(eval):1> found_file=''
+__rvm_project_dir_check:28> [[ -n '' ]]
+__rvm_project_dir_check:28> return 1
+__rvm_project_rvmrc:52> working_dir=+__rvm_project_rvmrc:52> dirname
/Users/teja/.rvm
+__rvm_project_rvmrc:52> working_dir=/Users/teja
+__rvm_project_rvmrc:14> :
+__rvm_project_rvmrc:17> [[ -z /Users/teja || /Users/teja == /Users/teja ]]
+__rvm_project_rvmrc:20> [[ -n '' ]]
+__rvm_project_rvmrc:35> break
+__rvm_project_rvmrc:57> unset __rvm_project_rvmrc_lock
+__rvm_project_rvmrc:58> return 0
+__rvm_after_cd:2> typeset rvm_hook
+__rvm_after_cd:3> rvm_hook=after_cd
+__rvm_after_cd:4> [[ -n /Users/teja/.rvm/scripts ]]
+__rvm_after_cd:5> source /Users/teja/.rvm/scripts/hook
+/Users/teja/.rvm/scripts/hook:5> old_rvm_verbose_flag=0
+/Users/teja/.rvm/scripts/hook:6> old_rvm_debug_flag=0
+/Users/teja/.rvm/scripts/hook:11> true rvm_verbose_flag:0 rvm_debug_flag:0
rvm_hook:after_cd
+/Users/teja/.rvm/scripts/hook:15> [[ -n after_cd ]]
+/Users/teja/.rvm/scripts/hook:17> hooks=( /Users/teja/.rvm/hooks )
+/Users/teja/.rvm/scripts/hook:18> [[ /Users/teja/.rvm/src/.rvm/hooks ==
/Users/teja/.rvm/hooks ]]
+/Users/teja/.rvm/scripts/hook:19> hooks+=( /Users/teja/.rvm/src/.rvm/hooks )
+/Users/teja/.rvm/scripts/hook:21>
_hooks_list=+/Users/teja/.rvm/scripts/hook:21> _hooks_list=(
/Users/teja/.rvm/hooks/after_cd_bundler )
+/Users/teja/.rvm/scripts/hook:25> hook=/Users/teja/.rvm/hooks/after_cd_bundler
+/Users/teja/.rvm/scripts/hook:27> [[ -x /Users/teja/.rvm/hooks/after_cd_bundler
|| after_cd_bundler == after_cd ]]
+/Users/teja/.rvm/scripts/hook:37> unset rvm_hook hooks _hooks_list hook
+__rvm_do_with_env_after:2> __rvm_teardown
+__rvm_teardown:4> __rvm_cleanup_tmp
+__rvm_cleanup_tmp:2> [[ -d /Users/teja/.rvm/tmp/ ]]
+__rvm_cleanup_tmp:4> case /Users/teja/.rvm/tmp (*tmp)
+__rvm_cleanup_tmp:6> __rvm_rm_rf '/Users/teja/.rvm/tmp/53864*'
+__rvm_rm_rf:2> __rvm_rm_rf_verbose '/Users/teja/.rvm/tmp/53864*'
+__rvm_rm_rf_verbose:2> typeset result target
+__rvm_rm_rf_verbose:3> result=1
+__rvm_rm_rf_verbose:4> target='/Users/teja/.rvm/tmp/53864*'
+__rvm_rm_rf_verbose:7> [[ -n 4.3.11 ]]
+__rvm_rm_rf_verbose:9> setopt extendedglob
+__rvm_rm_rf_verbose:18> case /Users/teja/.rvm/tmp/53864*
(*(/|.)@(|/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))
+__rvm_rm_rf_verbose:18> case /Users/teja/.rvm/tmp/53864* (*)
+__rvm_rm_rf_verbose:23> [[ -n '/Users/teja/.rvm/tmp/53864*' ]]
+__rvm_rm_rf_verbose:25> [[ -d '/Users/teja/.rvm/tmp/53864*' ]]
+__rvm_rm_rf_verbose:29> [[ -f '/Users/teja/.rvm/tmp/53864*' || -L
'/Users/teja/.rvm/tmp/53864*' ]]
+__rvm_rm_rf_verbose:34> result=0
+__rvm_rm_rf_verbose:39> return 0
+__rvm_cleanup_tmp:10> return 0
+__rvm_teardown:7> export __rvm_env_loaded
+__rvm_teardown:9> : __rvm_env_loaded:3:
+__rvm_teardown:11> : __rvm_env_loaded:3:
+__rvm_teardown:13> : __rvm_env_loaded:2:
+__rvm_teardown:15> [[ -z /Users/teja/.rvm/tmp ]]
+__rvm_teardown:15> (( __rvm_env_loaded > 0 ))
+__rvm_teardown:17> return 0
+__rvm_apply_patches:41> return 0
+__rvm_install_source:51> true
+__rvm_install_source:59> (( 0 == 1 ))
+__rvm_install_source:60> [[ -z '' ]]
+__rvm_install_source:61> [[ ! -s /Users/teja/.rvm/src/ruby-1.9.3-p194/configure
|| /Users/teja/.rvm/src/ruby-1.9.3-p194/configure.in -nt
/Users/teja/.rvm/src/ruby-1.9.3-p194/configure ]]
+__rvm_install_source:67> command -v autoreconf
+__rvm_install_source:69> (( 0 == 1 ))
+__rvm_install_source:72> __rvm_log_command autoreconf 'ruby-1.9.3-p194 -
#autoreconf' autoreconf
+__rvm_log_command:2> typeset name message _log _command_start _command_name
+__rvm_log_command:3> typeset -a _command
+__rvm_log_command:5> name=autoreconf
+__rvm_log_command:6> message='ruby-1.9.3-p194 - #autoreconf'
+__rvm_log_command:7> [[ -z 'ruby-1.9.3-p194 - #autoreconf' ]]
+__rvm_log_command:7> rvm_log 'ruby-1.9.3-p194 - #autoreconf'
+rvm_log:2> rvm_pretty_print stdout
+rvm_pretty_print:2> case auto (0|no)
+rvm_pretty_print:2> case auto (1|auto)
+rvm_pretty_print:7> case xterm-256color (dumb|unknown)
+rvm_pretty_print:10> case stdout (stdout)
+rvm_pretty_print:11> [[ -t 1 ]]
+rvm_pretty_print:17> return 0
+rvm_log:3> printf %b 'ruby-1.9.3-p194 - #autoreconf\n'
ruby-1.9.3-p194 - #autoreconf
+__rvm_log_command:8> shift 2
+__rvm_log_command:9> _command=( autoreconf )
+__rvm_log_command:10> _command_start=autoreconf
+__rvm_log_command:11> (( 1 ))
+__rvm_log_command:11> [[ "$1" -regex-match "=" ]]
+__rvm_log_command:14> _command_name=autoreconf
+__rvm_log_command:16> [[ ! "${_command_start}" -regex-match "=" ]]
+__rvm_log_command:17> (( 0 == 0 ))
+__rvm_log_command:19> _log=/Users/teja/.rvm/log/ruby-1.9.3-p194/autoreconf.log
+__rvm_log_command:21> [[ -d /Users/teja/.rvm/log/ruby-1.9.3-p194 ]]
+__rvm_log_command:22> [[ -f /Users/teja/.rvm/log/ruby-1.9.3-p194/autoreconf.log
]]
+__rvm_log_command:30> rvm_debug_stream
+__rvm_log_command:30> tee /Users/teja/.rvm/log/ruby-1.9.3-p194/autoreconf.log
+rvm_debug_stream:2> (( 0 ))
+rvm_debug_stream:2> return 0
+__rvm_log_command:24> date '+%Y-%m-%d %H:%M:%S'
+__rvm_log_command:24> printf %b '[2012-10-03 21:55:06] autoreconf\n'
+__rvm_log_command:25> is_a_function autoreconf
+is_a_function:2> return 1
+__rvm_log_command:28> printf %b 'current path: /Users/teja/.rvm/src\n'
+__rvm_log_command:34> typeset 'result=1'
+__rvm_log_command:35> rvm_error 'Error running '\''autoreconf'\'', please read
/Users/teja/.rvm/log/ruby-1.9.3-p194/autoreconf.log'
+rvm_error:2> rvm_pretty_print stderr
+rvm_pretty_print:2> case auto (0|no)
+rvm_pretty_print:2> case auto (1|auto)
+rvm_pretty_print:7> case xterm-256color (dumb|unknown)
+rvm_pretty_print:10> case stderr (stdout)
+rvm_pretty_print:10> case stderr (stderr)
+rvm_pretty_print:12> [[ -t 2 ]]
+rvm_pretty_print:17> return 0
+rvm_error:3> printf %b 'Error running '\''autoreconf'\'', please read
/Users/teja/.rvm/log/ruby-1.9.3-p194/autoreconf.log\n'
Error running 'autoreconf', please read
/Users/teja/.rvm/log/ruby-1.9.3-p194/autoreconf.log
+__rvm_log_command:36> return 1
+__rvm_install_source:80> [[ -n '' ]]
+__rvm_install_source:90> [[ -s ./configure ]]
+__rvm_install_source:107> rvm_error 'Skipping configure step, '\''configure'\''
does not exist, did autoreconf not run successfully?'
+rvm_error:2> rvm_pretty_print stderr
+rvm_pretty_print:2> case auto (0|no)
+rvm_pretty_print:2> case auto (1|auto)
+rvm_pretty_print:7> case xterm-256color (dumb|unknown)
+rvm_pretty_print:10> case stderr (stdout)
+rvm_pretty_print:10> case stderr (stderr)
+rvm_pretty_print:12> [[ -t 2 ]]
+rvm_pretty_print:17> return 0
+rvm_error:3> printf %b 'Skipping configure step, '\''configure'\'' does not
exist, did autoreconf not run successfully?\n'
Skipping configure step, 'configure' does not exist, did autoreconf not run
successfully?
+__rvm_install_source:110> __rvm_log_command make 'ruby-1.9.3-p194 - #compiling'
make -j3
+__rvm_log_command:2> typeset name message _log _command_start _command_name
+__rvm_log_command:3> typeset -a _command
+__rvm_log_command:5> name=make
+__rvm_log_command:6> message='ruby-1.9.3-p194 - #compiling'
+__rvm_log_command:7> [[ -z 'ruby-1.9.3-p194 - #compiling' ]]
+__rvm_log_command:7> rvm_log 'ruby-1.9.3-p194 - #compiling'
+rvm_log:2> rvm_pretty_print stdout
+rvm_pretty_print:2> case auto (0|no)
+rvm_pretty_print:2> case auto (1|auto)
+rvm_pretty_print:7> case xterm-256color (dumb|unknown)
+rvm_pretty_print:10> case stdout (stdout)
+rvm_pretty_print:11> [[ -t 1 ]]
+rvm_pretty_print:17> return 0
+rvm_log:3> printf %b 'ruby-1.9.3-p194 - #compiling\n'
ruby-1.9.3-p194 - #compiling
+__rvm_log_command:8> shift 2
+__rvm_log_command:9> _command=( make -j3 )
+__rvm_log_command:10> _command_start=make
+__rvm_log_command:11> (( 2 ))
+__rvm_log_command:11> [[ "$1" -regex-match "=" ]]
+__rvm_log_command:14> _command_name=make
+__rvm_log_command:16> [[ ! "${_command_start}" -regex-match "=" ]]
+__rvm_log_command:17> (( 0 == 0 ))
+__rvm_log_command:19> _log=/Users/teja/.rvm/log/ruby-1.9.3-p194/make.log
+__rvm_log_command:21> [[ -d /Users/teja/.rvm/log/ruby-1.9.3-p194 ]]
+__rvm_log_command:22> [[ -f /Users/teja/.rvm/log/ruby-1.9.3-p194/make.log ]]
+__rvm_log_command:30> rvm_debug_stream
+__rvm_log_command:30> tee /Users/teja/.rvm/log/ruby-1.9.3-p194/make.log
+rvm_debug_stream:2> (( 0 ))
+rvm_debug_stream:2> return 0
+__rvm_log_command:24> date '+%Y-%m-%d %H:%M:%S'
+__rvm_log_command:24> printf %b '[2012-10-03 21:55:07] make -j3\n'
+__rvm_log_command:25> is_a_function make
+is_a_function:2> return 1
+__rvm_log_command:28> printf %b 'current path: /Users/teja/.rvm/src\n'
+__rvm_log_command:34> typeset 'result=2'
+__rvm_log_command:35> rvm_error 'Error running '\''make -j3'\'', please read
/Users/teja/.rvm/log/ruby-1.9.3-p194/make.log'
+rvm_error:2> rvm_pretty_print stderr
+rvm_pretty_print:2> case auto (0|no)
+rvm_pretty_print:2> case auto (1|auto)
+rvm_pretty_print:7> case xterm-256color (dumb|unknown)
+rvm_pretty_print:10> case stderr (stdout)
+rvm_pretty_print:10> case stderr (stderr)
+rvm_pretty_print:12> [[ -t 2 ]]
+rvm_pretty_print:17> return 0
+rvm_error:3> printf %b 'Error running '\''make -j3'\'', please read
/Users/teja/.rvm/log/ruby-1.9.3-p194/make.log\n'
Error running 'make -j3', please read
/Users/teja/.rvm/log/ruby-1.9.3-p194/make.log
+__rvm_log_command:36> return 2
+__rvm_install_source:113> result=2
+__rvm_install_source:114> rvm_error 'There has been an error while running
make. Halting the installation.'
+rvm_error:2> rvm_pretty_print stderr
+rvm_pretty_print:2> case auto (0|no)
+rvm_pretty_print:2> case auto (1|auto)
+rvm_pretty_print:7> case xterm-256color (dumb|unknown)
+rvm_pretty_print:10> case stderr (stdout)
+rvm_pretty_print:10> case stderr (stderr)
+rvm_pretty_print:12> [[ -t 2 ]]
+rvm_pretty_print:17> return 0
+rvm_error:3> printf %b 'There has been an error while running make. Halting the
installation.\n'
There has been an error while running make. Halting the installation.
+__rvm_install_source:115> return 2
+ruby_install:109> result=2
+ruby_install:112> [[ i386 == *darwin* ]]
+ruby_install:123> __rvm_compiler_is_llvm
+__rvm_compiler_is_llvm:2> __rvm_found_compiler
+__rvm_found_compiler:2> __rvm_selected_compiler
+__rvm_selected_compiler:4> [[ " ${rvm_configure_flags[*]}" -regex-match "
--with-gcc=" ]]
+__rvm_selected_compiler:17> [[ -n /usr/bin/gcc-4.2 ]]
+__rvm_selected_compiler:19> echo /usr/bin/gcc-4.2
+__rvm_selected_compiler:20> return 0
+__rvm_compiler_is_llvm:3> [[ "$(__rvm_run_compiler --version)" -regex-match
"llvm"+__rvm_compiler_is_llvm:3> __rvm_run_compiler --version
+__rvm_run_compiler:2> typeset compiler
+__rvm_run_compiler:4> compiler=+__rvm_run_compiler:4> __rvm_found_compiler
+__rvm_found_compiler:2> __rvm_selected_compiler
+__rvm_selected_compiler:4> [[ " ${rvm_configure_flags[*]}" -regex-match "
--with-gcc=" ]]
+__rvm_selected_compiler:17> [[ -n /usr/bin/gcc-4.2 ]]
+__rvm_selected_compiler:19> echo /usr/bin/gcc-4.2
+__rvm_selected_compiler:20> return 0
+__rvm_run_compiler:4> compiler=/usr/bin/gcc-4.2
+__rvm_run_compiler:6> [[ -n 4.3.11 ]]
+__rvm_run_compiler:7> /usr/bin/gcc-4.2 --version
+__rvm_compiler_is_llvm:3> [[ "$(__rvm_run_compiler --version)" -regex-match
"llvm" ]]
+ruby_install:125> rvm_warn 'Ruby '\''ruby-1.9.3-p194'\'' was built using clang
- but it'\''s not (fully) supported, expect errors.'
+rvm_warn:2> rvm_pretty_print stdout
+rvm_pretty_print:2> case auto (0|no)
+rvm_pretty_print:2> case auto (1|auto)
+rvm_pretty_print:7> case xterm-256color (dumb|unknown)
+rvm_pretty_print:10> case stdout (stdout)
+rvm_pretty_print:11> [[ -t 1 ]]
+rvm_pretty_print:17> return 0
+rvm_warn:3> printf %b 'Ruby '\''ruby-1.9.3-p194'\'' was built using clang - but
it'\''s not (fully) supported, expect errors.\n'
Ruby 'ruby-1.9.3-p194' was built using clang - but it's not (fully) supported,
expect errors.
+ruby_install:128> typeset patches_count
+ruby_install:129> patches_count=+ruby_install:129>
patches_count=+ruby_install:130> wc -l
+ruby_install:130> rvm_ruby_string=ruby-1.9.3-p194
/Users/teja/.rvm/scripts/patchsets show default
++ [[ -z '' ]]
++ export PS4
++ PS4='+ ${BASH_SOURCE##${rvm_path:-}} : ${FUNCNAME[0]:+${FUNCNAME[0]}()}
${LINENO} > '
++ /scripts/base : 21 > export __array_start rvm_path
++ /scripts/base : 26 > [[ -n '' ]]
++ /scripts/base : 30 > __array_start=0
++ /scripts/base : 33 > (( 0 == 0 ))
++ /scripts/base : 35 > [[ -n 022 ]]
++ /scripts/base : 36 > rvm_rvmrc_files=("/etc/rvmrc" "$HOME/.rvmrc")
++ /scripts/base : 37 > [[ -n /Users/teja ]]
++ /scripts/base : 37 > [[ /Users/teja/.rvmrc -ef /Users/teja/.rvmrc ]]
++ /scripts/base : 38 > rvm_rvmrc_files+=("${rvm_prefix}/.rvmrc")
++ /scripts/base : 41 > for rvmrc in '"${rvm_rvmrc_files[@]}"'
++ /scripts/base : 43 > [[ -f /etc/rvmrc ]]
++ /scripts/base : 41 > for rvmrc in '"${rvm_rvmrc_files[@]}"'
++ /scripts/base : 43 > [[ -f /Users/teja/.rvmrc ]]
++ /scripts/base : 41 > for rvmrc in '"${rvm_rvmrc_files[@]}"'
++ /scripts/base : 43 > [[ -f /Users/teja/.rvmrc ]]
++ /scripts/base : 58 > unset rvm_rvmrc_files
++ /scripts/base : 61 > export rvm_path
++ /scripts/base : 62 > [[ -z /Users/teja/.rvm ]]
++ /scripts/base : 74 > true /Users/teja/.rvm/scripts
++ /scripts/base : 77 > source /Users/teja/.rvm/scripts/initialize
+++ /scripts/initialize : 3 > : rvm_trace_flag:1
+++ /scripts/initialize : 4 > (( rvm_trace_flag > 0 ))
+++ /scripts/initialize : 6 > set -o xtrace
+++ /scripts/initialize : 9 > [[ -z '' ]]
+++ /scripts/initialize : 14 > export PS4
+++ /scripts/initialize : 15 > PS4='+ ${BASH_SOURCE##${rvm_path:-}} :
${FUNCNAME[0]:+${FUNCNAME[0]}()} ${LINENO} > '
+++ /scripts/initialize : 21 > [[ -n 3.2.48(1)-release ]]
+++ /scripts/initialize : 23 > shopt -s extglob
+++ /scripts/initialize : 33 > export __rvm_env_loaded
+++ /scripts/initialize : 35 > : __rvm_env_loaded:2:
+++ /scripts/initialize : 37 > : __rvm_env_loaded:3:
+++ /scripts/initialize : 40 > [[ -z /Users/teja/.rvm/tmp ]]
+++ /scripts/initialize : 40 > (( __rvm_env_loaded == 1 ))
++ /scripts/base : 81 > case " ${rvm_base_except:-} " in
++ /scripts/base : 83 > true
++ /scripts/base : 91 > typeset -a scripts
++ /scripts/base : 94 > scripts=(logging support utility init cleanup env
rvmrc install environment gemset db bundler checksum)
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/logging
++++ /scripts/functions/logging : 40 > /Users/teja/.rvm/scripts/color red
+++ /scripts/functions/logging : 40 > rvm_error_clr=''
++++ /scripts/functions/logging : 41 > /Users/teja/.rvm/scripts/color yellow
+++ /scripts/functions/logging : 41 > rvm_warn_clr=''
++++ /scripts/functions/logging : 42 > /Users/teja/.rvm/scripts/color magenta
+++ /scripts/functions/logging : 42 > rvm_debug_clr=''
++++ /scripts/functions/logging : 43 > /Users/teja/.rvm/scripts/color green
+++ /scripts/functions/logging : 43 > rvm_notify_clr=''
++++ /scripts/functions/logging : 44 > /Users/teja/.rvm/scripts/color reset
+++ /scripts/functions/logging : 44 > rvm_reset_clr=''
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/support
+++ /scripts/functions/support : 3 > [[ -z tar ]]
+++ /scripts/functions/support : 12 > [[ ! =~ --no-same-owner ]]
+++ /scripts/functions/support : 13 > tar --help
+++ /scripts/functions/support : 13 > GREP_OPTIONS=
+++ /scripts/functions/support : 13 > grep -- --no-same-owner
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/utility
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/init
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/cleanup
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/env
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/rvmrc
+++ /scripts/functions/rvmrc : 3 > export escape_flag _first _second
+++ /scripts/functions/rvmrc : 4 > escape_flag=1
+++ /scripts/functions/rvmrc : 5 > _first=0
+++ /scripts/functions/rvmrc : 6 > _second=1
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/install
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/environment
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/gemset
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/db
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/bundler
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/checksum
++ /scripts/base : 98 > unset scripts entry rvm_base_except
+ /scripts/patchsets : 6 > source /Users/teja/.rvm/scripts/patches
+ /scripts/patchsets : 75 > args=($*)
+ /scripts/patchsets : 76 > action=show
+ /scripts/patchsets : 77 > patchset=default
++ /scripts/patchsets : 78 > echo
+ /scripts/patchsets : 78 > args=
+ /scripts/patchsets : 80 > case "$action" in
+ /scripts/patchsets : 81 > lookup_patchset default
+ /scripts/patchsets : lookup_patchset() 10 > typeset paths lookup_path
+ /scripts/patchsets : lookup_patchset() 12 > [[ -z default ]]
+ /scripts/patchsets : lookup_patchset() 18 >
paths=($(__rvm_ruby_string_paths_under "$rvm_path/patchsets" | sort -r))
++ /scripts/patchsets : lookup_patchset() 18 > __rvm_ruby_string_paths_under
/Users/teja/.rvm/patchsets
++ /scripts/patchsets : lookup_patchset() 18 > sort -r
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 53 > typeset
__search_path part parts
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 55 >
__search_path=/Users/teja/.rvm/patchsets
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 57 > [[ -n ''
]]
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 59 >
parts=(${rvm_ruby_string//-/ })
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 62 > echo
/Users/teja/.rvm/patchsets
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 63 > for part
in '"${parts[@]}"'
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 65 >
__search_path=/Users/teja/.rvm/patchsets/ruby
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 66 > echo
/Users/teja/.rvm/patchsets/ruby
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 63 > for part
in '"${parts[@]}"'
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 65 >
__search_path=/Users/teja/.rvm/patchsets/ruby/1.9.3
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 66 > echo
/Users/teja/.rvm/patchsets/ruby/1.9.3
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 63 > for part
in '"${parts[@]}"'
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 65 >
__search_path=/Users/teja/.rvm/patchsets/ruby/1.9.3/p194
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 66 > echo
/Users/teja/.rvm/patchsets/ruby/1.9.3/p194
+ /scripts/patchsets : lookup_patchset() 20 > for lookup_path in
'"${paths[@]}"'
+ /scripts/patchsets : lookup_patchset() 22 > [[ -s
/Users/teja/.rvm/patchsets/ruby/1.9.3/p194/default ]]
+ /scripts/patchsets : lookup_patchset() 20 > for lookup_path in
'"${paths[@]}"'
+ /scripts/patchsets : lookup_patchset() 22 > [[ -s
/Users/teja/.rvm/patchsets/ruby/1.9.3/default ]]
+ /scripts/patchsets : lookup_patchset() 20 > for lookup_path in
'"${paths[@]}"'
+ /scripts/patchsets : lookup_patchset() 22 > [[ -s
/Users/teja/.rvm/patchsets/ruby/default ]]
+ /scripts/patchsets : lookup_patchset() 20 > for lookup_path in
'"${paths[@]}"'
+ /scripts/patchsets : lookup_patchset() 22 > [[ -s
/Users/teja/.rvm/patchsets/default ]]
+ /scripts/patchsets : lookup_patchset() 29 > return 1
+ /scripts/patchsets : 85 > exit 1
+ruby_install:129> patches_count=' 0'
+ruby_install:133> [[ ! "${rvm_ruby_string}" -regex-match "ruby-1.9.3" ]]
+ruby_install:140> return 2
+__rvm_install_ruby:69> rvm_hook=after_install
+__rvm_install_ruby:70> source /Users/teja/.rvm/scripts/hook
+/Users/teja/.rvm/scripts/hook:5> old_rvm_verbose_flag=0
+/Users/teja/.rvm/scripts/hook:6> old_rvm_debug_flag=0
+/Users/teja/.rvm/scripts/hook:11> true rvm_verbose_flag:0 rvm_debug_flag:0
rvm_hook:after_install
+/Users/teja/.rvm/scripts/hook:15> [[ -n after_install ]]
+/Users/teja/.rvm/scripts/hook:17> hooks=( /Users/teja/.rvm/hooks )
+/Users/teja/.rvm/scripts/hook:18> [[ /Users/teja/.rvm/hooks ==
/Users/teja/.rvm/hooks ]]
+/Users/teja/.rvm/scripts/hook:21>
_hooks_list=+/Users/teja/.rvm/scripts/hook:21> _hooks_list=(
/Users/teja/.rvm/hooks/after_install_codesign )
+/Users/teja/.rvm/scripts/hook:25>
hook=/Users/teja/.rvm/hooks/after_install_codesign
+/Users/teja/.rvm/scripts/hook:27> [[ -x
/Users/teja/.rvm/hooks/after_install_codesign ]]
+/Users/teja/.rvm/scripts/hook:29> (( rvm_verbose_flag ))
+/Users/teja/.rvm/scripts/hook:29> (( rvm_debug_flag ))
+/Users/teja/.rvm/scripts/hook:32> __rvm_conditionally_do_with_env .
/Users/teja/.rvm/hooks/after_install_codesign
+__rvm_conditionally_do_with_env:2> (( __rvm_env_loaded > 0 ))
+__rvm_conditionally_do_with_env:4> .
/Users/teja/.rvm/hooks/after_install_codesign
+/Users/teja/.rvm/hooks/after_install_codesign:11>
[[+/Users/teja/.rvm/hooks/after_install_codesign:11> [[ Darwin == Darwin ]]
+/Users/teja/.rvm/hooks/after_install_codesign:14>
[[+/Users/teja/.rvm/hooks/after_install_codesign:14> /usr/bin/sw_vers
-productVersion
+/Users/teja/.rvm/hooks/after_install_codesign:14> [[ 10.8.2 == 10.7* ]]
+/Users/teja/.rvm/hooks/after_install_codesign:14> return 2
+/Users/teja/.rvm/scripts/hook:37> unset rvm_hook hooks _hooks_list hook
+__rvm_install_ruby:72> [[ -n '' ]]
+__rvm_manage_rubies:48> [[ install == install ]]
+__rvm_manage_rubies:49> __rvm_record_install 1.9.3
+__rvm_record_install:2> [[ -n 1.9.3 ]]
+__rvm_record_install:4> typeset recorded_ruby_name rvm_install_record_file
+__rvm_record_install:5> recorded_ruby_name=+__rvm_record_install:5>
/Users/teja/.rvm/scripts/tools strings 1.9.3
++ [[ -z '' ]]
++ export PS4
++ PS4='+ ${BASH_SOURCE##${rvm_path:-}} : ${FUNCNAME[0]:+${FUNCNAME[0]}()}
${LINENO} > '
++ /scripts/base : 21 > export __array_start rvm_path
++ /scripts/base : 26 > [[ -n '' ]]
++ /scripts/base : 30 > __array_start=0
++ /scripts/base : 33 > (( 0 == 0 ))
++ /scripts/base : 35 > [[ -n 022 ]]
++ /scripts/base : 36 > rvm_rvmrc_files=("/etc/rvmrc" "$HOME/.rvmrc")
++ /scripts/base : 37 > [[ -n /Users/teja ]]
++ /scripts/base : 37 > [[ /Users/teja/.rvmrc -ef /Users/teja/.rvmrc ]]
++ /scripts/base : 38 > rvm_rvmrc_files+=("${rvm_prefix}/.rvmrc")
++ /scripts/base : 41 > for rvmrc in '"${rvm_rvmrc_files[@]}"'
++ /scripts/base : 43 > [[ -f /etc/rvmrc ]]
++ /scripts/base : 41 > for rvmrc in '"${rvm_rvmrc_files[@]}"'
++ /scripts/base : 43 > [[ -f /Users/teja/.rvmrc ]]
++ /scripts/base : 41 > for rvmrc in '"${rvm_rvmrc_files[@]}"'
++ /scripts/base : 43 > [[ -f /Users/teja/.rvmrc ]]
++ /scripts/base : 58 > unset rvm_rvmrc_files
++ /scripts/base : 61 > export rvm_path
++ /scripts/base : 62 > [[ -z /Users/teja/.rvm ]]
++ /scripts/base : 74 > true /Users/teja/.rvm/scripts
++ /scripts/base : 77 > source /Users/teja/.rvm/scripts/initialize
+++ /scripts/initialize : 3 > : rvm_trace_flag:1
+++ /scripts/initialize : 4 > (( rvm_trace_flag > 0 ))
+++ /scripts/initialize : 6 > set -o xtrace
+++ /scripts/initialize : 9 > [[ -z '' ]]
+++ /scripts/initialize : 14 > export PS4
+++ /scripts/initialize : 15 > PS4='+ ${BASH_SOURCE##${rvm_path:-}} :
${FUNCNAME[0]:+${FUNCNAME[0]}()} ${LINENO} > '
+++ /scripts/initialize : 21 > [[ -n 3.2.48(1)-release ]]
+++ /scripts/initialize : 23 > shopt -s extglob
+++ /scripts/initialize : 33 > export __rvm_env_loaded
+++ /scripts/initialize : 35 > : __rvm_env_loaded:2:
+++ /scripts/initialize : 37 > : __rvm_env_loaded:3:
+++ /scripts/initialize : 40 > [[ -z /Users/teja/.rvm/tmp ]]
+++ /scripts/initialize : 40 > (( __rvm_env_loaded == 1 ))
++ /scripts/base : 81 > case " ${rvm_base_except:-} " in
++ /scripts/base : 86 > source /Users/teja/.rvm/scripts/selector
++ /scripts/base : 87 > source /Users/teja/.rvm/scripts/selector_gemsets
++ /scripts/base : 91 > typeset -a scripts
++ /scripts/base : 94 > scripts=(logging support utility init cleanup env
rvmrc install environment gemset db bundler checksum)
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/logging
++++ /scripts/functions/logging : 40 > /Users/teja/.rvm/scripts/color red
+++ /scripts/functions/logging : 40 > rvm_error_clr=''
++++ /scripts/functions/logging : 41 > /Users/teja/.rvm/scripts/color yellow
+++ /scripts/functions/logging : 41 > rvm_warn_clr=''
++++ /scripts/functions/logging : 42 > /Users/teja/.rvm/scripts/color magenta
+++ /scripts/functions/logging : 42 > rvm_debug_clr=''
++++ /scripts/functions/logging : 43 > /Users/teja/.rvm/scripts/color green
+++ /scripts/functions/logging : 43 > rvm_notify_clr=''
++++ /scripts/functions/logging : 44 > /Users/teja/.rvm/scripts/color reset
+++ /scripts/functions/logging : 44 > rvm_reset_clr=''
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/support
+++ /scripts/functions/support : 3 > [[ -z tar ]]
+++ /scripts/functions/support : 12 > [[ ! =~ --no-same-owner ]]
+++ /scripts/functions/support : 13 > tar --help
+++ /scripts/functions/support : 13 > GREP_OPTIONS=
+++ /scripts/functions/support : 13 > grep -- --no-same-owner
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/utility
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/init
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/cleanup
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/env
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/rvmrc
+++ /scripts/functions/rvmrc : 3 > export escape_flag _first _second
+++ /scripts/functions/rvmrc : 4 > escape_flag=1
+++ /scripts/functions/rvmrc : 5 > _first=0
+++ /scripts/functions/rvmrc : 6 > _second=1
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/install
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/environment
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/gemset
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/db
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/bundler
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/checksum
++ /scripts/base : 98 > unset scripts entry rvm_base_except
+ /scripts/tools : 220 > args=($*)
+ /scripts/tools : 221 > action=strings
++ /scripts/tools : 222 > echo 1.9.3
+ /scripts/tools : 222 > args=1.9.3
+ /scripts/tools : 224 > [[ -z strings ]]
+ /scripts/tools : 226 > case "$action" in
+ /scripts/tools : 229 > tools_strings 1.9.3
+ /scripts/tools : tools_strings() 35 > for ruby_name in '"$@"'
+ /scripts/tools : tools_strings() 36 > __rvm_unset_ruby_variables
+ /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
+ /scripts/functions/env : __rvm_unset_ruby_variables() 22 > __rvm_load_rvmrc
+ /scripts/functions/init : __rvm_load_rvmrc() 5 > typeset _file
+ /scripts/functions/init : __rvm_load_rvmrc() 6 > typeset -a rvm_rvmrc_files
+ /scripts/functions/init : __rvm_load_rvmrc() 7 > (( 0 == 1 ))
+ /scripts/functions/init : __rvm_load_rvmrc() 12 > [[ -n 022 ]]
+ /scripts/functions/init : __rvm_load_rvmrc() 14 >
rvm_rvmrc_files=("/etc/rvmrc" "$HOME/.rvmrc")
+ /scripts/functions/init : __rvm_load_rvmrc() 15 > [[ -n /Users/teja ]]
+ /scripts/functions/init : __rvm_load_rvmrc() 15 > [[ /Users/teja/.rvmrc -ef
/Users/teja/.rvmrc ]]
+ /scripts/functions/init : __rvm_load_rvmrc() 16 >
rvm_rvmrc_files+=("${rvm_prefix}/.rvmrc")
+ /scripts/functions/init : __rvm_load_rvmrc() 18 > for _file in
'"${rvm_rvmrc_files[@]}"'
+ /scripts/functions/init : __rvm_load_rvmrc() 20 > [[ -s /etc/rvmrc ]]
+ /scripts/functions/init : __rvm_load_rvmrc() 18 > for _file in
'"${rvm_rvmrc_files[@]}"'
+ /scripts/functions/init : __rvm_load_rvmrc() 20 > [[ -s /Users/teja/.rvmrc ]]
+ /scripts/functions/init : __rvm_load_rvmrc() 18 > for _file in
'"${rvm_rvmrc_files[@]}"'
+ /scripts/functions/init : __rvm_load_rvmrc() 20 > [[ -s /Users/teja/.rvmrc ]]
+ /scripts/functions/init : __rvm_load_rvmrc() 35 > return 0
+ /scripts/tools : tools_strings() 37 > rvm_ruby_string=1.9.3
+ /scripts/tools : tools_strings() 39 > basename
/Users/teja/.rvm/gems/ruby-1.9.3-p194
+ /scripts/tools : 236 > exit 0
+__rvm_record_install:5> recorded_ruby_name=ruby-1.9.3-p194
+__rvm_record_install:6> rvm_install_record_file=/Users/teja/.rvm/user/installs
+__rvm_record_install:8> [[ -f /Users/teja/.rvm/user/installs ]]
+__rvm_record_install:9> __rvm_sed_i /Users/teja/.rvm/user/installs -e
'/^ruby-1.9.3-p194/d'
+__rvm_sed_i:2> typeset filename
+__rvm_sed_i:3> filename=/Users/teja/.rvm/user/installs
+__rvm_sed_i:4> shift
+__rvm_sed_i:6> sed -e '/^ruby-1.9.3-p194/d'
+__rvm_sed_i:7> mv /Users/teja/.rvm/user/installs.new
/Users/teja/.rvm/user/installs
+__rvm_record_install:12> printf %b 'ruby-1.9.3-p194 -- \n'
~ $ rvm --trace install 1.9.3
+__rvm_parse_args:638> [[ -n 4.3.11 ]]
+__rvm_parse_args:673> [[ -z '' && -n '' ]]
+__rvm_parse_args:676> [[ error == || 0 -eq 1 || -n '' ]]
+__rvm_parse_args:16> [[ -n install ]]
+__rvm_parse_args:18> rvm_token=install
+__rvm_parse_args:20> (( 1 > 0 ))
+__rvm_parse_args:22> next_token=1.9.3
+__rvm_parse_args:23> shift
+__rvm_parse_args:28> case install ([[:alnum:]]*|@*)
+__rvm_parse_args:31> case install (use)
+__rvm_parse_args:31> case install (install|uninstall|reinstall|try_install)
+__rvm_parse_args:44> export 'install_flag=1'
+__rvm_parse_args:45> rvm_action=install
+__rvm_parse_args:673> [[ -z install ]]
+__rvm_parse_args:676> [[ error == install || 0 -eq 1 || -n '' ]]
+__rvm_parse_args:16> [[ -n 1.9.3 ]]
+__rvm_parse_args:18> rvm_token=1.9.3
+__rvm_parse_args:20> (( 0 > 0 ))
+__rvm_parse_args:25> next_token=''
+__rvm_parse_args:28> case 1.9.3 ([[:alnum:]]*|@*)
+__rvm_parse_args:31> case 1.9.3 (use)
+__rvm_parse_args:31> case 1.9.3 (install|uninstall|reinstall|try_install)
+__rvm_parse_args:31> case 1.9.3 (gemset)
+__rvm_parse_args:31> case 1.9.3 (gemdir|gempath|gemhome)
+__rvm_parse_args:31> case 1.9.3 (pkg)
+__rvm_parse_args:31> case 1.9.3 (do|exec)
+__rvm_parse_args:31> case 1.9.3 (gem|rake|ruby)
+__rvm_parse_args:31> case 1.9.3
(fetch|version|srcdir|reset|debug|reload|update|monitor|notes|implode|seppuku|question|answer|env|unexport|requirements|automount|prepare)
+__rvm_parse_args:31> case 1.9.3 (mount)
+__rvm_parse_args:31> case 1.9.3 (rm|remove)
+__rvm_parse_args:31> case 1.9.3
(rtfm|RTFM|rvmrc|usage|help|inspect|list|ls|info|strings|get|current|docs|alias|rubygems|cleanup|tools|disk-usage|snapshot|repair|migrate|upgrade|cron|group|switch)
+__rvm_parse_args:31> case 1.9.3 (user)
+__rvm_parse_args:31> case 1.9.3 (load-rvmrc)
+__rvm_parse_args:31> case 1.9.3 (benchmark|bench)
+__rvm_parse_args:31> case 1.9.3 (specs|tests)
+__rvm_parse_args:31> case 1.9.3 (export)
+__rvm_parse_args:31> case 1.9.3 (alt*)
+__rvm_parse_args:31> case 1.9.3 (wrapper)
+__rvm_parse_args:31> case 1.9.3 (reboot|damnit|wtf|argh|BOOM|boom|wth)
+__rvm_parse_args:31> case 1.9.3 (in)
+__rvm_parse_args:31> case 1.9.3 (*,*)
+__rvm_parse_args:31> case 1.9.3 (@*)
+__rvm_parse_args:31> case 1.9.3 (*@*)
+__rvm_parse_args:31> case 1.9.3 (*+*)
+__rvm_parse_args:31> case 1.9.3 (*-*|+([[:digit:]]).+([[:digit:]])*)
+__rvm_parse_args:280> rvm_action=install
+__rvm_parse_args:281> rvm_ruby_string=1.9.3
+__rvm_parse_args:282> rvm_ruby_strings=1.9.3
+__rvm_parse_args:673> [[ -z install ]]
+__rvm_parse_args:676> [[ error == install || 0 -eq 1 || -n '' ]]
+__rvm_parse_args:16> [[ -n '' ]]
+__rvm_parse_args:681> : rvm_ruby_args:0::
+__rvm_parse_args:683> [[ -n '' ]]
++ [[ -z '' ]]
++ export PS4
++ PS4='+ ${BASH_SOURCE##${rvm_path:-}} : ${FUNCNAME[0]:+${FUNCNAME[0]}()}
${LINENO} > '
++ /scripts/base : 21 > export __array_start rvm_path
++ /scripts/base : 26 > [[ -n '' ]]
++ /scripts/base : 30 > __array_start=0
++ /scripts/base : 33 > (( 0 == 0 ))
++ /scripts/base : 35 > [[ -n 022 ]]
++ /scripts/base : 36 > rvm_rvmrc_files=("/etc/rvmrc" "$HOME/.rvmrc")
++ /scripts/base : 37 > [[ -n /Users/teja ]]
++ /scripts/base : 37 > [[ /Users/teja/.rvmrc -ef /Users/teja/.rvmrc ]]
++ /scripts/base : 38 > rvm_rvmrc_files+=("${rvm_prefix}/.rvmrc")
++ /scripts/base : 41 > for rvmrc in '"${rvm_rvmrc_files[@]}"'
++ /scripts/base : 43 > [[ -f /etc/rvmrc ]]
++ /scripts/base : 41 > for rvmrc in '"${rvm_rvmrc_files[@]}"'
++ /scripts/base : 43 > [[ -f /Users/teja/.rvmrc ]]
++ /scripts/base : 41 > for rvmrc in '"${rvm_rvmrc_files[@]}"'
++ /scripts/base : 43 > [[ -f /Users/teja/.rvmrc ]]
++ /scripts/base : 58 > unset rvm_rvmrc_files
++ /scripts/base : 61 > export rvm_path
++ /scripts/base : 62 > [[ -z /Users/teja/.rvm ]]
++ /scripts/base : 74 > true /Users/teja/.rvm/scripts
++ /scripts/base : 77 > source /Users/teja/.rvm/scripts/initialize
+++ /scripts/initialize : 3 > : rvm_trace_flag:1
+++ /scripts/initialize : 4 > (( rvm_trace_flag > 0 ))
+++ /scripts/initialize : 6 > set -o xtrace
+++ /scripts/initialize : 9 > [[ -z '' ]]
+++ /scripts/initialize : 14 > export PS4
+++ /scripts/initialize : 15 > PS4='+ ${BASH_SOURCE##${rvm_path:-}} :
${FUNCNAME[0]:+${FUNCNAME[0]}()} ${LINENO} > '
+++ /scripts/initialize : 21 > [[ -n 3.2.48(1)-release ]]
+++ /scripts/initialize : 23 > shopt -s extglob
+++ /scripts/initialize : 33 > export __rvm_env_loaded
+++ /scripts/initialize : 35 > : __rvm_env_loaded:1:
+++ /scripts/initialize : 37 > : __rvm_env_loaded:2:
+++ /scripts/initialize : 40 > [[ -z /Users/teja/.rvm/tmp ]]
+++ /scripts/initialize : 40 > (( __rvm_env_loaded == 1 ))
++ /scripts/base : 81 > case " ${rvm_base_except:-} " in
++ /scripts/base : 83 > true
++ /scripts/base : 91 > typeset -a scripts
++ /scripts/base : 94 > scripts=(logging support utility init cleanup env
rvmrc install environment gemset db bundler checksum)
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/logging
++++ /scripts/functions/logging : 40 > /Users/teja/.rvm/scripts/color red
+++ /scripts/functions/logging : 40 > rvm_error_clr=''
++++ /scripts/functions/logging : 41 > /Users/teja/.rvm/scripts/color yellow
+++ /scripts/functions/logging : 41 > rvm_warn_clr=''
++++ /scripts/functions/logging : 42 > /Users/teja/.rvm/scripts/color magenta
+++ /scripts/functions/logging : 42 > rvm_debug_clr=''
++++ /scripts/functions/logging : 43 > /Users/teja/.rvm/scripts/color green
+++ /scripts/functions/logging : 43 > rvm_notify_clr=''
++++ /scripts/functions/logging : 44 > /Users/teja/.rvm/scripts/color reset
+++ /scripts/functions/logging : 44 > rvm_reset_clr=''
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/support
+++ /scripts/functions/support : 3 > [[ -z tar ]]
+++ /scripts/functions/support : 12 > [[ ! =~ --no-same-owner ]]
+++ /scripts/functions/support : 13 > tar --help
+++ /scripts/functions/support : 13 > GREP_OPTIONS=
+++ /scripts/functions/support : 13 > grep -- --no-same-owner
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/utility
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/init
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/cleanup
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/env
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/rvmrc
+++ /scripts/functions/rvmrc : 3 > export escape_flag _first _second
+++ /scripts/functions/rvmrc : 4 > escape_flag=1
+++ /scripts/functions/rvmrc : 5 > _first=0
+++ /scripts/functions/rvmrc : 6 > _second=1
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/install
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/environment
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/gemset
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/db
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/bundler
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/checksum
++ /scripts/base : 98 > unset scripts entry rvm_base_except
+ /scripts/list : 361 > args=($*)
+ /scripts/list : 362 > action=strings
+ /scripts/list : 363 > args=
+ /scripts/list : 365 > case "${action:-rubies}" in
+ /scripts/list : 372 > list_strings
+ /scripts/list : list_strings() 202 > builtin cd /Users/teja/.rvm/rubies
+ /scripts/list : list_strings() 203 > find . -maxdepth 1 -mindepth 1 -type d
+ /scripts/list : list_strings() 203 > sed -e s#./##g
+ /scripts/list : list_strings() 206 > return 0
+ /scripts/list : 381 > exit 0
+/Users/teja/.rvm/scripts/base:11> [[ -z 4.3.11 ]]
+/Users/teja/.rvm/scripts/base:21> export __array_start rvm_path
+/Users/teja/.rvm/scripts/base:26> [[ -n 4.3.11 ]]
+/Users/teja/.rvm/scripts/base:28> __array_start=1
+/Users/teja/.rvm/scripts/base:33> (( 0 == 0 ))
+/Users/teja/.rvm/scripts/base:35> [[ -n 022 ]]
+/Users/teja/.rvm/scripts/base:36> rvm_rvmrc_files=( /etc/rvmrc
/Users/teja/.rvmrc )
+/Users/teja/.rvm/scripts/base:37> [[ -n /Users/teja ]]
+/Users/teja/.rvm/scripts/base:37> [[ /Users/teja/.rvmrc -ef /Users/teja/.rvmrc
]]
+/Users/teja/.rvm/scripts/base:38> rvm_rvmrc_files+=( /Users/teja/.rvmrc )
+/Users/teja/.rvm/scripts/base:41> rvmrc=/etc/rvmrc
+/Users/teja/.rvm/scripts/base:43> [[ -f /etc/rvmrc ]]
+/Users/teja/.rvm/scripts/base:41> rvmrc=/Users/teja/.rvmrc
+/Users/teja/.rvm/scripts/base:43> [[ -f /Users/teja/.rvmrc ]]
+/Users/teja/.rvm/scripts/base:41> rvmrc=/Users/teja/.rvmrc
+/Users/teja/.rvm/scripts/base:43> [[ -f /Users/teja/.rvmrc ]]
+/Users/teja/.rvm/scripts/base:58> unset rvm_rvmrc_files
+/Users/teja/.rvm/scripts/base:61> export rvm_path
+/Users/teja/.rvm/scripts/base:62> [[ -z /Users/teja/.rvm ]]
+/Users/teja/.rvm/scripts/base:74> true /Users/teja/.rvm/scripts
+/Users/teja/.rvm/scripts/base:77> source /Users/teja/.rvm/scripts/initialize
+/Users/teja/.rvm/scripts/initialize:3> : rvm_trace_flag:1
+/Users/teja/.rvm/scripts/initialize:4> (( rvm_trace_flag > 0 ))
+/Users/teja/.rvm/scripts/initialize:6> set -o xtrace
+/Users/teja/.rvm/scripts/initialize:9> [[ -z 4.3.11 ]]
+/Users/teja/.rvm/scripts/initialize:21> [[ -n '' ]]
+/Users/teja/.rvm/scripts/initialize:24> [[ -n 4.3.11 ]]
+/Users/teja/.rvm/scripts/initialize:26> setopt extendedglob
+/Users/teja/.rvm/scripts/initialize:27> setopt kshglob
+/Users/teja/.rvm/scripts/initialize:28> setopt no_glob_subst
+/Users/teja/.rvm/scripts/initialize:33> export __rvm_env_loaded
+/Users/teja/.rvm/scripts/initialize:35> : __rvm_env_loaded:1:
+/Users/teja/.rvm/scripts/initialize:37> : __rvm_env_loaded:2:
+/Users/teja/.rvm/scripts/initialize:40> [[ -z /Users/teja/.rvm/tmp ]]
+/Users/teja/.rvm/scripts/initialize:40> (( __rvm_env_loaded == 1 ))
+/Users/teja/.rvm/scripts/base:81> case (*[[:space:]]selector[[:space:]]*)
+/Users/teja/.rvm/scripts/base:81> case (*)
+/Users/teja/.rvm/scripts/base:86> source /Users/teja/.rvm/scripts/selector
+/Users/teja/.rvm/scripts/base:87> source
/Users/teja/.rvm/scripts/selector_gemsets
+/Users/teja/.rvm/scripts/base:91> typeset -a scripts
+/Users/teja/.rvm/scripts/base:92> scripts=( logging support utility init
cleanup env rvmrc install environment gemset db bundler checksum )
+/Users/teja/.rvm/scripts/base:95> entry=logging
+/Users/teja/.rvm/scripts/base:96> source
/Users/teja/.rvm/scripts/functions/logging
+/Users/teja/.rvm/scripts/functions/logging:40>
rvm_error_clr=+/Users/teja/.rvm/scripts/functions/logging:40>
/Users/teja/.rvm/scripts/color red
+/Users/teja/.rvm/scripts/functions/logging:40> rvm_error_clr=''
+/Users/teja/.rvm/scripts/functions/logging:41>
rvm_warn_clr=+/Users/teja/.rvm/scripts/functions/logging:41>
/Users/teja/.rvm/scripts/color yellow
+/Users/teja/.rvm/scripts/functions/logging:41> rvm_warn_clr=''
+/Users/teja/.rvm/scripts/functions/logging:42>
rvm_debug_clr=+/Users/teja/.rvm/scripts/functions/logging:42>
/Users/teja/.rvm/scripts/color magenta
+/Users/teja/.rvm/scripts/functions/logging:42> rvm_debug_clr=''
+/Users/teja/.rvm/scripts/functions/logging:43>
rvm_notify_clr=+/Users/teja/.rvm/scripts/functions/logging:43>
/Users/teja/.rvm/scripts/color green
+/Users/teja/.rvm/scripts/functions/logging:43> rvm_notify_clr=''
+/Users/teja/.rvm/scripts/functions/logging:44>
rvm_reset_clr=+/Users/teja/.rvm/scripts/functions/logging:44>
/Users/teja/.rvm/scripts/color reset
+/Users/teja/.rvm/scripts/functions/logging:44> rvm_reset_clr=''
+/Users/teja/.rvm/scripts/base:95> entry=support
+/Users/teja/.rvm/scripts/base:96> source
/Users/teja/.rvm/scripts/functions/support
+/Users/teja/.rvm/scripts/functions/support:3> [[ -z tar ]]
+/Users/teja/.rvm/scripts/functions/support:12> [[ ! " ${rvm_tar_options:-} "
-regex-match " --no-same-owner " ]]
+/Users/teja/.rvm/scripts/functions/support:13> GREP_OPTIONS='' grep --
--no-same-owner
+/Users/teja/.rvm/scripts/base:95> entry=utility
+/Users/teja/.rvm/scripts/base:96> source
/Users/teja/.rvm/scripts/functions/utility
+/Users/teja/.rvm/scripts/base:95> entry=init
+/Users/teja/.rvm/scripts/base:96> source
/Users/teja/.rvm/scripts/functions/init
+/Users/teja/.rvm/scripts/base:95> entry=cleanup
+/Users/teja/.rvm/scripts/base:96> source
/Users/teja/.rvm/scripts/functions/cleanup
+/Users/teja/.rvm/scripts/base:95> entry=env
+/Users/teja/.rvm/scripts/base:96> source /Users/teja/.rvm/scripts/functions/env
+/Users/teja/.rvm/scripts/base:95> entry=rvmrc
+/Users/teja/.rvm/scripts/base:96> source
/Users/teja/.rvm/scripts/functions/rvmrc
+/Users/teja/.rvm/scripts/functions/rvmrc:3> export escape_flag _first _second
+/Users/teja/.rvm/scripts/functions/rvmrc:4> escape_flag=1
+/Users/teja/.rvm/scripts/functions/rvmrc:5> _first=1
+/Users/teja/.rvm/scripts/functions/rvmrc:6> _second=2
+/Users/teja/.rvm/scripts/base:95> entry=install
+/Users/teja/.rvm/scripts/base:96> source
/Users/teja/.rvm/scripts/functions/install
+/Users/teja/.rvm/scripts/base:95> entry=environment
+/Users/teja/.rvm/scripts/base:96> source
/Users/teja/.rvm/scripts/functions/environment
+/Users/teja/.rvm/scripts/base:95> entry=gemset
+/Users/teja/.rvm/scripts/base:96> source
/Users/teja/.rvm/scripts/functions/gemset
+/Users/teja/.rvm/scripts/base:95> entry=db
+/Users/teja/.rvm/scripts/base:96> source /Users/teja/.rvm/scripts/functions/db
+/Users/teja/.rvm/scripts/base:95> entry=bundler
+/Users/teja/.rvm/scripts/base:96> source
/Users/teja/.rvm/scripts/functions/bundler
+/Users/teja/.rvm/scripts/base:95> entry=checksum
+/Users/teja/.rvm/scripts/base:96> source
/Users/teja/.rvm/scripts/functions/checksum
+/Users/teja/.rvm/scripts/base:98> unset scripts entry rvm_base_except
+/Users/teja/.rvm/scripts/manage:12> source /Users/teja/.rvm/scripts/patches
+/Users/teja/.rvm/scripts/manage:13> source
/Users/teja/.rvm/scripts/functions/build
+/Users/teja/.rvm/scripts/manage:14> source
/Users/teja/.rvm/scripts/functions/pkg
+/Users/teja/.rvm/scripts/manage:15> source
/Users/teja/.rvm/scripts/functions/irbrc
+/Users/teja/.rvm/scripts/manage:16> source
/Users/teja/.rvm/scripts/functions/db
+/Users/teja/.rvm/scripts/manage:17> source
/Users/teja/.rvm/scripts/functions/manage/base
+/Users/teja/.rvm/scripts/manage:19> [[ -n '' ]]
+/Users/teja/.rvm/scripts/manage:22> unset RUBYLIB RUBYOPT
+/Users/teja/.rvm/scripts/manage:24> binaries=( )
+/Users/teja/.rvm/scripts/manage:26> __rvm_manage_rubies
+__rvm_manage_rubies:2> typeset manage_result bin_line current_ruby_string
+__rvm_manage_rubies:3> typeset -a rubies
+__rvm_manage_rubies:4> rubies=( )
+__rvm_manage_rubies:6> rvm_gemset_name=''
+__rvm_manage_rubies:7> rvm_ruby_selected_flag=0
+__rvm_manage_rubies:8> rvm_ruby_gem_home='//@*'
+__rvm_manage_rubies:9> rvm_ruby_string=1.9.3
+__rvm_manage_rubies:13> [[ -n 1.9.3 && 1.9.3 != all ]]
+__rvm_manage_rubies:15> __rvm_custom_separated_array rubies , 1.9.3
+__rvm_custom_separated_array:2> typeset IFS
+__rvm_custom_separated_array:3> IFS=,
+__rvm_custom_separated_array:4> [[ -n 4.3.11 ]]
+__rvm_custom_separated_array:5> eval 'rubies+=( ${=3} )'
+(eval):1> rubies+=( 1.9.3 )
+__rvm_manage_rubies:36> rvm_ruby_string=1.9.3
+__rvm_manage_rubies:38> rvm_debug '1.9.3 - install'
+rvm_debug:2> (( 0 ))
+rvm_debug:2> return 0
+__rvm_manage_rubies:39> current_ruby_string=1.9.3
+__rvm_manage_rubies:43> rvm_hook=before_install
+__rvm_manage_rubies:44> source /Users/teja/.rvm/scripts/hook
+/Users/teja/.rvm/scripts/hook:5> old_rvm_verbose_flag=0
+/Users/teja/.rvm/scripts/hook:6> old_rvm_debug_flag=0
+/Users/teja/.rvm/scripts/hook:11> true rvm_verbose_flag:0 rvm_debug_flag:0
rvm_hook:before_install
+/Users/teja/.rvm/scripts/hook:15> [[ -n before_install ]]
+/Users/teja/.rvm/scripts/hook:17> hooks=( /Users/teja/.rvm/hooks )
+/Users/teja/.rvm/scripts/hook:18> [[ /Users/teja/.rvm/hooks ==
/Users/teja/.rvm/hooks ]]
+/Users/teja/.rvm/scripts/hook:21>
_hooks_list=+/Users/teja/.rvm/scripts/hook:21> _hooks_list=( )
+/Users/teja/.rvm/scripts/hook:37> unset rvm_hook hooks _hooks_list hook
+__rvm_manage_rubies:45> __rvm_install_ruby
+__rvm_install_ruby:2> true 0 0
+__rvm_install_ruby:3> typeset binary __rvm_ruby_name ruby_options
ruby_install_type
+__rvm_install_ruby:6> (( rvm_ruby_selected_flag == 0 ))
+__rvm_install_ruby:8> __rvm_ruby_name=''
+__rvm_install_ruby:9> __rvm_select
+__rvm_select:2> true
+__rvm_select:3> typeset _original_env_string
+__rvm_select:4> _original_env_string=''
+__rvm_select:7> export -a rvm_configure_flags rvm_patch_names rvm_ree_options
rvm_make_flags
+__rvm_select:8> export GEM_HOME GEM_PATH MY_RUBY_HOME RUBY_VERSION IRBRC
+__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
+__rvm_select:11> [[ -z 1.9.3 ]]
+__rvm_select:35> __rvm_ruby_string
+__rvm_ruby_string:10> typeset ruby_string gemset_name expanded_alias_name
repo_url branch_name ruby_name
+__rvm_ruby_string:12> __rvm_default_flags
+__rvm_default_flags:2> true 0 0
+__rvm_ruby_string:14> rvm_expanding_aliases=''
+__rvm_ruby_string:16> true '' '' '' '' '' '' '' @ 1.9.3 0 0
+__rvm_ruby_string:22> echo 1.9.3
+__rvm_ruby_string:29> (( rvm_expanding_aliases == 0 ))
+__rvm_ruby_string:30> [[ -n 1.9.3 && 1.9.3 != system ]]
+__rvm_ruby_string:32> expanded_alias_name=+__rvm_ruby_string:32>
expanded_alias_name=''
+__rvm_ruby_string:33> [[ -n '' ]]
+__rvm_ruby_string:36> [[ 1.9.3 == default ]]
+__rvm_ruby_string:43> echo 1.9.3
+__rvm_ruby_string:49> ruby_string=1.9.3
+__rvm_ruby_string:50> gemset_name=''
+__rvm_ruby_string:51> repo_url=''
+__rvm_ruby_string:52> branch_name=''
+__rvm_ruby_string:53> ruby_name=''
+__rvm_ruby_string:55> __rvm_unset_ruby_variables
+__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
+__rvm_unset_ruby_variables:4> __rvm_load_rvmrc
+__rvm_load_rvmrc:2> typeset _file
+__rvm_load_rvmrc:3> typeset -a rvm_rvmrc_files
+__rvm_load_rvmrc:4> (( 0 == 1 ))
+__rvm_load_rvmrc:9> [[ -n 022 ]]
+__rvm_load_rvmrc:11> rvm_rvmrc_files=( /etc/rvmrc /Users/teja/.rvmrc )
+__rvm_load_rvmrc:12> [[ -n /Users/teja ]]
+__rvm_load_rvmrc:12> [[ /Users/teja/.rvmrc -ef /Users/teja/.rvmrc ]]
+__rvm_load_rvmrc:13> rvm_rvmrc_files+=( /Users/teja/.rvmrc )
+__rvm_load_rvmrc:15> _file=/etc/rvmrc
+__rvm_load_rvmrc:17> [[ -s /etc/rvmrc ]]
+__rvm_load_rvmrc:15> _file=/Users/teja/.rvmrc
+__rvm_load_rvmrc:17> [[ -s /Users/teja/.rvmrc ]]
+__rvm_load_rvmrc:15> _file=/Users/teja/.rvmrc
+__rvm_load_rvmrc:17> [[ -s /Users/teja/.rvmrc ]]
+__rvm_load_rvmrc:32> return 0
+__rvm_ruby_string:57> rvm_ruby_repo_url=''
+__rvm_ruby_string:58> rvm_ruby_repo_branch=''
+__rvm_ruby_string:59> rvm_ruby_name=''
+__rvm_ruby_string:61> [[ -n '' ]]
+__rvm_ruby_string:67> strings=( )
+__rvm_ruby_string:68> __rvm_custom_separated_array strings - 1.9.3
+__rvm_custom_separated_array:2> typeset IFS
+__rvm_custom_separated_array:3> IFS=-
+__rvm_custom_separated_array:4> [[ -n 4.3.11 ]]
+__rvm_custom_separated_array:5> eval 'strings+=( ${=3} )'
+(eval):1> strings+=( 1.9.3 )
+__rvm_ruby_string:70> (( 1 == 0 ))
+__rvm_ruby_string:85> string=1.9.3
+__rvm_ruby_string:87> case 1.9.3 (head)
+__rvm_ruby_string:87> case 1.9.3 (system)
+__rvm_ruby_string:87> case 1.9.3 (ext|external)
+__rvm_ruby_string:87> case 1.9.3 (nightly)
+__rvm_ruby_string:87> case 1.9.3 (preview*)
+__rvm_ruby_string:87> case 1.9.3 (rc[[:digit:]]*)
+__rvm_ruby_string:87> case 1.9.3 ([[:digit:]].[[:digit:]]*)
+__rvm_ruby_string:137> [[ '' == rbx ]]
+__rvm_ruby_string:150> case 1.9.3
(0.+([[:digit:]])|0.+([[:digit:]]).+([[:digit:]])|1.+([[:digit:]]).+([[:digit:]])|2.+([[:digit:]]).+([[:digit:]])|1.+([[:digit:]]).+([[:digit:]]).+([[:digit:]])|1.+([[:digit:]]))
+__rvm_ruby_string:152> rvm_ruby_version=1.9.3
+__rvm_ruby_string:153> rvm_ruby_revision=''
+__rvm_ruby_string:154> rvm_ruby_tag=''
+__rvm_ruby_string:258> [[ -z '' ]]
+__rvm_ruby_string:261> case 1.9.3 (1.[8-9]*)
+__rvm_ruby_string:262> rvm_ruby_interpreter=ruby
+__rvm_ruby_string:274> rvm_ruby_version=1.9.3
+__rvm_ruby_string:275> [[ -z 1.9.3 ]]
+__rvm_ruby_string:282> [[ -z 1.9.3 ]]
+__rvm_ruby_string:286> rvm_ruby_string=ruby-1.9.3
+__rvm_ruby_string:289> [[ ruby == ext ]]
+__rvm_ruby_string:293> (( 0 == 1 ))
+__rvm_ruby_string:297> [[ -n '' ]]
+__rvm_ruby_string:301> [[ -n '' ]]
+__rvm_ruby_string:305> [[ -n '' ]]
+__rvm_ruby_string:309> [[ -n '' ]]
+__rvm_ruby_string:313> [[ -n '' ]]
+__rvm_ruby_string:318> patch_level=+__rvm_ruby_string:319> __rvm_db
ruby_1.9.3_patch_level
+__rvm_db:2> typeset value key variable
+__rvm_db:4> key=ruby_1.9.3_patch_level
+__rvm_db:5> key=ruby_1.9.3_patch_level
+__rvm_db:6> variable=''
+__rvm_db:8> [[ -f /Users/teja/.rvm/user/db ]]
+__rvm_db:9> value=+__rvm_db:9> /Users/teja/.rvm/scripts/db
/Users/teja/.rvm/user/db ruby_1.9.3_patch_level
+__rvm_db:9> value=''
+__rvm_db:12> [[ -z '' ]]
+__rvm_db:13> value=+__rvm_db:13> /Users/teja/.rvm/scripts/db
/Users/teja/.rvm/config/db ruby_1.9.3_patch_level
+__rvm_db:13> value=194
+__rvm_db:16> [[ -n 194 ]]
+__rvm_db:17> [[ -z '' ]]
+__rvm_db:18> echo 194
+__rvm_db:24> return 0
+__rvm_ruby_string:318> patch_level=194
+__rvm_ruby_string:322> [[ -n 194 ]]
+__rvm_ruby_string:324> case ruby (ree|kiji|rbx)
+__rvm_ruby_string:324> case ruby (*)
+__rvm_ruby_string:331> rvm_ruby_patch_level=p194
+__rvm_ruby_string:337> [[ -n p194 ]]
+__rvm_ruby_string:339> rvm_ruby_patch_level=p194
+__rvm_ruby_string:340> rvm_ruby_patch_level=p194
+__rvm_ruby_string:341> rvm_ruby_string=ruby-1.9.3-p194
+__rvm_ruby_string:343> case ruby (ree|kiji|rbx)
+__rvm_ruby_string:343> case ruby (*)
+__rvm_ruby_string:349> rvm_ruby_string=ruby-1.9.3-p194
+__rvm_ruby_string:350> rvm_ruby_string=ruby-1.9.3-p194
+__rvm_ruby_string:356> [[ -n '' ]]
+__rvm_ruby_string:365> detected_rvm_ruby_name=''
+__rvm_select:37> rvm_archive_extension=tar.gz
+__rvm_select:39> [[ -z ruby ]]
+__rvm_select:44> case ruby (missing)
+__rvm_select:44> case ruby (macruby)
+__rvm_select:44> case ruby (rbx|rubinius)
+__rvm_select:44> case ruby (jruby)
+__rvm_select:44> case ruby (maglev)
+__rvm_select:44> case ruby (ironruby)
+__rvm_select:44> case ruby (ree)
+__rvm_select:44> case ruby (kiji)
+__rvm_select:44> case ruby (goruby)
+__rvm_select:44> case ruby (tcs)
+__rvm_select:44> case ruby (ruby)
+__rvm_select:270> [[ -n p194 ]]
+__rvm_select:272> rvm_ruby_package_file=ruby-1.9.3-p194
+__rvm_select:273> rvm_ruby_package_name=ruby-1.9.3-p194
+__rvm_select:279> [[ -z 1.9.3 ]]
+__rvm_select:283> rvm_ruby_repo_url=+__rvm_select:283> __rvm_db ruby_repo_url
+__rvm_db:2> typeset value key variable
+__rvm_db:4> key=ruby_repo_url
+__rvm_db:5> key=ruby_repo_url
+__rvm_db:6> variable=''
+__rvm_db:8> [[ -f /Users/teja/.rvm/user/db ]]
+__rvm_db:9> value=+__rvm_db:9> /Users/teja/.rvm/scripts/db
/Users/teja/.rvm/user/db ruby_repo_url
+__rvm_db:9> value=''
+__rvm_db:12> [[ -z '' ]]
+__rvm_db:13> value=+__rvm_db:13> /Users/teja/.rvm/scripts/db
/Users/teja/.rvm/config/db ruby_repo_url
+__rvm_db:13> value=git://github.com/ruby/ruby.git
+__rvm_db:16> [[ -n git://github.com/ruby/ruby.git ]]
+__rvm_db:17> [[ -z '' ]]
+__rvm_db:18> echo git://github.com/ruby/ruby.git
+__rvm_db:24> return 0
+__rvm_select:283> rvm_ruby_repo_url=git://github.com/ruby/ruby.git
+__rvm_select:284> (( 0 == 0 ))
+__rvm_select:286> case 1.9.3 (1.8.4)
+__rvm_select:286> case 1.9.3 (*)
+__rvm_select:291> rvm_archive_extension=tar.bz2
+__rvm_select:336> [[ -n 1.9.3 ]]
+__rvm_select:338> case 1.9.3 (+([[:digit:]]).+([[:digit:]]).+([[:digit:]]))
+__rvm_select:340> rvm_ruby_release_version=1
+__rvm_select:341> rvm_ruby_major_version=1.9
+__rvm_select:341> rvm_ruby_major_version=9
+__rvm_select:342> rvm_ruby_minor_version=3
+__rvm_select:352> [[ ruby == ext ]]
+__rvm_select:358> rvm_ruby_package_name=ruby-1.9.3-p194
+__rvm_select:359> rvm_ruby_home=/Users/teja/.rvm/rubies/ruby-1.9.3-p194
+__rvm_select:360> rvm_ruby_irbrc=/Users/teja/.rvm/rubies/ruby-1.9.3-p194/.irbrc
+__rvm_select:361>
rvm_ruby_binary=/Users/teja/.rvm/rubies/ruby-1.9.3-p194/bin/ruby
+__rvm_select:365> [[ maglev == ruby ]]
+__rvm_select:371> [[ system != ruby ]]
+__rvm_select:373> __rvm_gemset_select
+__rvm_gemset_select:2> __rvm_gemset_select_only
+__rvm_gemset_select_only:2>
rvm_ruby_gem_home=/Users/teja/.rvm/gems/ruby-1.9.3-p194
+__rvm_gemset_select_only:4> : rvm_ignore_gemsets_flag:0:
+__rvm_gemset_select_only:5> (( rvm_ignore_gemsets_flag ))
+__rvm_gemset_select_only:11>
rvm_ruby_global_gems_path=/Users/teja/.rvm/gems/ruby-1.9.3-p194@global
+__rvm_gemset_select_only:13> __rvm_gemset_handle_default
+__rvm_gemset_handle_default:2> rvm_gemset_name=@@
+__rvm_gemset_handle_default:3> rvm_gemset_name=@@
+__rvm_gemset_handle_default:4> rvm_gemset_name=@
+__rvm_gemset_handle_default:5> rvm_gemset_name=''
+__rvm_gemset_select_only:14> [[ -z '' ]]
+__rvm_gemset_select_only:17> [[ '' == global ]]
+__rvm_gemset_select_only:21>
rvm_ruby_gem_path=/Users/teja/.rvm/gems/ruby-1.9.3-p194:/Users/teja/.rvm/gems/ruby-1.9.3-p194@global
+__rvm_gemset_select_only:25> [[ -n '' ]]
+__rvm_gemset_select_only:29> rvm_env_string=ruby-1.9.3-p194
+__rvm_gemset_select:3> __rvm_gemset_select_validation
+__rvm_gemset_select_validation:3> [[ ! -d /Users/teja/.rvm/gems/ruby-1.9.3-p194
]]
+__rvm_gemset_select_validation:12> (( 0 == 1 ))
+__rvm_gemset_select:4> __rvm_gemset_select_ensure
+__rvm_gemset_select_ensure:2> mkdir -p /Users/teja/.rvm/gems/ruby-1.9.3-p194
+__rvm_gemset_select_ensure:4> __rvm_using_gemset_globalcache
+__rvm_using_gemset_globalcache:2> /Users/teja/.rvm/scripts/db
/Users/teja/.rvm/user/db use_gemset_globalcache
+__rvm_using_gemset_globalcache:4> return 1
+__rvm_select:374> case 0 (1|3|4)
+__rvm_select:381> rvm_ruby_selected_flag=1
+__rvm_select:383> [[ -d /Users/teja/.rvm/log/ruby-1.9.3-p194 ]]
+__rvm_select:385> mkdir -p /Users/teja/.rvm/log/ruby-1.9.3-p194
+__rvm_select:388> rvm_ruby_interpreter=ruby
+__rvm_install_ruby:11> [[ -n '' ]]
+__rvm_install_ruby:30> [[ -n '' ]]
+__rvm_install_ruby:36> __rvm_install_ruby_try_remote
+__rvm_install_ruby_try_remote:2> : rvm_disable_binary_flag:0:
rvm_remote_flag:0:
+__rvm_install_ruby_try_remote:3> (( rvm_disable_binary_flag ))
+__rvm_install_ruby_try_remote:5> rubies=+__rvm_install_ruby_try_remote:6>
__rvm_remote_server_path 'ruby-1\.9\.3-p194\.tar\..*'
+__rvm_remote_server_path:2> __rvm_db rvm_remote_server_url
+__rvm_db:2> typeset value key variable
+__rvm_db:4> key=rvm_remote_server_url
+__rvm_db:5> key=rvm_remote_server_url
+__rvm_db:6> variable=''
+__rvm_db:8> [[ -f /Users/teja/.rvm/user/db ]]
+__rvm_db:9> value=+__rvm_db:9> /Users/teja/.rvm/scripts/db
/Users/teja/.rvm/user/db rvm_remote_server_url
+__rvm_db:9> value=''
+__rvm_db:12> [[ -z '' ]]
+__rvm_db:13> value=+__rvm_db:13> /Users/teja/.rvm/scripts/db
/Users/teja/.rvm/config/db rvm_remote_server_url
+__rvm_db:13> value=https://rvm.io/binaries
+__rvm_db:16> [[ -n https://rvm.io/binaries ]]
+__rvm_db:17> [[ -z '' ]]
+__rvm_db:18> echo https://rvm.io/binaries
+__rvm_db:24> return 0
+__rvm_remote_server_path:2> true https://rvm.io/binaries
+__rvm_remote_server_path:3> __rvm_system_path
+__rvm_system_path:2> __rvm_db rvm_remote_server_path
+__rvm_db:2> typeset value key variable
+__rvm_db:4> key=rvm_remote_server_path
+__rvm_db:5> key=rvm_remote_server_path
+__rvm_db:6> variable=''
+__rvm_db:8> [[ -f /Users/teja/.rvm/user/db ]]
+__rvm_db:9> value=+__rvm_db:9> /Users/teja/.rvm/scripts/db
/Users/teja/.rvm/user/db rvm_remote_server_path
+__rvm_db:9> value=''
+__rvm_db:12> [[ -z '' ]]
+__rvm_db:13> value=+__rvm_db:13> /Users/teja/.rvm/scripts/db
/Users/teja/.rvm/config/db rvm_remote_server_path
+__rvm_db:13> value=''
+__rvm_db:16> [[ -n '' ]]
+__rvm_db:24> return 0
+__rvm_system_path:2> true ''
+__rvm_system_path:3> [[ -n '' ]]
+__rvm_system_path:4> __rvm_detect_system
+__rvm_detect_system:2> unset _system_type _system_name _system_version
_system_arch
+__rvm_detect_system:3> export _system_type _system_name _system_version
_system_arch
+__rvm_detect_system:4> _system_type=unknown
+__rvm_detect_system:5> _system_name=unknown
+__rvm_detect_system:6> _system_version=unknown
+__rvm_detect_system:7> _system_arch=unknown
+__rvm_detect_system:8> uname
+__rvm_detect_system:8> case Darwin (Linux)
+__rvm_detect_system:8> case Darwin (SunOS)
+__rvm_detect_system:8> case Darwin (Darwin)
+__rvm_detect_system:69> _system_type=darwin
+__rvm_detect_system:70> _system_name=osx
+__rvm_detect_system:71> _system_version=+__rvm_detect_system:71> sw_vers
-productVersion
+__rvm_detect_system:71> _system_version=10.8.2
+__rvm_detect_system:72> _system_version=10.8
+__rvm_detect_system:73> _system_arch=+__rvm_detect_system:73>
_system_arch=+__rvm_detect_system:73> uname -m
+__rvm_detect_system:73> awk '{if($0~"x86_64")print "x86_64"; else print
"i386";}'
+__rvm_detect_system:73> _system_arch=x86_64
+__rvm_detect_system:79> _system_type=darwin
+__rvm_detect_system:80> _system_name=osx
+__rvm_detect_system:81> _system_version=10.8
+__rvm_detect_system:82> _system_arch=x86_64
+__rvm_system_path:5> rvm_remote_server_path=osx/10.8/x86_64
+__rvm_system_path:8> [[ '' == - ]]
+__rvm_remote_server_path:4> printf %b
'https://rvm.io/binaries/osx/10.8/x86_64/ruby-1\.9\.3-p194\.tar\..*'
+__rvm_install_ruby_try_remote:5> rubies=+__rvm_install_ruby_try_remote:6>
__list_remote_rubies_for
'https://rvm.io/binaries/osx/10.8/x86_64/ruby-1\.9\.3-p194\.tar\..*'
+__list_remote_rubies_for:2> typeset rvm_ruby_url
+__list_remote_rubies_for:3>
rvm_ruby_url='https://rvm.io/binaries/osx/10.8/x86_64/ruby-1\.9\.3-p194\.tar\..*'
+__list_remote_rubies_for:4> awk
'/https:\/\/rvm.io\/binaries\/osx\/10.8\/x86_64\/ruby-1\.9\.3-p194\.tar\..*/{print}'
+__list_remote_rubies_for:5> [[ -f /Users/teja/.rvm/user/remote ]]
+__rvm_install_ruby_try_remote:5> rubies=(
https://rvm.io/binaries/osx/10.8/x86_64/ruby-1.9.3-p194.tar.bz2 )
+__rvm_install_ruby_try_remote:8> case 1 (0)
+__rvm_install_ruby_try_remote:8> case 1 (1)
+__rvm_install_ruby_try_remote:22> rvm_remote_flag=1
/Users/teja/.rvm/scripts/external mount ruby-1.9.3-p194
++ [[ -z '' ]]
++ export PS4
++ PS4='+ ${BASH_SOURCE##${rvm_path:-}} : ${FUNCNAME[0]:+${FUNCNAME[0]}()}
${LINENO} > '
++ /scripts/base : 21 > export __array_start rvm_path
++ /scripts/base : 26 > [[ -n '' ]]
++ /scripts/base : 30 > __array_start=0
++ /scripts/base : 33 > (( 0 == 0 ))
++ /scripts/base : 35 > [[ -n 022 ]]
++ /scripts/base : 36 > rvm_rvmrc_files=("/etc/rvmrc" "$HOME/.rvmrc")
++ /scripts/base : 37 > [[ -n /Users/teja ]]
++ /scripts/base : 37 > [[ /Users/teja/.rvmrc -ef /Users/teja/.rvmrc ]]
++ /scripts/base : 38 > rvm_rvmrc_files+=("${rvm_prefix}/.rvmrc")
++ /scripts/base : 41 > for rvmrc in '"${rvm_rvmrc_files[@]}"'
++ /scripts/base : 43 > [[ -f /etc/rvmrc ]]
++ /scripts/base : 41 > for rvmrc in '"${rvm_rvmrc_files[@]}"'
++ /scripts/base : 43 > [[ -f /Users/teja/.rvmrc ]]
++ /scripts/base : 41 > for rvmrc in '"${rvm_rvmrc_files[@]}"'
++ /scripts/base : 43 > [[ -f /Users/teja/.rvmrc ]]
++ /scripts/base : 58 > unset rvm_rvmrc_files
++ /scripts/base : 61 > export rvm_path
++ /scripts/base : 62 > [[ -z /Users/teja/.rvm ]]
++ /scripts/base : 74 > true /Users/teja/.rvm/scripts
++ /scripts/base : 77 > source /Users/teja/.rvm/scripts/initialize
+++ /scripts/initialize : 3 > : rvm_trace_flag:1
+++ /scripts/initialize : 4 > (( rvm_trace_flag > 0 ))
+++ /scripts/initialize : 6 > set -o xtrace
+++ /scripts/initialize : 9 > [[ -z '' ]]
+++ /scripts/initialize : 14 > export PS4
+++ /scripts/initialize : 15 > PS4='+ ${BASH_SOURCE##${rvm_path:-}} :
${FUNCNAME[0]:+${FUNCNAME[0]}()} ${LINENO} > '
+++ /scripts/initialize : 21 > [[ -n 3.2.48(1)-release ]]
+++ /scripts/initialize : 23 > shopt -s extglob
+++ /scripts/initialize : 33 > export __rvm_env_loaded
+++ /scripts/initialize : 35 > : __rvm_env_loaded:2:
+++ /scripts/initialize : 37 > : __rvm_env_loaded:3:
+++ /scripts/initialize : 40 > [[ -z /Users/teja/.rvm/tmp ]]
+++ /scripts/initialize : 40 > (( __rvm_env_loaded == 1 ))
++ /scripts/base : 81 > case " ${rvm_base_except:-} " in
++ /scripts/base : 86 > source /Users/teja/.rvm/scripts/selector
++ /scripts/base : 87 > source /Users/teja/.rvm/scripts/selector_gemsets
++ /scripts/base : 91 > typeset -a scripts
++ /scripts/base : 94 > scripts=(logging support utility init cleanup env
rvmrc install environment gemset db bundler checksum)
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/logging
++++ /scripts/functions/logging : 40 > /Users/teja/.rvm/scripts/color red
+++ /scripts/functions/logging : 40 > rvm_error_clr=''
++++ /scripts/functions/logging : 41 > /Users/teja/.rvm/scripts/color yellow
+++ /scripts/functions/logging : 41 > rvm_warn_clr=''
++++ /scripts/functions/logging : 42 > /Users/teja/.rvm/scripts/color magenta
+++ /scripts/functions/logging : 42 > rvm_debug_clr=''
++++ /scripts/functions/logging : 43 > /Users/teja/.rvm/scripts/color green
+++ /scripts/functions/logging : 43 > rvm_notify_clr=''
++++ /scripts/functions/logging : 44 > /Users/teja/.rvm/scripts/color reset
+++ /scripts/functions/logging : 44 > rvm_reset_clr=''
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/support
+++ /scripts/functions/support : 3 > [[ -z tar ]]
+++ /scripts/functions/support : 12 > [[ ! =~ --no-same-owner ]]
+++ /scripts/functions/support : 13 > tar --help
+++ /scripts/functions/support : 13 > GREP_OPTIONS=
+++ /scripts/functions/support : 13 > grep -- --no-same-owner
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/utility
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/init
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/cleanup
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/env
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/rvmrc
+++ /scripts/functions/rvmrc : 3 > export escape_flag _first _second
+++ /scripts/functions/rvmrc : 4 > escape_flag=1
+++ /scripts/functions/rvmrc : 5 > _first=0
+++ /scripts/functions/rvmrc : 6 > _second=1
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/install
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/environment
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/gemset
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/db
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/bundler
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/checksum
++ /scripts/base : 98 > unset scripts entry rvm_base_except
+ /scripts/external : 419 > action=mount
+ /scripts/external : 420 > shift
+ /scripts/external : 426 > [[ -n ruby-1.9.3-p194 ]]
+ /scripts/external : 428 > case "${action}" in
+ /scripts/external : 434 > (( rvm_remote_flag > 0 ))
+ /scripts/external : 437 > external_import ruby-1.9.3-p194
+ /scripts/external : external_import() 353 > typeset step err_command
rvm_ruby_url rvm_ruby_string rvm_ruby_package_file
+ /scripts/external : external_import() 355 > for step in configure download
extract validate setup
+ /scripts/external : external_import() 357 > rvm_log 'ruby-1.9.3-p194 -
#configure'
+ /scripts/functions/logging : rvm_log() 89 > rvm_pretty_print stdout
+ /scripts/functions/logging : rvm_pretty_print() 17 > case
"${rvm_pretty_print_flag:=auto}" in
+ /scripts/functions/logging : rvm_pretty_print() 22 > case "${TERM:-dumb}" in
+ /scripts/functions/logging : rvm_pretty_print() 25 > case "$1" in
+ /scripts/functions/logging : rvm_pretty_print() 26 > [[ -t 1 ]]
+ /scripts/functions/logging : rvm_pretty_print() 32 > return 0
+ /scripts/functions/logging : rvm_log() 90 > printf %b 'ruby-1.9.3-p194 -
#configure\n'
ruby-1.9.3-p194 - #configure
+ /scripts/external : external_import() 358 > external_import_configure
ruby-1.9.3-p194
+ /scripts/external : external_import_configure() 233 > typeset platform
architecture libc
+ /scripts/external : external_import_configure() 235 > (( 0 > 0 ))
+ /scripts/external : external_import_configure() 237 > err_command=rvm_error
+ /scripts/external : external_import_configure() 240 >
rvm_ruby_url=ruby-1.9.3-p194
+ /scripts/external : external_import_configure() 241 >
rvm_ruby_string=ruby-1.9.3-p194
+ /scripts/external : external_import_configure() 243 > [[ -r ruby-1.9.3-p194
]]
+ /scripts/external : external_import_configure() 244 > case "${rvm_ruby_url}"
in
+ /scripts/external : external_import_configure() 247 > __rvm_ruby_string
+ /scripts/selector : __rvm_ruby_string() 603 > typeset ruby_string gemset_name
expanded_alias_name repo_url branch_name ruby_name
+ /scripts/selector : __rvm_ruby_string() 605 > __rvm_default_flags
+ /scripts/functions/env : __rvm_default_flags() 9 > true 0 0
+ /scripts/selector : __rvm_ruby_string() 607 > rvm_expanding_aliases=
+ /scripts/selector : __rvm_ruby_string() 610 > true '' '' '' '' '' '' '' @
ruby-1.9.3-p194 0 0
+ /scripts/selector : __rvm_ruby_string() 615 > echo ruby-1.9.3-p194
+ /scripts/selector : __rvm_ruby_string() 615 > GREP_OPTIONS=
+ /scripts/selector : __rvm_ruby_string() 615 > grep @
+ /scripts/selector : __rvm_ruby_string() 622 > (( rvm_expanding_aliases == 0
))
+ /scripts/selector : __rvm_ruby_string() 623 > [[ -n ruby-1.9.3-p194 ]]
+ /scripts/selector : __rvm_ruby_string() 623 > [[ ruby-1.9.3-p194 !=
\s\y\s\t\e\m ]]
++ /scripts/selector : __rvm_ruby_string() 625 > /Users/teja/.rvm/scripts/alias
show ruby-1.9.3-p194
+ /scripts/selector : __rvm_ruby_string() 625 > expanded_alias_name=
+ /scripts/selector : __rvm_ruby_string() 626 > [[ -n '' ]]
+ /scripts/selector : __rvm_ruby_string() 629 > [[ ruby-1.9.3-p194 == default
]]
+ /scripts/selector : __rvm_ruby_string() 636 > echo ruby-1.9.3-p194
+ /scripts/selector : __rvm_ruby_string() 636 > GREP_OPTIONS=
+ /scripts/selector : __rvm_ruby_string() 636 > grep @
+ /scripts/selector : __rvm_ruby_string() 642 > ruby_string=ruby-1.9.3-p194
+ /scripts/selector : __rvm_ruby_string() 643 > gemset_name=
+ /scripts/selector : __rvm_ruby_string() 644 > repo_url=
+ /scripts/selector : __rvm_ruby_string() 645 > branch_name=
+ /scripts/selector : __rvm_ruby_string() 646 > ruby_name=
+ /scripts/selector : __rvm_ruby_string() 648 > __rvm_unset_ruby_variables
+ /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
+ /scripts/functions/env : __rvm_unset_ruby_variables() 22 > __rvm_load_rvmrc
+ /scripts/functions/init : __rvm_load_rvmrc() 5 > typeset _file
+ /scripts/functions/init : __rvm_load_rvmrc() 6 > typeset -a rvm_rvmrc_files
+ /scripts/functions/init : __rvm_load_rvmrc() 7 > (( 0 == 1 ))
+ /scripts/functions/init : __rvm_load_rvmrc() 12 > [[ -n 022 ]]
+ /scripts/functions/init : __rvm_load_rvmrc() 14 >
rvm_rvmrc_files=("/etc/rvmrc" "$HOME/.rvmrc")
+ /scripts/functions/init : __rvm_load_rvmrc() 15 > [[ -n /Users/teja ]]
+ /scripts/functions/init : __rvm_load_rvmrc() 15 > [[ /Users/teja/.rvmrc -ef
/Users/teja/.rvmrc ]]
+ /scripts/functions/init : __rvm_load_rvmrc() 16 >
rvm_rvmrc_files+=("${rvm_prefix}/.rvmrc")
+ /scripts/functions/init : __rvm_load_rvmrc() 18 > for _file in
'"${rvm_rvmrc_files[@]}"'
+ /scripts/functions/init : __rvm_load_rvmrc() 20 > [[ -s /etc/rvmrc ]]
+ /scripts/functions/init : __rvm_load_rvmrc() 18 > for _file in
'"${rvm_rvmrc_files[@]}"'
+ /scripts/functions/init : __rvm_load_rvmrc() 20 > [[ -s /Users/teja/.rvmrc ]]
+ /scripts/functions/init : __rvm_load_rvmrc() 18 > for _file in
'"${rvm_rvmrc_files[@]}"'
+ /scripts/functions/init : __rvm_load_rvmrc() 20 > [[ -s /Users/teja/.rvmrc ]]
+ /scripts/functions/init : __rvm_load_rvmrc() 35 > return 0
+ /scripts/selector : __rvm_ruby_string() 650 > rvm_ruby_repo_url=
+ /scripts/selector : __rvm_ruby_string() 651 > rvm_ruby_repo_branch=
+ /scripts/selector : __rvm_ruby_string() 652 > rvm_ruby_name=
+ /scripts/selector : __rvm_ruby_string() 654 > [[ -n '' ]]
+ /scripts/selector : __rvm_ruby_string() 660 > strings=()
+ /scripts/selector : __rvm_ruby_string() 661 > __rvm_custom_separated_array
strings - ruby-1.9.3-p194
+ /scripts/functions/utility : __rvm_custom_separated_array() 340 > typeset IFS
+ /scripts/functions/utility : __rvm_custom_separated_array() 341 > IFS=-
+ /scripts/functions/utility : __rvm_custom_separated_array() 342 > [[ -n '' ]]
+ /scripts/functions/utility : __rvm_custom_separated_array() 344 > eval
'strings+=( $3 )'
++ /scripts/functions/utility : __rvm_custom_separated_array() 344 >
strings+=($3)
+ /scripts/selector : __rvm_ruby_string() 663 > (( 3 == 0 ))
+ /scripts/selector : __rvm_ruby_string() 678 > for string in '${strings[@]}'
+ /scripts/selector : __rvm_ruby_string() 680 > case "$string" in
+ /scripts/selector : __rvm_ruby_string() 837 > rvm_ruby_interpreter=ruby
+ /scripts/selector : __rvm_ruby_string() 678 > for string in '${strings[@]}'
+ /scripts/selector : __rvm_ruby_string() 680 > case "$string" in
+ /scripts/selector : __rvm_ruby_string() 730 > [[ ruby == \r\b\x ]]
+ /scripts/selector : __rvm_ruby_string() 743 > case "$string" in
+ /scripts/selector : __rvm_ruby_string() 745 > rvm_ruby_version=1.9.3
+ /scripts/selector : __rvm_ruby_string() 746 > rvm_ruby_revision=
+ /scripts/selector : __rvm_ruby_string() 747 > rvm_ruby_tag=
+ /scripts/selector : __rvm_ruby_string() 678 > for string in '${strings[@]}'
+ /scripts/selector : __rvm_ruby_string() 680 > case "$string" in
+ /scripts/selector : __rvm_ruby_string() 771 > rvm_ruby_patch_level=p194
+ /scripts/selector : __rvm_ruby_string() 851 > [[ -z ruby ]]
+ /scripts/selector : __rvm_ruby_string() 867 > rvm_ruby_version=1.9.3
+ /scripts/selector : __rvm_ruby_string() 868 > [[ -z 1.9.3 ]]
+ /scripts/selector : __rvm_ruby_string() 875 > [[ -z 1.9.3 ]]
+ /scripts/selector : __rvm_ruby_string() 879 > rvm_ruby_string=ruby-1.9.3
+ /scripts/selector : __rvm_ruby_string() 882 > [[ ruby == \e\x\t ]]
+ /scripts/selector : __rvm_ruby_string() 886 > (( 0 == 1 ))
+ /scripts/selector : __rvm_ruby_string() 890 > [[ -n '' ]]
+ /scripts/selector : __rvm_ruby_string() 894 > [[ -n '' ]]
+ /scripts/selector : __rvm_ruby_string() 898 > [[ -n '' ]]
+ /scripts/selector : __rvm_ruby_string() 902 > [[ -n p194 ]]
+ /scripts/selector : __rvm_ruby_string() 904 > rvm_ruby_string=ruby-1.9.3-p194
+ /scripts/selector : __rvm_ruby_string() 949 > [[ -n '' ]]
+ /scripts/selector : __rvm_ruby_string() 958 > detected_rvm_ruby_name=
++ /scripts/external : external_import_configure() 248 >
__rvm_remote_server_path ruby-1.9.3-p194.tar.bz2
+++ /scripts/functions/utility : __rvm_remote_server_path() 490 > __rvm_db
rvm_remote_server_url
+++ /scripts/functions/db : __rvm_db() 7 > typeset value key variable
+++ /scripts/functions/db : __rvm_db() 9 > key=rvm_remote_server_url
+++ /scripts/functions/db : __rvm_db() 10 > key=rvm_remote_server_url
+++ /scripts/functions/db : __rvm_db() 11 > variable=
+++ /scripts/functions/db : __rvm_db() 13 > [[ -f /Users/teja/.rvm/user/db ]]
++++ /scripts/functions/db : __rvm_db() 14 > /Users/teja/.rvm/scripts/db
/Users/teja/.rvm/user/db rvm_remote_server_url
+++ /scripts/functions/db : __rvm_db() 14 > value=
+++ /scripts/functions/db : __rvm_db() 17 > [[ -z '' ]]
++++ /scripts/functions/db : __rvm_db() 18 > /Users/teja/.rvm/scripts/db
/Users/teja/.rvm/config/db rvm_remote_server_url
+++ /scripts/functions/db : __rvm_db() 18 > value=https://rvm.io/binaries
+++ /scripts/functions/db : __rvm_db() 21 > [[ -n https://rvm.io/binaries ]]
+++ /scripts/functions/db : __rvm_db() 22 > [[ -z '' ]]
+++ /scripts/functions/db : __rvm_db() 23 > echo https://rvm.io/binaries
+++ /scripts/functions/db : __rvm_db() 29 > return 0
++ /scripts/functions/utility : __rvm_remote_server_path() 490 > true
https://rvm.io/binaries
++ /scripts/functions/utility : __rvm_remote_server_path() 491 >
__rvm_system_path
+++ /scripts/functions/utility : __rvm_system_path() 477 > __rvm_db
rvm_remote_server_path
+++ /scripts/functions/db : __rvm_db() 7 > typeset value key variable
+++ /scripts/functions/db : __rvm_db() 9 > key=rvm_remote_server_path
+++ /scripts/functions/db : __rvm_db() 10 > key=rvm_remote_server_path
+++ /scripts/functions/db : __rvm_db() 11 > variable=
+++ /scripts/functions/db : __rvm_db() 13 > [[ -f /Users/teja/.rvm/user/db ]]
++++ /scripts/functions/db : __rvm_db() 14 > /Users/teja/.rvm/scripts/db
/Users/teja/.rvm/user/db rvm_remote_server_path
+++ /scripts/functions/db : __rvm_db() 14 > value=
+++ /scripts/functions/db : __rvm_db() 17 > [[ -z '' ]]
++++ /scripts/functions/db : __rvm_db() 18 > /Users/teja/.rvm/scripts/db
/Users/teja/.rvm/config/db rvm_remote_server_path
+++ /scripts/functions/db : __rvm_db() 18 > value=
+++ /scripts/functions/db : __rvm_db() 21 > [[ -n '' ]]
+++ /scripts/functions/db : __rvm_db() 29 > return 0
++ /scripts/functions/utility : __rvm_system_path() 477 > true ''
++ /scripts/functions/utility : __rvm_system_path() 478 > [[ -n '' ]]
++ /scripts/functions/utility : __rvm_system_path() 479 > __rvm_detect_system
++ /scripts/functions/utility : __rvm_detect_system() 392 > unset _system_type
_system_name _system_version _system_arch
++ /scripts/functions/utility : __rvm_detect_system() 393 > export _system_type
_system_name _system_version _system_arch
++ /scripts/functions/utility : __rvm_detect_system() 394 >
_system_type=unknown
++ /scripts/functions/utility : __rvm_detect_system() 395 >
_system_name=unknown
++ /scripts/functions/utility : __rvm_detect_system() 396 >
_system_version=unknown
++ /scripts/functions/utility : __rvm_detect_system() 397 >
_system_arch=unknown
++ /scripts/functions/utility : __rvm_detect_system() 398 > case "$(uname)" in
+++ /scripts/functions/utility : __rvm_detect_system() 398 > uname
++ /scripts/functions/utility : __rvm_detect_system() 459 > _system_type=darwin
++ /scripts/functions/utility : __rvm_detect_system() 460 > _system_name=osx
+++ /scripts/functions/utility : __rvm_detect_system() 461 > sw_vers
-productVersion
++ /scripts/functions/utility : __rvm_detect_system() 461 >
_system_version=10.8.2
++ /scripts/functions/utility : __rvm_detect_system() 462 >
_system_version=10.8
+++ /scripts/functions/utility : __rvm_detect_system() 463 > uname -m
+++ /scripts/functions/utility : __rvm_detect_system() 463 > awk
'{if($0~"x86_64")print "x86_64"; else print "i386";}'
++ /scripts/functions/utility : __rvm_detect_system() 463 > _system_arch=x86_64
++ /scripts/functions/utility : __rvm_detect_system() 469 > _system_type=darwin
++ /scripts/functions/utility : __rvm_detect_system() 470 > _system_name=osx
++ /scripts/functions/utility : __rvm_detect_system() 471 >
_system_version=10.8
++ /scripts/functions/utility : __rvm_detect_system() 472 > _system_arch=x86_64
++ /scripts/functions/utility : __rvm_system_path() 480 >
rvm_remote_server_path=osx/10.8/x86_64
++ /scripts/functions/utility : __rvm_system_path() 483 > [[ '' == \- ]]
++ /scripts/functions/utility : __rvm_remote_server_path() 492 > printf %b
https://rvm.io/binaries/osx/10.8/x86_64/ruby-1.9.3-p194.tar.bz2
+ /scripts/external : external_import_configure() 248 >
rvm_ruby_url=https://rvm.io/binaries/osx/10.8/x86_64/ruby-1.9.3-p194.tar.bz2
+ /scripts/external : external_import_configure() 252 >
rvm_ruby_string=ruby-1.9.3-p194
+ /scripts/external : external_import_configure() 253 >
rvm_ruby_string=ruby-1.9.3-p194
+ /scripts/external : external_import_configure() 254 >
rvm_ruby_package_file=bin-ruby-1.9.3-p194.tar.bz2
+ /scripts/external : external_import() 355 > for step in configure download
extract validate setup
+ /scripts/external : external_import() 357 > rvm_log 'ruby-1.9.3-p194 -
#download'
+ /scripts/functions/logging : rvm_log() 89 > rvm_pretty_print stdout
+ /scripts/functions/logging : rvm_pretty_print() 17 > case
"${rvm_pretty_print_flag:=auto}" in
+ /scripts/functions/logging : rvm_pretty_print() 22 > case "${TERM:-dumb}" in
+ /scripts/functions/logging : rvm_pretty_print() 25 > case "$1" in
+ /scripts/functions/logging : rvm_pretty_print() 26 > [[ -t 1 ]]
+ /scripts/functions/logging : rvm_pretty_print() 32 > return 0
+ /scripts/functions/logging : rvm_log() 90 > printf %b 'ruby-1.9.3-p194 -
#download\n'
ruby-1.9.3-p194 - #download
+ /scripts/external : external_import() 358 > external_import_download
ruby-1.9.3-p194
+ /scripts/external : external_import_download() 259 > typeset downloaded_names
+ /scripts/external : external_import_download() 262 > [[ -r
https://rvm.io/binaries/osx/10.8/x86_64/ruby-1.9.3-p194.tar.bz2 ]]
+ /scripts/external : external_import_download() 269 >
/Users/teja/.rvm/scripts/fetch
'https://rvm.io/binaries/osx/10.8/x86_64/ruby-1.9.3-p194.tar.bz2?rvm=1.16.6'
bin-ruby-1.9.3-p194.tar.bz2
++ /scripts/base : 11 > [[ -z '' ]]
++ /scripts/base : 16 > export PS4
++ /scripts/base : 17 > PS4='+ ${BASH_SOURCE##${rvm_path:-}} :
${FUNCNAME[0]:+${FUNCNAME[0]}()} ${LINENO} > '
++ /scripts/base : 21 > export __array_start rvm_path
++ /scripts/base : 26 > [[ -n '' ]]
++ /scripts/base : 30 > __array_start=0
++ /scripts/base : 33 > (( 0 == 0 ))
++ /scripts/base : 35 > [[ -n 022 ]]
++ /scripts/base : 36 > rvm_rvmrc_files=("/etc/rvmrc" "$HOME/.rvmrc")
++ /scripts/base : 37 > [[ -n /Users/teja ]]
++ /scripts/base : 37 > [[ /Users/teja/.rvmrc -ef /Users/teja/.rvmrc ]]
++ /scripts/base : 38 > rvm_rvmrc_files+=("${rvm_prefix}/.rvmrc")
++ /scripts/base : 41 > for rvmrc in '"${rvm_rvmrc_files[@]}"'
++ /scripts/base : 43 > [[ -f /etc/rvmrc ]]
++ /scripts/base : 41 > for rvmrc in '"${rvm_rvmrc_files[@]}"'
++ /scripts/base : 43 > [[ -f /Users/teja/.rvmrc ]]
++ /scripts/base : 41 > for rvmrc in '"${rvm_rvmrc_files[@]}"'
++ /scripts/base : 43 > [[ -f /Users/teja/.rvmrc ]]
++ /scripts/base : 58 > unset rvm_rvmrc_files
++ /scripts/base : 61 > export rvm_path
++ /scripts/base : 62 > [[ -z /Users/teja/.rvm ]]
++ /scripts/base : 74 > true /Users/teja/.rvm/scripts
++ /scripts/base : 77 > source /Users/teja/.rvm/scripts/initialize
+++ /scripts/initialize : 3 > : rvm_trace_flag:1
+++ /scripts/initialize : 4 > (( rvm_trace_flag > 0 ))
+++ /scripts/initialize : 6 > set -o xtrace
+++ /scripts/initialize : 9 > [[ -z '' ]]
+++ /scripts/initialize : 14 > export PS4
+++ /scripts/initialize : 15 > PS4='+ ${BASH_SOURCE##${rvm_path:-}} :
${FUNCNAME[0]:+${FUNCNAME[0]}()} ${LINENO} > '
+++ /scripts/initialize : 21 > [[ -n 3.2.48(1)-release ]]
+++ /scripts/initialize : 23 > shopt -s extglob
+++ /scripts/initialize : 33 > export __rvm_env_loaded
+++ /scripts/initialize : 35 > : __rvm_env_loaded:3:
+++ /scripts/initialize : 37 > : __rvm_env_loaded:4:
+++ /scripts/initialize : 40 > [[ -z /Users/teja/.rvm/tmp ]]
+++ /scripts/initialize : 40 > (( __rvm_env_loaded == 1 ))
++ /scripts/base : 81 > case " ${rvm_base_except:-} " in
++ /scripts/base : 83 > true
++ /scripts/base : 91 > typeset -a scripts
++ /scripts/base : 94 > scripts=(logging support utility init cleanup env
rvmrc install environment gemset db bundler checksum)
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/logging
++++ /scripts/functions/logging : 40 > /Users/teja/.rvm/scripts/color red
+++ /scripts/functions/logging : 40 > rvm_error_clr=''
++++ /scripts/functions/logging : 41 > /Users/teja/.rvm/scripts/color yellow
+++ /scripts/functions/logging : 41 > rvm_warn_clr=''
++++ /scripts/functions/logging : 42 > /Users/teja/.rvm/scripts/color magenta
+++ /scripts/functions/logging : 42 > rvm_debug_clr=''
++++ /scripts/functions/logging : 43 > /Users/teja/.rvm/scripts/color green
+++ /scripts/functions/logging : 43 > rvm_notify_clr=''
++++ /scripts/functions/logging : 44 > /Users/teja/.rvm/scripts/color reset
+++ /scripts/functions/logging : 44 > rvm_reset_clr=''
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/support
+++ /scripts/functions/support : 3 > [[ -z tar ]]
+++ /scripts/functions/support : 12 > [[ ! =~ --no-same-owner ]]
+++ /scripts/functions/support : 13 > tar --help
+++ /scripts/functions/support : 13 > GREP_OPTIONS=
+++ /scripts/functions/support : 13 > grep -- --no-same-owner
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/utility
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/init
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/cleanup
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/env
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/rvmrc
+++ /scripts/functions/rvmrc : 3 > export escape_flag _first _second
+++ /scripts/functions/rvmrc : 4 > escape_flag=1
+++ /scripts/functions/rvmrc : 5 > _first=0
+++ /scripts/functions/rvmrc : 6 > _second=1
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/install
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/environment
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/gemset
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/db
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/bundler
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/checksum
++ /scripts/base : 98 > unset scripts entry rvm_base_except
+ /scripts/fetch : 21 > builtin cd /Users/teja/.rvm/archives
+ /scripts/fetch : 23 > [[ -n bin-ruby-1.9.3-p194.tar.bz2 ]]
+ /scripts/fetch : 24 > fetch_command='curl -f -L --create-dirs -C - -o
bin-ruby-1.9.3-p194.tar.bz2'
+ /scripts/fetch : 25 > rvm_debug 'Fetching:
https://rvm.io/binaries/osx/10.8/x86_64/ruby-1.9.3-p194.tar.bz2?rvm=1.16.6'
+ /scripts/functions/logging : rvm_debug() 73 > (( 0 ))
+ /scripts/functions/logging : rvm_debug() 73 > return 0
+ /scripts/fetch : 26 > rvm_debug 'Fetch command: curl -f -L --create-dirs -C
- -o bin-ruby-1.9.3-p194.tar.bz2'
+ /scripts/functions/logging : rvm_debug() 73 > (( 0 ))
+ /scripts/functions/logging : rvm_debug() 73 > return 0
+ /scripts/fetch : 28 > download=1
+ /scripts/fetch : 29 > try_ftp=0
+ /scripts/fetch : 30 > result=0
+ /scripts/fetch : 31 > retry=0
+ /scripts/fetch : 33 > __rvm_checksum_read
'https://rvm.io/binaries/osx/10.8/x86_64/ruby-1.9.3-p194.tar.bz2?rvm=1.16.6'
bin-ruby-1.9.3-p194.tar.bz2
+ /scripts/functions/checksum : __rvm_checksum_read() 107 > __rvm_checksum_none
+ /scripts/functions/checksum : __rvm_checksum_none() 77 > [[ -z '' ]]
+ /scripts/functions/checksum : __rvm_checksum_none() 77 > [[ -z '' ]]
+ /scripts/functions/checksum : __rvm_checksum_read() 108 > typeset _type
_value _name
+ /scripts/functions/checksum : __rvm_checksum_read() 109 > typeset -a _list
+ /scripts/functions/checksum : __rvm_checksum_read() 110 > list=()
+ /scripts/functions/checksum : __rvm_checksum_read() 112 > for _name in '"$@"'
+ /scripts/functions/checksum : __rvm_checksum_read() 114 > list+=("$_name")
+ /scripts/functions/checksum : __rvm_checksum_read() 116 > [[
https://rvm.io/binaries/osx/10.8/x86_64/ruby-1.9.3-p194.tar.bz2?rvm=1.16.6 =~ \?
]]
+ /scripts/functions/checksum : __rvm_checksum_read() 118 >
list+=("${_name%\?*}")
+ /scripts/functions/checksum : __rvm_checksum_read() 112 > for _name in '"$@"'
+ /scripts/functions/checksum : __rvm_checksum_read() 114 > list+=("$_name")
+ /scripts/functions/checksum : __rvm_checksum_read() 116 > [[
bin-ruby-1.9.3-p194.tar.bz2 =~ \? ]]
+ /scripts/functions/checksum : __rvm_checksum_read() 122 > for _name in
'"${list[@]}"'
++ /scripts/functions/checksum : __rvm_checksum_read() 124 >
/Users/teja/.rvm/scripts/db /Users/teja/.rvm/config/md5
'https://rvm.io/binaries/osx/10.8/x86_64/ruby-1.9.3-p194.tar.bz2?rvm=1.16.6'
++ /scripts/functions/checksum : __rvm_checksum_read() 124 > head -n 1
+ /scripts/functions/checksum : __rvm_checksum_read() 124 > _checksum_md5=
+ /scripts/functions/checksum : __rvm_checksum_read() 125 > [[ -n '' ]]
++ /scripts/functions/checksum : __rvm_checksum_read() 126 >
/Users/teja/.rvm/scripts/db /Users/teja/.rvm/user/md5
'https://rvm.io/binaries/osx/10.8/x86_64/ruby-1.9.3-p194.tar.bz2?rvm=1.16.6'
++ /scripts/functions/checksum : __rvm_checksum_read() 126 > head -n 1
+ /scripts/functions/checksum : __rvm_checksum_read() 126 > _checksum_md5=
++ /scripts/functions/checksum : __rvm_checksum_read() 128 >
/Users/teja/.rvm/scripts/db /Users/teja/.rvm/config/sha512
'https://rvm.io/binaries/osx/10.8/x86_64/ruby-1.9.3-p194.tar.bz2?rvm=1.16.6'
++ /scripts/functions/checksum : __rvm_checksum_read() 128 > head -n 1
+ /scripts/functions/checksum : __rvm_checksum_read() 128 > _checksum_sha512=
+ /scripts/functions/checksum : __rvm_checksum_read() 129 > [[ -n '' ]]
++ /scripts/functions/checksum : __rvm_checksum_read() 130 >
/Users/teja/.rvm/scripts/db /Users/teja/.rvm/user/sha512
'https://rvm.io/binaries/osx/10.8/x86_64/ruby-1.9.3-p194.tar.bz2?rvm=1.16.6'
++ /scripts/functions/checksum : __rvm_checksum_read() 130 > head -n 1
+ /scripts/functions/checksum : __rvm_checksum_read() 130 > _checksum_sha512=
+ /scripts/functions/checksum : __rvm_checksum_read() 132 > __rvm_checksum_none
+ /scripts/functions/checksum : __rvm_checksum_none() 77 > [[ -z '' ]]
+ /scripts/functions/checksum : __rvm_checksum_none() 77 > [[ -z '' ]]
+ /scripts/functions/checksum : __rvm_checksum_read() 122 > for _name in
'"${list[@]}"'
++ /scripts/functions/checksum : __rvm_checksum_read() 124 >
/Users/teja/.rvm/scripts/db /Users/teja/.rvm/config/md5
https://rvm.io/binaries/osx/10.8/x86_64/ruby-1.9.3-p194.tar.bz2
++ /scripts/functions/checksum : __rvm_checksum_read() 124 > head -n 1
+ /scripts/functions/checksum : __rvm_checksum_read() 124 >
_checksum_md5=5af67692b5f749c9f2fb79c56fc2f0e3
+ /scripts/functions/checksum : __rvm_checksum_read() 125 > [[ -n
5af67692b5f749c9f2fb79c56fc2f0e3 ]]
++ /scripts/functions/checksum : __rvm_checksum_read() 128 >
/Users/teja/.rvm/scripts/db /Users/teja/.rvm/config/sha512
https://rvm.io/binaries/osx/10.8/x86_64/ruby-1.9.3-p194.tar.bz2
++ /scripts/functions/checksum : __rvm_checksum_read() 128 > head -n 1
+ /scripts/functions/checksum : __rvm_checksum_read() 128 >
_checksum_sha512=b3fdf04c09396aee623a67b96f2d0342423f08b919db3b04e550b14fd3a44af480ba23e7e9eae316ca74dd6ca34d0d318d351319d3308e0960567cbfabc4129f
+ /scripts/functions/checksum : __rvm_checksum_read() 129 > [[ -n
b3fdf04c09396aee623a67b96f2d0342423f08b919db3b04e550b14fd3a44af480ba23e7e9eae316ca74dd6ca34d0d318d351319d3308e0960567cbfabc4129f
]]
+ /scripts/functions/checksum : __rvm_checksum_read() 132 > __rvm_checksum_none
+ /scripts/functions/checksum : __rvm_checksum_none() 77 > [[ -z
5af67692b5f749c9f2fb79c56fc2f0e3 ]]
+ /scripts/functions/checksum : __rvm_checksum_read() 132 > return 0
+ /scripts/fetch : 35 > __rvm_checksum_any
+ /scripts/functions/checksum : __rvm_checksum_any() 78 > [[ -n
5af67692b5f749c9f2fb79c56fc2f0e3 ]]
+ /scripts/fetch : 41 > [[ -e bin-ruby-1.9.3-p194.tar.bz2 ]]
+ /scripts/fetch : 45 > __rvm_checksum_validate_file
/Users/teja/.rvm/archives/bin-ruby-1.9.3-p194.tar.bz2
+ /scripts/functions/checksum : __rvm_checksum_validate_file() 85 >
__rvm_checksum_any
+ /scripts/functions/checksum : __rvm_checksum_any() 78 > [[ -n
5af67692b5f749c9f2fb79c56fc2f0e3 ]]
+ /scripts/functions/checksum : __rvm_checksum_validate_file() 87 > [[ -n
5af67692b5f749c9f2fb79c56fc2f0e3 ]]
++ /scripts/functions/checksum : __rvm_checksum_validate_file() 89 >
__rvm_md5_calculate /Users/teja/.rvm/archives/bin-ruby-1.9.3-p194.tar.bz2
++ /scripts/functions/checksum : __rvm_md5_calculate() 5 > typeset _sum
++ /scripts/functions/checksum : __rvm_md5_calculate() 7 > builtin command -v
md5
++ /scripts/functions/checksum : __rvm_md5_calculate() 9 > md5 -q
/Users/teja/.rvm/archives/bin-ruby-1.9.3-p194.tar.bz2
++ /scripts/functions/checksum : __rvm_md5_calculate() 10 > return 0
+ /scripts/functions/checksum : __rvm_checksum_validate_file() 89 > [[
5af67692b5f749c9f2fb79c56fc2f0e3 ==
\5\a\f\6\7\6\9\2\b\5\f\7\4\9\c\9\f\2\f\b\7\9\c\5\6\f\c\2\f\0\e\3 ]]
+ /scripts/functions/checksum : __rvm_checksum_validate_file() 92 > [[ -n
b3fdf04c09396aee623a67b96f2d0342423f08b919db3b04e550b14fd3a44af480ba23e7e9eae316ca74dd6ca34d0d318d351319d3308e0960567cbfabc4129f
]]
++ /scripts/functions/checksum : __rvm_checksum_validate_file() 94 >
__rvm_sha__calculate 512 /Users/teja/.rvm/archives/bin-ruby-1.9.3-p194.tar.bz2
++ /scripts/functions/checksum : __rvm_sha__calculate() 41 > typeset bits _sum
++ /scripts/functions/checksum : __rvm_sha__calculate() 42 > bits=512
++ /scripts/functions/checksum : __rvm_sha__calculate() 43 > shift
++ /scripts/functions/checksum : __rvm_sha__calculate() 46 > builtin command -v
sha512sum
++ /scripts/functions/checksum : __rvm_sha__calculate() 52 > builtin command -v
sha512
++ /scripts/functions/checksum : __rvm_sha__calculate() 58 > builtin command -v
shasum
+++ /scripts/functions/checksum : __rvm_sha__calculate() 60 > shasum -a512
/Users/teja/.rvm/archives/bin-ruby-1.9.3-p194.tar.bz2
++ /scripts/functions/checksum : __rvm_sha__calculate() 60 >
_sum='b3fdf04c09396aee623a67b96f2d0342423f08b919db3b04e550b14fd3a44af480ba23e7e9eae316ca74dd6ca34d0d318d351319d3308e0960567cbfabc4129f
/Users/teja/.rvm/archives/bin-ruby-1.9.3-p194.tar.bz2'
++ /scripts/functions/checksum : __rvm_sha__calculate() 61 > echo
b3fdf04c09396aee623a67b96f2d0342423f08b919db3b04e550b14fd3a44af480ba23e7e9eae316ca74dd6ca34d0d318d351319d3308e0960567cbfabc4129f
++ /scripts/functions/checksum : __rvm_sha__calculate() 62 > return 0
+ /scripts/functions/checksum : __rvm_checksum_validate_file() 94 > [[
b3fdf04c09396aee623a67b96f2d0342423f08b919db3b04e550b14fd3a44af480ba23e7e9eae316ca74dd6ca34d0d318d351319d3308e0960567cbfabc4129f
==
\b\3\f\d\f\0\4\c\0\9\3\9\6\a\e\e\6\2\3\a\6\7\b\9\6\f\2\d\0\3\4\2\4\2\3\f\0\8\b\9\1\9\d\b\3\b\0\4\e\5\5\0\b\1\4\f\d\3\a\4\4\a\f\4\8\0\b\a\2\3\e\7\e\9\e\a\e\3\1\6\c\a\7\4\d\d\6\c\a\3\4\d\0\d\3\1\8\d\3\5\1\3\1\9\d\3\3\0\8\e\0\9\6\0\5\6\7\c\b\f\a\b\c\4\1\2\9\f
]]
+ /scripts/functions/checksum : __rvm_checksum_validate_file() 96 > return 0
+ /scripts/fetch : 47 > rvm_debug 'Archive checksum matched, not downloading'
+ /scripts/functions/logging : rvm_debug() 73 > (( 0 ))
+ /scripts/functions/logging : rvm_debug() 73 > return 0
+ /scripts/fetch : 48 > download=0
+ /scripts/fetch : 62 > (( download > 0 ))
+ /scripts/fetch : 110 > __rvm_checksum_validate_file
/Users/teja/.rvm/archives/bin-ruby-1.9.3-p194.tar.bz2
+ /scripts/functions/checksum : __rvm_checksum_validate_file() 85 >
__rvm_checksum_any
+ /scripts/functions/checksum : __rvm_checksum_any() 78 > [[ -n
5af67692b5f749c9f2fb79c56fc2f0e3 ]]
+ /scripts/functions/checksum : __rvm_checksum_validate_file() 87 > [[ -n
5af67692b5f749c9f2fb79c56fc2f0e3 ]]
++ /scripts/functions/checksum : __rvm_checksum_validate_file() 89 >
__rvm_md5_calculate /Users/teja/.rvm/archives/bin-ruby-1.9.3-p194.tar.bz2
++ /scripts/functions/checksum : __rvm_md5_calculate() 5 > typeset _sum
++ /scripts/functions/checksum : __rvm_md5_calculate() 7 > builtin command -v
md5
++ /scripts/functions/checksum : __rvm_md5_calculate() 9 > md5 -q
/Users/teja/.rvm/archives/bin-ruby-1.9.3-p194.tar.bz2
++ /scripts/functions/checksum : __rvm_md5_calculate() 10 > return 0
+ /scripts/functions/checksum : __rvm_checksum_validate_file() 89 > [[
5af67692b5f749c9f2fb79c56fc2f0e3 ==
\5\a\f\6\7\6\9\2\b\5\f\7\4\9\c\9\f\2\f\b\7\9\c\5\6\f\c\2\f\0\e\3 ]]
+ /scripts/functions/checksum : __rvm_checksum_validate_file() 92 > [[ -n
b3fdf04c09396aee623a67b96f2d0342423f08b919db3b04e550b14fd3a44af480ba23e7e9eae316ca74dd6ca34d0d318d351319d3308e0960567cbfabc4129f
]]
++ /scripts/functions/checksum : __rvm_checksum_validate_file() 94 >
__rvm_sha__calculate 512 /Users/teja/.rvm/archives/bin-ruby-1.9.3-p194.tar.bz2
++ /scripts/functions/checksum : __rvm_sha__calculate() 41 > typeset bits _sum
++ /scripts/functions/checksum : __rvm_sha__calculate() 42 > bits=512
++ /scripts/functions/checksum : __rvm_sha__calculate() 43 > shift
++ /scripts/functions/checksum : __rvm_sha__calculate() 46 > builtin command -v
sha512sum
++ /scripts/functions/checksum : __rvm_sha__calculate() 52 > builtin command -v
sha512
++ /scripts/functions/checksum : __rvm_sha__calculate() 58 > builtin command -v
shasum
+++ /scripts/functions/checksum : __rvm_sha__calculate() 60 > shasum -a512
/Users/teja/.rvm/archives/bin-ruby-1.9.3-p194.tar.bz2
++ /scripts/functions/checksum : __rvm_sha__calculate() 60 >
_sum='b3fdf04c09396aee623a67b96f2d0342423f08b919db3b04e550b14fd3a44af480ba23e7e9eae316ca74dd6ca34d0d318d351319d3308e0960567cbfabc4129f
/Users/teja/.rvm/archives/bin-ruby-1.9.3-p194.tar.bz2'
++ /scripts/functions/checksum : __rvm_sha__calculate() 61 > echo
b3fdf04c09396aee623a67b96f2d0342423f08b919db3b04e550b14fd3a44af480ba23e7e9eae316ca74dd6ca34d0d318d351319d3308e0960567cbfabc4129f
++ /scripts/functions/checksum : __rvm_sha__calculate() 62 > return 0
+ /scripts/functions/checksum : __rvm_checksum_validate_file() 94 > [[
b3fdf04c09396aee623a67b96f2d0342423f08b919db3b04e550b14fd3a44af480ba23e7e9eae316ca74dd6ca34d0d318d351319d3308e0960567cbfabc4129f
==
\b\3\f\d\f\0\4\c\0\9\3\9\6\a\e\e\6\2\3\a\6\7\b\9\6\f\2\d\0\3\4\2\4\2\3\f\0\8\b\9\1\9\d\b\3\b\0\4\e\5\5\0\b\1\4\f\d\3\a\4\4\a\f\4\8\0\b\a\2\3\e\7\e\9\e\a\e\3\1\6\c\a\7\4\d\d\6\c\a\3\4\d\0\d\3\1\8\d\3\5\1\3\1\9\d\3\3\0\8\e\0\9\6\0\5\6\7\c\b\f\a\b\c\4\1\2\9\f
]]
+ /scripts/functions/checksum : __rvm_checksum_validate_file() 96 > return 0
+ /scripts/fetch : 112 > rvm_debug 'Downloaded archive checksum matched.'
+ /scripts/functions/logging : rvm_debug() 73 > (( 0 ))
+ /scripts/functions/logging : rvm_debug() 73 > return 0
++ /scripts/external : external_import_download() 278 > tar tjf
/Users/teja/.rvm/archives/bin-ruby-1.9.3-p194.tar.bz2
++ /scripts/external : external_import_download() 278 > awk -F/ '{print $1}'
++ /scripts/external : external_import_download() 278 > sort -u
+ /scripts/external : external_import_download() 277 >
downloaded_names=ruby-1.9.3-p194
+ /scripts/external : external_import_download() 278 > [[ ruby-1.9.3-p194 ==
\r\u\b\y\-\1\.\9\.\3\-\p\1\9\4 ]]
+ /scripts/external : external_import() 355 > for step in configure download
extract validate setup
+ /scripts/external : external_import() 357 > rvm_log 'ruby-1.9.3-p194 -
#extract'
+ /scripts/functions/logging : rvm_log() 89 > rvm_pretty_print stdout
+ /scripts/functions/logging : rvm_pretty_print() 17 > case
"${rvm_pretty_print_flag:=auto}" in
+ /scripts/functions/logging : rvm_pretty_print() 22 > case "${TERM:-dumb}" in
+ /scripts/functions/logging : rvm_pretty_print() 25 > case "$1" in
+ /scripts/functions/logging : rvm_pretty_print() 26 > [[ -t 1 ]]
+ /scripts/functions/logging : rvm_pretty_print() 32 > return 0
+ /scripts/functions/logging : rvm_log() 90 > printf %b 'ruby-1.9.3-p194 -
#extract\n'
ruby-1.9.3-p194 - #extract
+ /scripts/external : external_import() 358 > external_import_extract
ruby-1.9.3-p194
+ /scripts/external : external_import_extract() 286 > builtin cd
/Users/teja/.rvm/rubies
+ /scripts/external : external_import_extract() 287 > tar xjf
/Users/teja/.rvm/archives/bin-ruby-1.9.3-p194.tar.bz2
+ /scripts/external : external_import_extract() 291 > [[ -d
/Users/teja/.rvm/rubies/ruby-1.9.3-p194 ]]
+ /scripts/external : external_import() 355 > for step in configure download
extract validate setup
+ /scripts/external : external_import() 357 > rvm_log 'ruby-1.9.3-p194 -
#validate'
+ /scripts/functions/logging : rvm_log() 89 > rvm_pretty_print stdout
+ /scripts/functions/logging : rvm_pretty_print() 17 > case
"${rvm_pretty_print_flag:=auto}" in
+ /scripts/functions/logging : rvm_pretty_print() 22 > case "${TERM:-dumb}" in
+ /scripts/functions/logging : rvm_pretty_print() 25 > case "$1" in
+ /scripts/functions/logging : rvm_pretty_print() 26 > [[ -t 1 ]]
+ /scripts/functions/logging : rvm_pretty_print() 32 > return 0
+ /scripts/functions/logging : rvm_log() 90 > printf %b 'ruby-1.9.3-p194 -
#validate\n'
ruby-1.9.3-p194 - #validate
+ /scripts/external : external_import() 358 > external_import_validate
ruby-1.9.3-p194
+ /scripts/external : external_import_validate() 300 > typeset IFS
+ /scripts/external : external_import_validate() 301 > typeset -a missing_libs
+ /scripts/external : external_import_validate() 302 > export _libdir
++ /scripts/external : external_import_validate() 303 >
/Users/teja/.rvm/rubies/ruby-1.9.3-p194/bin/ruby -rrbconfig -e 'puts
RbConfig::CONFIG["libdir"]'
+ /scripts/external : external_import_validate() 303 >
_libdir=/Users/teja/.rvm/rubies/ruby-1.9.3-p194/lib
+ /scripts/external : external_import_validate() 323 > missing_libs=($(
case $(uname) in
(Linux)
find "${rvm_rubies_path}/${rvm_ruby_string}" -name '*.so' |
xargs env LD_LIBRARY_PATH="${_libdir}" ldd 2>/dev/null |
awk '/not found/{print $1}' | sort -u
;;
(Darwin)
find "${rvm_rubies_path}/${rvm_ruby_string}" -name "*.bundle" |
xargs env LD_LIBRARY_PATH="${_libdir}" otool -L 2>&1 |
awk -F"[ :]" '{print $1}' |
sed
's#@executable_path#'"${rvm_rubies_path}/${rvm_ruby_string}"'/bin#' |
xargs ls -1 2>&1 1>/dev/null |
awk -F"[ :]" '{print $3}' | sort -u
;;
(*)
rvm_warn "$(uname) libraries validation not yet implemented" >&2
;;
esac
))
++ /scripts/external : external_import_validate() 324 > case $(uname) in
+++ /scripts/external : external_import_validate() 324 > uname
++ /scripts/external : external_import_validate() 331 > find
/Users/teja/.rvm/rubies/ruby-1.9.3-p194 -name '*.bundle'
++ /scripts/external : external_import_validate() 332 > xargs env
LD_LIBRARY_PATH=/Users/teja/.rvm/rubies/ruby-1.9.3-p194/lib otool -L
++ /scripts/external : external_import_validate() 333 > awk '-F[ :]' '{print
$1}'
++ /scripts/external : external_import_validate() 334 > sed
s#@executable_path#/Users/teja/.rvm/rubies/ruby-1.9.3-p194/bin#
++ /scripts/external : external_import_validate() 335 > xargs ls -1
++ /scripts/external : external_import_validate() 336 > awk '-F[ :]' '{print
$3}'
++ /scripts/external : external_import_validate() 336 > sort -u
+ /scripts/external : external_import_validate() 324 > unset _libdir
+ /scripts/external : external_import_validate() 325 > [[ -z '' ]]
+ /scripts/external : external_import() 355 > for step in configure download
extract validate setup
+ /scripts/external : external_import() 357 > rvm_log 'ruby-1.9.3-p194 -
#setup'
+ /scripts/functions/logging : rvm_log() 89 > rvm_pretty_print stdout
+ /scripts/functions/logging : rvm_pretty_print() 17 > case
"${rvm_pretty_print_flag:=auto}" in
+ /scripts/functions/logging : rvm_pretty_print() 22 > case "${TERM:-dumb}" in
+ /scripts/functions/logging : rvm_pretty_print() 25 > case "$1" in
+ /scripts/functions/logging : rvm_pretty_print() 26 > [[ -t 1 ]]
+ /scripts/functions/logging : rvm_pretty_print() 32 > return 0
+ /scripts/functions/logging : rvm_log() 90 > printf %b 'ruby-1.9.3-p194 -
#setup\n'
ruby-1.9.3-p194 - #setup
+ /scripts/external : external_import() 358 > external_import_setup
ruby-1.9.3-p194
+ /scripts/external : external_import_setup() 334 > rvm_create_flag=1
+ /scripts/external : external_import_setup() 334 > __rvm_use
+ /scripts/selector : __rvm_use() 452 > typeset new_path binary
full_binary_path rvm_ruby_gem_home
+ /scripts/selector : __rvm_use() 454 > __rvm_select
+ /scripts/selector : __rvm_select() 6 > true
+ /scripts/selector : __rvm_select() 7 > typeset _original_env_string
+ /scripts/selector : __rvm_select() 8 > _original_env_string=
+ /scripts/selector : __rvm_select() 11 > export -a rvm_configure_flags
rvm_patch_names rvm_ree_options rvm_make_flags
+ /scripts/selector : __rvm_select() 12 > export GEM_HOME GEM_PATH MY_RUBY_HOME
RUBY_VERSION IRBRC
+ /scripts/selector : __rvm_select() 13 > 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
+ /scripts/selector : __rvm_select() 15 > [[ -z ruby-1.9.3-p194 ]]
+ /scripts/selector : __rvm_select() 39 > __rvm_ruby_string
+ /scripts/selector : __rvm_ruby_string() 603 > typeset ruby_string gemset_name
expanded_alias_name repo_url branch_name ruby_name
+ /scripts/selector : __rvm_ruby_string() 605 > __rvm_default_flags
+ /scripts/functions/env : __rvm_default_flags() 9 > true 0 0
+ /scripts/selector : __rvm_ruby_string() 607 > rvm_expanding_aliases=
+ /scripts/selector : __rvm_ruby_string() 610 > true 1.9.3 '' ruby 1.9.3 ''
p194 '' @ ruby-1.9.3-p194 0 0
+ /scripts/selector : __rvm_ruby_string() 615 > echo ruby-1.9.3-p194
+ /scripts/selector : __rvm_ruby_string() 615 > GREP_OPTIONS=
+ /scripts/selector : __rvm_ruby_string() 615 > grep @
+ /scripts/selector : __rvm_ruby_string() 622 > (( rvm_expanding_aliases == 0
))
+ /scripts/selector : __rvm_ruby_string() 623 > [[ -n ruby-1.9.3-p194 ]]
+ /scripts/selector : __rvm_ruby_string() 623 > [[ ruby-1.9.3-p194 !=
\s\y\s\t\e\m ]]
++ /scripts/selector : __rvm_ruby_string() 625 > /Users/teja/.rvm/scripts/alias
show ruby-1.9.3-p194
+ /scripts/selector : __rvm_ruby_string() 625 > expanded_alias_name=
+ /scripts/selector : __rvm_ruby_string() 626 > [[ -n '' ]]
+ /scripts/selector : __rvm_ruby_string() 629 > [[ ruby-1.9.3-p194 == default
]]
+ /scripts/selector : __rvm_ruby_string() 636 > echo ruby-1.9.3-p194
+ /scripts/selector : __rvm_ruby_string() 636 > GREP_OPTIONS=
+ /scripts/selector : __rvm_ruby_string() 636 > grep @
+ /scripts/selector : __rvm_ruby_string() 642 > ruby_string=ruby-1.9.3-p194
+ /scripts/selector : __rvm_ruby_string() 643 > gemset_name=
+ /scripts/selector : __rvm_ruby_string() 644 > repo_url=
+ /scripts/selector : __rvm_ruby_string() 645 > branch_name=
+ /scripts/selector : __rvm_ruby_string() 646 > ruby_name=
+ /scripts/selector : __rvm_ruby_string() 648 > __rvm_unset_ruby_variables
+ /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
+ /scripts/functions/env : __rvm_unset_ruby_variables() 22 > __rvm_load_rvmrc
+ /scripts/functions/init : __rvm_load_rvmrc() 5 > typeset _file
+ /scripts/functions/init : __rvm_load_rvmrc() 6 > typeset -a rvm_rvmrc_files
+ /scripts/functions/init : __rvm_load_rvmrc() 7 > (( 0 == 1 ))
+ /scripts/functions/init : __rvm_load_rvmrc() 12 > [[ -n 022 ]]
+ /scripts/functions/init : __rvm_load_rvmrc() 14 >
rvm_rvmrc_files=("/etc/rvmrc" "$HOME/.rvmrc")
+ /scripts/functions/init : __rvm_load_rvmrc() 15 > [[ -n /Users/teja ]]
+ /scripts/functions/init : __rvm_load_rvmrc() 15 > [[ /Users/teja/.rvmrc -ef
/Users/teja/.rvmrc ]]
+ /scripts/functions/init : __rvm_load_rvmrc() 16 >
rvm_rvmrc_files+=("${rvm_prefix}/.rvmrc")
+ /scripts/functions/init : __rvm_load_rvmrc() 18 > for _file in
'"${rvm_rvmrc_files[@]}"'
+ /scripts/functions/init : __rvm_load_rvmrc() 20 > [[ -s /etc/rvmrc ]]
+ /scripts/functions/init : __rvm_load_rvmrc() 18 > for _file in
'"${rvm_rvmrc_files[@]}"'
+ /scripts/functions/init : __rvm_load_rvmrc() 20 > [[ -s /Users/teja/.rvmrc ]]
+ /scripts/functions/init : __rvm_load_rvmrc() 18 > for _file in
'"${rvm_rvmrc_files[@]}"'
+ /scripts/functions/init : __rvm_load_rvmrc() 20 > [[ -s /Users/teja/.rvmrc ]]
+ /scripts/functions/init : __rvm_load_rvmrc() 35 > return 0
+ /scripts/selector : __rvm_ruby_string() 650 > rvm_ruby_repo_url=
+ /scripts/selector : __rvm_ruby_string() 651 > rvm_ruby_repo_branch=
+ /scripts/selector : __rvm_ruby_string() 652 > rvm_ruby_name=
+ /scripts/selector : __rvm_ruby_string() 654 > [[ -n '' ]]
+ /scripts/selector : __rvm_ruby_string() 660 > strings=()
+ /scripts/selector : __rvm_ruby_string() 661 > __rvm_custom_separated_array
strings - ruby-1.9.3-p194
+ /scripts/functions/utility : __rvm_custom_separated_array() 340 > typeset IFS
+ /scripts/functions/utility : __rvm_custom_separated_array() 341 > IFS=-
+ /scripts/functions/utility : __rvm_custom_separated_array() 342 > [[ -n '' ]]
+ /scripts/functions/utility : __rvm_custom_separated_array() 344 > eval
'strings+=( $3 )'
++ /scripts/functions/utility : __rvm_custom_separated_array() 344 >
strings+=($3)
+ /scripts/selector : __rvm_ruby_string() 663 > (( 3 == 0 ))
+ /scripts/selector : __rvm_ruby_string() 678 > for string in '${strings[@]}'
+ /scripts/selector : __rvm_ruby_string() 680 > case "$string" in
+ /scripts/selector : __rvm_ruby_string() 837 > rvm_ruby_interpreter=ruby
+ /scripts/selector : __rvm_ruby_string() 678 > for string in '${strings[@]}'
+ /scripts/selector : __rvm_ruby_string() 680 > case "$string" in
+ /scripts/selector : __rvm_ruby_string() 730 > [[ ruby == \r\b\x ]]
+ /scripts/selector : __rvm_ruby_string() 743 > case "$string" in
+ /scripts/selector : __rvm_ruby_string() 745 > rvm_ruby_version=1.9.3
+ /scripts/selector : __rvm_ruby_string() 746 > rvm_ruby_revision=
+ /scripts/selector : __rvm_ruby_string() 747 > rvm_ruby_tag=
+ /scripts/selector : __rvm_ruby_string() 678 > for string in '${strings[@]}'
+ /scripts/selector : __rvm_ruby_string() 680 > case "$string" in
+ /scripts/selector : __rvm_ruby_string() 771 > rvm_ruby_patch_level=p194
+ /scripts/selector : __rvm_ruby_string() 851 > [[ -z ruby ]]
+ /scripts/selector : __rvm_ruby_string() 867 > rvm_ruby_version=1.9.3
+ /scripts/selector : __rvm_ruby_string() 868 > [[ -z 1.9.3 ]]
+ /scripts/selector : __rvm_ruby_string() 875 > [[ -z 1.9.3 ]]
+ /scripts/selector : __rvm_ruby_string() 879 > rvm_ruby_string=ruby-1.9.3
+ /scripts/selector : __rvm_ruby_string() 882 > [[ ruby == \e\x\t ]]
+ /scripts/selector : __rvm_ruby_string() 886 > (( 0 == 1 ))
+ /scripts/selector : __rvm_ruby_string() 890 > [[ -n '' ]]
+ /scripts/selector : __rvm_ruby_string() 894 > [[ -n '' ]]
+ /scripts/selector : __rvm_ruby_string() 898 > [[ -n '' ]]
+ /scripts/selector : __rvm_ruby_string() 902 > [[ -n p194 ]]
+ /scripts/selector : __rvm_ruby_string() 904 > rvm_ruby_string=ruby-1.9.3-p194
+ /scripts/selector : __rvm_ruby_string() 949 > [[ -n '' ]]
+ /scripts/selector : __rvm_ruby_string() 958 > detected_rvm_ruby_name=
+ /scripts/selector : __rvm_select() 41 > rvm_archive_extension=tar.gz
+ /scripts/selector : __rvm_select() 43 > [[ -z ruby ]]
+ /scripts/selector : __rvm_select() 48 > case
"${rvm_ruby_interpreter:-missing}" in
+ /scripts/selector : __rvm_select() 274 > [[ -n p194 ]]
+ /scripts/selector : __rvm_select() 276 >
rvm_ruby_package_file=ruby-1.9.3-p194
+ /scripts/selector : __rvm_select() 277 >
rvm_ruby_package_name=ruby-1.9.3-p194
+ /scripts/selector : __rvm_select() 283 > [[ -z 1.9.3 ]]
++ /scripts/selector : __rvm_select() 287 > __rvm_db ruby_repo_url
++ /scripts/functions/db : __rvm_db() 7 > typeset value key variable
++ /scripts/functions/db : __rvm_db() 9 > key=ruby_repo_url
++ /scripts/functions/db : __rvm_db() 10 > key=ruby_repo_url
++ /scripts/functions/db : __rvm_db() 11 > variable=
++ /scripts/functions/db : __rvm_db() 13 > [[ -f /Users/teja/.rvm/user/db ]]
+++ /scripts/functions/db : __rvm_db() 14 > /Users/teja/.rvm/scripts/db
/Users/teja/.rvm/user/db ruby_repo_url
++ /scripts/functions/db : __rvm_db() 14 > value=
++ /scripts/functions/db : __rvm_db() 17 > [[ -z '' ]]
+++ /scripts/functions/db : __rvm_db() 18 > /Users/teja/.rvm/scripts/db
/Users/teja/.rvm/config/db ruby_repo_url
++ /scripts/functions/db : __rvm_db() 18 > value=git://github.com/ruby/ruby.git
++ /scripts/functions/db : __rvm_db() 21 > [[ -n git://github.com/ruby/ruby.git
]]
++ /scripts/functions/db : __rvm_db() 22 > [[ -z '' ]]
++ /scripts/functions/db : __rvm_db() 23 > echo git://github.com/ruby/ruby.git
++ /scripts/functions/db : __rvm_db() 29 > return 0
+ /scripts/selector : __rvm_select() 287 >
rvm_ruby_repo_url=git://github.com/ruby/ruby.git
+ /scripts/selector : __rvm_select() 288 > (( 0 == 0 ))
+ /scripts/selector : __rvm_select() 290 > case "${rvm_ruby_version}" in
+ /scripts/selector : __rvm_select() 295 > rvm_archive_extension=tar.bz2
+ /scripts/selector : __rvm_select() 340 > [[ -n 1.9.3 ]]
+ /scripts/selector : __rvm_select() 342 > case "$rvm_ruby_version" in
+ /scripts/selector : __rvm_select() 344 > rvm_ruby_release_version=1
+ /scripts/selector : __rvm_select() 345 > rvm_ruby_major_version=1.9
+ /scripts/selector : __rvm_select() 345 > rvm_ruby_major_version=9
+ /scripts/selector : __rvm_select() 346 > rvm_ruby_minor_version=3
+ /scripts/selector : __rvm_select() 356 > [[ ruby == ext ]]
+ /scripts/selector : __rvm_select() 362 >
rvm_ruby_package_name=ruby-1.9.3-p194
+ /scripts/selector : __rvm_select() 363 >
rvm_ruby_home=/Users/teja/.rvm/rubies/ruby-1.9.3-p194
+ /scripts/selector : __rvm_select() 364 >
rvm_ruby_irbrc=/Users/teja/.rvm/rubies/ruby-1.9.3-p194/.irbrc
+ /scripts/selector : __rvm_select() 365 >
rvm_ruby_binary=/Users/teja/.rvm/rubies/ruby-1.9.3-p194/bin/ruby
+ /scripts/selector : __rvm_select() 369 > [[ maglev == \r\u\b\y ]]
+ /scripts/selector : __rvm_select() 375 > [[ system != \r\u\b\y ]]
+ /scripts/selector : __rvm_select() 377 > __rvm_gemset_select
+ /scripts/selector_gemsets : __rvm_gemset_select() 125 >
__rvm_gemset_select_only
+ /scripts/selector_gemsets : __rvm_gemset_select_only() 54 >
rvm_ruby_gem_home=/Users/teja/.rvm/gems/ruby-1.9.3-p194
+ /scripts/selector_gemsets : __rvm_gemset_select_only() 56 > :
rvm_ignore_gemsets_flag:0:
+ /scripts/selector_gemsets : __rvm_gemset_select_only() 57 > ((
rvm_ignore_gemsets_flag ))
+ /scripts/selector_gemsets : __rvm_gemset_select_only() 63 >
rvm_ruby_global_gems_path=/Users/teja/.rvm/gems/ruby-1.9.3-p194@global
+ /scripts/selector_gemsets : __rvm_gemset_select_only() 65 >
__rvm_gemset_handle_default
+ /scripts/selector_gemsets : __rvm_gemset_handle_default() 5 >
rvm_gemset_name=@@
+ /scripts/selector_gemsets : __rvm_gemset_handle_default() 6 >
rvm_gemset_name=@@
+ /scripts/selector_gemsets : __rvm_gemset_handle_default() 7 >
rvm_gemset_name=@
+ /scripts/selector_gemsets : __rvm_gemset_handle_default() 8 >
rvm_gemset_name=
+ /scripts/selector_gemsets : __rvm_gemset_select_only() 66 > [[ -z '' ]]
+ /scripts/selector_gemsets : __rvm_gemset_select_only() 69 > [[ '' ==
\g\l\o\b\a\l ]]
+ /scripts/selector_gemsets : __rvm_gemset_select_only() 73 >
rvm_ruby_gem_path=/Users/teja/.rvm/gems/ruby-1.9.3-p194:/Users/teja/.rvm/gems/ruby-1.9.3-p194@global
+ /scripts/selector_gemsets : __rvm_gemset_select_only() 77 > [[ -n '' ]]
+ /scripts/selector_gemsets : __rvm_gemset_select_only() 81 >
rvm_env_string=ruby-1.9.3-p194
+ /scripts/selector_gemsets : __rvm_gemset_select() 126 >
__rvm_gemset_select_validation
+ /scripts/selector_gemsets : __rvm_gemset_select_validation() 88 > [[ ! -d
/Users/teja/.rvm/gems/ruby-1.9.3-p194 ]]
+ /scripts/selector_gemsets : __rvm_gemset_select_validation() 97 > (( 0 == 1
))
+ /scripts/selector_gemsets : __rvm_gemset_select() 127 >
__rvm_gemset_select_ensure
+ /scripts/selector_gemsets : __rvm_gemset_select_ensure() 105 > mkdir -p
/Users/teja/.rvm/gems/ruby-1.9.3-p194
+ /scripts/selector_gemsets : __rvm_gemset_select_ensure() 107 >
__rvm_using_gemset_globalcache
+ /scripts/functions/gemset : __rvm_using_gemset_globalcache() 21 >
/Users/teja/.rvm/scripts/db /Users/teja/.rvm/user/db use_gemset_globalcache
+ /scripts/functions/gemset : __rvm_using_gemset_globalcache() 22 >
GREP_OPTIONS=
+ /scripts/functions/gemset : __rvm_using_gemset_globalcache() 22 > grep
'^true$'
+ /scripts/functions/gemset : __rvm_using_gemset_globalcache() 23 > return 1
+ /scripts/selector : __rvm_select() 378 > case $? in
+ /scripts/selector : __rvm_select() 385 > rvm_ruby_selected_flag=1
+ /scripts/selector : __rvm_select() 387 > [[ -d
/Users/teja/.rvm/log/ruby-1.9.3-p194 ]]
+ /scripts/selector : __rvm_select() 389 > mkdir -p
/Users/teja/.rvm/log/ruby-1.9.3-p194
+ /scripts/selector : __rvm_select() 392 > rvm_ruby_interpreter=ruby
+ /scripts/selector : __rvm_use() 456 > [[ system == ruby ]]
+ /scripts/selector : __rvm_use() 460 > [[ ! -d
/Users/teja/.rvm/rubies/ruby-1.9.3-p194 ]]
+ /scripts/selector : __rvm_use() 474 > [[ ! -d
/Users/teja/.rvm/gems/ruby-1.9.3-p194 ]]
+ /scripts/selector : __rvm_use() 474 > [[ -n '' ]]
+ /scripts/selector : __rvm_use() 486 > export GEM_HOME GEM_PATH MY_RUBY_HOME
RUBY_VERSION IRBRC
+ /scripts/selector : __rvm_use() 487 >
GEM_HOME=/Users/teja/.rvm/gems/ruby-1.9.3-p194
+ /scripts/selector : __rvm_use() 488 >
GEM_PATH=/Users/teja/.rvm/gems/ruby-1.9.3-p194:/Users/teja/.rvm/gems/ruby-1.9.3-p194@global
+ /scripts/selector : __rvm_use() 489 >
MY_RUBY_HOME=/Users/teja/.rvm/rubies/ruby-1.9.3-p194
+ /scripts/selector : __rvm_use() 490 > RUBY_VERSION=ruby-1.9.3-p194
+ /scripts/selector : __rvm_use() 491 >
IRBRC=/Users/teja/.rvm/rubies/ruby-1.9.3-p194/.irbrc
+ /scripts/selector : __rvm_use() 492 > unset BUNDLE_PATH
+ /scripts/selector : __rvm_use() 495 > [[ maglev == \r\u\b\y ]]
+ /scripts/selector : __rvm_use() 500 > [[ -n
/Users/teja/.rvm/rubies/ruby-1.9.3-p194/.irbrc ]]
+ /scripts/selector : __rvm_use() 503 > __rvm_ensure_has_environment_files
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 83 >
typeset environment_id file_name directory identifier variable value variables
++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 85 >
__rvm_env_string
++ /scripts/functions/environment : __rvm_env_string() 5 > typeset _path
_string
++ /scripts/functions/environment : __rvm_env_string() 7 >
_path=/Users/teja/.rvm/gems/ruby-1.9.3-p194
++ /scripts/functions/environment : __rvm_env_string() 9 >
_string=ruby-1.9.3-p194
++ /scripts/functions/environment : __rvm_env_string() 10 >
_string=ruby-1.9.3-p194
++ /scripts/functions/environment : __rvm_env_string() 12 > printf %b
ruby-1.9.3-p194
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 85 >
environment_id=ruby-1.9.3-p194
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 87 >
file_name=/Users/teja/.rvm/environments/ruby-1.9.3-p194
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 89 > [[
! -d /Users/teja/.rvm/environments ]]
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 94 > [[
! -s /Users/teja/.rvm/environments/ruby-1.9.3-p194 ]]
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 96 > rm
-f /Users/teja/.rvm/environments/ruby-1.9.3-p194
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 97 >
printf %b 'export PATH ;
PATH="/Users/teja/.rvm/gems/ruby-1.9.3-p194/bin:/Users/teja/.rvm/gems/ruby-1.9.3-p194@global/bin:/Users/teja/.rvm/rubies/ruby-1.9.3-p194/bin:/Users/teja/.rvm/bin:$PATH"\n'
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 101 >
for variable in rvm_env_string rvm_path rvm_ruby_string rvm_gemset_name
RUBY_VERSION GEM_HOME GEM_PATH MY_RUBY_HOME IRBRC MAGLEV_HOME RBXOPT
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 104 >
eval 'export rvm_env_string'
++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 104 >
export rvm_env_string
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 105 >
eval 'value=${rvm_env_string:-}'
++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 105 >
value=ruby-1.9.3-p194
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 106 >
[[ -n ruby-1.9.3-p194 ]]
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 108 >
printf 'export %b ; %b='\''%b'\''\n' rvm_env_string rvm_env_string
ruby-1.9.3-p194
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 101 >
for variable in rvm_env_string rvm_path rvm_ruby_string rvm_gemset_name
RUBY_VERSION GEM_HOME GEM_PATH MY_RUBY_HOME IRBRC MAGLEV_HOME RBXOPT
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 104 >
eval 'export rvm_path'
++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 104 >
export rvm_path
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 105 >
eval 'value=${rvm_path:-}'
++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 105 >
value=/Users/teja/.rvm
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 106 >
[[ -n /Users/teja/.rvm ]]
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 108 >
printf 'export %b ; %b='\''%b'\''\n' rvm_path rvm_path /Users/teja/.rvm
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 101 >
for variable in rvm_env_string rvm_path rvm_ruby_string rvm_gemset_name
RUBY_VERSION GEM_HOME GEM_PATH MY_RUBY_HOME IRBRC MAGLEV_HOME RBXOPT
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 104 >
eval 'export rvm_ruby_string'
++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 104 >
export rvm_ruby_string
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 105 >
eval 'value=${rvm_ruby_string:-}'
++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 105 >
value=ruby-1.9.3-p194
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 106 >
[[ -n ruby-1.9.3-p194 ]]
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 108 >
printf 'export %b ; %b='\''%b'\''\n' rvm_ruby_string rvm_ruby_string
ruby-1.9.3-p194
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 101 >
for variable in rvm_env_string rvm_path rvm_ruby_string rvm_gemset_name
RUBY_VERSION GEM_HOME GEM_PATH MY_RUBY_HOME IRBRC MAGLEV_HOME RBXOPT
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 104 >
eval 'export rvm_gemset_name'
++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 104 >
export rvm_gemset_name
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 105 >
eval 'value=${rvm_gemset_name:-}'
++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 105 >
value=
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 106 >
[[ -n '' ]]
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 110 >
printf 'unset %b\n' rvm_gemset_name
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 101 >
for variable in rvm_env_string rvm_path rvm_ruby_string rvm_gemset_name
RUBY_VERSION GEM_HOME GEM_PATH MY_RUBY_HOME IRBRC MAGLEV_HOME RBXOPT
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 104 >
eval 'export RUBY_VERSION'
++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 104 >
export RUBY_VERSION
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 105 >
eval 'value=${RUBY_VERSION:-}'
++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 105 >
value=ruby-1.9.3-p194
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 106 >
[[ -n ruby-1.9.3-p194 ]]
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 108 >
printf 'export %b ; %b='\''%b'\''\n' RUBY_VERSION RUBY_VERSION ruby-1.9.3-p194
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 101 >
for variable in rvm_env_string rvm_path rvm_ruby_string rvm_gemset_name
RUBY_VERSION GEM_HOME GEM_PATH MY_RUBY_HOME IRBRC MAGLEV_HOME RBXOPT
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 104 >
eval 'export GEM_HOME'
++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 104 >
export GEM_HOME
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 105 >
eval 'value=${GEM_HOME:-}'
++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 105 >
value=/Users/teja/.rvm/gems/ruby-1.9.3-p194
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 106 >
[[ -n /Users/teja/.rvm/gems/ruby-1.9.3-p194 ]]
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 108 >
printf 'export %b ; %b='\''%b'\''\n' GEM_HOME GEM_HOME
/Users/teja/.rvm/gems/ruby-1.9.3-p194
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 101 >
for variable in rvm_env_string rvm_path rvm_ruby_string rvm_gemset_name
RUBY_VERSION GEM_HOME GEM_PATH MY_RUBY_HOME IRBRC MAGLEV_HOME RBXOPT
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 104 >
eval 'export GEM_PATH'
++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 104 >
export GEM_PATH
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 105 >
eval 'value=${GEM_PATH:-}'
++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 105 >
value=/Users/teja/.rvm/gems/ruby-1.9.3-p194:/Users/teja/.rvm/gems/ruby-1.9.3-p194@global
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 106 >
[[ -n
/Users/teja/.rvm/gems/ruby-1.9.3-p194:/Users/teja/.rvm/gems/ruby-1.9.3-p194@global
]]
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 108 >
printf 'export %b ; %b='\''%b'\''\n' GEM_PATH GEM_PATH
/Users/teja/.rvm/gems/ruby-1.9.3-p194:/Users/teja/.rvm/gems/ruby-1.9.3-p194@global
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 101 >
for variable in rvm_env_string rvm_path rvm_ruby_string rvm_gemset_name
RUBY_VERSION GEM_HOME GEM_PATH MY_RUBY_HOME IRBRC MAGLEV_HOME RBXOPT
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 104 >
eval 'export MY_RUBY_HOME'
++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 104 >
export MY_RUBY_HOME
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 105 >
eval 'value=${MY_RUBY_HOME:-}'
++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 105 >
value=/Users/teja/.rvm/rubies/ruby-1.9.3-p194
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 106 >
[[ -n /Users/teja/.rvm/rubies/ruby-1.9.3-p194 ]]
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 108 >
printf 'export %b ; %b='\''%b'\''\n' MY_RUBY_HOME MY_RUBY_HOME
/Users/teja/.rvm/rubies/ruby-1.9.3-p194
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 101 >
for variable in rvm_env_string rvm_path rvm_ruby_string rvm_gemset_name
RUBY_VERSION GEM_HOME GEM_PATH MY_RUBY_HOME IRBRC MAGLEV_HOME RBXOPT
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 104 >
eval 'export IRBRC'
++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 104 >
export IRBRC
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 105 >
eval 'value=${IRBRC:-}'
++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 105 >
value=/Users/teja/.rvm/rubies/ruby-1.9.3-p194/.irbrc
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 106 >
[[ -n /Users/teja/.rvm/rubies/ruby-1.9.3-p194/.irbrc ]]
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 108 >
printf 'export %b ; %b='\''%b'\''\n' IRBRC IRBRC
/Users/teja/.rvm/rubies/ruby-1.9.3-p194/.irbrc
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 101 >
for variable in rvm_env_string rvm_path rvm_ruby_string rvm_gemset_name
RUBY_VERSION GEM_HOME GEM_PATH MY_RUBY_HOME IRBRC MAGLEV_HOME RBXOPT
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 104 >
eval 'export MAGLEV_HOME'
++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 104 >
export MAGLEV_HOME
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 105 >
eval 'value=${MAGLEV_HOME:-}'
++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 105 >
value=
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 106 >
[[ -n '' ]]
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 110 >
printf 'unset %b\n' MAGLEV_HOME
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 101 >
for variable in rvm_env_string rvm_path rvm_ruby_string rvm_gemset_name
RUBY_VERSION GEM_HOME GEM_PATH MY_RUBY_HOME IRBRC MAGLEV_HOME RBXOPT
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 104 >
eval 'export RBXOPT'
++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 104 >
export RBXOPT
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 105 >
eval 'value=${RBXOPT:-}'
++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 105 >
value=
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 106 >
[[ -n '' ]]
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 110 >
printf 'unset %b\n' RBXOPT
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 116 >
(( 0 == 1 ))
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 117 >
[[ ! -f /Users/teja/.rvm/wrappers/ruby-1.9.3-p194/ruby ]]
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 120 >
for identifier in '"$environment_id"' '"${environment_id//@*/}@global"'
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 122 >
rvm_create_default_wrappers=1
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 124 >
directory=/Users/teja/.rvm/wrappers/ruby-1.9.3-p194
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 126 >
[[ ! -L /Users/teja/.rvm/wrappers/ruby-1.9.3-p194 ]]
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 126 >
[[ ! -d /Users/teja/.rvm/wrappers/ruby-1.9.3-p194 ]]
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 127 >
mkdir -p /Users/teja/.rvm/wrappers/ruby-1.9.3-p194
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 129 >
/Users/teja/.rvm/scripts/wrapper ruby-1.9.3-p194
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 120 >
for identifier in '"$environment_id"' '"${environment_id//@*/}@global"'
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 122 >
rvm_create_default_wrappers=1
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 124 >
directory=/Users/teja/.rvm/wrappers/ruby-1.9.3-p194@global
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 126 >
[[ ! -L /Users/teja/.rvm/wrappers/ruby-1.9.3-p194@global ]]
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 126 >
[[ ! -d /Users/teja/.rvm/wrappers/ruby-1.9.3-p194@global ]]
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 132 >
rvm_create_default_wrappers=0
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 135 >
return 0
+ /scripts/selector : __rvm_use() 505 > (( 0 == 1 ))
+ /scripts/selector : __rvm_use() 510 > [[
/Users/teja/.rvm/gems/ruby-1.9.3-p194 !=
\/\U\s\e\r\s\/\t\e\j\a\/\.\r\v\m\/\g\e\m\s\/\r\u\b\y\-\1\.\9\.\3\-\p\1\9\4\@\g\l\o\b\a\l
]]
++ /scripts/selector : __rvm_use() 512 > __rvm_remove_rvm_from_path
++ /scripts/functions/env : __rvm_remove_rvm_from_path() 146 > typeset
local_rvm_path
++ /scripts/functions/env : __rvm_remove_rvm_from_path() 147 >
__rvm_remove_from_path '/Users/teja/.rvm/*'
++ /scripts/functions/utility : __rvm_remove_from_path() 192 > export PATH
++ /scripts/functions/utility : __rvm_remove_from_path() 193 > typeset -a _path
++ /scripts/functions/utility : __rvm_remove_from_path() 194 > _path=()
++ /scripts/functions/utility : __rvm_remove_from_path() 195 >
__rvm_custom_separated_array _path :
/Users/teja/.rvm/gems/ruby-1.9.3-p194/bin:/Users/teja/.rvm/gems/ruby-1.9.3-p194@global/bin:/Users/teja/.rvm/rubies/ruby-1.9.3-p194/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/opt/X11/bin:/Users/teja/.rvm/bin
++ /scripts/functions/utility : __rvm_custom_separated_array() 340 > typeset
IFS
++ /scripts/functions/utility : __rvm_custom_separated_array() 341 > IFS=:
++ /scripts/functions/utility : __rvm_custom_separated_array() 342 > [[ -n ''
]]
++ /scripts/functions/utility : __rvm_custom_separated_array() 344 > eval
'_path+=( $3 )'
+++ /scripts/functions/utility : __rvm_custom_separated_array() 344 >
_path+=($3)
++ /scripts/functions/utility : __rvm_remove_from_path() 196 >
__rvm_remove_from_array _path '/Users/teja/.rvm/*'
/Users/teja/.rvm/gems/ruby-1.9.3-p194/bin
/Users/teja/.rvm/gems/ruby-1.9.3-p194@global/bin
/Users/teja/.rvm/rubies/ruby-1.9.3-p194/bin /usr/local/bin /usr/bin /bin
/usr/sbin /sbin /usr/local/sbin /opt/X11/bin /Users/teja/.rvm/bin
++ /scripts/functions/utility : __rvm_remove_from_array() 350 > typeset
_array_name _search _iterator
++ /scripts/functions/utility : __rvm_remove_from_array() 351 > typeset -a
_temp_array
++ /scripts/functions/utility : __rvm_remove_from_array() 352 >
_array_name=_path
++ /scripts/functions/utility : __rvm_remove_from_array() 353 >
_search='/Users/teja/.rvm/*'
++ /scripts/functions/utility : __rvm_remove_from_array() 354 > shift 2
++ /scripts/functions/utility : __rvm_remove_from_array() 355 > _temp_array=()
++ /scripts/functions/utility : __rvm_remove_from_array() 356 > for _iterator
in '"$@"'
++ /scripts/functions/utility : __rvm_remove_from_array() 358 >
__rvm_string_match /Users/teja/.rvm/gems/ruby-1.9.3-p194/bin
'/Users/teja/.rvm/*'
++ /scripts/functions/support : __rvm_string_match() 23 > typeset _string
++ /scripts/functions/support : __rvm_string_match() 24 >
_string=/Users/teja/.rvm/gems/ruby-1.9.3-p194/bin
++ /scripts/functions/support : __rvm_string_match() 25 > shift
++ /scripts/functions/support : __rvm_string_match() 26 > (( 1 ))
++ /scripts/functions/support : __rvm_string_match() 28 > case "${_string}" in
++ /scripts/functions/support : __rvm_string_match() 29 > return 0
++ /scripts/functions/utility : __rvm_remove_from_array() 356 > for _iterator
in '"$@"'
++ /scripts/functions/utility : __rvm_remove_from_array() 358 >
__rvm_string_match /Users/teja/.rvm/gems/ruby-1.9.3-p194@global/bin
'/Users/teja/.rvm/*'
++ /scripts/functions/support : __rvm_string_match() 23 > typeset _string
++ /scripts/functions/support : __rvm_string_match() 24 >
_string=/Users/teja/.rvm/gems/ruby-1.9.3-p194@global/bin
++ /scripts/functions/support : __rvm_string_match() 25 > shift
++ /scripts/functions/support : __rvm_string_match() 26 > (( 1 ))
++ /scripts/functions/support : __rvm_string_match() 28 > case "${_string}" in
++ /scripts/functions/support : __rvm_string_match() 29 > return 0
++ /scripts/functions/utility : __rvm_remove_from_array() 356 > for _iterator
in '"$@"'
++ /scripts/functions/utility : __rvm_remove_from_array() 358 >
__rvm_string_match /Users/teja/.rvm/rubies/ruby-1.9.3-p194/bin
'/Users/teja/.rvm/*'
++ /scripts/functions/support : __rvm_string_match() 23 > typeset _string
++ /scripts/functions/support : __rvm_string_match() 24 >
_string=/Users/teja/.rvm/rubies/ruby-1.9.3-p194/bin
++ /scripts/functions/support : __rvm_string_match() 25 > shift
++ /scripts/functions/support : __rvm_string_match() 26 > (( 1 ))
++ /scripts/functions/support : __rvm_string_match() 28 > case "${_string}" in
++ /scripts/functions/support : __rvm_string_match() 29 > return 0
++ /scripts/functions/utility : __rvm_remove_from_array() 356 > for _iterator
in '"$@"'
++ /scripts/functions/utility : __rvm_remove_from_array() 358 >
__rvm_string_match /usr/local/bin '/Users/teja/.rvm/*'
++ /scripts/functions/support : __rvm_string_match() 23 > typeset _string
++ /scripts/functions/support : __rvm_string_match() 24 >
_string=/usr/local/bin
++ /scripts/functions/support : __rvm_string_match() 25 > shift
++ /scripts/functions/support : __rvm_string_match() 26 > (( 1 ))
++ /scripts/functions/support : __rvm_string_match() 28 > case "${_string}" in
++ /scripts/functions/support : __rvm_string_match() 31 > shift
++ /scripts/functions/support : __rvm_string_match() 26 > (( 0 ))
++ /scripts/functions/support : __rvm_string_match() 33 > return 1
++ /scripts/functions/utility : __rvm_remove_from_array() 358 >
_temp_array+=("$_iterator")
++ /scripts/functions/utility : __rvm_remove_from_array() 356 > for _iterator
in '"$@"'
++ /scripts/functions/utility : __rvm_remove_from_array() 358 >
__rvm_string_match /usr/bin '/Users/teja/.rvm/*'
++ /scripts/functions/support : __rvm_string_match() 23 > typeset _string
++ /scripts/functions/support : __rvm_string_match() 24 > _string=/usr/bin
++ /scripts/functions/support : __rvm_string_match() 25 > shift
++ /scripts/functions/support : __rvm_string_match() 26 > (( 1 ))
++ /scripts/functions/support : __rvm_string_match() 28 > case "${_string}" in
++ /scripts/functions/support : __rvm_string_match() 31 > shift
++ /scripts/functions/support : __rvm_string_match() 26 > (( 0 ))
++ /scripts/functions/support : __rvm_string_match() 33 > return 1
++ /scripts/functions/utility : __rvm_remove_from_array() 358 >
_temp_array+=("$_iterator")
++ /scripts/functions/utility : __rvm_remove_from_array() 356 > for _iterator
in '"$@"'
++ /scripts/functions/utility : __rvm_remove_from_array() 358 >
__rvm_string_match /bin '/Users/teja/.rvm/*'
++ /scripts/functions/support : __rvm_string_match() 23 > typeset _string
++ /scripts/functions/support : __rvm_string_match() 24 > _string=/bin
++ /scripts/functions/support : __rvm_string_match() 25 > shift
++ /scripts/functions/support : __rvm_string_match() 26 > (( 1 ))
++ /scripts/functions/support : __rvm_string_match() 28 > case "${_string}" in
++ /scripts/functions/support : __rvm_string_match() 31 > shift
++ /scripts/functions/support : __rvm_string_match() 26 > (( 0 ))
++ /scripts/functions/support : __rvm_string_match() 33 > return 1
++ /scripts/functions/utility : __rvm_remove_from_array() 358 >
_temp_array+=("$_iterator")
++ /scripts/functions/utility : __rvm_remove_from_array() 356 > for _iterator
in '"$@"'
++ /scripts/functions/utility : __rvm_remove_from_array() 358 >
__rvm_string_match /usr/sbin '/Users/teja/.rvm/*'
++ /scripts/functions/support : __rvm_string_match() 23 > typeset _string
++ /scripts/functions/support : __rvm_string_match() 24 > _string=/usr/sbin
++ /scripts/functions/support : __rvm_string_match() 25 > shift
++ /scripts/functions/support : __rvm_string_match() 26 > (( 1 ))
++ /scripts/functions/support : __rvm_string_match() 28 > case "${_string}" in
++ /scripts/functions/support : __rvm_string_match() 31 > shift
++ /scripts/functions/support : __rvm_string_match() 26 > (( 0 ))
++ /scripts/functions/support : __rvm_string_match() 33 > return 1
++ /scripts/functions/utility : __rvm_remove_from_array() 358 >
_temp_array+=("$_iterator")
++ /scripts/functions/utility : __rvm_remove_from_array() 356 > for _iterator
in '"$@"'
++ /scripts/functions/utility : __rvm_remove_from_array() 358 >
__rvm_string_match /sbin '/Users/teja/.rvm/*'
++ /scripts/functions/support : __rvm_string_match() 23 > typeset _string
++ /scripts/functions/support : __rvm_string_match() 24 > _string=/sbin
++ /scripts/functions/support : __rvm_string_match() 25 > shift
++ /scripts/functions/support : __rvm_string_match() 26 > (( 1 ))
++ /scripts/functions/support : __rvm_string_match() 28 > case "${_string}" in
++ /scripts/functions/support : __rvm_string_match() 31 > shift
++ /scripts/functions/support : __rvm_string_match() 26 > (( 0 ))
++ /scripts/functions/support : __rvm_string_match() 33 > return 1
++ /scripts/functions/utility : __rvm_remove_from_array() 358 >
_temp_array+=("$_iterator")
++ /scripts/functions/utility : __rvm_remove_from_array() 356 > for _iterator
in '"$@"'
++ /scripts/functions/utility : __rvm_remove_from_array() 358 >
__rvm_string_match /usr/local/sbin '/Users/teja/.rvm/*'
++ /scripts/functions/support : __rvm_string_match() 23 > typeset _string
++ /scripts/functions/support : __rvm_string_match() 24 >
_string=/usr/local/sbin
++ /scripts/functions/support : __rvm_string_match() 25 > shift
++ /scripts/functions/support : __rvm_string_match() 26 > (( 1 ))
++ /scripts/functions/support : __rvm_string_match() 28 > case "${_string}" in
++ /scripts/functions/support : __rvm_string_match() 31 > shift
++ /scripts/functions/support : __rvm_string_match() 26 > (( 0 ))
++ /scripts/functions/support : __rvm_string_match() 33 > return 1
++ /scripts/functions/utility : __rvm_remove_from_array() 358 >
_temp_array+=("$_iterator")
++ /scripts/functions/utility : __rvm_remove_from_array() 356 > for _iterator
in '"$@"'
++ /scripts/functions/utility : __rvm_remove_from_array() 358 >
__rvm_string_match /opt/X11/bin '/Users/teja/.rvm/*'
++ /scripts/functions/support : __rvm_string_match() 23 > typeset _string
++ /scripts/functions/support : __rvm_string_match() 24 > _string=/opt/X11/bin
++ /scripts/functions/support : __rvm_string_match() 25 > shift
++ /scripts/functions/support : __rvm_string_match() 26 > (( 1 ))
++ /scripts/functions/support : __rvm_string_match() 28 > case "${_string}" in
++ /scripts/functions/support : __rvm_string_match() 31 > shift
++ /scripts/functions/support : __rvm_string_match() 26 > (( 0 ))
++ /scripts/functions/support : __rvm_string_match() 33 > return 1
++ /scripts/functions/utility : __rvm_remove_from_array() 358 >
_temp_array+=("$_iterator")
++ /scripts/functions/utility : __rvm_remove_from_array() 356 > for _iterator
in '"$@"'
++ /scripts/functions/utility : __rvm_remove_from_array() 358 >
__rvm_string_match /Users/teja/.rvm/bin '/Users/teja/.rvm/*'
++ /scripts/functions/support : __rvm_string_match() 23 > typeset _string
++ /scripts/functions/support : __rvm_string_match() 24 >
_string=/Users/teja/.rvm/bin
++ /scripts/functions/support : __rvm_string_match() 25 > shift
++ /scripts/functions/support : __rvm_string_match() 26 > (( 1 ))
++ /scripts/functions/support : __rvm_string_match() 28 > case "${_string}" in
++ /scripts/functions/support : __rvm_string_match() 29 > return 0
++ /scripts/functions/utility : __rvm_remove_from_array() 360 > eval '_path=(
"${_temp_array[@]}" )'
+++ /scripts/functions/utility : __rvm_remove_from_array() 360 >
_path=("${_temp_array[@]}")
++ /scripts/functions/utility : __rvm_remove_from_path() 197 > __rvm_join_array
PATH : _path
++ /scripts/functions/utility : __rvm_join_array() 365 > typeset IFS
++ /scripts/functions/utility : __rvm_join_array() 366 > IFS=:
++ /scripts/functions/utility : __rvm_join_array() 367 > eval
'PATH="${_path[*]}"'
+++ /scripts/functions/utility : __rvm_join_array() 367 >
PATH=/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/opt/X11/bin
++ /scripts/functions/env : __rvm_remove_rvm_from_path() 148 >
__rvm_remove_from_path /Users/teja/.rvm/bin
++ /scripts/functions/utility : __rvm_remove_from_path() 192 > export PATH
++ /scripts/functions/utility : __rvm_remove_from_path() 193 > typeset -a _path
++ /scripts/functions/utility : __rvm_remove_from_path() 194 > _path=()
++ /scripts/functions/utility : __rvm_remove_from_path() 195 >
__rvm_custom_separated_array _path :
/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/opt/X11/bin
++ /scripts/functions/utility : __rvm_custom_separated_array() 340 > typeset
IFS
++ /scripts/functions/utility : __rvm_custom_separated_array() 341 > IFS=:
++ /scripts/functions/utility : __rvm_custom_separated_array() 342 > [[ -n ''
]]
++ /scripts/functions/utility : __rvm_custom_separated_array() 344 > eval
'_path+=( $3 )'
+++ /scripts/functions/utility : __rvm_custom_separated_array() 344 >
_path+=($3)
++ /scripts/functions/utility : __rvm_remove_from_path() 196 >
__rvm_remove_from_array _path /Users/teja/.rvm/bin /usr/local/bin /usr/bin /bin
/usr/sbin /sbin /usr/local/sbin /opt/X11/bin
++ /scripts/functions/utility : __rvm_remove_from_array() 350 > typeset
_array_name _search _iterator
++ /scripts/functions/utility : __rvm_remove_from_array() 351 > typeset -a
_temp_array
++ /scripts/functions/utility : __rvm_remove_from_array() 352 >
_array_name=_path
++ /scripts/functions/utility : __rvm_remove_from_array() 353 >
_search=/Users/teja/.rvm/bin
++ /scripts/functions/utility : __rvm_remove_from_array() 354 > shift 2
++ /scripts/functions/utility : __rvm_remove_from_array() 355 > _temp_array=()
++ /scripts/functions/utility : __rvm_remove_from_array() 356 > for _iterator
in '"$@"'
++ /scripts/functions/utility : __rvm_remove_from_array() 358 >
__rvm_string_match /usr/local/bin /Users/teja/.rvm/bin
++ /scripts/functions/support : __rvm_string_match() 23 > typeset _string
++ /scripts/functions/support : __rvm_string_match() 24 >
_string=/usr/local/bin
++ /scripts/functions/support : __rvm_string_match() 25 > shift
++ /scripts/functions/support : __rvm_string_match() 26 > (( 1 ))
++ /scripts/functions/support : __rvm_string_match() 28 > case "${_string}" in
++ /scripts/functions/support : __rvm_string_match() 31 > shift
++ /scripts/functions/support : __rvm_string_match() 26 > (( 0 ))
++ /scripts/functions/support : __rvm_string_match() 33 > return 1
++ /scripts/functions/utility : __rvm_remove_from_array() 358 >
_temp_array+=("$_iterator")
++ /scripts/functions/utility : __rvm_remove_from_array() 356 > for _iterator
in '"$@"'
++ /scripts/functions/utility : __rvm_remove_from_array() 358 >
__rvm_string_match /usr/bin /Users/teja/.rvm/bin
++ /scripts/functions/support : __rvm_string_match() 23 > typeset _string
++ /scripts/functions/support : __rvm_string_match() 24 > _string=/usr/bin
++ /scripts/functions/support : __rvm_string_match() 25 > shift
++ /scripts/functions/support : __rvm_string_match() 26 > (( 1 ))
++ /scripts/functions/support : __rvm_string_match() 28 > case "${_string}" in
++ /scripts/functions/support : __rvm_string_match() 31 > shift
++ /scripts/functions/support : __rvm_string_match() 26 > (( 0 ))
++ /scripts/functions/support : __rvm_string_match() 33 > return 1
++ /scripts/functions/utility : __rvm_remove_from_array() 358 >
_temp_array+=("$_iterator")
++ /scripts/functions/utility : __rvm_remove_from_array() 356 > for _iterator
in '"$@"'
++ /scripts/functions/utility : __rvm_remove_from_array() 358 >
__rvm_string_match /bin /Users/teja/.rvm/bin
++ /scripts/functions/support : __rvm_string_match() 23 > typeset _string
++ /scripts/functions/support : __rvm_string_match() 24 > _string=/bin
++ /scripts/functions/support : __rvm_string_match() 25 > shift
++ /scripts/functions/support : __rvm_string_match() 26 > (( 1 ))
++ /scripts/functions/support : __rvm_string_match() 28 > case "${_string}" in
++ /scripts/functions/support : __rvm_string_match() 31 > shift
++ /scripts/functions/support : __rvm_string_match() 26 > (( 0 ))
++ /scripts/functions/support : __rvm_string_match() 33 > return 1
++ /scripts/functions/utility : __rvm_remove_from_array() 358 >
_temp_array+=("$_iterator")
++ /scripts/functions/utility : __rvm_remove_from_array() 356 > for _iterator
in '"$@"'
++ /scripts/functions/utility : __rvm_remove_from_array() 358 >
__rvm_string_match /usr/sbin /Users/teja/.rvm/bin
++ /scripts/functions/support : __rvm_string_match() 23 > typeset _string
++ /scripts/functions/support : __rvm_string_match() 24 > _string=/usr/sbin
++ /scripts/functions/support : __rvm_string_match() 25 > shift
++ /scripts/functions/support : __rvm_string_match() 26 > (( 1 ))
++ /scripts/functions/support : __rvm_string_match() 28 > case "${_string}" in
++ /scripts/functions/support : __rvm_string_match() 31 > shift
++ /scripts/functions/support : __rvm_string_match() 26 > (( 0 ))
++ /scripts/functions/support : __rvm_string_match() 33 > return 1
++ /scripts/functions/utility : __rvm_remove_from_array() 358 >
_temp_array+=("$_iterator")
++ /scripts/functions/utility : __rvm_remove_from_array() 356 > for _iterator
in '"$@"'
++ /scripts/functions/utility : __rvm_remove_from_array() 358 >
__rvm_string_match /sbin /Users/teja/.rvm/bin
++ /scripts/functions/support : __rvm_string_match() 23 > typeset _string
++ /scripts/functions/support : __rvm_string_match() 24 > _string=/sbin
++ /scripts/functions/support : __rvm_string_match() 25 > shift
++ /scripts/functions/support : __rvm_string_match() 26 > (( 1 ))
++ /scripts/functions/support : __rvm_string_match() 28 > case "${_string}" in
++ /scripts/functions/support : __rvm_string_match() 31 > shift
++ /scripts/functions/support : __rvm_string_match() 26 > (( 0 ))
++ /scripts/functions/support : __rvm_string_match() 33 > return 1
++ /scripts/functions/utility : __rvm_remove_from_array() 358 >
_temp_array+=("$_iterator")
++ /scripts/functions/utility : __rvm_remove_from_array() 356 > for _iterator
in '"$@"'
++ /scripts/functions/utility : __rvm_remove_from_array() 358 >
__rvm_string_match /usr/local/sbin /Users/teja/.rvm/bin
++ /scripts/functions/support : __rvm_string_match() 23 > typeset _string
++ /scripts/functions/support : __rvm_string_match() 24 >
_string=/usr/local/sbin
++ /scripts/functions/support : __rvm_string_match() 25 > shift
++ /scripts/functions/support : __rvm_string_match() 26 > (( 1 ))
++ /scripts/functions/support : __rvm_string_match() 28 > case "${_string}" in
++ /scripts/functions/support : __rvm_string_match() 31 > shift
++ /scripts/functions/support : __rvm_string_match() 26 > (( 0 ))
++ /scripts/functions/support : __rvm_string_match() 33 > return 1
++ /scripts/functions/utility : __rvm_remove_from_array() 358 >
_temp_array+=("$_iterator")
++ /scripts/functions/utility : __rvm_remove_from_array() 356 > for _iterator
in '"$@"'
++ /scripts/functions/utility : __rvm_remove_from_array() 358 >
__rvm_string_match /opt/X11/bin /Users/teja/.rvm/bin
++ /scripts/functions/support : __rvm_string_match() 23 > typeset _string
++ /scripts/functions/support : __rvm_string_match() 24 > _string=/opt/X11/bin
++ /scripts/functions/support : __rvm_string_match() 25 > shift
++ /scripts/functions/support : __rvm_string_match() 26 > (( 1 ))
++ /scripts/functions/support : __rvm_string_match() 28 > case "${_string}" in
++ /scripts/functions/support : __rvm_string_match() 31 > shift
++ /scripts/functions/support : __rvm_string_match() 26 > (( 0 ))
++ /scripts/functions/support : __rvm_string_match() 33 > return 1
++ /scripts/functions/utility : __rvm_remove_from_array() 358 >
_temp_array+=("$_iterator")
++ /scripts/functions/utility : __rvm_remove_from_array() 360 > eval '_path=(
"${_temp_array[@]}" )'
+++ /scripts/functions/utility : __rvm_remove_from_array() 360 >
_path=("${_temp_array[@]}")
++ /scripts/functions/utility : __rvm_remove_from_path() 197 > __rvm_join_array
PATH : _path
++ /scripts/functions/utility : __rvm_join_array() 365 > typeset IFS
++ /scripts/functions/utility : __rvm_join_array() 366 > IFS=:
++ /scripts/functions/utility : __rvm_join_array() 367 > eval
'PATH="${_path[*]}"'
+++ /scripts/functions/utility : __rvm_join_array() 367 >
PATH=/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/opt/X11/bin
+++ /scripts/functions/env : __rvm_remove_rvm_from_path() 150 > __rvm_which rvm
++ /scripts/functions/env : __rvm_remove_rvm_from_path() 150 > local_rvm_path=
++ /scripts/functions/env : __rvm_remove_rvm_from_path() 153 > builtin hash -r
++ /scripts/selector : __rvm_use() 512 > printf %b
/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/opt/X11/bin
+ /scripts/selector : __rvm_use() 512 >
new_path=/Users/teja/.rvm/gems/ruby-1.9.3-p194/bin:/Users/teja/.rvm/gems/ruby-1.9.3-p194@global/bin:/Users/teja/.rvm/rubies/ruby-1.9.3-p194/bin:/Users/teja/.rvm/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/opt/X11/bin
+ /scripts/selector : __rvm_use() 518 > [[ -z ruby-1.9.3-p194 ]]
+ /scripts/selector : __rvm_use() 518 > export rvm_ruby_string
+ /scripts/selector : __rvm_use() 519 > [[ -z '' ]]
+ /scripts/selector : __rvm_use() 521 > [[ -n
/Users/teja/.rvm/gems/ruby-1.9.3-p194/bin:/Users/teja/.rvm/gems/ruby-1.9.3-p194@global/bin:/Users/teja/.rvm/rubies/ruby-1.9.3-p194/bin:/Users/teja/.rvm/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/opt/X11/bin
]]
+ /scripts/selector : __rvm_use() 523 > export
PATH=/Users/teja/.rvm/gems/ruby-1.9.3-p194/bin:/Users/teja/.rvm/gems/ruby-1.9.3-p194@global/bin:/Users/teja/.rvm/rubies/ruby-1.9.3-p194/bin:/Users/teja/.rvm/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/opt/X11/bin
+ /scripts/selector : __rvm_use() 523 >
PATH=/Users/teja/.rvm/gems/ruby-1.9.3-p194/bin:/Users/teja/.rvm/gems/ruby-1.9.3-p194@global/bin:/Users/teja/.rvm/rubies/ruby-1.9.3-p194/bin:/Users/teja/.rvm/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/opt/X11/bin
+ /scripts/selector : __rvm_use() 524 > unset new_path
+ /scripts/selector : __rvm_use() 525 > builtin hash -r
+ /scripts/selector : __rvm_use() 528 > [[ ruby-1.9.3-p194 != \s\y\s\t\e\m ]]
+ /scripts/selector : __rvm_use() 530 > case "${rvm_rvmrc_flag:-0}" in
+ /scripts/selector : __rvm_use() 536 > typeset environment_id
++ /scripts/selector : __rvm_use() 537 > __rvm_env_string
++ /scripts/functions/environment : __rvm_env_string() 5 > typeset _path
_string
++ /scripts/functions/environment : __rvm_env_string() 7 >
_path=/Users/teja/.rvm/gems/ruby-1.9.3-p194
++ /scripts/functions/environment : __rvm_env_string() 9 >
_string=ruby-1.9.3-p194
++ /scripts/functions/environment : __rvm_env_string() 10 >
_string=ruby-1.9.3-p194
++ /scripts/functions/environment : __rvm_env_string() 12 > printf %b
ruby-1.9.3-p194
+ /scripts/selector : __rvm_use() 537 > environment_id=ruby-1.9.3-p194
+ /scripts/selector : __rvm_use() 539 > (( 0 == 1 ))
+ /scripts/selector : __rvm_use() 548 > rvm_default_flag=0
+ /scripts/selector : __rvm_use() 550 > [[ -n '' ]]
+ /scripts/selector : __rvm_use() 556 > [[ -n '' ]]
+ /scripts/selector : __rvm_use() 564 > [[ maglev == \r\u\b\y ]]
+ /scripts/selector : __rvm_use() 588 > rvm_hook=after_use
+ /scripts/selector : __rvm_use() 589 > source /Users/teja/.rvm/scripts/hook
++ /scripts/hook : source() 4 > typeset old_rvm_verbose_flag old_rvm_debug_flag
++ /scripts/hook : source() 5 > old_rvm_verbose_flag=0
++ /scripts/hook : source() 6 > old_rvm_debug_flag=0
++ /scripts/hook : source() 9 > typeset rvm_verbose_flag rvm_debug_flag hooks
++ /scripts/hook : source() 11 > true rvm_verbose_flag:0 rvm_debug_flag:0
rvm_hook:after_use
++ /scripts/hook : source() 15 > [[ -n after_use ]]
++ /scripts/hook : source() 17 > hooks=("$rvm_hooks_path")
++ /scripts/hook : source() 18 > [[ /Users/teja/.rvm/rubies/.rvm/hooks ==
\/\U\s\e\r\s\/\t\e\j\a\/\.\r\v\m\/\h\o\o\k\s ]]
++ /scripts/hook : source() 19 > hooks+=("$PWD/.rvm/hooks")
++ /scripts/hook : source() 23 > _hooks_list=($(
find -L "${hooks[@]}" -iname "$rvm_hook*" -type f 2>/dev/null
))
+++ /scripts/hook : source() 24 > find -L /Users/teja/.rvm/hooks
/Users/teja/.rvm/rubies/.rvm/hooks -iname 'after_use*' -type f
++ /scripts/hook : source() 25 > for hook in '"${_hooks_list[@]}"'
++ /scripts/hook : source() 27 > [[ -x /Users/teja/.rvm/hooks/after_use_jruby
]]
++ /scripts/hook : source() 27 > [[ after_use_jruby == \a\f\t\e\r\_\u\s\e ]]
++ /scripts/hook : source() 25 > for hook in '"${_hooks_list[@]}"'
++ /scripts/hook : source() 27 > [[ -x
/Users/teja/.rvm/hooks/after_use_jruby_opts ]]
++ /scripts/hook : source() 27 > [[ after_use_jruby_opts == \a\f\t\e\r\_\u\s\e
]]
++ /scripts/hook : source() 37 > unset rvm_hook hooks _hooks_list hook
+ /scripts/selector : __rvm_use() 590 > return 0
+ /scripts/external : external_import_setup() 336 > __rvm_bin_script
+ /scripts/functions/environment : __rvm_bin_script() 162 >
/Users/teja/.rvm/scripts/wrapper ruby-1.9.3-p194
++ /scripts/base : 11 > [[ -z '' ]]
++ /scripts/base : 16 > export PS4
++ /scripts/base : 17 > PS4='+ ${BASH_SOURCE##${rvm_path:-}} :
${FUNCNAME[0]:+${FUNCNAME[0]}()} ${LINENO} > '
++ /scripts/base : 21 > export __array_start rvm_path
++ /scripts/base : 26 > [[ -n '' ]]
++ /scripts/base : 30 > __array_start=0
++ /scripts/base : 33 > (( 0 == 0 ))
++ /scripts/base : 35 > [[ -n 022 ]]
++ /scripts/base : 36 > rvm_rvmrc_files=("/etc/rvmrc" "$HOME/.rvmrc")
++ /scripts/base : 37 > [[ -n /Users/teja ]]
++ /scripts/base : 37 > [[ /Users/teja/.rvmrc -ef /Users/teja/.rvmrc ]]
++ /scripts/base : 38 > rvm_rvmrc_files+=("${rvm_prefix}/.rvmrc")
++ /scripts/base : 41 > for rvmrc in '"${rvm_rvmrc_files[@]}"'
++ /scripts/base : 43 > [[ -f /etc/rvmrc ]]
++ /scripts/base : 41 > for rvmrc in '"${rvm_rvmrc_files[@]}"'
++ /scripts/base : 43 > [[ -f /Users/teja/.rvmrc ]]
++ /scripts/base : 41 > for rvmrc in '"${rvm_rvmrc_files[@]}"'
++ /scripts/base : 43 > [[ -f /Users/teja/.rvmrc ]]
++ /scripts/base : 58 > unset rvm_rvmrc_files
++ /scripts/base : 61 > export rvm_path
++ /scripts/base : 62 > [[ -z /Users/teja/.rvm ]]
++ /scripts/base : 74 > true /Users/teja/.rvm/scripts
++ /scripts/base : 77 > source /Users/teja/.rvm/scripts/initialize
+++ /scripts/initialize : 3 > : rvm_trace_flag:1
+++ /scripts/initialize : 4 > (( rvm_trace_flag > 0 ))
+++ /scripts/initialize : 6 > set -o xtrace
+++ /scripts/initialize : 9 > [[ -z '' ]]
+++ /scripts/initialize : 14 > export PS4
+++ /scripts/initialize : 15 > PS4='+ ${BASH_SOURCE##${rvm_path:-}} :
${FUNCNAME[0]:+${FUNCNAME[0]}()} ${LINENO} > '
+++ /scripts/initialize : 21 > [[ -n 3.2.48(1)-release ]]
+++ /scripts/initialize : 23 > shopt -s extglob
+++ /scripts/initialize : 33 > export __rvm_env_loaded
+++ /scripts/initialize : 35 > : __rvm_env_loaded:3:
+++ /scripts/initialize : 37 > : __rvm_env_loaded:4:
+++ /scripts/initialize : 40 > [[ -z /Users/teja/.rvm/tmp ]]
+++ /scripts/initialize : 40 > (( __rvm_env_loaded == 1 ))
++ /scripts/base : 81 > case " ${rvm_base_except:-} " in
++ /scripts/base : 86 > source /Users/teja/.rvm/scripts/selector
++ /scripts/base : 87 > source /Users/teja/.rvm/scripts/selector_gemsets
++ /scripts/base : 91 > typeset -a scripts
++ /scripts/base : 94 > scripts=(logging support utility init cleanup env
rvmrc install environment gemset db bundler checksum)
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/logging
++++ /scripts/functions/logging : 40 > /Users/teja/.rvm/scripts/color red
+++ /scripts/functions/logging : 40 > rvm_error_clr=''
++++ /scripts/functions/logging : 41 > /Users/teja/.rvm/scripts/color yellow
+++ /scripts/functions/logging : 41 > rvm_warn_clr=''
++++ /scripts/functions/logging : 42 > /Users/teja/.rvm/scripts/color magenta
+++ /scripts/functions/logging : 42 > rvm_debug_clr=''
++++ /scripts/functions/logging : 43 > /Users/teja/.rvm/scripts/color green
+++ /scripts/functions/logging : 43 > rvm_notify_clr=''
++++ /scripts/functions/logging : 44 > /Users/teja/.rvm/scripts/color reset
+++ /scripts/functions/logging : 44 > rvm_reset_clr=''
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/support
+++ /scripts/functions/support : 3 > [[ -z tar ]]
+++ /scripts/functions/support : 12 > [[ ! =~ --no-same-owner ]]
+++ /scripts/functions/support : 13 > tar --help
+++ /scripts/functions/support : 13 > GREP_OPTIONS=
+++ /scripts/functions/support : 13 > grep -- --no-same-owner
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/utility
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/init
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/cleanup
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/env
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/rvmrc
+++ /scripts/functions/rvmrc : 3 > export escape_flag _first _second
+++ /scripts/functions/rvmrc : 4 > escape_flag=1
+++ /scripts/functions/rvmrc : 5 > _first=0
+++ /scripts/functions/rvmrc : 6 > _second=1
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/install
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/environment
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/gemset
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/db
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/bundler
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/checksum
++ /scripts/base : 98 > unset scripts entry rvm_base_except
+ /scripts/wrapper : 9 > source /Users/teja/.rvm/scripts/initialize
++ /scripts/initialize : 3 > : rvm_trace_flag:1
++ /scripts/initialize : 4 > (( rvm_trace_flag > 0 ))
++ /scripts/initialize : 6 > set -o xtrace
++ /scripts/initialize : 9 > [[ -z '' ]]
++ /scripts/initialize : 14 > export PS4
++ /scripts/initialize : 15 > PS4='+ ${BASH_SOURCE##${rvm_path:-}} :
${FUNCNAME[0]:+${FUNCNAME[0]}()} ${LINENO} > '
++ /scripts/initialize : 21 > [[ -n 3.2.48(1)-release ]]
++ /scripts/initialize : 23 > shopt -s extglob
++ /scripts/initialize : 33 > export __rvm_env_loaded
++ /scripts/initialize : 35 > : __rvm_env_loaded:4:
++ /scripts/initialize : 37 > : __rvm_env_loaded:5:
++ /scripts/initialize : 40 > [[ -z /Users/teja/.rvm/tmp ]]
++ /scripts/initialize : 40 > (( __rvm_env_loaded == 1 ))
+ /scripts/wrapper : 99 > (( 1 ))
+ /scripts/wrapper : 99 > [[ -n ruby-1.9.3-p194 ]]
+ /scripts/wrapper : 104 > ruby_string=ruby-1.9.3-p194
+ /scripts/wrapper : 105 > shift
+ /scripts/wrapper : 106 > prefix=
+ /scripts/wrapper : 107 > (( 0 == 0 ))
+ /scripts/wrapper : 109 > (( 0 ))
+ /scripts/wrapper : 111 > binaries=(ruby gem irb ri rdoc rake erb testrb)
+ /scripts/wrapper : 113 > override_check=0
+ /scripts/wrapper : 114 > (( 0 == 0 ))
+ /scripts/wrapper : 117 > __rvm_become ruby-1.9.3-p194
+ /scripts/functions/environment : __rvm_become() 65 > typeset string
rvm_rvmrc_flag
+ /scripts/functions/environment : __rvm_become() 66 > string=ruby-1.9.3-p194
+ /scripts/functions/environment : __rvm_become() 67 > rvm_rvmrc_flag=0
+ /scripts/functions/environment : __rvm_become() 69 > [[ -n ruby-1.9.3-p194 ]]
+ /scripts/functions/environment : __rvm_become() 70 >
rvm_ruby_string=ruby-1.9.3-p194
+ /scripts/functions/environment : __rvm_become() 71 > rvm_gemset_name=
+ /scripts/functions/environment : __rvm_become() 74 > __rvm_use
+ /scripts/selector : __rvm_use() 452 > typeset new_path binary
full_binary_path rvm_ruby_gem_home
+ /scripts/selector : __rvm_use() 454 > __rvm_select
+ /scripts/selector : __rvm_select() 6 > true
+ /scripts/selector : __rvm_select() 7 > typeset _original_env_string
+ /scripts/selector : __rvm_select() 8 > _original_env_string=ruby-1.9.3-p194
+ /scripts/selector : __rvm_select() 11 > export -a rvm_configure_flags
rvm_patch_names rvm_ree_options rvm_make_flags
+ /scripts/selector : __rvm_select() 12 > export GEM_HOME GEM_PATH MY_RUBY_HOME
RUBY_VERSION IRBRC
+ /scripts/selector : __rvm_select() 13 > 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
+ /scripts/selector : __rvm_select() 15 > [[ -z ruby-1.9.3-p194 ]]
+ /scripts/selector : __rvm_select() 39 > __rvm_ruby_string
+ /scripts/selector : __rvm_ruby_string() 603 > typeset ruby_string gemset_name
expanded_alias_name repo_url branch_name ruby_name
+ /scripts/selector : __rvm_ruby_string() 605 > __rvm_default_flags
+ /scripts/functions/env : __rvm_default_flags() 9 > true 0 0
+ /scripts/selector : __rvm_ruby_string() 607 > rvm_expanding_aliases=
+ /scripts/selector : __rvm_ruby_string() 610 > true '' '' '' '' '' '' '' @
ruby-1.9.3-p194 0 0
+ /scripts/selector : __rvm_ruby_string() 615 > echo ruby-1.9.3-p194
+ /scripts/selector : __rvm_ruby_string() 615 > GREP_OPTIONS=
+ /scripts/selector : __rvm_ruby_string() 615 > grep @
+ /scripts/selector : __rvm_ruby_string() 622 > (( rvm_expanding_aliases == 0
))
+ /scripts/selector : __rvm_ruby_string() 623 > [[ -n ruby-1.9.3-p194 ]]
+ /scripts/selector : __rvm_ruby_string() 623 > [[ ruby-1.9.3-p194 !=
\s\y\s\t\e\m ]]
++ /scripts/selector : __rvm_ruby_string() 625 > /Users/teja/.rvm/scripts/alias
show ruby-1.9.3-p194
+ /scripts/selector : __rvm_ruby_string() 625 > expanded_alias_name=
+ /scripts/selector : __rvm_ruby_string() 626 > [[ -n '' ]]
+ /scripts/selector : __rvm_ruby_string() 629 > [[ ruby-1.9.3-p194 == default
]]
+ /scripts/selector : __rvm_ruby_string() 636 > echo ruby-1.9.3-p194
+ /scripts/selector : __rvm_ruby_string() 636 > GREP_OPTIONS=
+ /scripts/selector : __rvm_ruby_string() 636 > grep @
+ /scripts/selector : __rvm_ruby_string() 642 > ruby_string=ruby-1.9.3-p194
+ /scripts/selector : __rvm_ruby_string() 643 > gemset_name=
+ /scripts/selector : __rvm_ruby_string() 644 > repo_url=
+ /scripts/selector : __rvm_ruby_string() 645 > branch_name=
+ /scripts/selector : __rvm_ruby_string() 646 > ruby_name=
+ /scripts/selector : __rvm_ruby_string() 648 > __rvm_unset_ruby_variables
+ /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
+ /scripts/functions/env : __rvm_unset_ruby_variables() 22 > __rvm_load_rvmrc
+ /scripts/functions/init : __rvm_load_rvmrc() 5 > typeset _file
+ /scripts/functions/init : __rvm_load_rvmrc() 6 > typeset -a rvm_rvmrc_files
+ /scripts/functions/init : __rvm_load_rvmrc() 7 > (( 0 == 1 ))
+ /scripts/functions/init : __rvm_load_rvmrc() 12 > [[ -n 022 ]]
+ /scripts/functions/init : __rvm_load_rvmrc() 14 >
rvm_rvmrc_files=("/etc/rvmrc" "$HOME/.rvmrc")
+ /scripts/functions/init : __rvm_load_rvmrc() 15 > [[ -n /Users/teja ]]
+ /scripts/functions/init : __rvm_load_rvmrc() 15 > [[ /Users/teja/.rvmrc -ef
/Users/teja/.rvmrc ]]
+ /scripts/functions/init : __rvm_load_rvmrc() 16 >
rvm_rvmrc_files+=("${rvm_prefix}/.rvmrc")
+ /scripts/functions/init : __rvm_load_rvmrc() 18 > for _file in
'"${rvm_rvmrc_files[@]}"'
+ /scripts/functions/init : __rvm_load_rvmrc() 20 > [[ -s /etc/rvmrc ]]
+ /scripts/functions/init : __rvm_load_rvmrc() 18 > for _file in
'"${rvm_rvmrc_files[@]}"'
+ /scripts/functions/init : __rvm_load_rvmrc() 20 > [[ -s /Users/teja/.rvmrc ]]
+ /scripts/functions/init : __rvm_load_rvmrc() 18 > for _file in
'"${rvm_rvmrc_files[@]}"'
+ /scripts/functions/init : __rvm_load_rvmrc() 20 > [[ -s /Users/teja/.rvmrc ]]
+ /scripts/functions/init : __rvm_load_rvmrc() 35 > return 0
+ /scripts/selector : __rvm_ruby_string() 650 > rvm_ruby_repo_url=
+ /scripts/selector : __rvm_ruby_string() 651 > rvm_ruby_repo_branch=
+ /scripts/selector : __rvm_ruby_string() 652 > rvm_ruby_name=
+ /scripts/selector : __rvm_ruby_string() 654 > [[ -n '' ]]
+ /scripts/selector : __rvm_ruby_string() 660 > strings=()
+ /scripts/selector : __rvm_ruby_string() 661 > __rvm_custom_separated_array
strings - ruby-1.9.3-p194
+ /scripts/functions/utility : __rvm_custom_separated_array() 340 > typeset IFS
+ /scripts/functions/utility : __rvm_custom_separated_array() 341 > IFS=-
+ /scripts/functions/utility : __rvm_custom_separated_array() 342 > [[ -n '' ]]
+ /scripts/functions/utility : __rvm_custom_separated_array() 344 > eval
'strings+=( $3 )'
++ /scripts/functions/utility : __rvm_custom_separated_array() 344 >
strings+=($3)
+ /scripts/selector : __rvm_ruby_string() 663 > (( 3 == 0 ))
+ /scripts/selector : __rvm_ruby_string() 678 > for string in '${strings[@]}'
+ /scripts/selector : __rvm_ruby_string() 680 > case "$string" in
+ /scripts/selector : __rvm_ruby_string() 837 > rvm_ruby_interpreter=ruby
+ /scripts/selector : __rvm_ruby_string() 678 > for string in '${strings[@]}'
+ /scripts/selector : __rvm_ruby_string() 680 > case "$string" in
+ /scripts/selector : __rvm_ruby_string() 730 > [[ ruby == \r\b\x ]]
+ /scripts/selector : __rvm_ruby_string() 743 > case "$string" in
+ /scripts/selector : __rvm_ruby_string() 745 > rvm_ruby_version=1.9.3
+ /scripts/selector : __rvm_ruby_string() 746 > rvm_ruby_revision=
+ /scripts/selector : __rvm_ruby_string() 747 > rvm_ruby_tag=
+ /scripts/selector : __rvm_ruby_string() 678 > for string in '${strings[@]}'
+ /scripts/selector : __rvm_ruby_string() 680 > case "$string" in
+ /scripts/selector : __rvm_ruby_string() 771 > rvm_ruby_patch_level=p194
+ /scripts/selector : __rvm_ruby_string() 851 > [[ -z ruby ]]
+ /scripts/selector : __rvm_ruby_string() 867 > rvm_ruby_version=1.9.3
+ /scripts/selector : __rvm_ruby_string() 868 > [[ -z 1.9.3 ]]
+ /scripts/selector : __rvm_ruby_string() 875 > [[ -z 1.9.3 ]]
+ /scripts/selector : __rvm_ruby_string() 879 > rvm_ruby_string=ruby-1.9.3
+ /scripts/selector : __rvm_ruby_string() 882 > [[ ruby == \e\x\t ]]
+ /scripts/selector : __rvm_ruby_string() 886 > (( 0 == 1 ))
+ /scripts/selector : __rvm_ruby_string() 890 > [[ -n '' ]]
+ /scripts/selector : __rvm_ruby_string() 894 > [[ -n '' ]]
+ /scripts/selector : __rvm_ruby_string() 898 > [[ -n '' ]]
+ /scripts/selector : __rvm_ruby_string() 902 > [[ -n p194 ]]
+ /scripts/selector : __rvm_ruby_string() 904 > rvm_ruby_string=ruby-1.9.3-p194
+ /scripts/selector : __rvm_ruby_string() 949 > [[ -n '' ]]
+ /scripts/selector : __rvm_ruby_string() 958 > detected_rvm_ruby_name=
+ /scripts/selector : __rvm_select() 41 > rvm_archive_extension=tar.gz
+ /scripts/selector : __rvm_select() 43 > [[ -z ruby ]]
+ /scripts/selector : __rvm_select() 48 > case
"${rvm_ruby_interpreter:-missing}" in
+ /scripts/selector : __rvm_select() 274 > [[ -n p194 ]]
+ /scripts/selector : __rvm_select() 276 >
rvm_ruby_package_file=ruby-1.9.3-p194
+ /scripts/selector : __rvm_select() 277 >
rvm_ruby_package_name=ruby-1.9.3-p194
+ /scripts/selector : __rvm_select() 283 > [[ -z 1.9.3 ]]
++ /scripts/selector : __rvm_select() 287 > __rvm_db ruby_repo_url
++ /scripts/functions/db : __rvm_db() 7 > typeset value key variable
++ /scripts/functions/db : __rvm_db() 9 > key=ruby_repo_url
++ /scripts/functions/db : __rvm_db() 10 > key=ruby_repo_url
++ /scripts/functions/db : __rvm_db() 11 > variable=
++ /scripts/functions/db : __rvm_db() 13 > [[ -f /Users/teja/.rvm/user/db ]]
+++ /scripts/functions/db : __rvm_db() 14 > /Users/teja/.rvm/scripts/db
/Users/teja/.rvm/user/db ruby_repo_url
++ /scripts/functions/db : __rvm_db() 14 > value=
++ /scripts/functions/db : __rvm_db() 17 > [[ -z '' ]]
+++ /scripts/functions/db : __rvm_db() 18 > /Users/teja/.rvm/scripts/db
/Users/teja/.rvm/config/db ruby_repo_url
++ /scripts/functions/db : __rvm_db() 18 > value=git://github.com/ruby/ruby.git
++ /scripts/functions/db : __rvm_db() 21 > [[ -n git://github.com/ruby/ruby.git
]]
++ /scripts/functions/db : __rvm_db() 22 > [[ -z '' ]]
++ /scripts/functions/db : __rvm_db() 23 > echo git://github.com/ruby/ruby.git
++ /scripts/functions/db : __rvm_db() 29 > return 0
+ /scripts/selector : __rvm_select() 287 >
rvm_ruby_repo_url=git://github.com/ruby/ruby.git
+ /scripts/selector : __rvm_select() 288 > (( 0 == 0 ))
+ /scripts/selector : __rvm_select() 290 > case "${rvm_ruby_version}" in
+ /scripts/selector : __rvm_select() 295 > rvm_archive_extension=tar.bz2
+ /scripts/selector : __rvm_select() 340 > [[ -n 1.9.3 ]]
+ /scripts/selector : __rvm_select() 342 > case "$rvm_ruby_version" in
+ /scripts/selector : __rvm_select() 344 > rvm_ruby_release_version=1
+ /scripts/selector : __rvm_select() 345 > rvm_ruby_major_version=1.9
+ /scripts/selector : __rvm_select() 345 > rvm_ruby_major_version=9
+ /scripts/selector : __rvm_select() 346 > rvm_ruby_minor_version=3
+ /scripts/selector : __rvm_select() 356 > [[ ruby == ext ]]
+ /scripts/selector : __rvm_select() 362 >
rvm_ruby_package_name=ruby-1.9.3-p194
+ /scripts/selector : __rvm_select() 363 >
rvm_ruby_home=/Users/teja/.rvm/rubies/ruby-1.9.3-p194
+ /scripts/selector : __rvm_select() 364 >
rvm_ruby_irbrc=/Users/teja/.rvm/rubies/ruby-1.9.3-p194/.irbrc
+ /scripts/selector : __rvm_select() 365 >
rvm_ruby_binary=/Users/teja/.rvm/rubies/ruby-1.9.3-p194/bin/ruby
+ /scripts/selector : __rvm_select() 369 > [[ maglev == \r\u\b\y ]]
+ /scripts/selector : __rvm_select() 375 > [[ system != \r\u\b\y ]]
+ /scripts/selector : __rvm_select() 377 > __rvm_gemset_select
+ /scripts/selector_gemsets : __rvm_gemset_select() 125 >
__rvm_gemset_select_only
+ /scripts/selector_gemsets : __rvm_gemset_select_only() 54 >
rvm_ruby_gem_home=/Users/teja/.rvm/gems/ruby-1.9.3-p194
+ /scripts/selector_gemsets : __rvm_gemset_select_only() 56 > :
rvm_ignore_gemsets_flag:0:
+ /scripts/selector_gemsets : __rvm_gemset_select_only() 57 > ((
rvm_ignore_gemsets_flag ))
+ /scripts/selector_gemsets : __rvm_gemset_select_only() 63 >
rvm_ruby_global_gems_path=/Users/teja/.rvm/gems/ruby-1.9.3-p194@global
+ /scripts/selector_gemsets : __rvm_gemset_select_only() 65 >
__rvm_gemset_handle_default
+ /scripts/selector_gemsets : __rvm_gemset_handle_default() 5 >
rvm_gemset_name=@@
+ /scripts/selector_gemsets : __rvm_gemset_handle_default() 6 >
rvm_gemset_name=@@
+ /scripts/selector_gemsets : __rvm_gemset_handle_default() 7 >
rvm_gemset_name=@
+ /scripts/selector_gemsets : __rvm_gemset_handle_default() 8 >
rvm_gemset_name=
+ /scripts/selector_gemsets : __rvm_gemset_select_only() 66 > [[ -z '' ]]
+ /scripts/selector_gemsets : __rvm_gemset_select_only() 69 > [[ '' ==
\g\l\o\b\a\l ]]
+ /scripts/selector_gemsets : __rvm_gemset_select_only() 73 >
rvm_ruby_gem_path=/Users/teja/.rvm/gems/ruby-1.9.3-p194:/Users/teja/.rvm/gems/ruby-1.9.3-p194@global
+ /scripts/selector_gemsets : __rvm_gemset_select_only() 77 > [[ -n '' ]]
+ /scripts/selector_gemsets : __rvm_gemset_select_only() 81 >
rvm_env_string=ruby-1.9.3-p194
+ /scripts/selector_gemsets : __rvm_gemset_select() 126 >
__rvm_gemset_select_validation
+ /scripts/selector_gemsets : __rvm_gemset_select_validation() 88 > [[ ! -d
/Users/teja/.rvm/gems/ruby-1.9.3-p194 ]]
+ /scripts/selector_gemsets : __rvm_gemset_select_validation() 97 > (( 0 == 1
))
+ /scripts/selector_gemsets : __rvm_gemset_select() 127 >
__rvm_gemset_select_ensure
+ /scripts/selector_gemsets : __rvm_gemset_select_ensure() 105 > mkdir -p
/Users/teja/.rvm/gems/ruby-1.9.3-p194
+ /scripts/selector_gemsets : __rvm_gemset_select_ensure() 107 >
__rvm_using_gemset_globalcache
+ /scripts/functions/gemset : __rvm_using_gemset_globalcache() 21 >
/Users/teja/.rvm/scripts/db /Users/teja/.rvm/user/db use_gemset_globalcache
+ /scripts/functions/gemset : __rvm_using_gemset_globalcache() 22 >
GREP_OPTIONS=
+ /scripts/functions/gemset : __rvm_using_gemset_globalcache() 22 > grep
'^true$'
+ /scripts/functions/gemset : __rvm_using_gemset_globalcache() 23 > return 1
+ /scripts/selector : __rvm_select() 378 > case $? in
+ /scripts/selector : __rvm_select() 385 > rvm_ruby_selected_flag=1
+ /scripts/selector : __rvm_select() 387 > [[ -d
/Users/teja/.rvm/log/ruby-1.9.3-p194 ]]
+ /scripts/selector : __rvm_select() 389 > mkdir -p
/Users/teja/.rvm/log/ruby-1.9.3-p194
+ /scripts/selector : __rvm_select() 392 > rvm_ruby_interpreter=ruby
+ /scripts/selector : __rvm_use() 456 > [[ system == ruby ]]
+ /scripts/selector : __rvm_use() 460 > [[ ! -d
/Users/teja/.rvm/rubies/ruby-1.9.3-p194 ]]
+ /scripts/selector : __rvm_use() 474 > [[ ! -d
/Users/teja/.rvm/gems/ruby-1.9.3-p194 ]]
+ /scripts/selector : __rvm_use() 474 > [[ -n '' ]]
+ /scripts/selector : __rvm_use() 486 > export GEM_HOME GEM_PATH MY_RUBY_HOME
RUBY_VERSION IRBRC
+ /scripts/selector : __rvm_use() 487 >
GEM_HOME=/Users/teja/.rvm/gems/ruby-1.9.3-p194
+ /scripts/selector : __rvm_use() 488 >
GEM_PATH=/Users/teja/.rvm/gems/ruby-1.9.3-p194:/Users/teja/.rvm/gems/ruby-1.9.3-p194@global
+ /scripts/selector : __rvm_use() 489 >
MY_RUBY_HOME=/Users/teja/.rvm/rubies/ruby-1.9.3-p194
+ /scripts/selector : __rvm_use() 490 > RUBY_VERSION=ruby-1.9.3-p194
+ /scripts/selector : __rvm_use() 491 >
IRBRC=/Users/teja/.rvm/rubies/ruby-1.9.3-p194/.irbrc
+ /scripts/selector : __rvm_use() 492 > unset BUNDLE_PATH
+ /scripts/selector : __rvm_use() 495 > [[ maglev == \r\u\b\y ]]
+ /scripts/selector : __rvm_use() 500 > [[ -n
/Users/teja/.rvm/rubies/ruby-1.9.3-p194/.irbrc ]]
+ /scripts/selector : __rvm_use() 503 > __rvm_ensure_has_environment_files
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 83 >
typeset environment_id file_name directory identifier variable value variables
++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 85 >
__rvm_env_string
++ /scripts/functions/environment : __rvm_env_string() 5 > typeset _path
_string
++ /scripts/functions/environment : __rvm_env_string() 7 >
_path=/Users/teja/.rvm/gems/ruby-1.9.3-p194
++ /scripts/functions/environment : __rvm_env_string() 9 >
_string=ruby-1.9.3-p194
++ /scripts/functions/environment : __rvm_env_string() 10 >
_string=ruby-1.9.3-p194
++ /scripts/functions/environment : __rvm_env_string() 12 > printf %b
ruby-1.9.3-p194
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 85 >
environment_id=ruby-1.9.3-p194
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 87 >
file_name=/Users/teja/.rvm/environments/ruby-1.9.3-p194
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 89 > [[
! -d /Users/teja/.rvm/environments ]]
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 94 > [[
! -s /Users/teja/.rvm/environments/ruby-1.9.3-p194 ]]
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 94 >
GREP_OPTIONS=
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 94 >
grep rvm_env_string= /Users/teja/.rvm/environments/ruby-1.9.3-p194
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 116 >
(( 0 == 1 ))
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 117 >
[[ ! -f /Users/teja/.rvm/wrappers/ruby-1.9.3-p194/ruby ]]
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 135 >
return 0
+ /scripts/selector : __rvm_use() 505 > (( 0 == 1 ))
+ /scripts/selector : __rvm_use() 510 > [[
/Users/teja/.rvm/gems/ruby-1.9.3-p194 !=
\/\U\s\e\r\s\/\t\e\j\a\/\.\r\v\m\/\g\e\m\s\/\r\u\b\y\-\1\.\9\.\3\-\p\1\9\4\@\g\l\o\b\a\l
]]
++ /scripts/selector : __rvm_use() 512 > __rvm_remove_rvm_from_path
++ /scripts/functions/env : __rvm_remove_rvm_from_path() 146 > typeset
local_rvm_path
++ /scripts/functions/env : __rvm_remove_rvm_from_path() 147 >
__rvm_remove_from_path '/Users/teja/.rvm/*'
++ /scripts/functions/utility : __rvm_remove_from_path() 192 > export PATH
++ /scripts/functions/utility : __rvm_remove_from_path() 193 > typeset -a _path
++ /scripts/functions/utility : __rvm_remove_from_path() 194 > _path=()
++ /scripts/functions/utility : __rvm_remove_from_path() 195 >
__rvm_custom_separated_array _path :
/Users/teja/.rvm/gems/ruby-1.9.3-p194/bin:/Users/teja/.rvm/gems/ruby-1.9.3-p194@global/bin:/Users/teja/.rvm/rubies/ruby-1.9.3-p194/bin:/Users/teja/.rvm/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/opt/X11/bin
++ /scripts/functions/utility : __rvm_custom_separated_array() 340 > typeset
IFS
++ /scripts/functions/utility : __rvm_custom_separated_array() 341 > IFS=:
++ /scripts/functions/utility : __rvm_custom_separated_array() 342 > [[ -n ''
]]
++ /scripts/functions/utility : __rvm_custom_separated_array() 344 > eval
'_path+=( $3 )'
+++ /scripts/functions/utility : __rvm_custom_separated_array() 344 >
_path+=($3)
++ /scripts/functions/utility : __rvm_remove_from_path() 196 >
__rvm_remove_from_array _path '/Users/teja/.rvm/*'
/Users/teja/.rvm/gems/ruby-1.9.3-p194/bin
/Users/teja/.rvm/gems/ruby-1.9.3-p194@global/bin
/Users/teja/.rvm/rubies/ruby-1.9.3-p194/bin /Users/teja/.rvm/bin /usr/local/bin
/usr/bin /bin /usr/sbin /sbin /usr/local/sbin /opt/X11/bin
++ /scripts/functions/utility : __rvm_remove_from_array() 350 > typeset
_array_name _search _iterator
++ /scripts/functions/utility : __rvm_remove_from_array() 351 > typeset -a
_temp_array
++ /scripts/functions/utility : __rvm_remove_from_array() 352 >
_array_name=_path
++ /scripts/functions/utility : __rvm_remove_from_array() 353 >
_search='/Users/teja/.rvm/*'
++ /scripts/functions/utility : __rvm_remove_from_array() 354 > shift 2
++ /scripts/functions/utility : __rvm_remove_from_array() 355 > _temp_array=()
++ /scripts/functions/utility : __rvm_remove_from_array() 356 > for _iterator
in '"$@"'
++ /scripts/functions/utility : __rvm_remove_from_array() 358 >
__rvm_string_match /Users/teja/.rvm/gems/ruby-1.9.3-p194/bin
'/Users/teja/.rvm/*'
++ /scripts/functions/support : __rvm_string_match() 23 > typeset _string
++ /scripts/functions/support : __rvm_string_match() 24 >
_string=/Users/teja/.rvm/gems/ruby-1.9.3-p194/bin
++ /scripts/functions/support : __rvm_string_match() 25 > shift
++ /scripts/functions/support : __rvm_string_match() 26 > (( 1 ))
++ /scripts/functions/support : __rvm_string_match() 28 > case "${_string}" in
++ /scripts/functions/support : __rvm_string_match() 29 > return 0
++ /scripts/functions/utility : __rvm_remove_from_array() 356 > for _iterator
in '"$@"'
++ /scripts/functions/utility : __rvm_remove_from_array() 358 >
__rvm_string_match /Users/teja/.rvm/gems/ruby-1.9.3-p194@global/bin
'/Users/teja/.rvm/*'
++ /scripts/functions/support : __rvm_string_match() 23 > typeset _string
++ /scripts/functions/support : __rvm_string_match() 24 >
_string=/Users/teja/.rvm/gems/ruby-1.9.3-p194@global/bin
++ /scripts/functions/support : __rvm_string_match() 25 > shift
++ /scripts/functions/support : __rvm_string_match() 26 > (( 1 ))
++ /scripts/functions/support : __rvm_string_match() 28 > case "${_string}" in
++ /scripts/functions/support : __rvm_string_match() 29 > return 0
++ /scripts/functions/utility : __rvm_remove_from_array() 356 > for _iterator
in '"$@"'
++ /scripts/functions/utility : __rvm_remove_from_array() 358 >
__rvm_string_match /Users/teja/.rvm/rubies/ruby-1.9.3-p194/bin
'/Users/teja/.rvm/*'
++ /scripts/functions/support : __rvm_string_match() 23 > typeset _string
++ /scripts/functions/support : __rvm_string_match() 24 >
_string=/Users/teja/.rvm/rubies/ruby-1.9.3-p194/bin
++ /scripts/functions/support : __rvm_string_match() 25 > shift
++ /scripts/functions/support : __rvm_string_match() 26 > (( 1 ))
++ /scripts/functions/support : __rvm_string_match() 28 > case "${_string}" in
++ /scripts/functions/support : __rvm_string_match() 29 > return 0
++ /scripts/functions/utility : __rvm_remove_from_array() 356 > for _iterator
in '"$@"'
++ /scripts/functions/utility : __rvm_remove_from_array() 358 >
__rvm_string_match /Users/teja/.rvm/bin '/Users/teja/.rvm/*'
++ /scripts/functions/support : __rvm_string_match() 23 > typeset _string
++ /scripts/functions/support : __rvm_string_match() 24 >
_string=/Users/teja/.rvm/bin
++ /scripts/functions/support : __rvm_string_match() 25 > shift
++ /scripts/functions/support : __rvm_string_match() 26 > (( 1 ))
++ /scripts/functions/support : __rvm_string_match() 28 > case "${_string}" in
++ /scripts/functions/support : __rvm_string_match() 29 > return 0
++ /scripts/functions/utility : __rvm_remove_from_array() 356 > for _iterator
in '"$@"'
++ /scripts/functions/utility : __rvm_remove_from_array() 358 >
__rvm_string_match /usr/local/bin '/Users/teja/.rvm/*'
++ /scripts/functions/support : __rvm_string_match() 23 > typeset _string
++ /scripts/functions/support : __rvm_string_match() 24 >
_string=/usr/local/bin
++ /scripts/functions/support : __rvm_string_match() 25 > shift
++ /scripts/functions/support : __rvm_string_match() 26 > (( 1 ))
++ /scripts/functions/support : __rvm_string_match() 28 > case "${_string}" in
++ /scripts/functions/support : __rvm_string_match() 31 > shift
++ /scripts/functions/support : __rvm_string_match() 26 > (( 0 ))
++ /scripts/functions/support : __rvm_string_match() 33 > return 1
++ /scripts/functions/utility : __rvm_remove_from_array() 358 >
_temp_array+=("$_iterator")
++ /scripts/functions/utility : __rvm_remove_from_array() 356 > for _iterator
in '"$@"'
++ /scripts/functions/utility : __rvm_remove_from_array() 358 >
__rvm_string_match /usr/bin '/Users/teja/.rvm/*'
++ /scripts/functions/support : __rvm_string_match() 23 > typeset _string
++ /scripts/functions/support : __rvm_string_match() 24 > _string=/usr/bin
++ /scripts/functions/support : __rvm_string_match() 25 > shift
++ /scripts/functions/support : __rvm_string_match() 26 > (( 1 ))
++ /scripts/functions/support : __rvm_string_match() 28 > case "${_string}" in
++ /scripts/functions/support : __rvm_string_match() 31 > shift
++ /scripts/functions/support : __rvm_string_match() 26 > (( 0 ))
++ /scripts/functions/support : __rvm_string_match() 33 > return 1
++ /scripts/functions/utility : __rvm_remove_from_array() 358 >
_temp_array+=("$_iterator")
++ /scripts/functions/utility : __rvm_remove_from_array() 356 > for _iterator
in '"$@"'
++ /scripts/functions/utility : __rvm_remove_from_array() 358 >
__rvm_string_match /bin '/Users/teja/.rvm/*'
++ /scripts/functions/support : __rvm_string_match() 23 > typeset _string
++ /scripts/functions/support : __rvm_string_match() 24 > _string=/bin
++ /scripts/functions/support : __rvm_string_match() 25 > shift
++ /scripts/functions/support : __rvm_string_match() 26 > (( 1 ))
++ /scripts/functions/support : __rvm_string_match() 28 > case "${_string}" in
++ /scripts/functions/support : __rvm_string_match() 31 > shift
++ /scripts/functions/support : __rvm_string_match() 26 > (( 0 ))
++ /scripts/functions/support : __rvm_string_match() 33 > return 1
++ /scripts/functions/utility : __rvm_remove_from_array() 358 >
_temp_array+=("$_iterator")
++ /scripts/functions/utility : __rvm_remove_from_array() 356 > for _iterator
in '"$@"'
++ /scripts/functions/utility : __rvm_remove_from_array() 358 >
__rvm_string_match /usr/sbin '/Users/teja/.rvm/*'
++ /scripts/functions/support : __rvm_string_match() 23 > typeset _string
++ /scripts/functions/support : __rvm_string_match() 24 > _string=/usr/sbin
++ /scripts/functions/support : __rvm_string_match() 25 > shift
++ /scripts/functions/support : __rvm_string_match() 26 > (( 1 ))
++ /scripts/functions/support : __rvm_string_match() 28 > case "${_string}" in
++ /scripts/functions/support : __rvm_string_match() 31 > shift
++ /scripts/functions/support : __rvm_string_match() 26 > (( 0 ))
++ /scripts/functions/support : __rvm_string_match() 33 > return 1
++ /scripts/functions/utility : __rvm_remove_from_array() 358 >
_temp_array+=("$_iterator")
++ /scripts/functions/utility : __rvm_remove_from_array() 356 > for _iterator
in '"$@"'
++ /scripts/functions/utility : __rvm_remove_from_array() 358 >
__rvm_string_match /sbin '/Users/teja/.rvm/*'
++ /scripts/functions/support : __rvm_string_match() 23 > typeset _string
++ /scripts/functions/support : __rvm_string_match() 24 > _string=/sbin
++ /scripts/functions/support : __rvm_string_match() 25 > shift
++ /scripts/functions/support : __rvm_string_match() 26 > (( 1 ))
++ /scripts/functions/support : __rvm_string_match() 28 > case "${_string}" in
++ /scripts/functions/support : __rvm_string_match() 31 > shift
++ /scripts/functions/support : __rvm_string_match() 26 > (( 0 ))
++ /scripts/functions/support : __rvm_string_match() 33 > return 1
++ /scripts/functions/utility : __rvm_remove_from_array() 358 >
_temp_array+=("$_iterator")
++ /scripts/functions/utility : __rvm_remove_from_array() 356 > for _iterator
in '"$@"'
++ /scripts/functions/utility : __rvm_remove_from_array() 358 >
__rvm_string_match /usr/local/sbin '/Users/teja/.rvm/*'
++ /scripts/functions/support : __rvm_string_match() 23 > typeset _string
++ /scripts/functions/support : __rvm_string_match() 24 >
_string=/usr/local/sbin
++ /scripts/functions/support : __rvm_string_match() 25 > shift
++ /scripts/functions/support : __rvm_string_match() 26 > (( 1 ))
++ /scripts/functions/support : __rvm_string_match() 28 > case "${_string}" in
++ /scripts/functions/support : __rvm_string_match() 31 > shift
++ /scripts/functions/support : __rvm_string_match() 26 > (( 0 ))
++ /scripts/functions/support : __rvm_string_match() 33 > return 1
++ /scripts/functions/utility : __rvm_remove_from_array() 358 >
_temp_array+=("$_iterator")
++ /scripts/functions/utility : __rvm_remove_from_array() 356 > for _iterator
in '"$@"'
++ /scripts/functions/utility : __rvm_remove_from_array() 358 >
__rvm_string_match /opt/X11/bin '/Users/teja/.rvm/*'
++ /scripts/functions/support : __rvm_string_match() 23 > typeset _string
++ /scripts/functions/support : __rvm_string_match() 24 > _string=/opt/X11/bin
++ /scripts/functions/support : __rvm_string_match() 25 > shift
++ /scripts/functions/support : __rvm_string_match() 26 > (( 1 ))
++ /scripts/functions/support : __rvm_string_match() 28 > case "${_string}" in
++ /scripts/functions/support : __rvm_string_match() 31 > shift
++ /scripts/functions/support : __rvm_string_match() 26 > (( 0 ))
++ /scripts/functions/support : __rvm_string_match() 33 > return 1
++ /scripts/functions/utility : __rvm_remove_from_array() 358 >
_temp_array+=("$_iterator")
++ /scripts/functions/utility : __rvm_remove_from_array() 360 > eval '_path=(
"${_temp_array[@]}" )'
+++ /scripts/functions/utility : __rvm_remove_from_array() 360 >
_path=("${_temp_array[@]}")
++ /scripts/functions/utility : __rvm_remove_from_path() 197 > __rvm_join_array
PATH : _path
++ /scripts/functions/utility : __rvm_join_array() 365 > typeset IFS
++ /scripts/functions/utility : __rvm_join_array() 366 > IFS=:
++ /scripts/functions/utility : __rvm_join_array() 367 > eval
'PATH="${_path[*]}"'
+++ /scripts/functions/utility : __rvm_join_array() 367 >
PATH=/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/opt/X11/bin
++ /scripts/functions/env : __rvm_remove_rvm_from_path() 148 >
__rvm_remove_from_path /Users/teja/.rvm/bin
++ /scripts/functions/utility : __rvm_remove_from_path() 192 > export PATH
++ /scripts/functions/utility : __rvm_remove_from_path() 193 > typeset -a _path
++ /scripts/functions/utility : __rvm_remove_from_path() 194 > _path=()
++ /scripts/functions/utility : __rvm_remove_from_path() 195 >
__rvm_custom_separated_array _path :
/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/opt/X11/bin
++ /scripts/functions/utility : __rvm_custom_separated_array() 340 > typeset
IFS
++ /scripts/functions/utility : __rvm_custom_separated_array() 341 > IFS=:
++ /scripts/functions/utility : __rvm_custom_separated_array() 342 > [[ -n ''
]]
++ /scripts/functions/utility : __rvm_custom_separated_array() 344 > eval
'_path+=( $3 )'
+++ /scripts/functions/utility : __rvm_custom_separated_array() 344 >
_path+=($3)
++ /scripts/functions/utility : __rvm_remove_from_path() 196 >
__rvm_remove_from_array _path /Users/teja/.rvm/bin /usr/local/bin /usr/bin /bin
/usr/sbin /sbin /usr/local/sbin /opt/X11/bin
++ /scripts/functions/utility : __rvm_remove_from_array() 350 > typeset
_array_name _search _iterator
++ /scripts/functions/utility : __rvm_remove_from_array() 351 > typeset -a
_temp_array
++ /scripts/functions/utility : __rvm_remove_from_array() 352 >
_array_name=_path
++ /scripts/functions/utility : __rvm_remove_from_array() 353 >
_search=/Users/teja/.rvm/bin
++ /scripts/functions/utility : __rvm_remove_from_array() 354 > shift 2
++ /scripts/functions/utility : __rvm_remove_from_array() 355 > _temp_array=()
++ /scripts/functions/utility : __rvm_remove_from_array() 356 > for _iterator
in '"$@"'
++ /scripts/functions/utility : __rvm_remove_from_array() 358 >
__rvm_string_match /usr/local/bin /Users/teja/.rvm/bin
++ /scripts/functions/support : __rvm_string_match() 23 > typeset _string
++ /scripts/functions/support : __rvm_string_match() 24 >
_string=/usr/local/bin
++ /scripts/functions/support : __rvm_string_match() 25 > shift
++ /scripts/functions/support : __rvm_string_match() 26 > (( 1 ))
++ /scripts/functions/support : __rvm_string_match() 28 > case "${_string}" in
++ /scripts/functions/support : __rvm_string_match() 31 > shift
++ /scripts/functions/support : __rvm_string_match() 26 > (( 0 ))
++ /scripts/functions/support : __rvm_string_match() 33 > return 1
++ /scripts/functions/utility : __rvm_remove_from_array() 358 >
_temp_array+=("$_iterator")
++ /scripts/functions/utility : __rvm_remove_from_array() 356 > for _iterator
in '"$@"'
++ /scripts/functions/utility : __rvm_remove_from_array() 358 >
__rvm_string_match /usr/bin /Users/teja/.rvm/bin
++ /scripts/functions/support : __rvm_string_match() 23 > typeset _string
++ /scripts/functions/support : __rvm_string_match() 24 > _string=/usr/bin
++ /scripts/functions/support : __rvm_string_match() 25 > shift
++ /scripts/functions/support : __rvm_string_match() 26 > (( 1 ))
++ /scripts/functions/support : __rvm_string_match() 28 > case "${_string}" in
++ /scripts/functions/support : __rvm_string_match() 31 > shift
++ /scripts/functions/support : __rvm_string_match() 26 > (( 0 ))
++ /scripts/functions/support : __rvm_string_match() 33 > return 1
++ /scripts/functions/utility : __rvm_remove_from_array() 358 >
_temp_array+=("$_iterator")
++ /scripts/functions/utility : __rvm_remove_from_array() 356 > for _iterator
in '"$@"'
++ /scripts/functions/utility : __rvm_remove_from_array() 358 >
__rvm_string_match /bin /Users/teja/.rvm/bin
++ /scripts/functions/support : __rvm_string_match() 23 > typeset _string
++ /scripts/functions/support : __rvm_string_match() 24 > _string=/bin
++ /scripts/functions/support : __rvm_string_match() 25 > shift
++ /scripts/functions/support : __rvm_string_match() 26 > (( 1 ))
++ /scripts/functions/support : __rvm_string_match() 28 > case "${_string}" in
++ /scripts/functions/support : __rvm_string_match() 31 > shift
++ /scripts/functions/support : __rvm_string_match() 26 > (( 0 ))
++ /scripts/functions/support : __rvm_string_match() 33 > return 1
++ /scripts/functions/utility : __rvm_remove_from_array() 358 >
_temp_array+=("$_iterator")
++ /scripts/functions/utility : __rvm_remove_from_array() 356 > for _iterator
in '"$@"'
++ /scripts/functions/utility : __rvm_remove_from_array() 358 >
__rvm_string_match /usr/sbin /Users/teja/.rvm/bin
++ /scripts/functions/support : __rvm_string_match() 23 > typeset _string
++ /scripts/functions/support : __rvm_string_match() 24 > _string=/usr/sbin
++ /scripts/functions/support : __rvm_string_match() 25 > shift
++ /scripts/functions/support : __rvm_string_match() 26 > (( 1 ))
++ /scripts/functions/support : __rvm_string_match() 28 > case "${_string}" in
++ /scripts/functions/support : __rvm_string_match() 31 > shift
++ /scripts/functions/support : __rvm_string_match() 26 > (( 0 ))
++ /scripts/functions/support : __rvm_string_match() 33 > return 1
++ /scripts/functions/utility : __rvm_remove_from_array() 358 >
_temp_array+=("$_iterator")
++ /scripts/functions/utility : __rvm_remove_from_array() 356 > for _iterator
in '"$@"'
++ /scripts/functions/utility : __rvm_remove_from_array() 358 >
__rvm_string_match /sbin /Users/teja/.rvm/bin
++ /scripts/functions/support : __rvm_string_match() 23 > typeset _string
++ /scripts/functions/support : __rvm_string_match() 24 > _string=/sbin
++ /scripts/functions/support : __rvm_string_match() 25 > shift
++ /scripts/functions/support : __rvm_string_match() 26 > (( 1 ))
++ /scripts/functions/support : __rvm_string_match() 28 > case "${_string}" in
++ /scripts/functions/support : __rvm_string_match() 31 > shift
++ /scripts/functions/support : __rvm_string_match() 26 > (( 0 ))
++ /scripts/functions/support : __rvm_string_match() 33 > return 1
++ /scripts/functions/utility : __rvm_remove_from_array() 358 >
_temp_array+=("$_iterator")
++ /scripts/functions/utility : __rvm_remove_from_array() 356 > for _iterator
in '"$@"'
++ /scripts/functions/utility : __rvm_remove_from_array() 358 >
__rvm_string_match /usr/local/sbin /Users/teja/.rvm/bin
++ /scripts/functions/support : __rvm_string_match() 23 > typeset _string
++ /scripts/functions/support : __rvm_string_match() 24 >
_string=/usr/local/sbin
++ /scripts/functions/support : __rvm_string_match() 25 > shift
++ /scripts/functions/support : __rvm_string_match() 26 > (( 1 ))
++ /scripts/functions/support : __rvm_string_match() 28 > case "${_string}" in
++ /scripts/functions/support : __rvm_string_match() 31 > shift
++ /scripts/functions/support : __rvm_string_match() 26 > (( 0 ))
++ /scripts/functions/support : __rvm_string_match() 33 > return 1
++ /scripts/functions/utility : __rvm_remove_from_array() 358 >
_temp_array+=("$_iterator")
++ /scripts/functions/utility : __rvm_remove_from_array() 356 > for _iterator
in '"$@"'
++ /scripts/functions/utility : __rvm_remove_from_array() 358 >
__rvm_string_match /opt/X11/bin /Users/teja/.rvm/bin
++ /scripts/functions/support : __rvm_string_match() 23 > typeset _string
++ /scripts/functions/support : __rvm_string_match() 24 > _string=/opt/X11/bin
++ /scripts/functions/support : __rvm_string_match() 25 > shift
++ /scripts/functions/support : __rvm_string_match() 26 > (( 1 ))
++ /scripts/functions/support : __rvm_string_match() 28 > case "${_string}" in
++ /scripts/functions/support : __rvm_string_match() 31 > shift
++ /scripts/functions/support : __rvm_string_match() 26 > (( 0 ))
++ /scripts/functions/support : __rvm_string_match() 33 > return 1
++ /scripts/functions/utility : __rvm_remove_from_array() 358 >
_temp_array+=("$_iterator")
++ /scripts/functions/utility : __rvm_remove_from_array() 360 > eval '_path=(
"${_temp_array[@]}" )'
+++ /scripts/functions/utility : __rvm_remove_from_array() 360 >
_path=("${_temp_array[@]}")
++ /scripts/functions/utility : __rvm_remove_from_path() 197 > __rvm_join_array
PATH : _path
++ /scripts/functions/utility : __rvm_join_array() 365 > typeset IFS
++ /scripts/functions/utility : __rvm_join_array() 366 > IFS=:
++ /scripts/functions/utility : __rvm_join_array() 367 > eval
'PATH="${_path[*]}"'
+++ /scripts/functions/utility : __rvm_join_array() 367 >
PATH=/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/opt/X11/bin
+++ /scripts/functions/env : __rvm_remove_rvm_from_path() 150 > __rvm_which rvm
++ /scripts/functions/env : __rvm_remove_rvm_from_path() 150 > local_rvm_path=
++ /scripts/functions/env : __rvm_remove_rvm_from_path() 153 > builtin hash -r
++ /scripts/selector : __rvm_use() 512 > printf %b
/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/opt/X11/bin
+ /scripts/selector : __rvm_use() 512 >
new_path=/Users/teja/.rvm/gems/ruby-1.9.3-p194/bin:/Users/teja/.rvm/gems/ruby-1.9.3-p194@global/bin:/Users/teja/.rvm/rubies/ruby-1.9.3-p194/bin:/Users/teja/.rvm/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/opt/X11/bin
+ /scripts/selector : __rvm_use() 518 > [[ -z ruby-1.9.3-p194 ]]
+ /scripts/selector : __rvm_use() 518 > export rvm_ruby_string
+ /scripts/selector : __rvm_use() 519 > [[ -z '' ]]
+ /scripts/selector : __rvm_use() 521 > [[ -n
/Users/teja/.rvm/gems/ruby-1.9.3-p194/bin:/Users/teja/.rvm/gems/ruby-1.9.3-p194@global/bin:/Users/teja/.rvm/rubies/ruby-1.9.3-p194/bin:/Users/teja/.rvm/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/opt/X11/bin
]]
+ /scripts/selector : __rvm_use() 523 > export
PATH=/Users/teja/.rvm/gems/ruby-1.9.3-p194/bin:/Users/teja/.rvm/gems/ruby-1.9.3-p194@global/bin:/Users/teja/.rvm/rubies/ruby-1.9.3-p194/bin:/Users/teja/.rvm/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/opt/X11/bin
+ /scripts/selector : __rvm_use() 523 >
PATH=/Users/teja/.rvm/gems/ruby-1.9.3-p194/bin:/Users/teja/.rvm/gems/ruby-1.9.3-p194@global/bin:/Users/teja/.rvm/rubies/ruby-1.9.3-p194/bin:/Users/teja/.rvm/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/opt/X11/bin
+ /scripts/selector : __rvm_use() 524 > unset new_path
+ /scripts/selector : __rvm_use() 525 > builtin hash -r
+ /scripts/selector : __rvm_use() 528 > [[ ruby-1.9.3-p194 != \s\y\s\t\e\m ]]
+ /scripts/selector : __rvm_use() 530 > case "${rvm_rvmrc_flag:-0}" in
+ /scripts/selector : __rvm_use() 536 > typeset environment_id
++ /scripts/selector : __rvm_use() 537 > __rvm_env_string
++ /scripts/functions/environment : __rvm_env_string() 5 > typeset _path
_string
++ /scripts/functions/environment : __rvm_env_string() 7 >
_path=/Users/teja/.rvm/gems/ruby-1.9.3-p194
++ /scripts/functions/environment : __rvm_env_string() 9 >
_string=ruby-1.9.3-p194
++ /scripts/functions/environment : __rvm_env_string() 10 >
_string=ruby-1.9.3-p194
++ /scripts/functions/environment : __rvm_env_string() 12 > printf %b
ruby-1.9.3-p194
+ /scripts/selector : __rvm_use() 537 > environment_id=ruby-1.9.3-p194
+ /scripts/selector : __rvm_use() 539 > (( 0 == 1 ))
+ /scripts/selector : __rvm_use() 548 > rvm_default_flag=0
+ /scripts/selector : __rvm_use() 550 > [[ -n '' ]]
+ /scripts/selector : __rvm_use() 556 > [[ -n '' ]]
+ /scripts/selector : __rvm_use() 564 > [[ maglev == \r\u\b\y ]]
+ /scripts/selector : __rvm_use() 588 > rvm_hook=after_use
+ /scripts/selector : __rvm_use() 589 > source /Users/teja/.rvm/scripts/hook
++ /scripts/hook : source() 4 > typeset old_rvm_verbose_flag old_rvm_debug_flag
++ /scripts/hook : source() 5 > old_rvm_verbose_flag=0
++ /scripts/hook : source() 6 > old_rvm_debug_flag=0
++ /scripts/hook : source() 9 > typeset rvm_verbose_flag rvm_debug_flag hooks
++ /scripts/hook : source() 11 > true rvm_verbose_flag:0 rvm_debug_flag:0
rvm_hook:after_use
++ /scripts/hook : source() 15 > [[ -n after_use ]]
++ /scripts/hook : source() 17 > hooks=("$rvm_hooks_path")
++ /scripts/hook : source() 18 > [[ /Users/teja/.rvm/rubies/.rvm/hooks ==
\/\U\s\e\r\s\/\t\e\j\a\/\.\r\v\m\/\h\o\o\k\s ]]
++ /scripts/hook : source() 19 > hooks+=("$PWD/.rvm/hooks")
++ /scripts/hook : source() 23 > _hooks_list=($(
find -L "${hooks[@]}" -iname "$rvm_hook*" -type f 2>/dev/null
))
+++ /scripts/hook : source() 24 > find -L /Users/teja/.rvm/hooks
/Users/teja/.rvm/rubies/.rvm/hooks -iname 'after_use*' -type f
++ /scripts/hook : source() 25 > for hook in '"${_hooks_list[@]}"'
++ /scripts/hook : source() 27 > [[ -x /Users/teja/.rvm/hooks/after_use_jruby
]]
++ /scripts/hook : source() 27 > [[ after_use_jruby == \a\f\t\e\r\_\u\s\e ]]
++ /scripts/hook : source() 25 > for hook in '"${_hooks_list[@]}"'
++ /scripts/hook : source() 27 > [[ -x
/Users/teja/.rvm/hooks/after_use_jruby_opts ]]
++ /scripts/hook : source() 27 > [[ after_use_jruby_opts == \a\f\t\e\r\_\u\s\e
]]
++ /scripts/hook : source() 37 > unset rvm_hook hooks _hooks_list hook
+ /scripts/selector : __rvm_use() 590 > return 0
+ /scripts/functions/environment : __rvm_become() 76 >
rvm_ruby_string=ruby-1.9.3-p194
+ /scripts/functions/environment : __rvm_become() 78 > return 0
+ /scripts/wrapper : 123 > rvm_bin_path=/Users/teja/.rvm/bin
+ /scripts/wrapper : 124 > rvm_wrappers_path=/Users/teja/.rvm/wrappers
+ /scripts/wrapper : 126 > [[ -d /Users/teja/.rvm/bin ]]
+ /scripts/wrapper : 126 > [[ ! -w /Users/teja/.rvm/bin ]]
+ /scripts/wrapper : 127 > [[ ! -d /Users/teja/.rvm/bin ]]
+ /scripts/wrapper : 140 > rvm_log 'Saving wrappers to
'\''/Users/teja/.rvm/bin'\''.'
+ /scripts/functions/logging : rvm_log() 89 > rvm_pretty_print stdout
+ /scripts/functions/logging : rvm_pretty_print() 17 > case
"${rvm_pretty_print_flag:=auto}" in
+ /scripts/functions/logging : rvm_pretty_print() 22 > case "${TERM:-dumb}" in
+ /scripts/functions/logging : rvm_pretty_print() 25 > case "$1" in
+ /scripts/functions/logging : rvm_pretty_print() 26 > [[ -t 1 ]]
+ /scripts/functions/logging : rvm_pretty_print() 32 > return 0
+ /scripts/functions/logging : rvm_log() 90 > printf %b 'Saving wrappers to
'\''/Users/teja/.rvm/bin'\''.\n'
Saving wrappers to '/Users/teja/.rvm/bin'.
+ /scripts/wrapper : 142 > [[ -d /Users/teja/.rvm/bin ]]
+ /scripts/wrapper : 144 > __rvm_ensure_has_environment_files
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 83 >
typeset environment_id file_name directory identifier variable value variables
++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 85 >
__rvm_env_string
++ /scripts/functions/environment : __rvm_env_string() 5 > typeset _path
_string
++ /scripts/functions/environment : __rvm_env_string() 7 >
_path=/Users/teja/.rvm/gems/ruby-1.9.3-p194
++ /scripts/functions/environment : __rvm_env_string() 9 >
_string=ruby-1.9.3-p194
++ /scripts/functions/environment : __rvm_env_string() 10 >
_string=ruby-1.9.3-p194
++ /scripts/functions/environment : __rvm_env_string() 12 > printf %b
ruby-1.9.3-p194
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 85 >
environment_id=ruby-1.9.3-p194
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 87 >
file_name=/Users/teja/.rvm/environments/ruby-1.9.3-p194
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 89 > [[
! -d /Users/teja/.rvm/environments ]]
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 94 > [[
! -s /Users/teja/.rvm/environments/ruby-1.9.3-p194 ]]
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 94 >
GREP_OPTIONS=
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 94 >
grep rvm_env_string= /Users/teja/.rvm/environments/ruby-1.9.3-p194
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 116 >
(( 0 == 1 ))
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 117 >
[[ ! -f /Users/teja/.rvm/wrappers/ruby-1.9.3-p194/ruby ]]
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 135 >
return 0
++ /scripts/wrapper : 145 > __rvm_env_string
++ /scripts/functions/environment : __rvm_env_string() 5 > typeset _path
_string
++ /scripts/functions/environment : __rvm_env_string() 7 >
_path=/Users/teja/.rvm/gems/ruby-1.9.3-p194
++ /scripts/functions/environment : __rvm_env_string() 9 >
_string=ruby-1.9.3-p194
++ /scripts/functions/environment : __rvm_env_string() 10 >
_string=ruby-1.9.3-p194
++ /scripts/functions/environment : __rvm_env_string() 12 > printf %b
ruby-1.9.3-p194
+ /scripts/wrapper : 145 > environment_identifier=ruby-1.9.3-p194
+ /scripts/wrapper : 149 > for binary_name in '"${binaries[@]}"'
+ /scripts/wrapper : 151 >
file_name=/Users/teja/.rvm/wrappers/ruby-1.9.3-p194/ruby
+ /scripts/wrapper : 153 > [[ -z '' ]]
+ /scripts/wrapper : 155 > override_check=1
+ /scripts/wrapper : 156 > wrap_binary
+ /scripts/wrapper : wrap_binary() 88 > [[ 1 == \1 ]]
+ /scripts/wrapper : wrap_binary() 91 > wrap
+ /scripts/wrapper : wrap() 49 > [[ -n
/Users/teja/.rvm/wrappers/ruby-1.9.3-p194/ruby ]]
+ /scripts/wrapper : wrap() 54 > mkdir -p
/Users/teja/.rvm/wrappers/ruby-1.9.3-p194
+ /scripts/wrapper : wrap() 55 > rm -f
/Users/teja/.rvm/wrappers/ruby-1.9.3-p194/ruby
+ /scripts/wrapper : wrap() 56 > printf %b '#!/usr/bin/env bash
if [[ -s "/Users/teja/.rvm/environments/ruby-1.9.3-p194" ]]
then
source "/Users/teja/.rvm/environments/ruby-1.9.3-p194"
exec ruby "$@"
else
echo "ERROR: Missing RVM environment file:
'\''/Users/teja/.rvm/environments/ruby-1.9.3-p194'\''" >&2
exit 1
fi
'
+ /scripts/wrapper : wrap() 68 > chmod +x
/Users/teja/.rvm/wrappers/ruby-1.9.3-p194/ruby
+ /scripts/wrapper : 159 > [[ -f
/Users/teja/.rvm/wrappers/ruby-1.9.3-p194/ruby ]]
+ /scripts/wrapper : 162 > [[ ruby == \r\u\b\y ]]
+ /scripts/wrapper : 164 > destination=/Users/teja/.rvm/bin/ruby-1.9.3-p194
+ /scripts/wrapper : 168 > rm -f /Users/teja/.rvm/bin/ruby-1.9.3-p194
+ /scripts/wrapper : 169 > ln -sf
/Users/teja/.rvm/wrappers/ruby-1.9.3-p194/ruby
/Users/teja/.rvm/bin/ruby-1.9.3-p194
+ /scripts/wrapper : 149 > for binary_name in '"${binaries[@]}"'
+ /scripts/wrapper : 151 >
file_name=/Users/teja/.rvm/wrappers/ruby-1.9.3-p194/gem
+ /scripts/wrapper : 153 > [[ -z '' ]]
+ /scripts/wrapper : 155 > override_check=1
+ /scripts/wrapper : 156 > wrap_binary
+ /scripts/wrapper : wrap_binary() 88 > [[ 1 == \1 ]]
+ /scripts/wrapper : wrap_binary() 91 > wrap
+ /scripts/wrapper : wrap() 49 > [[ -n
/Users/teja/.rvm/wrappers/ruby-1.9.3-p194/gem ]]
+ /scripts/wrapper : wrap() 54 > mkdir -p
/Users/teja/.rvm/wrappers/ruby-1.9.3-p194
+ /scripts/wrapper : wrap() 55 > rm -f
/Users/teja/.rvm/wrappers/ruby-1.9.3-p194/gem
+ /scripts/wrapper : wrap() 56 > printf %b '#!/usr/bin/env bash
if [[ -s "/Users/teja/.rvm/environments/ruby-1.9.3-p194" ]]
then
source "/Users/teja/.rvm/environments/ruby-1.9.3-p194"
exec gem "$@"
else
echo "ERROR: Missing RVM environment file:
'\''/Users/teja/.rvm/environments/ruby-1.9.3-p194'\''" >&2
exit 1
fi
'
+ /scripts/wrapper : wrap() 68 > chmod +x
/Users/teja/.rvm/wrappers/ruby-1.9.3-p194/gem
+ /scripts/wrapper : 159 > [[ -f /Users/teja/.rvm/wrappers/ruby-1.9.3-p194/gem
]]
+ /scripts/wrapper : 162 > [[ gem == \r\u\b\y ]]
+ /scripts/wrapper : 166 >
destination=/Users/teja/.rvm/bin/gem-ruby-1.9.3-p194
+ /scripts/wrapper : 168 > rm -f /Users/teja/.rvm/bin/gem-ruby-1.9.3-p194
+ /scripts/wrapper : 169 > ln -sf
/Users/teja/.rvm/wrappers/ruby-1.9.3-p194/gem
/Users/teja/.rvm/bin/gem-ruby-1.9.3-p194
+ /scripts/wrapper : 149 > for binary_name in '"${binaries[@]}"'
+ /scripts/wrapper : 151 >
file_name=/Users/teja/.rvm/wrappers/ruby-1.9.3-p194/irb
+ /scripts/wrapper : 153 > [[ -z '' ]]
+ /scripts/wrapper : 155 > override_check=1
+ /scripts/wrapper : 156 > wrap_binary
+ /scripts/wrapper : wrap_binary() 88 > [[ 1 == \1 ]]
+ /scripts/wrapper : wrap_binary() 91 > wrap
+ /scripts/wrapper : wrap() 49 > [[ -n
/Users/teja/.rvm/wrappers/ruby-1.9.3-p194/irb ]]
+ /scripts/wrapper : wrap() 54 > mkdir -p
/Users/teja/.rvm/wrappers/ruby-1.9.3-p194
+ /scripts/wrapper : wrap() 55 > rm -f
/Users/teja/.rvm/wrappers/ruby-1.9.3-p194/irb
+ /scripts/wrapper : wrap() 56 > printf %b '#!/usr/bin/env bash
if [[ -s "/Users/teja/.rvm/environments/ruby-1.9.3-p194" ]]
then
source "/Users/teja/.rvm/environments/ruby-1.9.3-p194"
exec irb "$@"
else
echo "ERROR: Missing RVM environment file:
'\''/Users/teja/.rvm/environments/ruby-1.9.3-p194'\''" >&2
exit 1
fi
'
+ /scripts/wrapper : wrap() 68 > chmod +x
/Users/teja/.rvm/wrappers/ruby-1.9.3-p194/irb
+ /scripts/wrapper : 159 > [[ -f /Users/teja/.rvm/wrappers/ruby-1.9.3-p194/irb
]]
+ /scripts/wrapper : 162 > [[ irb == \r\u\b\y ]]
+ /scripts/wrapper : 166 >
destination=/Users/teja/.rvm/bin/irb-ruby-1.9.3-p194
+ /scripts/wrapper : 168 > rm -f /Users/teja/.rvm/bin/irb-ruby-1.9.3-p194
+ /scripts/wrapper : 169 > ln -sf
/Users/teja/.rvm/wrappers/ruby-1.9.3-p194/irb
/Users/teja/.rvm/bin/irb-ruby-1.9.3-p194
+ /scripts/wrapper : 149 > for binary_name in '"${binaries[@]}"'
+ /scripts/wrapper : 151 >
file_name=/Users/teja/.rvm/wrappers/ruby-1.9.3-p194/ri
+ /scripts/wrapper : 153 > [[ -z '' ]]
+ /scripts/wrapper : 155 > override_check=1
+ /scripts/wrapper : 156 > wrap_binary
+ /scripts/wrapper : wrap_binary() 88 > [[ 1 == \1 ]]
+ /scripts/wrapper : wrap_binary() 91 > wrap
+ /scripts/wrapper : wrap() 49 > [[ -n
/Users/teja/.rvm/wrappers/ruby-1.9.3-p194/ri ]]
+ /scripts/wrapper : wrap() 54 > mkdir -p
/Users/teja/.rvm/wrappers/ruby-1.9.3-p194
+ /scripts/wrapper : wrap() 55 > rm -f
/Users/teja/.rvm/wrappers/ruby-1.9.3-p194/ri
+ /scripts/wrapper : wrap() 56 > printf %b '#!/usr/bin/env bash
if [[ -s "/Users/teja/.rvm/environments/ruby-1.9.3-p194" ]]
then
source "/Users/teja/.rvm/environments/ruby-1.9.3-p194"
exec ri "$@"
else
echo "ERROR: Missing RVM environment file:
'\''/Users/teja/.rvm/environments/ruby-1.9.3-p194'\''" >&2
exit 1
fi
'
+ /scripts/wrapper : wrap() 68 > chmod +x
/Users/teja/.rvm/wrappers/ruby-1.9.3-p194/ri
+ /scripts/wrapper : 159 > [[ -f /Users/teja/.rvm/wrappers/ruby-1.9.3-p194/ri
]]
+ /scripts/wrapper : 162 > [[ ri == \r\u\b\y ]]
+ /scripts/wrapper : 166 > destination=/Users/teja/.rvm/bin/ri-ruby-1.9.3-p194
+ /scripts/wrapper : 168 > rm -f /Users/teja/.rvm/bin/ri-ruby-1.9.3-p194
+ /scripts/wrapper : 169 > ln -sf /Users/teja/.rvm/wrappers/ruby-1.9.3-p194/ri
/Users/teja/.rvm/bin/ri-ruby-1.9.3-p194
+ /scripts/wrapper : 149 > for binary_name in '"${binaries[@]}"'
+ /scripts/wrapper : 151 >
file_name=/Users/teja/.rvm/wrappers/ruby-1.9.3-p194/rdoc
+ /scripts/wrapper : 153 > [[ -z '' ]]
+ /scripts/wrapper : 155 > override_check=1
+ /scripts/wrapper : 156 > wrap_binary
+ /scripts/wrapper : wrap_binary() 88 > [[ 1 == \1 ]]
+ /scripts/wrapper : wrap_binary() 91 > wrap
+ /scripts/wrapper : wrap() 49 > [[ -n
/Users/teja/.rvm/wrappers/ruby-1.9.3-p194/rdoc ]]
+ /scripts/wrapper : wrap() 54 > mkdir -p
/Users/teja/.rvm/wrappers/ruby-1.9.3-p194
+ /scripts/wrapper : wrap() 55 > rm -f
/Users/teja/.rvm/wrappers/ruby-1.9.3-p194/rdoc
+ /scripts/wrapper : wrap() 56 > printf %b '#!/usr/bin/env bash
if [[ -s "/Users/teja/.rvm/environments/ruby-1.9.3-p194" ]]
then
source "/Users/teja/.rvm/environments/ruby-1.9.3-p194"
exec rdoc "$@"
else
echo "ERROR: Missing RVM environment file:
'\''/Users/teja/.rvm/environments/ruby-1.9.3-p194'\''" >&2
exit 1
fi
'
+ /scripts/wrapper : wrap() 68 > chmod +x
/Users/teja/.rvm/wrappers/ruby-1.9.3-p194/rdoc
+ /scripts/wrapper : 159 > [[ -f
/Users/teja/.rvm/wrappers/ruby-1.9.3-p194/rdoc ]]
+ /scripts/wrapper : 162 > [[ rdoc == \r\u\b\y ]]
+ /scripts/wrapper : 166 >
destination=/Users/teja/.rvm/bin/rdoc-ruby-1.9.3-p194
+ /scripts/wrapper : 168 > rm -f /Users/teja/.rvm/bin/rdoc-ruby-1.9.3-p194
+ /scripts/wrapper : 169 > ln -sf
/Users/teja/.rvm/wrappers/ruby-1.9.3-p194/rdoc
/Users/teja/.rvm/bin/rdoc-ruby-1.9.3-p194
+ /scripts/wrapper : 149 > for binary_name in '"${binaries[@]}"'
+ /scripts/wrapper : 151 >
file_name=/Users/teja/.rvm/wrappers/ruby-1.9.3-p194/rake
+ /scripts/wrapper : 153 > [[ -z '' ]]
+ /scripts/wrapper : 155 > override_check=1
+ /scripts/wrapper : 156 > wrap_binary
+ /scripts/wrapper : wrap_binary() 88 > [[ 1 == \1 ]]
+ /scripts/wrapper : wrap_binary() 91 > wrap
+ /scripts/wrapper : wrap() 49 > [[ -n
/Users/teja/.rvm/wrappers/ruby-1.9.3-p194/rake ]]
+ /scripts/wrapper : wrap() 54 > mkdir -p
/Users/teja/.rvm/wrappers/ruby-1.9.3-p194
+ /scripts/wrapper : wrap() 55 > rm -f
/Users/teja/.rvm/wrappers/ruby-1.9.3-p194/rake
+ /scripts/wrapper : wrap() 56 > printf %b '#!/usr/bin/env bash
if [[ -s "/Users/teja/.rvm/environments/ruby-1.9.3-p194" ]]
then
source "/Users/teja/.rvm/environments/ruby-1.9.3-p194"
exec rake "$@"
else
echo "ERROR: Missing RVM environment file:
'\''/Users/teja/.rvm/environments/ruby-1.9.3-p194'\''" >&2
exit 1
fi
'
+ /scripts/wrapper : wrap() 68 > chmod +x
/Users/teja/.rvm/wrappers/ruby-1.9.3-p194/rake
+ /scripts/wrapper : 159 > [[ -f
/Users/teja/.rvm/wrappers/ruby-1.9.3-p194/rake ]]
+ /scripts/wrapper : 162 > [[ rake == \r\u\b\y ]]
+ /scripts/wrapper : 166 >
destination=/Users/teja/.rvm/bin/rake-ruby-1.9.3-p194
+ /scripts/wrapper : 168 > rm -f /Users/teja/.rvm/bin/rake-ruby-1.9.3-p194
+ /scripts/wrapper : 169 > ln -sf
/Users/teja/.rvm/wrappers/ruby-1.9.3-p194/rake
/Users/teja/.rvm/bin/rake-ruby-1.9.3-p194
+ /scripts/wrapper : 149 > for binary_name in '"${binaries[@]}"'
+ /scripts/wrapper : 151 >
file_name=/Users/teja/.rvm/wrappers/ruby-1.9.3-p194/erb
+ /scripts/wrapper : 153 > [[ -z '' ]]
+ /scripts/wrapper : 155 > override_check=1
+ /scripts/wrapper : 156 > wrap_binary
+ /scripts/wrapper : wrap_binary() 88 > [[ 1 == \1 ]]
+ /scripts/wrapper : wrap_binary() 91 > wrap
+ /scripts/wrapper : wrap() 49 > [[ -n
/Users/teja/.rvm/wrappers/ruby-1.9.3-p194/erb ]]
+ /scripts/wrapper : wrap() 54 > mkdir -p
/Users/teja/.rvm/wrappers/ruby-1.9.3-p194
+ /scripts/wrapper : wrap() 55 > rm -f
/Users/teja/.rvm/wrappers/ruby-1.9.3-p194/erb
+ /scripts/wrapper : wrap() 56 > printf %b '#!/usr/bin/env bash
if [[ -s "/Users/teja/.rvm/environments/ruby-1.9.3-p194" ]]
then
source "/Users/teja/.rvm/environments/ruby-1.9.3-p194"
exec erb "$@"
else
echo "ERROR: Missing RVM environment file:
'\''/Users/teja/.rvm/environments/ruby-1.9.3-p194'\''" >&2
exit 1
fi
'
+ /scripts/wrapper : wrap() 68 > chmod +x
/Users/teja/.rvm/wrappers/ruby-1.9.3-p194/erb
+ /scripts/wrapper : 159 > [[ -f /Users/teja/.rvm/wrappers/ruby-1.9.3-p194/erb
]]
+ /scripts/wrapper : 162 > [[ erb == \r\u\b\y ]]
+ /scripts/wrapper : 166 >
destination=/Users/teja/.rvm/bin/erb-ruby-1.9.3-p194
+ /scripts/wrapper : 168 > rm -f /Users/teja/.rvm/bin/erb-ruby-1.9.3-p194
+ /scripts/wrapper : 169 > ln -sf
/Users/teja/.rvm/wrappers/ruby-1.9.3-p194/erb
/Users/teja/.rvm/bin/erb-ruby-1.9.3-p194
+ /scripts/wrapper : 149 > for binary_name in '"${binaries[@]}"'
+ /scripts/wrapper : 151 >
file_name=/Users/teja/.rvm/wrappers/ruby-1.9.3-p194/testrb
+ /scripts/wrapper : 153 > [[ -z '' ]]
+ /scripts/wrapper : 155 > override_check=1
+ /scripts/wrapper : 156 > wrap_binary
+ /scripts/wrapper : wrap_binary() 88 > [[ 1 == \1 ]]
+ /scripts/wrapper : wrap_binary() 91 > wrap
+ /scripts/wrapper : wrap() 49 > [[ -n
/Users/teja/.rvm/wrappers/ruby-1.9.3-p194/testrb ]]
+ /scripts/wrapper : wrap() 54 > mkdir -p
/Users/teja/.rvm/wrappers/ruby-1.9.3-p194
+ /scripts/wrapper : wrap() 55 > rm -f
/Users/teja/.rvm/wrappers/ruby-1.9.3-p194/testrb
+ /scripts/wrapper : wrap() 56 > printf %b '#!/usr/bin/env bash
if [[ -s "/Users/teja/.rvm/environments/ruby-1.9.3-p194" ]]
then
source "/Users/teja/.rvm/environments/ruby-1.9.3-p194"
exec testrb "$@"
else
echo "ERROR: Missing RVM environment file:
'\''/Users/teja/.rvm/environments/ruby-1.9.3-p194'\''" >&2
exit 1
fi
'
+ /scripts/wrapper : wrap() 68 > chmod +x
/Users/teja/.rvm/wrappers/ruby-1.9.3-p194/testrb
+ /scripts/wrapper : 159 > [[ -f
/Users/teja/.rvm/wrappers/ruby-1.9.3-p194/testrb ]]
+ /scripts/wrapper : 162 > [[ testrb == \r\u\b\y ]]
+ /scripts/wrapper : 166 >
destination=/Users/teja/.rvm/bin/testrb-ruby-1.9.3-p194
+ /scripts/wrapper : 168 > rm -f /Users/teja/.rvm/bin/testrb-ruby-1.9.3-p194
+ /scripts/wrapper : 169 > ln -sf
/Users/teja/.rvm/wrappers/ruby-1.9.3-p194/testrb
/Users/teja/.rvm/bin/testrb-ruby-1.9.3-p194
+ /scripts/external : external_import_setup() 338 > (( 0 == 0 ))
+ /scripts/external : external_import_setup() 340 > rvm_create_flag=1
+ /scripts/external : external_import_setup() 340 > __rvm_run_with_env
gemsets.initial ruby-1.9.3-p194 ''\''/Users/teja/.rvm/scripts/gemsets'\''
initial' 'ruby-1.9.3-p194 - #importing default gemsets
(/Users/teja/.rvm/gemsets/)'
+ /scripts/functions/environment : __rvm_run_with_env() 168 > typeset name
environment _command message log __logs_path
+ /scripts/functions/environment : __rvm_run_with_env() 170 >
name=gemsets.initial
+ /scripts/functions/environment : __rvm_run_with_env() 171 >
environment=ruby-1.9.3-p194
+ /scripts/functions/environment : __rvm_run_with_env() 172 >
_command=''\''/Users/teja/.rvm/scripts/gemsets'\'' initial'
+ /scripts/functions/environment : __rvm_run_with_env() 173 >
message='ruby-1.9.3-p194 - #importing default gemsets
(/Users/teja/.rvm/gemsets/)'
+ /scripts/functions/environment : __rvm_run_with_env() 174 > [[ -n
ruby-1.9.3-p194 ]]
+ /scripts/functions/environment : __rvm_run_with_env() 176 > [[ -n
ruby-1.9.3-p194 - #importing default gemsets (/Users/teja/.rvm/gemsets/) ]]
+ /scripts/functions/environment : __rvm_run_with_env() 177 > rvm_log
'ruby-1.9.3-p194 - #importing default gemsets (/Users/teja/.rvm/gemsets/)'
+ /scripts/functions/logging : rvm_log() 89 > rvm_pretty_print stdout
+ /scripts/functions/logging : rvm_pretty_print() 17 > case
"${rvm_pretty_print_flag:=auto}" in
+ /scripts/functions/logging : rvm_pretty_print() 22 > case "${TERM:-dumb}" in
+ /scripts/functions/logging : rvm_pretty_print() 25 > case "$1" in
+ /scripts/functions/logging : rvm_pretty_print() 26 > [[ -t 1 ]]
+ /scripts/functions/logging : rvm_pretty_print() 32 > return 0
+ /scripts/functions/logging : rvm_log() 90 > printf %b 'ruby-1.9.3-p194 -
#importing default gemsets (/Users/teja/.rvm/gemsets/)\n'
ruby-1.9.3-p194 - #importing default gemsets (/Users/teja/.rvm/gemsets/)
+ /scripts/functions/environment : __rvm_run_with_env() 179 > (( 0 == 1 ))
+ /scripts/functions/environment : __rvm_run_with_env() 183 >
__logs_path=/Users/teja/.rvm/log/ruby-1.9.3-p194
+ /scripts/functions/environment : __rvm_run_with_env() 184 > [[ -d
/Users/teja/.rvm/log/ruby-1.9.3-p194 ]]
+ /scripts/functions/environment : __rvm_run_with_env() 186 >
log=/Users/teja/.rvm/log/ruby-1.9.3-p194/gemsets.initial.log
+ /scripts/functions/environment : __rvm_run_with_env() 187 > [[ -f
/Users/teja/.rvm/log/ruby-1.9.3-p194/gemsets.initial.log ]]
++ /scripts/functions/environment : __rvm_run_with_env() 189 > date '+%Y-%m-%d
%H:%M:%S'
+ /scripts/functions/environment : __rvm_run_with_env() 189 > printf %b
'[2012-10-03 22:08:51] '\''/Users/teja/.rvm/scripts/gemsets'\'' initial # under
ruby-1.9.3-p194\n'
+ /scripts/functions/environment : __rvm_run_with_env() 191 > (( 0 > 0 ))
+ /scripts/functions/environment : __rvm_run_with_env() 196 >
rvm_ruby_string=ruby-1.9.3-p194
+ /scripts/functions/environment : __rvm_run_with_env() 197 > __rvm_use
+ /scripts/selector : __rvm_use() 452 > typeset new_path binary
full_binary_path rvm_ruby_gem_home
+ /scripts/selector : __rvm_use() 454 > __rvm_select
+ /scripts/selector : __rvm_select() 6 > true
+ /scripts/selector : __rvm_select() 7 > typeset _original_env_string
+ /scripts/selector : __rvm_select() 8 > _original_env_string=ruby-1.9.3-p194
+ /scripts/selector : __rvm_select() 11 > export -a rvm_configure_flags
rvm_patch_names rvm_ree_options rvm_make_flags
+ /scripts/selector : __rvm_select() 12 > export GEM_HOME GEM_PATH MY_RUBY_HOME
RUBY_VERSION IRBRC
+ /scripts/selector : __rvm_select() 13 > 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
+ /scripts/selector : __rvm_select() 15 > [[ -z ruby-1.9.3-p194 ]]
+ /scripts/selector : __rvm_select() 39 > __rvm_ruby_string
+ /scripts/selector : __rvm_ruby_string() 603 > typeset ruby_string gemset_name
expanded_alias_name repo_url branch_name ruby_name
+ /scripts/selector : __rvm_ruby_string() 605 > __rvm_default_flags
+ /scripts/functions/env : __rvm_default_flags() 9 > true 0 0
+ /scripts/selector : __rvm_ruby_string() 607 > rvm_expanding_aliases=
+ /scripts/selector : __rvm_ruby_string() 610 > true 1.9.3 '' ruby 1.9.3 ''
p194 '' @ ruby-1.9.3-p194 0 0
+ /scripts/selector : __rvm_ruby_string() 615 > echo ruby-1.9.3-p194
+ /scripts/selector : __rvm_ruby_string() 615 > GREP_OPTIONS=
+ /scripts/selector : __rvm_ruby_string() 615 > grep @
+ /scripts/selector : __rvm_ruby_string() 622 > (( rvm_expanding_aliases == 0
))
+ /scripts/selector : __rvm_ruby_string() 623 > [[ -n ruby-1.9.3-p194 ]]
+ /scripts/selector : __rvm_ruby_string() 623 > [[ ruby-1.9.3-p194 !=
\s\y\s\t\e\m ]]
++ /scripts/selector : __rvm_ruby_string() 625 > /Users/teja/.rvm/scripts/alias
show ruby-1.9.3-p194
+ /scripts/selector : __rvm_ruby_string() 625 > expanded_alias_name=
+ /scripts/selector : __rvm_ruby_string() 626 > [[ -n '' ]]
+ /scripts/selector : __rvm_ruby_string() 629 > [[ ruby-1.9.3-p194 == default
]]
+ /scripts/selector : __rvm_ruby_string() 636 > echo ruby-1.9.3-p194
+ /scripts/selector : __rvm_ruby_string() 636 > GREP_OPTIONS=
+ /scripts/selector : __rvm_ruby_string() 636 > grep @
+ /scripts/selector : __rvm_ruby_string() 642 > ruby_string=ruby-1.9.3-p194
+ /scripts/selector : __rvm_ruby_string() 643 > gemset_name=
+ /scripts/selector : __rvm_ruby_string() 644 >
repo_url=git://github.com/ruby/ruby.git
+ /scripts/selector : __rvm_ruby_string() 645 > branch_name=
+ /scripts/selector : __rvm_ruby_string() 646 > ruby_name=
+ /scripts/selector : __rvm_ruby_string() 648 > __rvm_unset_ruby_variables
+ /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
+ /scripts/functions/env : __rvm_unset_ruby_variables() 22 > __rvm_load_rvmrc
+ /scripts/functions/init : __rvm_load_rvmrc() 5 > typeset _file
+ /scripts/functions/init : __rvm_load_rvmrc() 6 > typeset -a rvm_rvmrc_files
+ /scripts/functions/init : __rvm_load_rvmrc() 7 > (( 0 == 1 ))
+ /scripts/functions/init : __rvm_load_rvmrc() 12 > [[ -n 022 ]]
+ /scripts/functions/init : __rvm_load_rvmrc() 14 >
rvm_rvmrc_files=("/etc/rvmrc" "$HOME/.rvmrc")
+ /scripts/functions/init : __rvm_load_rvmrc() 15 > [[ -n /Users/teja ]]
+ /scripts/functions/init : __rvm_load_rvmrc() 15 > [[ /Users/teja/.rvmrc -ef
/Users/teja/.rvmrc ]]
+ /scripts/functions/init : __rvm_load_rvmrc() 16 >
rvm_rvmrc_files+=("${rvm_prefix}/.rvmrc")
+ /scripts/functions/init : __rvm_load_rvmrc() 18 > for _file in
'"${rvm_rvmrc_files[@]}"'
+ /scripts/functions/init : __rvm_load_rvmrc() 20 > [[ -s /etc/rvmrc ]]
+ /scripts/functions/init : __rvm_load_rvmrc() 18 > for _file in
'"${rvm_rvmrc_files[@]}"'
+ /scripts/functions/init : __rvm_load_rvmrc() 20 > [[ -s /Users/teja/.rvmrc ]]
+ /scripts/functions/init : __rvm_load_rvmrc() 18 > for _file in
'"${rvm_rvmrc_files[@]}"'
+ /scripts/functions/init : __rvm_load_rvmrc() 20 > [[ -s /Users/teja/.rvmrc ]]
+ /scripts/functions/init : __rvm_load_rvmrc() 35 > return 0
+ /scripts/selector : __rvm_ruby_string() 650 >
rvm_ruby_repo_url=git://github.com/ruby/ruby.git
+ /scripts/selector : __rvm_ruby_string() 651 > rvm_ruby_repo_branch=
+ /scripts/selector : __rvm_ruby_string() 652 > rvm_ruby_name=
+ /scripts/selector : __rvm_ruby_string() 654 > [[ -n '' ]]
+ /scripts/selector : __rvm_ruby_string() 660 > strings=()
+ /scripts/selector : __rvm_ruby_string() 661 > __rvm_custom_separated_array
strings - ruby-1.9.3-p194
+ /scripts/functions/utility : __rvm_custom_separated_array() 340 > typeset IFS
+ /scripts/functions/utility : __rvm_custom_separated_array() 341 > IFS=-
+ /scripts/functions/utility : __rvm_custom_separated_array() 342 > [[ -n '' ]]
+ /scripts/functions/utility : __rvm_custom_separated_array() 344 > eval
'strings+=( $3 )'
++ /scripts/functions/utility : __rvm_custom_separated_array() 344 >
strings+=($3)
+ /scripts/selector : __rvm_ruby_string() 663 > (( 3 == 0 ))
+ /scripts/selector : __rvm_ruby_string() 678 > for string in '${strings[@]}'
+ /scripts/selector : __rvm_ruby_string() 680 > case "$string" in
+ /scripts/selector : __rvm_ruby_string() 837 > rvm_ruby_interpreter=ruby
+ /scripts/selector : __rvm_ruby_string() 678 > for string in '${strings[@]}'
+ /scripts/selector : __rvm_ruby_string() 680 > case "$string" in
+ /scripts/selector : __rvm_ruby_string() 730 > [[ ruby == \r\b\x ]]
+ /scripts/selector : __rvm_ruby_string() 743 > case "$string" in
+ /scripts/selector : __rvm_ruby_string() 745 > rvm_ruby_version=1.9.3
+ /scripts/selector : __rvm_ruby_string() 746 > rvm_ruby_revision=
+ /scripts/selector : __rvm_ruby_string() 747 > rvm_ruby_tag=
+ /scripts/selector : __rvm_ruby_string() 678 > for string in '${strings[@]}'
+ /scripts/selector : __rvm_ruby_string() 680 > case "$string" in
+ /scripts/selector : __rvm_ruby_string() 771 > rvm_ruby_patch_level=p194
+ /scripts/selector : __rvm_ruby_string() 851 > [[ -z ruby ]]
+ /scripts/selector : __rvm_ruby_string() 867 > rvm_ruby_version=1.9.3
+ /scripts/selector : __rvm_ruby_string() 868 > [[ -z 1.9.3 ]]
+ /scripts/selector : __rvm_ruby_string() 875 > [[ -z 1.9.3 ]]
+ /scripts/selector : __rvm_ruby_string() 879 > rvm_ruby_string=ruby-1.9.3
+ /scripts/selector : __rvm_ruby_string() 882 > [[ ruby == \e\x\t ]]
+ /scripts/selector : __rvm_ruby_string() 886 > (( 0 == 1 ))
+ /scripts/selector : __rvm_ruby_string() 890 > [[ -n '' ]]
+ /scripts/selector : __rvm_ruby_string() 894 > [[ -n '' ]]
+ /scripts/selector : __rvm_ruby_string() 898 > [[ -n '' ]]
+ /scripts/selector : __rvm_ruby_string() 902 > [[ -n p194 ]]
+ /scripts/selector : __rvm_ruby_string() 904 > rvm_ruby_string=ruby-1.9.3-p194
+ /scripts/selector : __rvm_ruby_string() 949 > [[ -n '' ]]
+ /scripts/selector : __rvm_ruby_string() 958 > detected_rvm_ruby_name=
+ /scripts/selector : __rvm_select() 41 > rvm_archive_extension=tar.gz
+ /scripts/selector : __rvm_select() 43 > [[ -z ruby ]]
+ /scripts/selector : __rvm_select() 48 > case
"${rvm_ruby_interpreter:-missing}" in
+ /scripts/selector : __rvm_select() 274 > [[ -n p194 ]]
+ /scripts/selector : __rvm_select() 276 >
rvm_ruby_package_file=ruby-1.9.3-p194
+ /scripts/selector : __rvm_select() 277 >
rvm_ruby_package_name=ruby-1.9.3-p194
+ /scripts/selector : __rvm_select() 283 > [[ -z 1.9.3 ]]
+ /scripts/selector : __rvm_select() 287 >
rvm_ruby_repo_url=git://github.com/ruby/ruby.git
+ /scripts/selector : __rvm_select() 288 > (( 0 == 0 ))
+ /scripts/selector : __rvm_select() 290 > case "${rvm_ruby_version}" in
+ /scripts/selector : __rvm_select() 295 > rvm_archive_extension=tar.bz2
+ /scripts/selector : __rvm_select() 340 > [[ -n 1.9.3 ]]
+ /scripts/selector : __rvm_select() 342 > case "$rvm_ruby_version" in
+ /scripts/selector : __rvm_select() 344 > rvm_ruby_release_version=1
+ /scripts/selector : __rvm_select() 345 > rvm_ruby_major_version=1.9
+ /scripts/selector : __rvm_select() 345 > rvm_ruby_major_version=9
+ /scripts/selector : __rvm_select() 346 > rvm_ruby_minor_version=3
+ /scripts/selector : __rvm_select() 356 > [[ ruby == ext ]]
+ /scripts/selector : __rvm_select() 362 >
rvm_ruby_package_name=ruby-1.9.3-p194
+ /scripts/selector : __rvm_select() 363 >
rvm_ruby_home=/Users/teja/.rvm/rubies/ruby-1.9.3-p194
+ /scripts/selector : __rvm_select() 364 >
rvm_ruby_irbrc=/Users/teja/.rvm/rubies/ruby-1.9.3-p194/.irbrc
+ /scripts/selector : __rvm_select() 365 >
rvm_ruby_binary=/Users/teja/.rvm/rubies/ruby-1.9.3-p194/bin/ruby
+ /scripts/selector : __rvm_select() 369 > [[ maglev == \r\u\b\y ]]
+ /scripts/selector : __rvm_select() 375 > [[ system != \r\u\b\y ]]
+ /scripts/selector : __rvm_select() 377 > __rvm_gemset_select
+ /scripts/selector_gemsets : __rvm_gemset_select() 125 >
__rvm_gemset_select_only
+ /scripts/selector_gemsets : __rvm_gemset_select_only() 54 >
rvm_ruby_gem_home=/Users/teja/.rvm/gems/ruby-1.9.3-p194
+ /scripts/selector_gemsets : __rvm_gemset_select_only() 56 > :
rvm_ignore_gemsets_flag:0:
+ /scripts/selector_gemsets : __rvm_gemset_select_only() 57 > ((
rvm_ignore_gemsets_flag ))
+ /scripts/selector_gemsets : __rvm_gemset_select_only() 63 >
rvm_ruby_global_gems_path=/Users/teja/.rvm/gems/ruby-1.9.3-p194@global
+ /scripts/selector_gemsets : __rvm_gemset_select_only() 65 >
__rvm_gemset_handle_default
+ /scripts/selector_gemsets : __rvm_gemset_handle_default() 5 >
rvm_gemset_name=@@
+ /scripts/selector_gemsets : __rvm_gemset_handle_default() 6 >
rvm_gemset_name=@@
+ /scripts/selector_gemsets : __rvm_gemset_handle_default() 7 >
rvm_gemset_name=@
+ /scripts/selector_gemsets : __rvm_gemset_handle_default() 8 >
rvm_gemset_name=
+ /scripts/selector_gemsets : __rvm_gemset_select_only() 66 > [[ -z '' ]]
+ /scripts/selector_gemsets : __rvm_gemset_select_only() 69 > [[ '' ==
\g\l\o\b\a\l ]]
+ /scripts/selector_gemsets : __rvm_gemset_select_only() 73 >
rvm_ruby_gem_path=/Users/teja/.rvm/gems/ruby-1.9.3-p194:/Users/teja/.rvm/gems/ruby-1.9.3-p194@global
+ /scripts/selector_gemsets : __rvm_gemset_select_only() 77 > [[ -n '' ]]
+ /scripts/selector_gemsets : __rvm_gemset_select_only() 81 >
rvm_env_string=ruby-1.9.3-p194
+ /scripts/selector_gemsets : __rvm_gemset_select() 126 >
__rvm_gemset_select_validation
+ /scripts/selector_gemsets : __rvm_gemset_select_validation() 88 > [[ ! -d
/Users/teja/.rvm/gems/ruby-1.9.3-p194 ]]
+ /scripts/selector_gemsets : __rvm_gemset_select_validation() 97 > (( 0 == 1
))
+ /scripts/selector_gemsets : __rvm_gemset_select() 127 >
__rvm_gemset_select_ensure
+ /scripts/selector_gemsets : __rvm_gemset_select_ensure() 105 > mkdir -p
/Users/teja/.rvm/gems/ruby-1.9.3-p194
+ /scripts/selector_gemsets : __rvm_gemset_select_ensure() 107 >
__rvm_using_gemset_globalcache
+ /scripts/functions/gemset : __rvm_using_gemset_globalcache() 21 >
/Users/teja/.rvm/scripts/db /Users/teja/.rvm/user/db use_gemset_globalcache
+ /scripts/functions/gemset : __rvm_using_gemset_globalcache() 22 >
GREP_OPTIONS=
+ /scripts/functions/gemset : __rvm_using_gemset_globalcache() 22 > grep
'^true$'
+ /scripts/functions/gemset : __rvm_using_gemset_globalcache() 23 > return 1
+ /scripts/selector : __rvm_select() 378 > case $? in
+ /scripts/selector : __rvm_select() 385 > rvm_ruby_selected_flag=1
+ /scripts/selector : __rvm_select() 387 > [[ -d
/Users/teja/.rvm/log/ruby-1.9.3-p194 ]]
+ /scripts/selector : __rvm_select() 389 > mkdir -p
/Users/teja/.rvm/log/ruby-1.9.3-p194
+ /scripts/selector : __rvm_select() 392 > rvm_ruby_interpreter=ruby
+ /scripts/selector : __rvm_use() 456 > [[ system == ruby ]]
+ /scripts/selector : __rvm_use() 460 > [[ ! -d
/Users/teja/.rvm/rubies/ruby-1.9.3-p194 ]]
+ /scripts/selector : __rvm_use() 474 > [[ ! -d
/Users/teja/.rvm/gems/ruby-1.9.3-p194 ]]
+ /scripts/selector : __rvm_use() 474 > [[ -n '' ]]
+ /scripts/selector : __rvm_use() 486 > export GEM_HOME GEM_PATH MY_RUBY_HOME
RUBY_VERSION IRBRC
+ /scripts/selector : __rvm_use() 487 >
GEM_HOME=/Users/teja/.rvm/gems/ruby-1.9.3-p194
+ /scripts/selector : __rvm_use() 488 >
GEM_PATH=/Users/teja/.rvm/gems/ruby-1.9.3-p194:/Users/teja/.rvm/gems/ruby-1.9.3-p194@global
+ /scripts/selector : __rvm_use() 489 >
MY_RUBY_HOME=/Users/teja/.rvm/rubies/ruby-1.9.3-p194
+ /scripts/selector : __rvm_use() 490 > RUBY_VERSION=ruby-1.9.3-p194
+ /scripts/selector : __rvm_use() 491 >
IRBRC=/Users/teja/.rvm/rubies/ruby-1.9.3-p194/.irbrc
+ /scripts/selector : __rvm_use() 492 > unset BUNDLE_PATH
+ /scripts/selector : __rvm_use() 495 > [[ maglev == \r\u\b\y ]]
+ /scripts/selector : __rvm_use() 500 > [[ -n
/Users/teja/.rvm/rubies/ruby-1.9.3-p194/.irbrc ]]
+ /scripts/selector : __rvm_use() 503 > __rvm_ensure_has_environment_files
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 83 >
typeset environment_id file_name directory identifier variable value variables
++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 85 >
__rvm_env_string
++ /scripts/functions/environment : __rvm_env_string() 5 > typeset _path
_string
++ /scripts/functions/environment : __rvm_env_string() 7 >
_path=/Users/teja/.rvm/gems/ruby-1.9.3-p194
++ /scripts/functions/environment : __rvm_env_string() 9 >
_string=ruby-1.9.3-p194
++ /scripts/functions/environment : __rvm_env_string() 10 >
_string=ruby-1.9.3-p194
++ /scripts/functions/environment : __rvm_env_string() 12 > printf %b
ruby-1.9.3-p194
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 85 >
environment_id=ruby-1.9.3-p194
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 87 >
file_name=/Users/teja/.rvm/environments/ruby-1.9.3-p194
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 89 > [[
! -d /Users/teja/.rvm/environments ]]
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 94 > [[
! -s /Users/teja/.rvm/environments/ruby-1.9.3-p194 ]]
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 94 >
GREP_OPTIONS=
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 94 >
grep rvm_env_string= /Users/teja/.rvm/environments/ruby-1.9.3-p194
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 116 >
(( 0 == 1 ))
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 117 >
[[ ! -f /Users/teja/.rvm/wrappers/ruby-1.9.3-p194/ruby ]]
+ /scripts/functions/environment : __rvm_ensure_has_environment_files() 135 >
return 0
+ /scripts/selector : __rvm_use() 505 > (( 0 == 1 ))
+ /scripts/selector : __rvm_use() 510 > [[
/Users/teja/.rvm/gems/ruby-1.9.3-p194 !=
\/\U\s\e\r\s\/\t\e\j\a\/\.\r\v\m\/\g\e\m\s\/\r\u\b\y\-\1\.\9\.\3\-\p\1\9\4\@\g\l\o\b\a\l
]]
++ /scripts/selector : __rvm_use() 512 > __rvm_remove_rvm_from_path
++ /scripts/functions/env : __rvm_remove_rvm_from_path() 146 > typeset
local_rvm_path
++ /scripts/functions/env : __rvm_remove_rvm_from_path() 147 >
__rvm_remove_from_path '/Users/teja/.rvm/*'
++ /scripts/functions/utility : __rvm_remove_from_path() 192 > export PATH
++ /scripts/functions/utility : __rvm_remove_from_path() 193 > typeset -a _path
++ /scripts/functions/utility : __rvm_remove_from_path() 194 > _path=()
++ /scripts/functions/utility : __rvm_remove_from_path() 195 >
__rvm_custom_separated_array _path :
/Users/teja/.rvm/gems/ruby-1.9.3-p194/bin:/Users/teja/.rvm/gems/ruby-1.9.3-p194@global/bin:/Users/teja/.rvm/rubies/ruby-1.9.3-p194/bin:/Users/teja/.rvm/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/opt/X11/bin
++ /scripts/functions/utility : __rvm_custom_separated_array() 340 > typeset
IFS
++ /scripts/functions/utility : __rvm_custom_separated_array() 341 > IFS=:
++ /scripts/functions/utility : __rvm_custom_separated_array() 342 > [[ -n ''
]]
++ /scripts/functions/utility : __rvm_custom_separated_array() 344 > eval
'_path+=( $3 )'
+++ /scripts/functions/utility : __rvm_custom_separated_array() 344 >
_path+=($3)
++ /scripts/functions/utility : __rvm_remove_from_path() 196 >
__rvm_remove_from_array _path '/Users/teja/.rvm/*'
/Users/teja/.rvm/gems/ruby-1.9.3-p194/bin
/Users/teja/.rvm/gems/ruby-1.9.3-p194@global/bin
/Users/teja/.rvm/rubies/ruby-1.9.3-p194/bin /Users/teja/.rvm/bin /usr/local/bin
/usr/bin /bin /usr/sbin /sbin /usr/local/sbin /opt/X11/bin
++ /scripts/functions/utility : __rvm_remove_from_array() 350 > typeset
_array_name _search _iterator
++ /scripts/functions/utility : __rvm_remove_from_array() 351 > typeset -a
_temp_array
++ /scripts/functions/utility : __rvm_remove_from_array() 352 >
_array_name=_path
++ /scripts/functions/utility : __rvm_remove_from_array() 353 >
_search='/Users/teja/.rvm/*'
++ /scripts/functions/utility : __rvm_remove_from_array() 354 > shift 2
++ /scripts/functions/utility : __rvm_remove_from_array() 355 > _temp_array=()
++ /scripts/functions/utility : __rvm_remove_from_array() 356 > for _iterator
in '"$@"'
++ /scripts/functions/utility : __rvm_remove_from_array() 358 >
__rvm_string_match /Users/teja/.rvm/gems/ruby-1.9.3-p194/bin
'/Users/teja/.rvm/*'
++ /scripts/functions/support : __rvm_string_match() 23 > typeset _string
++ /scripts/functions/support : __rvm_string_match() 24 >
_string=/Users/teja/.rvm/gems/ruby-1.9.3-p194/bin
++ /scripts/functions/support : __rvm_string_match() 25 > shift
++ /scripts/functions/support : __rvm_string_match() 26 > (( 1 ))
++ /scripts/functions/support : __rvm_string_match() 28 > case "${_string}" in
++ /scripts/functions/support : __rvm_string_match() 29 > return 0
++ /scripts/functions/utility : __rvm_remove_from_array() 356 > for _iterator
in '"$@"'
++ /scripts/functions/utility : __rvm_remove_from_array() 358 >
__rvm_string_match /Users/teja/.rvm/gems/ruby-1.9.3-p194@global/bin
'/Users/teja/.rvm/*'
++ /scripts/functions/support : __rvm_string_match() 23 > typeset _string
++ /scripts/functions/support : __rvm_string_match() 24 >
_string=/Users/teja/.rvm/gems/ruby-1.9.3-p194@global/bin
++ /scripts/functions/support : __rvm_string_match() 25 > shift
++ /scripts/functions/support : __rvm_string_match() 26 > (( 1 ))
++ /scripts/functions/support : __rvm_string_match() 28 > case "${_string}" in
++ /scripts/functions/support : __rvm_string_match() 29 > return 0
++ /scripts/functions/utility : __rvm_remove_from_array() 356 > for _iterator
in '"$@"'
++ /scripts/functions/utility : __rvm_remove_from_array() 358 >
__rvm_string_match /Users/teja/.rvm/rubies/ruby-1.9.3-p194/bin
'/Users/teja/.rvm/*'
++ /scripts/functions/support : __rvm_string_match() 23 > typeset _string
++ /scripts/functions/support : __rvm_string_match() 24 >
_string=/Users/teja/.rvm/rubies/ruby-1.9.3-p194/bin
++ /scripts/functions/support : __rvm_string_match() 25 > shift
++ /scripts/functions/support : __rvm_string_match() 26 > (( 1 ))
++ /scripts/functions/support : __rvm_string_match() 28 > case "${_string}" in
++ /scripts/functions/support : __rvm_string_match() 29 > return 0
++ /scripts/functions/utility : __rvm_remove_from_array() 356 > for _iterator
in '"$@"'
++ /scripts/functions/utility : __rvm_remove_from_array() 358 >
__rvm_string_match /Users/teja/.rvm/bin '/Users/teja/.rvm/*'
++ /scripts/functions/support : __rvm_string_match() 23 > typeset _string
++ /scripts/functions/support : __rvm_string_match() 24 >
_string=/Users/teja/.rvm/bin
++ /scripts/functions/support : __rvm_string_match() 25 > shift
++ /scripts/functions/support : __rvm_string_match() 26 > (( 1 ))
++ /scripts/functions/support : __rvm_string_match() 28 > case "${_string}" in
++ /scripts/functions/support : __rvm_string_match() 29 > return 0
++ /scripts/functions/utility : __rvm_remove_from_array() 356 > for _iterator
in '"$@"'
++ /scripts/functions/utility : __rvm_remove_from_array() 358 >
__rvm_string_match /usr/local/bin '/Users/teja/.rvm/*'
++ /scripts/functions/support : __rvm_string_match() 23 > typeset _string
++ /scripts/functions/support : __rvm_string_match() 24 >
_string=/usr/local/bin
++ /scripts/functions/support : __rvm_string_match() 25 > shift
++ /scripts/functions/support : __rvm_string_match() 26 > (( 1 ))
++ /scripts/functions/support : __rvm_string_match() 28 > case "${_string}" in
++ /scripts/functions/support : __rvm_string_match() 31 > shift
++ /scripts/functions/support : __rvm_string_match() 26 > (( 0 ))
++ /scripts/functions/support : __rvm_string_match() 33 > return 1
++ /scripts/functions/utility : __rvm_remove_from_array() 358 >
_temp_array+=("$_iterator")
++ /scripts/functions/utility : __rvm_remove_from_array() 356 > for _iterator
in '"$@"'
++ /scripts/functions/utility : __rvm_remove_from_array() 358 >
__rvm_string_match /usr/bin '/Users/teja/.rvm/*'
++ /scripts/functions/support : __rvm_string_match() 23 > typeset _string
++ /scripts/functions/support : __rvm_string_match() 24 > _string=/usr/bin
++ /scripts/functions/support : __rvm_string_match() 25 > shift
++ /scripts/functions/support : __rvm_string_match() 26 > (( 1 ))
++ /scripts/functions/support : __rvm_string_match() 28 > case "${_string}" in
++ /scripts/functions/support : __rvm_string_match() 31 > shift
++ /scripts/functions/support : __rvm_string_match() 26 > (( 0 ))
++ /scripts/functions/support : __rvm_string_match() 33 > return 1
++ /scripts/functions/utility : __rvm_remove_from_array() 358 >
_temp_array+=("$_iterator")
++ /scripts/functions/utility : __rvm_remove_from_array() 356 > for _iterator
in '"$@"'
++ /scripts/functions/utility : __rvm_remove_from_array() 358 >
__rvm_string_match /bin '/Users/teja/.rvm/*'
++ /scripts/functions/support : __rvm_string_match() 23 > typeset _string
++ /scripts/functions/support : __rvm_string_match() 24 > _string=/bin
++ /scripts/functions/support : __rvm_string_match() 25 > shift
++ /scripts/functions/support : __rvm_string_match() 26 > (( 1 ))
++ /scripts/functions/support : __rvm_string_match() 28 > case "${_string}" in
++ /scripts/functions/support : __rvm_string_match() 31 > shift
++ /scripts/functions/support : __rvm_string_match() 26 > (( 0 ))
++ /scripts/functions/support : __rvm_string_match() 33 > return 1
++ /scripts/functions/utility : __rvm_remove_from_array() 358 >
_temp_array+=("$_iterator")
++ /scripts/functions/utility : __rvm_remove_from_array() 356 > for _iterator
in '"$@"'
++ /scripts/functions/utility : __rvm_remove_from_array() 358 >
__rvm_string_match /usr/sbin '/Users/teja/.rvm/*'
++ /scripts/functions/support : __rvm_string_match() 23 > typeset _string
++ /scripts/functions/support : __rvm_string_match() 24 > _string=/usr/sbin
++ /scripts/functions/support : __rvm_string_match() 25 > shift
++ /scripts/functions/support : __rvm_string_match() 26 > (( 1 ))
++ /scripts/functions/support : __rvm_string_match() 28 > case "${_string}" in
++ /scripts/functions/support : __rvm_string_match() 31 > shift
++ /scripts/functions/support : __rvm_string_match() 26 > (( 0 ))
++ /scripts/functions/support : __rvm_string_match() 33 > return 1
++ /scripts/functions/utility : __rvm_remove_from_array() 358 >
_temp_array+=("$_iterator")
++ /scripts/functions/utility : __rvm_remove_from_array() 356 > for _iterator
in '"$@"'
++ /scripts/functions/utility : __rvm_remove_from_array() 358 >
__rvm_string_match /sbin '/Users/teja/.rvm/*'
++ /scripts/functions/support : __rvm_string_match() 23 > typeset _string
++ /scripts/functions/support : __rvm_string_match() 24 > _string=/sbin
++ /scripts/functions/support : __rvm_string_match() 25 > shift
++ /scripts/functions/support : __rvm_string_match() 26 > (( 1 ))
++ /scripts/functions/support : __rvm_string_match() 28 > case "${_string}" in
++ /scripts/functions/support : __rvm_string_match() 31 > shift
++ /scripts/functions/support : __rvm_string_match() 26 > (( 0 ))
++ /scripts/functions/support : __rvm_string_match() 33 > return 1
++ /scripts/functions/utility : __rvm_remove_from_array() 358 >
_temp_array+=("$_iterator")
++ /scripts/functions/utility : __rvm_remove_from_array() 356 > for _iterator
in '"$@"'
++ /scripts/functions/utility : __rvm_remove_from_array() 358 >
__rvm_string_match /usr/local/sbin '/Users/teja/.rvm/*'
++ /scripts/functions/support : __rvm_string_match() 23 > typeset _string
++ /scripts/functions/support : __rvm_string_match() 24 >
_string=/usr/local/sbin
++ /scripts/functions/support : __rvm_string_match() 25 > shift
++ /scripts/functions/support : __rvm_string_match() 26 > (( 1 ))
++ /scripts/functions/support : __rvm_string_match() 28 > case "${_string}" in
++ /scripts/functions/support : __rvm_string_match() 31 > shift
++ /scripts/functions/support : __rvm_string_match() 26 > (( 0 ))
++ /scripts/functions/support : __rvm_string_match() 33 > return 1
++ /scripts/functions/utility : __rvm_remove_from_array() 358 >
_temp_array+=("$_iterator")
++ /scripts/functions/utility : __rvm_remove_from_array() 356 > for _iterator
in '"$@"'
++ /scripts/functions/utility : __rvm_remove_from_array() 358 >
__rvm_string_match /opt/X11/bin '/Users/teja/.rvm/*'
++ /scripts/functions/support : __rvm_string_match() 23 > typeset _string
++ /scripts/functions/support : __rvm_string_match() 24 > _string=/opt/X11/bin
++ /scripts/functions/support : __rvm_string_match() 25 > shift
++ /scripts/functions/support : __rvm_string_match() 26 > (( 1 ))
++ /scripts/functions/support : __rvm_string_match() 28 > case "${_string}" in
++ /scripts/functions/support : __rvm_string_match() 31 > shift
++ /scripts/functions/support : __rvm_string_match() 26 > (( 0 ))
++ /scripts/functions/support : __rvm_string_match() 33 > return 1
++ /scripts/functions/utility : __rvm_remove_from_array() 358 >
_temp_array+=("$_iterator")
++ /scripts/functions/utility : __rvm_remove_from_array() 360 > eval '_path=(
"${_temp_array[@]}" )'
+++ /scripts/functions/utility : __rvm_remove_from_array() 360 >
_path=("${_temp_array[@]}")
++ /scripts/functions/utility : __rvm_remove_from_path() 197 > __rvm_join_array
PATH : _path
++ /scripts/functions/utility : __rvm_join_array() 365 > typeset IFS
++ /scripts/functions/utility : __rvm_join_array() 366 > IFS=:
++ /scripts/functions/utility : __rvm_join_array() 367 > eval
'PATH="${_path[*]}"'
+++ /scripts/functions/utility : __rvm_join_array() 367 >
PATH=/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/opt/X11/bin
++ /scripts/functions/env : __rvm_remove_rvm_from_path() 148 >
__rvm_remove_from_path /Users/teja/.rvm/bin
++ /scripts/functions/utility : __rvm_remove_from_path() 192 > export PATH
++ /scripts/functions/utility : __rvm_remove_from_path() 193 > typeset -a _path
++ /scripts/functions/utility : __rvm_remove_from_path() 194 > _path=()
++ /scripts/functions/utility : __rvm_remove_from_path() 195 >
__rvm_custom_separated_array _path :
/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/opt/X11/bin
++ /scripts/functions/utility : __rvm_custom_separated_array() 340 > typeset
IFS
++ /scripts/functions/utility : __rvm_custom_separated_array() 341 > IFS=:
++ /scripts/functions/utility : __rvm_custom_separated_array() 342 > [[ -n ''
]]
++ /scripts/functions/utility : __rvm_custom_separated_array() 344 > eval
'_path+=( $3 )'
+++ /scripts/functions/utility : __rvm_custom_separated_array() 344 >
_path+=($3)
++ /scripts/functions/utility : __rvm_remove_from_path() 196 >
__rvm_remove_from_array _path /Users/teja/.rvm/bin /usr/local/bin /usr/bin /bin
/usr/sbin /sbin /usr/local/sbin /opt/X11/bin
++ /scripts/functions/utility : __rvm_remove_from_array() 350 > typeset
_array_name _search _iterator
++ /scripts/functions/utility : __rvm_remove_from_array() 351 > typeset -a
_temp_array
++ /scripts/functions/utility : __rvm_remove_from_array() 352 >
_array_name=_path
++ /scripts/functions/utility : __rvm_remove_from_array() 353 >
_search=/Users/teja/.rvm/bin
++ /scripts/functions/utility : __rvm_remove_from_array() 354 > shift 2
++ /scripts/functions/utility : __rvm_remove_from_array() 355 > _temp_array=()
++ /scripts/functions/utility : __rvm_remove_from_array() 356 > for _iterator
in '"$@"'
++ /scripts/functions/utility : __rvm_remove_from_array() 358 >
__rvm_string_match /usr/local/bin /Users/teja/.rvm/bin
++ /scripts/functions/support : __rvm_string_match() 23 > typeset _string
++ /scripts/functions/support : __rvm_string_match() 24 >
_string=/usr/local/bin
++ /scripts/functions/support : __rvm_string_match() 25 > shift
++ /scripts/functions/support : __rvm_string_match() 26 > (( 1 ))
++ /scripts/functions/support : __rvm_string_match() 28 > case "${_string}" in
++ /scripts/functions/support : __rvm_string_match() 31 > shift
++ /scripts/functions/support : __rvm_string_match() 26 > (( 0 ))
++ /scripts/functions/support : __rvm_string_match() 33 > return 1
++ /scripts/functions/utility : __rvm_remove_from_array() 358 >
_temp_array+=("$_iterator")
++ /scripts/functions/utility : __rvm_remove_from_array() 356 > for _iterator
in '"$@"'
++ /scripts/functions/utility : __rvm_remove_from_array() 358 >
__rvm_string_match /usr/bin /Users/teja/.rvm/bin
++ /scripts/functions/support : __rvm_string_match() 23 > typeset _string
++ /scripts/functions/support : __rvm_string_match() 24 > _string=/usr/bin
++ /scripts/functions/support : __rvm_string_match() 25 > shift
++ /scripts/functions/support : __rvm_string_match() 26 > (( 1 ))
++ /scripts/functions/support : __rvm_string_match() 28 > case "${_string}" in
++ /scripts/functions/support : __rvm_string_match() 31 > shift
++ /scripts/functions/support : __rvm_string_match() 26 > (( 0 ))
++ /scripts/functions/support : __rvm_string_match() 33 > return 1
++ /scripts/functions/utility : __rvm_remove_from_array() 358 >
_temp_array+=("$_iterator")
++ /scripts/functions/utility : __rvm_remove_from_array() 356 > for _iterator
in '"$@"'
++ /scripts/functions/utility : __rvm_remove_from_array() 358 >
__rvm_string_match /bin /Users/teja/.rvm/bin
++ /scripts/functions/support : __rvm_string_match() 23 > typeset _string
++ /scripts/functions/support : __rvm_string_match() 24 > _string=/bin
++ /scripts/functions/support : __rvm_string_match() 25 > shift
++ /scripts/functions/support : __rvm_string_match() 26 > (( 1 ))
++ /scripts/functions/support : __rvm_string_match() 28 > case "${_string}" in
++ /scripts/functions/support : __rvm_string_match() 31 > shift
++ /scripts/functions/support : __rvm_string_match() 26 > (( 0 ))
++ /scripts/functions/support : __rvm_string_match() 33 > return 1
++ /scripts/functions/utility : __rvm_remove_from_array() 358 >
_temp_array+=("$_iterator")
++ /scripts/functions/utility : __rvm_remove_from_array() 356 > for _iterator
in '"$@"'
++ /scripts/functions/utility : __rvm_remove_from_array() 358 >
__rvm_string_match /usr/sbin /Users/teja/.rvm/bin
++ /scripts/functions/support : __rvm_string_match() 23 > typeset _string
++ /scripts/functions/support : __rvm_string_match() 24 > _string=/usr/sbin
++ /scripts/functions/support : __rvm_string_match() 25 > shift
++ /scripts/functions/support : __rvm_string_match() 26 > (( 1 ))
++ /scripts/functions/support : __rvm_string_match() 28 > case "${_string}" in
++ /scripts/functions/support : __rvm_string_match() 31 > shift
++ /scripts/functions/support : __rvm_string_match() 26 > (( 0 ))
++ /scripts/functions/support : __rvm_string_match() 33 > return 1
++ /scripts/functions/utility : __rvm_remove_from_array() 358 >
_temp_array+=("$_iterator")
++ /scripts/functions/utility : __rvm_remove_from_array() 356 > for _iterator
in '"$@"'
++ /scripts/functions/utility : __rvm_remove_from_array() 358 >
__rvm_string_match /sbin /Users/teja/.rvm/bin
++ /scripts/functions/support : __rvm_string_match() 23 > typeset _string
++ /scripts/functions/support : __rvm_string_match() 24 > _string=/sbin
++ /scripts/functions/support : __rvm_string_match() 25 > shift
++ /scripts/functions/support : __rvm_string_match() 26 > (( 1 ))
++ /scripts/functions/support : __rvm_string_match() 28 > case "${_string}" in
++ /scripts/functions/support : __rvm_string_match() 31 > shift
++ /scripts/functions/support : __rvm_string_match() 26 > (( 0 ))
++ /scripts/functions/support : __rvm_string_match() 33 > return 1
++ /scripts/functions/utility : __rvm_remove_from_array() 358 >
_temp_array+=("$_iterator")
++ /scripts/functions/utility : __rvm_remove_from_array() 356 > for _iterator
in '"$@"'
++ /scripts/functions/utility : __rvm_remove_from_array() 358 >
__rvm_string_match /usr/local/sbin /Users/teja/.rvm/bin
++ /scripts/functions/support : __rvm_string_match() 23 > typeset _string
++ /scripts/functions/support : __rvm_string_match() 24 >
_string=/usr/local/sbin
++ /scripts/functions/support : __rvm_string_match() 25 > shift
++ /scripts/functions/support : __rvm_string_match() 26 > (( 1 ))
++ /scripts/functions/support : __rvm_string_match() 28 > case "${_string}" in
++ /scripts/functions/support : __rvm_string_match() 31 > shift
++ /scripts/functions/support : __rvm_string_match() 26 > (( 0 ))
++ /scripts/functions/support : __rvm_string_match() 33 > return 1
++ /scripts/functions/utility : __rvm_remove_from_array() 358 >
_temp_array+=("$_iterator")
++ /scripts/functions/utility : __rvm_remove_from_array() 356 > for _iterator
in '"$@"'
++ /scripts/functions/utility : __rvm_remove_from_array() 358 >
__rvm_string_match /opt/X11/bin /Users/teja/.rvm/bin
++ /scripts/functions/support : __rvm_string_match() 23 > typeset _string
++ /scripts/functions/support : __rvm_string_match() 24 > _string=/opt/X11/bin
++ /scripts/functions/support : __rvm_string_match() 25 > shift
++ /scripts/functions/support : __rvm_string_match() 26 > (( 1 ))
++ /scripts/functions/support : __rvm_string_match() 28 > case "${_string}" in
++ /scripts/functions/support : __rvm_string_match() 31 > shift
++ /scripts/functions/support : __rvm_string_match() 26 > (( 0 ))
++ /scripts/functions/support : __rvm_string_match() 33 > return 1
++ /scripts/functions/utility : __rvm_remove_from_array() 358 >
_temp_array+=("$_iterator")
++ /scripts/functions/utility : __rvm_remove_from_array() 360 > eval '_path=(
"${_temp_array[@]}" )'
+++ /scripts/functions/utility : __rvm_remove_from_array() 360 >
_path=("${_temp_array[@]}")
++ /scripts/functions/utility : __rvm_remove_from_path() 197 > __rvm_join_array
PATH : _path
++ /scripts/functions/utility : __rvm_join_array() 365 > typeset IFS
++ /scripts/functions/utility : __rvm_join_array() 366 > IFS=:
++ /scripts/functions/utility : __rvm_join_array() 367 > eval
'PATH="${_path[*]}"'
+++ /scripts/functions/utility : __rvm_join_array() 367 >
PATH=/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/opt/X11/bin
+++ /scripts/functions/env : __rvm_remove_rvm_from_path() 150 > __rvm_which rvm
++ /scripts/functions/env : __rvm_remove_rvm_from_path() 150 > local_rvm_path=
++ /scripts/functions/env : __rvm_remove_rvm_from_path() 153 > builtin hash -r
++ /scripts/selector : __rvm_use() 512 > printf %b
/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/opt/X11/bin
+ /scripts/selector : __rvm_use() 512 >
new_path=/Users/teja/.rvm/gems/ruby-1.9.3-p194/bin:/Users/teja/.rvm/gems/ruby-1.9.3-p194@global/bin:/Users/teja/.rvm/rubies/ruby-1.9.3-p194/bin:/Users/teja/.rvm/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/opt/X11/bin
+ /scripts/selector : __rvm_use() 518 > [[ -z ruby-1.9.3-p194 ]]
+ /scripts/selector : __rvm_use() 518 > export rvm_ruby_string
+ /scripts/selector : __rvm_use() 519 > [[ -z '' ]]
+ /scripts/selector : __rvm_use() 521 > [[ -n
/Users/teja/.rvm/gems/ruby-1.9.3-p194/bin:/Users/teja/.rvm/gems/ruby-1.9.3-p194@global/bin:/Users/teja/.rvm/rubies/ruby-1.9.3-p194/bin:/Users/teja/.rvm/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/opt/X11/bin
]]
+ /scripts/selector : __rvm_use() 523 > export
PATH=/Users/teja/.rvm/gems/ruby-1.9.3-p194/bin:/Users/teja/.rvm/gems/ruby-1.9.3-p194@global/bin:/Users/teja/.rvm/rubies/ruby-1.9.3-p194/bin:/Users/teja/.rvm/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/opt/X11/bin
+ /scripts/selector : __rvm_use() 523 >
PATH=/Users/teja/.rvm/gems/ruby-1.9.3-p194/bin:/Users/teja/.rvm/gems/ruby-1.9.3-p194@global/bin:/Users/teja/.rvm/rubies/ruby-1.9.3-p194/bin:/Users/teja/.rvm/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/opt/X11/bin
+ /scripts/selector : __rvm_use() 524 > unset new_path
+ /scripts/selector : __rvm_use() 525 > builtin hash -r
+ /scripts/selector : __rvm_use() 528 > [[ ruby-1.9.3-p194 != \s\y\s\t\e\m ]]
+ /scripts/selector : __rvm_use() 530 > case "${rvm_rvmrc_flag:-0}" in
+ /scripts/selector : __rvm_use() 536 > typeset environment_id
++ /scripts/selector : __rvm_use() 537 > __rvm_env_string
++ /scripts/functions/environment : __rvm_env_string() 5 > typeset _path
_string
++ /scripts/functions/environment : __rvm_env_string() 7 >
_path=/Users/teja/.rvm/gems/ruby-1.9.3-p194
++ /scripts/functions/environment : __rvm_env_string() 9 >
_string=ruby-1.9.3-p194
++ /scripts/functions/environment : __rvm_env_string() 10 >
_string=ruby-1.9.3-p194
++ /scripts/functions/environment : __rvm_env_string() 12 > printf %b
ruby-1.9.3-p194
+ /scripts/selector : __rvm_use() 537 > environment_id=ruby-1.9.3-p194
+ /scripts/selector : __rvm_use() 539 > (( 0 == 1 ))
+ /scripts/selector : __rvm_use() 548 > rvm_default_flag=0
+ /scripts/selector : __rvm_use() 550 > [[ -n '' ]]
+ /scripts/selector : __rvm_use() 556 > [[ -n '' ]]
+ /scripts/selector : __rvm_use() 564 > [[ maglev == \r\u\b\y ]]
+ /scripts/selector : __rvm_use() 588 > rvm_hook=after_use
+ /scripts/selector : __rvm_use() 589 > source /Users/teja/.rvm/scripts/hook
++ /scripts/hook : source() 4 > typeset old_rvm_verbose_flag old_rvm_debug_flag
++ /scripts/hook : source() 5 > old_rvm_verbose_flag=0
++ /scripts/hook : source() 6 > old_rvm_debug_flag=0
++ /scripts/hook : source() 9 > typeset rvm_verbose_flag rvm_debug_flag hooks
++ /scripts/hook : source() 11 > true rvm_verbose_flag:0 rvm_debug_flag:0
rvm_hook:after_use
++ /scripts/hook : source() 15 > [[ -n after_use ]]
++ /scripts/hook : source() 17 > hooks=("$rvm_hooks_path")
++ /scripts/hook : source() 18 > [[ /Users/teja/.rvm/rubies/.rvm/hooks ==
\/\U\s\e\r\s\/\t\e\j\a\/\.\r\v\m\/\h\o\o\k\s ]]
++ /scripts/hook : source() 19 > hooks+=("$PWD/.rvm/hooks")
++ /scripts/hook : source() 23 > _hooks_list=($(
find -L "${hooks[@]}" -iname "$rvm_hook*" -type f 2>/dev/null
))
+++ /scripts/hook : source() 24 > find -L /Users/teja/.rvm/hooks
/Users/teja/.rvm/rubies/.rvm/hooks -iname 'after_use*' -type f
++ /scripts/hook : source() 25 > for hook in '"${_hooks_list[@]}"'
++ /scripts/hook : source() 27 > [[ -x /Users/teja/.rvm/hooks/after_use_jruby
]]
++ /scripts/hook : source() 27 > [[ after_use_jruby == \a\f\t\e\r\_\u\s\e ]]
++ /scripts/hook : source() 25 > for hook in '"${_hooks_list[@]}"'
++ /scripts/hook : source() 27 > [[ -x
/Users/teja/.rvm/hooks/after_use_jruby_opts ]]
++ /scripts/hook : source() 27 > [[ after_use_jruby_opts == \a\f\t\e\r\_\u\s\e
]]
++ /scripts/hook : source() 37 > unset rvm_hook hooks _hooks_list hook
+ /scripts/selector : __rvm_use() 590 > return 0
+ /scripts/functions/environment : __rvm_run_with_env() 198 > eval
''\''/Users/teja/.rvm/scripts/gemsets'\'' initial'
+ /scripts/external : external_import_setup() 348 > __rvm_record_install
ruby-1.9.3-p194
+ /scripts/functions/install : __rvm_record_install() 5 > [[ -n ruby-1.9.3-p194
]]
+ /scripts/functions/install : __rvm_record_install() 7 > typeset
recorded_ruby_name rvm_install_record_file
++ /scripts/functions/install : __rvm_record_install() 8 >
/Users/teja/.rvm/scripts/tools strings ruby-1.9.3-p194
++ /scripts/base : 11 > [[ -z '' ]]
++ /scripts/base : 16 > export PS4
++ /scripts/base : 17 > PS4='+ ${BASH_SOURCE##${rvm_path:-}} :
${FUNCNAME[0]:+${FUNCNAME[0]}()} ${LINENO} > '
++ /scripts/base : 21 > export __array_start rvm_path
++ /scripts/base : 26 > [[ -n '' ]]
++ /scripts/base : 30 > __array_start=0
++ /scripts/base : 33 > (( 0 == 0 ))
++ /scripts/base : 35 > [[ -n 022 ]]
++ /scripts/base : 36 > rvm_rvmrc_files=("/etc/rvmrc" "$HOME/.rvmrc")
++ /scripts/base : 37 > [[ -n /Users/teja ]]
++ /scripts/base : 37 > [[ /Users/teja/.rvmrc -ef /Users/teja/.rvmrc ]]
++ /scripts/base : 38 > rvm_rvmrc_files+=("${rvm_prefix}/.rvmrc")
++ /scripts/base : 41 > for rvmrc in '"${rvm_rvmrc_files[@]}"'
++ /scripts/base : 43 > [[ -f /etc/rvmrc ]]
++ /scripts/base : 41 > for rvmrc in '"${rvm_rvmrc_files[@]}"'
++ /scripts/base : 43 > [[ -f /Users/teja/.rvmrc ]]
++ /scripts/base : 41 > for rvmrc in '"${rvm_rvmrc_files[@]}"'
++ /scripts/base : 43 > [[ -f /Users/teja/.rvmrc ]]
++ /scripts/base : 58 > unset rvm_rvmrc_files
++ /scripts/base : 61 > export rvm_path
++ /scripts/base : 62 > [[ -z /Users/teja/.rvm ]]
++ /scripts/base : 74 > true /Users/teja/.rvm/scripts
++ /scripts/base : 77 > source /Users/teja/.rvm/scripts/initialize
+++ /scripts/initialize : 3 > : rvm_trace_flag:1
+++ /scripts/initialize : 4 > (( rvm_trace_flag > 0 ))
+++ /scripts/initialize : 6 > set -o xtrace
+++ /scripts/initialize : 9 > [[ -z '' ]]
+++ /scripts/initialize : 14 > export PS4
+++ /scripts/initialize : 15 > PS4='+ ${BASH_SOURCE##${rvm_path:-}} :
${FUNCNAME[0]:+${FUNCNAME[0]}()} ${LINENO} > '
+++ /scripts/initialize : 21 > [[ -n 3.2.48(1)-release ]]
+++ /scripts/initialize : 23 > shopt -s extglob
+++ /scripts/initialize : 33 > export __rvm_env_loaded
+++ /scripts/initialize : 35 > : __rvm_env_loaded:3:
+++ /scripts/initialize : 37 > : __rvm_env_loaded:4:
+++ /scripts/initialize : 40 > [[ -z /Users/teja/.rvm/tmp ]]
+++ /scripts/initialize : 40 > (( __rvm_env_loaded == 1 ))
++ /scripts/base : 81 > case " ${rvm_base_except:-} " in
++ /scripts/base : 86 > source /Users/teja/.rvm/scripts/selector
++ /scripts/base : 87 > source /Users/teja/.rvm/scripts/selector_gemsets
++ /scripts/base : 91 > typeset -a scripts
++ /scripts/base : 94 > scripts=(logging support utility init cleanup env
rvmrc install environment gemset db bundler checksum)
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/logging
++++ /scripts/functions/logging : 40 > /Users/teja/.rvm/scripts/color red
+++ /scripts/functions/logging : 40 > rvm_error_clr=''
++++ /scripts/functions/logging : 41 > /Users/teja/.rvm/scripts/color yellow
+++ /scripts/functions/logging : 41 > rvm_warn_clr=''
++++ /scripts/functions/logging : 42 > /Users/teja/.rvm/scripts/color magenta
+++ /scripts/functions/logging : 42 > rvm_debug_clr=''
++++ /scripts/functions/logging : 43 > /Users/teja/.rvm/scripts/color green
+++ /scripts/functions/logging : 43 > rvm_notify_clr=''
++++ /scripts/functions/logging : 44 > /Users/teja/.rvm/scripts/color reset
+++ /scripts/functions/logging : 44 > rvm_reset_clr=''
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/support
+++ /scripts/functions/support : 3 > [[ -z tar ]]
+++ /scripts/functions/support : 12 > [[ ! =~ --no-same-owner ]]
+++ /scripts/functions/support : 13 > tar --help
+++ /scripts/functions/support : 13 > GREP_OPTIONS=
+++ /scripts/functions/support : 13 > grep -- --no-same-owner
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/utility
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/init
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/cleanup
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/env
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/rvmrc
+++ /scripts/functions/rvmrc : 3 > export escape_flag _first _second
+++ /scripts/functions/rvmrc : 4 > escape_flag=1
+++ /scripts/functions/rvmrc : 5 > _first=0
+++ /scripts/functions/rvmrc : 6 > _second=1
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/install
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/environment
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/gemset
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/db
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/bundler
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/checksum
++ /scripts/base : 98 > unset scripts entry rvm_base_except
+ /scripts/tools : 220 > args=($*)
+ /scripts/tools : 221 > action=strings
++ /scripts/tools : 222 > echo ruby-1.9.3-p194
+ /scripts/tools : 222 > args=ruby-1.9.3-p194
+ /scripts/tools : 224 > [[ -z strings ]]
+ /scripts/tools : 226 > case "$action" in
+ /scripts/tools : 229 > tools_strings ruby-1.9.3-p194
+ /scripts/tools : tools_strings() 35 > for ruby_name in '"$@"'
+ /scripts/tools : tools_strings() 36 > __rvm_unset_ruby_variables
+ /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
+ /scripts/functions/env : __rvm_unset_ruby_variables() 22 > __rvm_load_rvmrc
+ /scripts/functions/init : __rvm_load_rvmrc() 5 > typeset _file
+ /scripts/functions/init : __rvm_load_rvmrc() 6 > typeset -a rvm_rvmrc_files
+ /scripts/functions/init : __rvm_load_rvmrc() 7 > (( 0 == 1 ))
+ /scripts/functions/init : __rvm_load_rvmrc() 12 > [[ -n 022 ]]
+ /scripts/functions/init : __rvm_load_rvmrc() 14 >
rvm_rvmrc_files=("/etc/rvmrc" "$HOME/.rvmrc")
+ /scripts/functions/init : __rvm_load_rvmrc() 15 > [[ -n /Users/teja ]]
+ /scripts/functions/init : __rvm_load_rvmrc() 15 > [[ /Users/teja/.rvmrc -ef
/Users/teja/.rvmrc ]]
+ /scripts/functions/init : __rvm_load_rvmrc() 16 >
rvm_rvmrc_files+=("${rvm_prefix}/.rvmrc")
+ /scripts/functions/init : __rvm_load_rvmrc() 18 > for _file in
'"${rvm_rvmrc_files[@]}"'
+ /scripts/functions/init : __rvm_load_rvmrc() 20 > [[ -s /etc/rvmrc ]]
+ /scripts/functions/init : __rvm_load_rvmrc() 18 > for _file in
'"${rvm_rvmrc_files[@]}"'
+ /scripts/functions/init : __rvm_load_rvmrc() 20 > [[ -s /Users/teja/.rvmrc ]]
+ /scripts/functions/init : __rvm_load_rvmrc() 18 > for _file in
'"${rvm_rvmrc_files[@]}"'
+ /scripts/functions/init : __rvm_load_rvmrc() 20 > [[ -s /Users/teja/.rvmrc ]]
+ /scripts/functions/init : __rvm_load_rvmrc() 35 > return 0
+ /scripts/tools : tools_strings() 37 > rvm_ruby_string=ruby-1.9.3-p194
+ /scripts/tools : tools_strings() 39 > basename
/Users/teja/.rvm/gems/ruby-1.9.3-p194
+ /scripts/tools : 236 > exit 0
+ /scripts/functions/install : __rvm_record_install() 8 >
recorded_ruby_name=ruby-1.9.3-p194
+ /scripts/functions/install : __rvm_record_install() 9 >
rvm_install_record_file=/Users/teja/.rvm/user/installs
+ /scripts/functions/install : __rvm_record_install() 11 > [[ -f
/Users/teja/.rvm/user/installs ]]
+ /scripts/functions/install : __rvm_record_install() 12 > __rvm_sed_i
/Users/teja/.rvm/user/installs -e '/^ruby-1.9.3-p194/d'
+ /scripts/functions/support : __rvm_sed_i() 54 > typeset filename
+ /scripts/functions/support : __rvm_sed_i() 55 >
filename=/Users/teja/.rvm/user/installs
+ /scripts/functions/support : __rvm_sed_i() 56 > shift
+ /scripts/functions/support : __rvm_sed_i() 58 > sed -e '/^ruby-1.9.3-p194/d'
+ /scripts/functions/support : __rvm_sed_i() 59 > mv
/Users/teja/.rvm/user/installs.new /Users/teja/.rvm/user/installs
+ /scripts/functions/install : __rvm_record_install() 15 > printf %b
'ruby-1.9.3-p194 -- \n'
+__rvm_install_ruby_try_remote:24> return 0
+__rvm_install_ruby:37> return 0
+__rvm_manage_rubies:48> [[ install == install ]]
+__rvm_manage_rubies:49> __rvm_record_install 1.9.3
+__rvm_record_install:2> [[ -n 1.9.3 ]]
+__rvm_record_install:4> typeset recorded_ruby_name rvm_install_record_file
+__rvm_record_install:5> recorded_ruby_name=+__rvm_record_install:5>
/Users/teja/.rvm/scripts/tools strings 1.9.3
++ [[ -z '' ]]
++ export PS4
++ PS4='+ ${BASH_SOURCE##${rvm_path:-}} : ${FUNCNAME[0]:+${FUNCNAME[0]}()}
${LINENO} > '
++ /scripts/base : 21 > export __array_start rvm_path
++ /scripts/base : 26 > [[ -n '' ]]
++ /scripts/base : 30 > __array_start=0
++ /scripts/base : 33 > (( 0 == 0 ))
++ /scripts/base : 35 > [[ -n 022 ]]
++ /scripts/base : 36 > rvm_rvmrc_files=("/etc/rvmrc" "$HOME/.rvmrc")
++ /scripts/base : 37 > [[ -n /Users/teja ]]
++ /scripts/base : 37 > [[ /Users/teja/.rvmrc -ef /Users/teja/.rvmrc ]]
++ /scripts/base : 38 > rvm_rvmrc_files+=("${rvm_prefix}/.rvmrc")
++ /scripts/base : 41 > for rvmrc in '"${rvm_rvmrc_files[@]}"'
++ /scripts/base : 43 > [[ -f /etc/rvmrc ]]
++ /scripts/base : 41 > for rvmrc in '"${rvm_rvmrc_files[@]}"'
++ /scripts/base : 43 > [[ -f /Users/teja/.rvmrc ]]
++ /scripts/base : 41 > for rvmrc in '"${rvm_rvmrc_files[@]}"'
++ /scripts/base : 43 > [[ -f /Users/teja/.rvmrc ]]
++ /scripts/base : 58 > unset rvm_rvmrc_files
++ /scripts/base : 61 > export rvm_path
++ /scripts/base : 62 > [[ -z /Users/teja/.rvm ]]
++ /scripts/base : 74 > true /Users/teja/.rvm/scripts
++ /scripts/base : 77 > source /Users/teja/.rvm/scripts/initialize
+++ /scripts/initialize : 3 > : rvm_trace_flag:1
+++ /scripts/initialize : 4 > (( rvm_trace_flag > 0 ))
+++ /scripts/initialize : 6 > set -o xtrace
+++ /scripts/initialize : 9 > [[ -z '' ]]
+++ /scripts/initialize : 14 > export PS4
+++ /scripts/initialize : 15 > PS4='+ ${BASH_SOURCE##${rvm_path:-}} :
${FUNCNAME[0]:+${FUNCNAME[0]}()} ${LINENO} > '
+++ /scripts/initialize : 21 > [[ -n 3.2.48(1)-release ]]
+++ /scripts/initialize : 23 > shopt -s extglob
+++ /scripts/initialize : 33 > export __rvm_env_loaded
+++ /scripts/initialize : 35 > : __rvm_env_loaded:2:
+++ /scripts/initialize : 37 > : __rvm_env_loaded:3:
+++ /scripts/initialize : 40 > [[ -z /Users/teja/.rvm/tmp ]]
+++ /scripts/initialize : 40 > (( __rvm_env_loaded == 1 ))
++ /scripts/base : 81 > case " ${rvm_base_except:-} " in
++ /scripts/base : 86 > source /Users/teja/.rvm/scripts/selector
++ /scripts/base : 87 > source /Users/teja/.rvm/scripts/selector_gemsets
++ /scripts/base : 91 > typeset -a scripts
++ /scripts/base : 94 > scripts=(logging support utility init cleanup env
rvmrc install environment gemset db bundler checksum)
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/logging
++++ /scripts/functions/logging : 40 > /Users/teja/.rvm/scripts/color red
+++ /scripts/functions/logging : 40 > rvm_error_clr=''
++++ /scripts/functions/logging : 41 > /Users/teja/.rvm/scripts/color yellow
+++ /scripts/functions/logging : 41 > rvm_warn_clr=''
++++ /scripts/functions/logging : 42 > /Users/teja/.rvm/scripts/color magenta
+++ /scripts/functions/logging : 42 > rvm_debug_clr=''
++++ /scripts/functions/logging : 43 > /Users/teja/.rvm/scripts/color green
+++ /scripts/functions/logging : 43 > rvm_notify_clr=''
++++ /scripts/functions/logging : 44 > /Users/teja/.rvm/scripts/color reset
+++ /scripts/functions/logging : 44 > rvm_reset_clr=''
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/support
+++ /scripts/functions/support : 3 > [[ -z tar ]]
+++ /scripts/functions/support : 12 > [[ ! =~ --no-same-owner ]]
+++ /scripts/functions/support : 13 > tar --help
+++ /scripts/functions/support : 13 > GREP_OPTIONS=
+++ /scripts/functions/support : 13 > grep -- --no-same-owner
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/utility
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/init
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/cleanup
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/env
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/rvmrc
+++ /scripts/functions/rvmrc : 3 > export escape_flag _first _second
+++ /scripts/functions/rvmrc : 4 > escape_flag=1
+++ /scripts/functions/rvmrc : 5 > _first=0
+++ /scripts/functions/rvmrc : 6 > _second=1
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/install
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/environment
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/gemset
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/db
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/bundler
++ /scripts/base : 95 > for entry in '${scripts[@]}'
++ /scripts/base : 96 > source /Users/teja/.rvm/scripts/functions/checksum
++ /scripts/base : 98 > unset scripts entry rvm_base_except
+ /scripts/tools : 220 > args=($*)
+ /scripts/tools : 221 > action=strings
++ /scripts/tools : 222 > echo 1.9.3
+ /scripts/tools : 222 > args=1.9.3
+ /scripts/tools : 224 > [[ -z strings ]]
+ /scripts/tools : 226 > case "$action" in
+ /scripts/tools : 229 > tools_strings 1.9.3
+ /scripts/tools : tools_strings() 35 > for ruby_name in '"$@"'
+ /scripts/tools : tools_strings() 36 > __rvm_unset_ruby_variables
+ /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
+ /scripts/functions/env : __rvm_unset_ruby_variables() 22 > __rvm_load_rvmrc
+ /scripts/functions/init : __rvm_load_rvmrc() 5 > typeset _file
+ /scripts/functions/init : __rvm_load_rvmrc() 6 > typeset -a rvm_rvmrc_files
+ /scripts/functions/init : __rvm_load_rvmrc() 7 > (( 0 == 1 ))
+ /scripts/functions/init : __rvm_load_rvmrc() 12 > [[ -n 022 ]]
+ /scripts/functions/init : __rvm_load_rvmrc() 14 >
rvm_rvmrc_files=("/etc/rvmrc" "$HOME/.rvmrc")
+ /scripts/functions/init : __rvm_load_rvmrc() 15 > [[ -n /Users/teja ]]
+ /scripts/functions/init : __rvm_load_rvmrc() 15 > [[ /Users/teja/.rvmrc -ef
/Users/teja/.rvmrc ]]
+ /scripts/functions/init : __rvm_load_rvmrc() 16 >
rvm_rvmrc_files+=("${rvm_prefix}/.rvmrc")
+ /scripts/functions/init : __rvm_load_rvmrc() 18 > for _file in
'"${rvm_rvmrc_files[@]}"'
+ /scripts/functions/init : __rvm_load_rvmrc() 20 > [[ -s /etc/rvmrc ]]
+ /scripts/functions/init : __rvm_load_rvmrc() 18 > for _file in
'"${rvm_rvmrc_files[@]}"'
+ /scripts/functions/init : __rvm_load_rvmrc() 20 > [[ -s /Users/teja/.rvmrc ]]
+ /scripts/functions/init : __rvm_load_rvmrc() 18 > for _file in
'"${rvm_rvmrc_files[@]}"'
+ /scripts/functions/init : __rvm_load_rvmrc() 20 > [[ -s /Users/teja/.rvmrc ]]
+ /scripts/functions/init : __rvm_load_rvmrc() 35 > return 0
+ /scripts/tools : tools_strings() 37 > rvm_ruby_string=1.9.3
+ /scripts/tools : tools_strings() 39 > basename
/Users/teja/.rvm/gems/ruby-1.9.3-p194
+ /scripts/tools : 236 > exit 0
+__rvm_record_install:5> recorded_ruby_name=ruby-1.9.3-p194
+__rvm_record_install:6> rvm_install_record_file=/Users/teja/.rvm/user/installs
+__rvm_record_install:8> [[ -f /Users/teja/.rvm/user/installs ]]
+__rvm_record_install:9> __rvm_sed_i /Users/teja/.rvm/user/installs -e
'/^ruby-1.9.3-p194/d'
+__rvm_sed_i:2> typeset filename
+__rvm_sed_i:3> filename=/Users/teja/.rvm/user/installs
+__rvm_sed_i:4> shift
+__rvm_sed_i:6> sed -e '/^ruby-1.9.3-p194/d'
+__rvm_sed_i:7> mv /Users/teja/.rvm/user/installs.new
/Users/teja/.rvm/user/installs
+__rvm_record_install:12> printf %b 'ruby-1.9.3-p194 -- \n'
~ $ gem install kgio
Building native extensions. This could take a while...
ERROR: Error installing kgio:
ERROR: Failed to build gem native extension.
/Users/teja/.rvm/rubies/ruby-1.9.3-p194/bin/ruby extconf.rb
checking for CLOCK_MONOTONIC in time.h... no
checking for CLOCK_MONOTONIC() in time.h... no
checking for clockid_t in time.h... no
checking for clock_gettime() in -lrt... no
checking for t_open() in -lnsl... no
checking for socket() in -lsocket... no
checking for poll() in poll.h... yes
checking for getaddrinfo() in sys/types.h,sys/socket.h,netdb.h... yes
checking for getnameinfo() in sys/types.h,sys/socket.h,netdb.h... yes
checking for struct sockaddr_storage in sys/types.h,sys/socket.h... yes
checking for accept4() in sys/socket.h... no
checking for sys/select.h... yes
checking for ruby/io.h... yes
checking for rb_io_t.fd in ruby.h,ruby/io.h... yes
checking for rb_io_t.mode in ruby.h,ruby/io.h... yes
checking for rb_io_t.pathv in ruby.h,ruby/io.h... yes
checking for struct RFile in ruby.h,ruby/io.h... yes
checking size of struct RFile in ruby.h,ruby/io.h... *** extconf.rb failed ***
Could not create Makefile due to some reason, probably lack of
necessary libraries and/or headers. Check the mkmf.log file for more
details. You may need configuration options.
Provided configuration options:
--with-opt-dir
--without-opt-dir
--with-opt-include
--without-opt-include=${opt-dir}/include
--with-opt-lib
--without-opt-lib=${opt-dir}/lib
--with-make-prog
--without-make-prog
--srcdir=.
--curdir
--ruby=/Users/teja/.rvm/rubies/ruby-1.9.3-p194/bin/ruby
--with-rtlib
--without-rtlib
--with-nsllib
--without-nsllib
--with-socketlib
--without-socketlib
/Users/teja/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/mkmf.rb:597:in `Integer':
can't convert nil into Integer (TypeError)
from /Users/teja/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/mkmf.rb:597:in
`block in try_constant'
from /Users/teja/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/mkmf.rb:330:in
`popen'
from /Users/teja/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/mkmf.rb:330:in
`block in xpopen'
from /Users/teja/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/mkmf.rb:254:in
`open'
from /Users/teja/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/mkmf.rb:323:in
`xpopen'
from /Users/teja/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/mkmf.rb:596:in
`try_constant'
from /Users/teja/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/mkmf.rb:1156:in
`block in check_sizeof'
from /Users/teja/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/mkmf.rb:790:in
`block in checking_for'
from /Users/teja/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/mkmf.rb:284:in
`block (2 levels) in postpone'
from /Users/teja/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/mkmf.rb:254:in
`open'
from /Users/teja/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/mkmf.rb:284:in
`block in postpone'
from /Users/teja/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/mkmf.rb:254:in
`open'
from /Users/teja/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/mkmf.rb:280:in
`postpone'
from /Users/teja/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/mkmf.rb:789:in
`checking_for'
from /Users/teja/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/mkmf.rb:1155:in
`check_sizeof'
from extconf.rb:40:in `<main>'
Gem files will remain installed in
/Users/teja/.rvm/gems/ruby-1.9.3-p194@global/gems/kgio-2.7.4 for inspection.
Results logged to
/Users/teja/.rvm/gems/ruby-1.9.3-p194@global/gems/kgio-2.7.4/ext/kgio/gem_make.out
~ $ rvm get head
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 185 100 185 0 0 73 0 0:00:02 0:00:02 --:--:-- 121
100 10009 100 10009 0 0 1726 0 0:00:05 0:00:05 --:--:-- 9132
Downloading RVM from wayneeseguin branch master
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 125 100 125 0 0 50 0 0:00:02 0:00:02 --:--:-- 79
100 1084k 100 1084k 0 0 6930 0 0:02:40 0:02:40 --:--:-- 6204
Upgrading the RVM installation in /Users/teja/.rvm/
RVM PATH line found in /Users/teja/.bashrc /Users/teja/.zshrc.
RVM sourcing line found in /Users/teja/.bash_login /Users/teja/.zlogin.
Upgrade Notes:
* No new notes to display.
# RVM: Shell scripts enabling management of multiple ruby environments.
# RTFM: https://rvm.io/
# HELP: http://webchat.freenode.net/?channels=rvm (#rvm on irc.freenode.net)
# Cheatsheet: http://cheat.errtheblog.com/s/rvm/
# Screencast: http://screencasts.org/episodes/how-to-use-rvm
# In case of any issues read output of 'rvm requirements' and/or 'rvm notes'
Upgrade of RVM in /Users/teja/.rvm/ is complete.
# Teja Sophista,
#
# Thank you for using RVM!
# I sincerely hope that RVM helps to make your life easier and
# more enjoyable!!!
#
# ~Wayne
rvm 1.16.6 (master) by Wayne E. Seguin <wayneeseguin@gmail.com>, Michal Papis
<mpapis@gmail.com> [https://rvm.io/]
RVM reloaded!
~ $ rvm reload
RVM reloaded!
~ $ rvm --version
rvm 1.16.6 (master) by Wayne E. Seguin <wayneeseguin@gmail.com>, Michal Papis
<mpapis@gmail.com> [https://rvm.io/]
~ $ which gcc
/usr/bin/gcc
~ $ which gcc-4.2
/usr/local/bin/gcc-4.2
~ $ gcc --version
i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658)
(LLVM build 2336.11.00)
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
~ $ gcc-4.2 --version
i686-apple-darwin11-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5666) (dot 3)
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
~ $ which zsh
/bin/zsh
~ $ zsh --version
zsh 4.3.11 (i386-apple-darwin12.0)
~ $ brew --version
0.9.3
~ $ brew list apple-gcc42
/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/i686-apple-darwin11-gfortran-4.2.1
/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/i686-apple-darwin11-gcc-4.2.1
/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/i686-apple-darwin11-g++-4.2.1
/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/i686-apple-darwin11-cpp-4.2.1
/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/gfortran-4.2
/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/gfortran
/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/gcov-4.2
/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/gcc-4.2
/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/g++-4.2
/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/cpp-4.2
/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/c++-4.2
/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/include/gcc/ (4 files)
/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/lib/gcc/ (72 files)
/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/libexec/gcc/ (11 files)
/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/share/man/ (10 files)
~ $ brew list automake
/usr/local/Cellar/automake/1.12.4/bin/automake-1.12
/usr/local/Cellar/automake/1.12.4/bin/automake
/usr/local/Cellar/automake/1.12.4/bin/aclocal-1.12
/usr/local/Cellar/automake/1.12.4/bin/aclocal
/usr/local/Cellar/automake/1.12.4/share/aclocal/ (2 files)
/usr/local/Cellar/automake/1.12.4/share/aclocal-1.12/ (36 files)
/usr/local/Cellar/automake/1.12.4/share/automake-1.12/ (77 files)
/usr/local/Cellar/automake/1.12.4/share/doc/automake/amhello-1.0.tar.gz
/usr/local/Cellar/automake/1.12.4/share/man/ (4 files)
~ $ brew list autoconf
/usr/local/Cellar/autoconf/2.69/bin/ifnames
/usr/local/Cellar/autoconf/2.69/bin/autoupdate
/usr/local/Cellar/autoconf/2.69/bin/autoscan
/usr/local/Cellar/autoconf/2.69/bin/autoreconf
/usr/local/Cellar/autoconf/2.69/bin/autom4te
/usr/local/Cellar/autoconf/2.69/bin/autoheader
/usr/local/Cellar/autoconf/2.69/bin/autoconf
/usr/local/Cellar/autoconf/2.69/share/autoconf/ (42 files)
/usr/local/Cellar/autoconf/2.69/share/emacs/ (4 files)
/usr/local/Cellar/autoconf/2.69/share/man/ (9 files)
~ $ brew doctor
Your system is raring to brew.
~ $ xcode-select -print-path
/Applications/Xcode.app/Contents/Developer
~ $ xcodebuild -version
Xcode 4.5
Build version 4G182
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment