From ce352a54e4e67f18548b5dd6b2d221651698e2c6 Mon Sep 17 00:00:00 2001 From: Ileana Dumitrescu Date: Mon, 19 Aug 2024 20:17:48 +0300 Subject: [PATCH] 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 b69bf91ff..fb43fef09 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 -- 2.47.3