Andreas Klemm <[EMAIL PROTECTED]> writes:
> Since TMPDIR isn't set, it should be substituted by the default..
that is the case, try this :
sh -xc ': ${empty:-hi}; echo $empty'
sh -xc ': ${empty:=hi}; echo $empty'
> And this doesn't work and I think this is not correct.
shells are right, you're not :)
Cyrille.
--
home: mailto:[EMAIL PROTECTED] UNIX is user-friendly; it's just particular
work: mailto:[EMAIL PROTECTED] about who it chooses to be friends with.
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message