Hi,
In message "[ruby-talk:02690] Re: Tainting"
on 00/05/10, Dave Thomas <Dave / thomases.com> writes:
|ts <decoux / moulon.inra.fr> writes:
|
|> My remark was because I was really surprised to have `.' in $LOAD_PATH
|> when running a script with #!/usr/bin/ruby -T, i.e.
|
|Is the answer simply to defer all path and RUBYOPT processing until
|after any potential options have been read?
I gues it is. I'll move adding RUBYLIB and "." to the load path after
#! line parsing. It seems work fine.
matz.