libtool-patches
[Top][All Lists]
Advanced

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

FYI: HEAD: small shell fix in testsuite


From: Ralf Wildenhues
Subject: FYI: HEAD: small shell fix in testsuite
Date: Mon, 30 Jan 2006 21:13:24 +0100
User-agent: Mutt/1.5.9i

Applied to HEAD.  I forgot whether old Solaris or AIX shells needed
this, I believe the former.

Cheers,
Ralf

        * tests/testsuite.at (PREPARE_TESTS): Escape `^' for some older
        shells.

Index: tests/testsuite.at
===================================================================
RCS file: /cvsroot/libtool/libtool/tests/testsuite.at,v
retrieving revision 1.37
diff -u -r1.37 testsuite.at
--- tests/testsuite.at  23 Jan 2006 18:33:57 -0000      1.37
+++ tests/testsuite.at  30 Jan 2006 20:13:14 -0000
@@ -29,7 +29,7 @@
   if eval \$$tool --version >/dev/null 2>&1; then :; else eval $tool=no; fi
 done
 export ACLOCAL AUTOHEADER AUTOCONF AUTOMAKE AUTORECONF
-eval `$LIBTOOL --config | grep ^EGREP=`
+eval `$LIBTOOL --config | grep '^EGREP='`
 eval `$LIBTOOL --config | $EGREP '^(host|host_os|host_alias|build|ECHO)='`
 configure_options=
 if test -n "$host_alias"; then




reply via email to

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