]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* ltmain.in: Remove an extra eval concat_cmds that some idiot added.
authorPeter O'Gorman <peter@pogma.com>
Thu, 1 Apr 2004 04:38:11 +0000 (04:38 +0000)
committerPeter O'Gorman <peter@pogma.com>
Thu, 1 Apr 2004 04:38:11 +0000 (04:38 +0000)
Fixes double eval on AIX, reported by Albert Chin and Uwe Moeller.

ChangeLog
ltmain.in

index 7abb62ac206683e6a5802dfb2a8d349381cb59e3..f66d572eed96658df4397d6ecbb3c8c099fc8818 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-04-01  Peter O'Gorman  <peter@pogma.com>
+
+       * ltmain.in: Remove an extra eval concat_cmds that some idiot added.
+       Fixes double eval on AIX, reported by Albert Chin and Uwe Moeller.
+       
 2004-03-31  Peter O'Gorman  <peter@pogma.com>
 
        * m4/libtool.m4, ltmain.in (darwin): Support IBM's xlc and xlc++.
index 5c4b8cb055bd2765aff8323e233e2ddda07dd6af..526acce89d93e00d7e58a475bd8ca1d553ed5b2a 100644 (file)
--- a/ltmain.in
+++ b/ltmain.in
@@ -3961,7 +3961,6 @@ EOF
          save_ifs="$IFS"; IFS='~'
          for cmd in $concat_cmds; do
            IFS="$save_ifs"
-           eval cmd=\"$cmd\"
            $show "$cmd"
            $run eval "$cmd" || {
              lt_exit=$?