bug-glibc
[Top][All Lists]
Advanced

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

Re: porting on to sun OS


From: Petr Vandrovec
Subject: Re: porting on to sun OS
Date: Mon, 27 Aug 2001 12:35:33 MET-1

On 27 Aug 01 at 15:07, Radha J[MIEL] wrote:
>  fopen_max=${fopen_max:-16};                                     \
> filename_max=${filename_max:-1024};                             \
> if [ -z $iov_max ]; then                                        \

This should read 'if [ -z "$iov_max" ]; then'. Without doublequotes
it will barf on you if $iov_max is empty. But AFAIK you should look
why iov_max is empty...

>   define_iov_max="# undef IOV_MAX";                             \
> else                                                            \
>   define_iov_max="# define IOV_MAX $iov_max";                   \

                                            Best regards,
                                                    Petr Vandrovec
                                                    address@hidden
                                                    



reply via email to

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