libtool-commit
[Top][All Lists]
Advanced

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

[SCM] GNU Libtool branch, master, updated. v2.4.2.444-32-gac18050


From: Peter Rosin
Subject: [SCM] GNU Libtool branch, master, updated. v2.4.2.444-32-gac18050
Date: Tue, 13 May 2014 12:22:36 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Libtool".

The branch, master has been updated
       via  ac180507c123469d0fe9b25437d459af24b3f789 (commit)
      from  13aa364c0c66f9f6b41f98772d0735039ac974a1 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit ac180507c123469d0fe9b25437d459af24b3f789
Author: Peter Rosin <address@hidden>
Date:   Tue May 13 11:47:54 2014 +0200

    libtool: delay expansion of $ECHO until the wrapper script runs
    
    Expanding $ECHO too early leads to unquoted \n when ECHO='printf %s\n'.
    
    Fixes bug#17478. Reported by Egmont Koblinger.
    
    * build-aux/ltmain.in (func_emit_wrapper) [fast_install]: Quote the
    $ECHO, and delay the expansion.
    
    Signed-off-by: Peter Rosin <address@hidden>

-----------------------------------------------------------------------

Summary of changes:
 build-aux/ltmain.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/build-aux/ltmain.in b/build-aux/ltmain.in
index 6af4087..65b5a2d 100644
--- a/build-aux/ltmain.in
+++ b/build-aux/ltmain.in
@@ -3514,7 +3514,7 @@ func_exec_program ()
     if test -n \"\$relink_command\"; then
       if relink_command_output=\`eval \$relink_command 2>&1\`; then :
       else
-       $ECHO \"\$relink_command_output\" >&2
+       \$ECHO \"\$relink_command_output\" >&2
        $RM \"\$progdir/\$file\"
        exit 1
       fi


hooks/post-receive
-- 
GNU Libtool



reply via email to

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