]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
Fix sed script in install.at.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sun, 1 Feb 2009 14:05:37 +0000 (15:05 +0100)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sun, 1 Feb 2009 14:42:44 +0000 (15:42 +0100)
* tests/install.at (Install tests): Fix typo in sed script,
fixes test failure on HP-UX.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
tests/install.at

index cc11b3abdf6c62a14088717cacba10e6b0973de1..ab8db820b8bb13fd7a133d4978a6fcab65833c3b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2009-02-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
+       Fix sed script in install.at.
+       * tests/install.at (Install tests): Fix typo in sed script,
+       fixes test failure on HP-UX.
+
        Fix $INSTALL in testsuite with relative path to install-sh.
        * tests/testsuite.at: If `$INSTALL' points to in-tree
        install-sh, override a possibly-relative path to it with an
index f77970e36befce184aba83a07afdc684dda3ea5f..1e944e5113675027c0bd1964486e09ca0a1cc9cd 100644 (file)
@@ -1,6 +1,6 @@
 # install.at -- install mode tests             -*- Autotest -*-
 #
-#   Copyright (C) 2008 Free Software Foundation, Inc.
+#   Copyright (C) 2008, 2009 Free Software Foundation, Inc.
 #   Written by Ralf Wildenhues, 2008
 #
 #   This file is part of GNU Libtool.
@@ -30,7 +30,7 @@ AT_KEYWORDS([libtool])
 
 AT_CHECK([$LIBTOOL --features | grep 'enable shared libraries' || exit 77],
         [], [ignore])
-sed 's,^\(install_override_mode=\).*,&755,' < $LIBTOOL > ./libtool
+sed 's,^\(install_override_mode\)=.*,\1=755,' < $LIBTOOL > ./libtool
 LIBTOOL=./libtool
 chmod a+rx $LIBTOOL