From: Peter O'Gorman Date: Thu, 1 Apr 2004 04:34:22 +0000 (+0000) Subject: * ltmain.in: Remove an extra eval concat_cmds that some idiot added. X-Git-Tag: release-1-5-4~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=869fa4e50ef8d8aff2883654c89571e0dadf0215;p=thirdparty%2Flibtool.git * ltmain.in: Remove an extra eval concat_cmds that some idiot added. Fixes double eval on AIX, reported by Albert Chin and Uwe Moeller. --- diff --git a/ChangeLog b/ChangeLog index 5549cbe57..b941f7be8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-04-01 Peter O'Gorman + + * 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 * ltmain.in : Always add -L options to diff --git a/ltmain.in b/ltmain.in index 9e5fc80bd..f0f38e334 100644 --- 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