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