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.2.4-22-gf5ffcb6


From: Ralf Wildenhues
Subject: [SCM] GNU Libtool branch, master, updated. v2.2.4-22-gf5ffcb6
Date: Thu, 31 Jul 2008 17:47:14 +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  f5ffcb6dc50d54bab448b32f65c19dac5311dcd4 (commit)
      from  e36b1bcd8a2aa21817c51d0ae7401821af927f6c (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 f5ffcb6dc50d54bab448b32f65c19dac5311dcd4
Author: Ralf Wildenhues <address@hidden>
Date:   Thu Jul 31 19:46:14 2008 +0200

    Fix sh.test failure.
    
    * libltdl/config/ltmain.m4sh (func_to_host_path): Fix sh.test
    failure.
    Report by Paolo Bonzini.
    
    Signed-off-by: Ralf Wildenhues <address@hidden>

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

Summary of changes:
 ChangeLog                  |    6 ++++++
 libltdl/config/ltmain.m4sh |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index d71e652..92a76d4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-07-31  Ralf Wildenhues  <address@hidden>
+
+       * libltdl/config/ltmain.m4sh (func_to_host_path): Fix sh.test
+       failure.
+       Report by Paolo Bonzini.
+
 2008-07-31  Paolo Bonzini  <address@hidden>
 
        * ltmain.m4sh (func_emit_cwrapperexe_src): Factor
diff --git a/libltdl/config/ltmain.m4sh b/libltdl/config/ltmain.m4sh
index 86eae76..b176169 100644
--- a/libltdl/config/ltmain.m4sh
+++ b/libltdl/config/ltmain.m4sh
@@ -2563,7 +2563,7 @@ func_to_host_path ()
             # error code of zero AND non-empty stdout, which explains
             # the odd construction:
             func_to_host_path_tmp1=`winepath -w "$1" 2>/dev/null`
-            if test $? -eq 0 && test -n "${func_to_host_path_tmp1}"; then
+            if test "$?" -eq 0 && test -n "${func_to_host_path_tmp1}"; then
               func_to_host_path_result=`echo "$func_to_host_path_tmp1" |\
                 $SED -e "$lt_sed_naive_backslashify"`
             else


hooks/post-receive
--
GNU Libtool




reply via email to

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