lib/rvm/shell/shell_wrapper.sh in rvm-1.2.4 vs lib/rvm/shell/shell_wrapper.sh in rvm-1.2.5
- old
+ new
@@ -3,8 +3,11 @@
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\"#"
+ \env | \sed \
+ -e "s#'#\\'#g" \
+ -e 's#"#\\"#g' \
+ -e "s#\\([^=]*\\)=\\(.*\\)# '\1': \"\2\"#"
echo "----------------RVM-RESULTS-END----------------"
}