From: Ryan Leavengood Date: 2006-04-25T11:28:53+09:00 Subject: Re: Format of RUBYOPT On 4/24/06, Curt Hibbs wrote: > > I only recently discovered this myself... with a single option you can omit > the "-", but with multiple, the "-" is required. OK, so not only do I need to check for an existing RUBYOPT, but if is defined and it only has one option, I need to add a dash to the existing if it lacks it, then add -rubygems. Then on uninstall this needs to be restored. Nice. I'm glad I'm prototyping this in Ruby. Ryan