A question on ACX_BUGURL

Paolo Bonzini paolo.bonzini@lu.unisi.ch
Mon Mar 26 10:36:00 GMT 2007


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



More information about the Gcc mailing list