]> 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:34:22 +0000 (04:34 +0000)
committerPeter O'Gorman <peter@pogma.com>
Thu, 1 Apr 2004 04:34:22 +0000 (04:34 +0000)
Fixes double eval on AIX, reported by Albert Chin and Uwe Moeller.

ChangeLog
ltmain.in

index 5549cbe578976efbeacfa3ec63997afcb53af0e4..b941f7be8f902fe9b8973f680701d5c0be7b7d50 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-24  Scott James Remnant  <scott@netsplit.com>
 
        * ltmain.in <prog linkmode>: Always add -L options to
index 9e5fc80bdb764e285c0ab19ac8387951d296eba1..f0f38e334ee5407246058626b4679ba9ec38b3b7 100644 (file)
--- a/ltmain.in
+++ b/ltmain.in
@@ -3850,7 +3850,6 @@ EOF
          save_ifs="$IFS"; IFS='~'
          for cmd in $concat_cmds; do
            IFS="$save_ifs"
-           eval cmd=\"$cmd\"
            $show "$cmd"
            $run eval "$cmd" || exit $?
          done