scripts/hook in rvm-0.1.6 vs scripts/hook in rvm-0.1.7
- old
+ new
@@ -1,5 +1,5 @@
-#!//usr/bin/env bash
+#!/usr/bin/env bash
if [[ ! -z "$rvm_trace_flag" ]] ; then set -x ; export rvm_trace_flag ; fi
trap "if [[ -d $rvm_tmp_path/ ]] && [[ -f $rvm_tmp_path/$$ ]] ; then rm -f $rvm_tmp_path/$$ > /dev/null 2>&1 ; fi ; exit" 0 1 2 3 15