libtool-patches
[Top][All Lists]
Advanced

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

Re: [PATCH 2/7] syntax-check: fix violations and implement sc_useless_qu


From: Eric Blake
Subject: Re: [PATCH 2/7] syntax-check: fix violations and implement sc_useless_quotes_in_assignment.
Date: Mon, 21 Nov 2011 14:23:13 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:7.0.1) Gecko/20110930 Thunderbird/7.0.1

On 11/21/2011 01:59 PM, Roumen Petrov wrote:
> Gary V. Vaughan wrote:
> [SNIP]
>> diff --git a/bootstrap.conf b/bootstrap.conf
>> index 6f0f0c3..c3491b5 100644
>> --- a/bootstrap.conf
>> +++ b/bootstrap.conf
>> @@ -77,13 +77,13 @@ gnulib_modules='
>>
>>   # Extra gnulib files that are not in modules, which override files of
>>   # the same name installed by other bootstrap tools.
>> -gnulib_non_module_files="$gnulib_non_module_files"'
>> +gnulib_non_module_files=$gnulib_non_module_files'
>>           doc/COPYINGv2
>>           doc/fdl.texi
>>    
> [SNIP]
> hmm, origin is only with end apostrophe .

That's not a problem.  It's merely changing:

var="$expanded"'literal'

to the equivalent

var=$expanded'literal'

where the literal portion includes newline characters.

-- 
Eric Blake   address@hidden    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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