Skip to content

Commit

Permalink
Commented out dos2unix for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
wayneeseguin committed Jul 6, 2010
1 parent 5165def commit 5bef125
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion binscripts/rvm-update-head
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,7 @@ 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
4 changes: 3 additions & 1 deletion binscripts/rvm-update-latest
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ tar zxf "rvm-${stable_version}.tar.gz"

cd "rvm-${stable_version}"

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

0 comments on commit 5bef125

Please sign in to comment.