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: Pádraig Brady
Subject: Re: [PATCH 06/12] gnulib-tool: fall back into copy if symbolic link is not supported
Date: Wed, 27 May 2015 15:36:36 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0

On 27/05/15 15:03, Eric Blake wrote:
> 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.

I has misread the patch. The current patch will work
as it runs the true and false commands instead.

cheers,
Pádraig



reply via email to

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