Jordan Brown writes:
> 
> 
> Tom Whitten wrote:
> > Jordan Brown writes:
> >> How do I set an environment variable with a space in it, like LD_PRELOAD 
> >> with more than one object to load?
> >>
> >> I tried
> >>    setenv LD_PRELOAD foo bar
> >>    setenv LD_PRELOAD 'foo bar'
> >>    setenv LD_PRELOAD "foo bar"
> >>    setenv LD_PRELOAD foo\ bar
> >>    setenv LD_PRELOAD (foo bar)
> >>
> >> The only one that wasn't a syntax error was the one with double quotes, 
> >> and 
> >> it put the double quotes into the variable's value.
> >> _______________________________________________
> >> smf-discuss mailing list
> >> smf-discuss at opensolaris.org
> > 
> > Jordan,
> > 
> > Since you sent this message to smf-discuss, I assume that you are asking
> > about setting environment variables for the smf_methods.
> 
> Yes.  Sorry, looking at that again I was really weak on supplying context. 
>   Sorry about that.
> 
> What I was trying to do was to modify an existing service using svccfg's 
> setenv command.

You're right it is a bug.  Would you like to file the bug, or should I?

tom

Reply via email to