This is the mail archive of the binutils@sourceware.org mailing list for the binutils 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] | |
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] |