Skip to content

Commit

Permalink
save RUBYOPT before unseting it
Browse files Browse the repository at this point in the history
  • Loading branch information
mpapis committed Aug 31, 2012
1 parent 325aca5 commit 53a6d01
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/manage
Expand Up @@ -18,6 +18,9 @@ source "$rvm_scripts_path/functions/irbrc"
source "$rvm_scripts_path/functions/db"
source "$rvm_scripts_path/functions/manage/base"

if [[ -n "${RUBYOPT:-""}" ]]
then ruby_options="$RUBYOPT"
fi
unset RUBYLIB RUBYOPT # Sanity check.

args=($*)
Expand Down

0 comments on commit 53a6d01

Please sign in to comment.