This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: A question on ACX_BUGURL


Andreas Schwab wrote:
> Paolo Bonzini <paolo.bonzini@lu.unisi.ch> writes:
> 
>>> +      no)  BUGURL="";
>> just BUGURL= (no useless trailing semicolon).
>>
>>> +  case ${BUGURL} in
>> Please quote this as "$BUGURL".
> 
> That would be useless quotes. :-)

Uh, you're right.  Word split does not apply in a case
statement too; I had forgotten about that.  Thanks.

Paolo


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]