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