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   ebl...@redhat.com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to