From 8524d49c43387577c2f89c6664fd33b6bf0114a3 Mon Sep 17 00:00:00 2001 From: Dan Healy Date: Thu, 30 Jun 2011 21:10:10 -0700 Subject: [PATCH] rvm_prefix does not have a trailing slash --- scripts/initialize | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/initialize b/scripts/initialize index 4c9caaf9ff..c7c39b526e 100644 --- a/scripts/initialize +++ b/scripts/initialize @@ -28,8 +28,8 @@ command -v __rvm_load_rvmrc >/dev/null 2>&1 || \ # if (( ${rvm_user_install_flag:=0} == 0 )) then - true "${rvm_bin_path:="${rvm_prefix}bin"}" - true "${rvm_man_path:="${rvm_prefix}share/man"}" + true "${rvm_bin_path:="${rvm_prefix}/bin"}" + true "${rvm_man_path:="${rvm_prefix}/share/man"}" true "${rvm_rc_files:="/etc/profile /etc/zshenv"}" else true "${rvm_bin_path:="$rvm_path/bin"}"