On 04-01-2007 18:57:12 +0100, Fabian Groffen wrote: > On 04-01-2007 18:30:14 +0100, Steffen Strobel wrote: > > >So what's the correct way to unexport those environment variables? > > > > Maybe unset LDFLAGS and unset CPPFLAGS? > > is unset bash-ish for unsetenv?
it seems so: % bash bash-3.2$ export bla=test bash-3.2$ echo $bla test bash-3.2$ unset bla bash-3.2$ echo $bla bash-3.2$ exit Thanks, I will fix it accordingly -- Fabian Groffen Gentoo on a different level -- [EMAIL PROTECTED] mailing list
