Sha256: f2f0917e19a2d2a7995c4b24f141e5df041ca1aacc678a50efceeb7520eb6e8e

Contents?: true

Size: 409 Bytes

Versions: 24

Compression:

Stored size: 409 Bytes

Contents

# Prints an epilog to a shell command.
__rvm_show_command_epilog() {
  local last_command_result="$?"
  echo "---------------RVM-RESULTS-START---------------"
  echo "---"
  echo " exit_status: \"$last_command_result\""
  echo " environment:"
  \env | \sed \
    -e "s#'#\\'#g" \
    -e 's#"#\\"#g' \
    -e "s#\\([^=]*\\)=\\(.*\\)#   '\1': \"\2\"#"
  echo "----------------RVM-RESULTS-END----------------"
}

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
rvm-1.6.16 lib/rvm/shell/shell_wrapper.sh
rvm-1.6.13 lib/rvm/shell/shell_wrapper.sh
rvm-1.6.12 lib/rvm/shell/shell_wrapper.sh
rvm-1.6.11 lib/rvm/shell/shell_wrapper.sh
rvm-1.6.10 lib/rvm/shell/shell_wrapper.sh
rvm-1.6.9 lib/rvm/shell/shell_wrapper.sh
rvm-1.6.8 lib/rvm/shell/shell_wrapper.sh
rvm-1.6.7 lib/rvm/shell/shell_wrapper.sh
rvm-1.6.6 lib/rvm/shell/shell_wrapper.sh
rvm-1.6.5 lib/rvm/shell/shell_wrapper.sh
rvm-1.6.4 lib/rvm/shell/shell_wrapper.sh
rvm-1.6.3 lib/rvm/shell/shell_wrapper.sh
rvm-1.6.2 lib/rvm/shell/shell_wrapper.sh
rvm-1.5.2 lib/rvm/shell/shell_wrapper.sh
rvm-1.5.1 lib/rvm/shell/shell_wrapper.sh
rvm-1.5.0 lib/rvm/shell/shell_wrapper.sh
rvm-1.3.2 lib/rvm/shell/shell_wrapper.sh
rvm-1.3.1 lib/rvm/shell/shell_wrapper.sh
rvm-1.3.0 lib/rvm/shell/shell_wrapper.sh
rvm-1.2.9 lib/rvm/shell/shell_wrapper.sh