From: Ileana Dumitrescu Date: Mon, 19 Aug 2024 17:17:48 +0000 (+0300) Subject: Revert 37b7146c13a62a46273fd1478e6ad8fe42f9b551 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ce352a54e4e67f18548b5dd6b2d221651698e2c6;p=thirdparty%2Flibtool.git 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 --- 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