binscripts/rvm-update-head in rvm-0.1.40 vs binscripts/rvm-update-head in rvm-0.1.41

- old
+ new

@@ -5,7 +5,9 @@ mkdir -p $rvm_path/src/ cd $rvm_path/src rm -rf ./rvm/ && git clone --depth 1 git://github.com/wayneeseguin/rvm.git cd rvm -dos2unix scripts/* >/dev/null 2>&1 +# v v v This is a godo idea however it does not preserve the executible bit. +# Needs more thought, perhaps a simple sed instead. +# dos2unix scripts/* >/dev/null 2>&1 bash scripts/install