]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
Revert 37b7146c13a62a46273fd1478e6ad8fe42f9b551
authorIleana Dumitrescu <ileanadumitrescu95@gmail.com>
Mon, 19 Aug 2024 17:17:48 +0000 (20:17 +0300)
committerIleana Dumitrescu <ileanadumitrescu95@gmail.com>
Mon, 19 Aug 2024 17:17:48 +0000 (20:17 +0300)
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

index b69bf91ff4751e4cb340ca61be10c713c8144f46..fb43fef091cd1ecf37d6d363640be482f676a4dd 100644 (file)
@@ -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