libtool-patches
[Top][All Lists]
Advanced

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

Re: test && test --> test -a


From: Robert Boehne
Subject: Re: test && test --> test -a
Date: Mon, 03 Dec 2001 15:12:53 -0600

Jens:

As I see it currently, this patch will have no effect aside from
uncovering the platforms that don't support test -a.

Robert  -- the skeptical Libtool maintainer

Jens Petersen wrote:
> 
> A small trvial thing, but here it is. -Jens
> 
> 2001-12-03  Jens Petersen  <address@hidden>
> 
>         * ltmain.in: Remove last remaining "test ... && test ...".
> 
> Index: ltmain.in
> ===================================================================
> RCS file: /cvsroot/libtool/libtool/ltmain.in,v
> retrieving revision 1.284
> diff -u -r1.284 ltmain.in
> --- ltmain.in   2001/11/27 23:10:22     1.284
> +++ ltmain.in   2001/12/03 10:04:55
> @@ -3287,7 +3287,7 @@
>               $show "$mkdir $xdir"
>               $run $mkdir "$xdir"
>               status=$?
> -             if test "$status" -ne 0 && test ! -d "$xdir"; then
> +             if test "$status" -ne 0 -a ! -d "$xdir"; then
>                 exit $status
>               fi
>               $show "(cd $xdir && $AR x $xabs)"
> 
> _______________________________________________
> Libtool-patches mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/libtool-patches

-- 
Robert Boehne             Software Engineer
Ricardo Software   Chicago Technical Center
TEL: (630)789-0003 x. 238
FAX: (630)789-0127
email:  address@hidden



reply via email to

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