libtool-patches
[Top][All Lists]
Advanced

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

Re: FYI: tests/sh.test uses $SED without setting it


From: Ralf Wildenhues
Subject: Re: FYI: tests/sh.test uses $SED without setting it
Date: Fri, 8 Jul 2005 17:50:57 +0200
User-agent: Mutt/1.4.1i

* Ralf Wildenhues wrote on Fri, Jul 08, 2005 at 05:28:06PM CEST:
> 
> --- tests/defs        8 Apr 2005 13:00:50 -0000       1.5.2.3
> +++ tests/defs        8 Jul 2005 15:26:53 -0000
> @@ -17,8 +17,9 @@
>  progname=`echo "$0" | sed 's%^.*/%%'`
>  
>  libtool="../libtool"
> -make="${MAKE-make}"
>  SHELL="${CONFIG_SHELL-/bin/sh}"
> +: ${MAKE=make}
> +: ${SED=sed}
>  
>  if echo a | (grep -E '(a|b)') >/dev/null 2>&1; then
>    EGREP='grep -E'
> 

Argh.  I'm very sorry.

2005-07-08  Ralf Wildenhues  <address@hidden>

        * tests/defs (make): Undo bogus change I did, and also 
        wrongly attributed to Derek R. Price.

Index: tests/defs
===================================================================
RCS file: /cvsroot/libtool/libtool/tests/Attic/defs,v
retrieving revision 1.5.2.4
diff -u -r1.5.2.4 defs
--- tests/defs  8 Jul 2005 15:27:52 -0000       1.5.2.4
+++ tests/defs  8 Jul 2005 15:47:00 -0000
@@ -17,8 +17,8 @@
 progname=`echo "$0" | sed 's%^.*/%%'`
 
 libtool="../libtool"
+make="${MAKE-make}"
 SHELL="${CONFIG_SHELL-/bin/sh}"
-: ${MAKE=make}
 : ${SED=sed}
 
 if echo a | (grep -E '(a|b)') >/dev/null 2>&1; then




reply via email to

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