bug-gnulib
[Top][All Lists]
Advanced

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

Re: [PATCH 06/12] gnulib-tool: fall back into copy if symbolic link is n


From: Eric Blake
Subject: Re: [PATCH 06/12] gnulib-tool: fall back into copy if symbolic link is not supported
Date: Wed, 27 May 2015 08:03:40 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0

On 05/27/2015 07:44 AM, KO Myung-Hun wrote:

>>>      func_exit 1
>>>    fi
>>> +  # Warn if symbolic link is requested on a system not supporting it.
>>> +  # And fall back into copy.
>>> +  if { test -n "$symbolic" || test -n "$lsymbolic" ; } \
>>> +     && ! $have_symlink_support ; then
>>
>> ! test "$have_symlink_support"
>>
> 
> Hmmm... not working...

"! test" is not portable to old Solaris /bin/sh, but "test !" is okay.

-- 
Eric Blake   eblake redhat com    +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]