libtool-patches
[Top][All Lists]
Advanced

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

FYI: small $echo fixup branch-1-5 (was: interix support)


From: Ralf Wildenhues
Subject: FYI: small $echo fixup branch-1-5 (was: interix support)
Date: Fri, 18 Nov 2005 21:29:14 +0100
User-agent: Mutt/1.5.9i

* Ralf Wildenhues wrote on Fri, Nov 18, 2005 at 06:13:00PM CET:
> 
> Interix support in Libtool:

Applied missing backport from HEAD to branch-1-5.

Cheers,
Ralf

        * ltmain.in (finish mode): Fix a couple of $echo uses.
        Reported by Thorsten Glaser <address@hidden>.

Index: ltmain.in
===================================================================
RCS file: /cvsroot/libtool/libtool/Attic/ltmain.in,v
retrieving revision 1.334.2.95
diff -u -r1.334.2.95 ltmain.in
--- ltmain.in   10 Nov 2005 18:33:26 -0000      1.334.2.95
+++ ltmain.in   18 Nov 2005 20:28:23 -0000
@@ -5955,7 +5955,7 @@
     # Exit here if they wanted silent mode.
     test "$show" = : && exit $EXIT_SUCCESS
 
-    $echo 
"----------------------------------------------------------------------"
+    $echo 
"X----------------------------------------------------------------------" | 
$Xsed
     $echo "Libraries have been installed in:"
     for libdir in $libdirs; do
       $echo "   $libdir"
@@ -5988,7 +5988,7 @@
     $echo
     $echo "See any operating system documentation about shared libraries for"
     $echo "more information, such as the ld(1) and ld.so(8) manual pages."
-    $echo 
"----------------------------------------------------------------------"
+    $echo 
"X----------------------------------------------------------------------" | 
$Xsed
     exit $EXIT_SUCCESS
     ;;
 




reply via email to

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