From: Peter O'Gorman Date: Thu, 1 Apr 2004 04:38:11 +0000 (+0000) Subject: * ltmain.in: Remove an extra eval concat_cmds that some idiot added. X-Git-Tag: release-1-9b~109 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4faf0e891dca35b60bacda23f21b9c06aa6117b0;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 7abb62ac2..f66d572ee 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-31 Peter O'Gorman * m4/libtool.m4, ltmain.in (darwin): Support IBM's xlc and xlc++. diff --git a/ltmain.in b/ltmain.in index 5c4b8cb05..526acce89 100644 --- 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=$?