This is an automated email from the git hooks/post-receive script.

ildumi pushed a commit to branch development
in repository libtool.

The following commit(s) were added to refs/heads/development by this push:
     new ce352a54 Revert 37b7146c13a62a46273fd1478e6ad8fe42f9b551
ce352a54 is described below

commit ce352a54e4e67f18548b5dd6b2d221651698e2c6
Author: Ileana Dumitrescu <[email protected]>
AuthorDate: Mon Aug 19 20:17:48 2024 +0300

    Revert 37b7146c13a62a46273fd1478e6ad8fe42f9b551
    
    Removing a forward slash launches an interactive cmd prompt when run in
    an MSYS shell, so the previous change has been reverted. For more
    details: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=49246
---
 build-aux/ltmain.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build-aux/ltmain.in b/build-aux/ltmain.in
index b69bf91f..fb43fef0 100644
--- a/build-aux/ltmain.in
+++ b/build-aux/ltmain.in
@@ -961,7 +961,7 @@ func_convert_core_msys_to_w32 ()
   $debug_cmd
 
   # awkward: cmd appends spaces to result
-  func_convert_core_msys_to_w32_result=`( cmd /c echo "$1" ) 2>/dev/null |
+  func_convert_core_msys_to_w32_result=`( cmd //c echo "$1" ) 2>/dev/null |
     $SED -e 's/[ ]*$//' -e "$sed_naive_backslashify"`
 }
 #end: func_convert_core_msys_to_w32

Reply via email to