Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions script/rvm-auto.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ fi
# make sure rvm is installed
if test -x "${rvm_path:-}/bin/rvm"
then true
else rvm_fail "Can not find rvm in '${rvm_path:-}'." 102
else rvm_fail "Cannot find rvm in '${rvm_path:-}'." 102
fi

if
Expand All @@ -65,6 +65,6 @@ else
\. "${source_file:-}" &&
exec "$@"
else
rvm_fail "Can not find ruby for '$ruby_string'." 103
rvm_fail "Cannot find ruby for '$ruby_string'." 103
fi
fi