]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* config/ltmain.m4sh: Fix endless loop in cmdline parsing.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Tue, 25 Jan 2005 20:28:04 +0000 (20:28 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Tue, 25 Jan 2005 20:28:04 +0000 (20:28 +0000)
ChangeLog
config/ltmain.m4sh

index c8e195b5ce1320c9f5e3d84d4529bcaf0b8ae5db..c4570f1bfe73816e171d63b211c974a5c9d5d93d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-01-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * config/ltmain.m4sh: Fix endless loop in cmdline parsing.
+
 2005-01-25  Albert Chin-A-Young  <china@thewrittenword.com>
 
        * config/ltmain.m4sh (func_mode_link) [irix]: Preserve processor
index 02793daa5f689dc5965bc67380105009f37cab7d..888dc6408f7a59fce1f13ee6e68c9763a190c0a6 100644 (file)
@@ -402,8 +402,8 @@ Otherwise, only FILE itself is deleted using RM."
   # sed scripts:
   my_sed_single_opt='1s/^\(..\).*$/\1/;q'
   my_sed_single_rest='1s/^..\(.*\)$/\1/;q'
-  my_sed_long_opt='1s/^\(--[[^=]]*\)=.*/\1/;q'
-  my_sed_long_arg='1s/^--[[^=]]*=//'
+  my_sed_long_opt='1s/^\(-[[^=]]*\)=.*/\1/;q'
+  my_sed_long_arg='1s/^-[[^=]]*=//'
 
   # Shorthand for --mode=foo, only valid as the first argument
   case $1 in