bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: unset FOO


From: Paolo Bonzini
Subject: Re: unset FOO
Date: Wed, 15 Oct 2008 13:46:06 +0200
User-agent: Thunderbird 2.0.0.17 (Macintosh/20080914)

>> But why waste the time going through a temporary variable, when you can use:
> 
>> test ${foo+set} = set && unset foo
> 
> That is clearer, true.

Or you can also use

{ foo=; unset foo; }

too.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]