Hi Clint,

>>> "Clint" == Clint Adams <[EMAIL PROTECTED]> writes:

 Clint> The install-sh bundled with automake 1.6.2 and earlier
 Clint> versions contains the line

The master copy of install-sh is in Autoconf,
so I'm CCing [EMAIL PROTECTED]

 Clint>   if [ -f $src -o -d $src ]
 Clint> This is not strictly POSIX-conformant.  

Damn!  Are they removing things between revisions?

 Clint> The line
 Clint>   if [ -f $src ] || [ -d $src ]
 Clint> is compliant and might be more portable.

-- 
Alexandre Duret-Lutz


Reply via email to