Sha256: 67175d2f9f4230f1408198018e80db7065acbbc088853efd8728ea24d77fe590

Contents?: true

Size: 395 Bytes

Versions: 11

Compression:

Stored size: 395 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 "s#'#\\'#g" | \sed -e 's#"#\\"#g' -e "s#\\([^=]*\\)=\\(.*\\)#   '\1': \"\2\"#"
  echo "----------------RVM-RESULTS-END----------------"
}

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
rvm-1.2.4 lib/rvm/shell/shell_wrapper.sh
rvm-1.2.3 lib/rvm/shell/shell_wrapper.sh
rvm-1.2.2 lib/rvm/shell/shell_wrapper.sh
rvm-1.1.12 lib/rvm/shell/shell_wrapper.sh
rvm-1.1.11 lib/rvm/shell/shell_wrapper.sh
rvm-1.1.10 lib/rvm/shell/shell_wrapper.sh
rvm-1.1.9 lib/rvm/shell/shell_wrapper.sh
rvm-1.1.8 lib/rvm/shell/shell_wrapper.sh
rvm-1.1.7 lib/rvm/shell/shell_wrapper.sh
rvm-1.1.6 lib/rvm/shell/shell_wrapper.sh
rvm-1.1.5 lib/rvm/shell/shell_wrapper.sh