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