|
Posted by Meal on June 3, 2008, 5:47 pm
Please log in for more thread options
> >> Just set the env vars in the parent process (i.e. your Perl script) and=
> >> the child processes (build script) will inherit them.
>
> >> jue
>
> >Thanks to both of you.
> >It seems there's no other way.
> >The .cmd file to set the variables is rather large, I definitely don't
> >want to set that much variables manually.
>
> Nobody is talking about setting them manually. Just set them in your
> Perl script.
>
> jue
Well, set them "manually" in my perl script.
I want a way that I don't need to take care of the content of the .cmd
file.
|