Skip to content

Commit

Permalink
no colors foer paths
Browse files Browse the repository at this point in the history
  • Loading branch information
mpapis committed Mar 20, 2012
1 parent 46c18c2 commit 8001b54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/functions/manage/base
Expand Up @@ -564,7 +564,7 @@ __rvm_fetch_ruby()

__rvm_rm_rf "${rvm_src_path}/$rvm_ruby_string"

mv "${rvm_tmp_path:-/tmp}/rvm_src_$$/$(builtin cd ${rvm_tmp_path:-/tmp}/rvm_src_$$ ; ls)" \
mv "${rvm_tmp_path:-/tmp}/rvm_src_$$/$(builtin cd ${rvm_tmp_path:-/tmp}/rvm_src_$$ ; \ls --color=no)" \
"${rvm_src_path}/$rvm_ruby_string"

__rvm_rm_rf "${rvm_tmp_path:-/tmp}/rvm_src_$$"
Expand Down

0 comments on commit 8001b54

Please sign in to comment.