* ltmain.in: Remove an extra eval concat_cmds that some idiot added.

Fixes double eval on AIX, reported by Albert Chin and Uwe Moeller.
This commit is contained in:
Peter O'Gorman 2004-04-01 04:38:11 +00:00
parent 9d73dece76
commit 4faf0e891d
2 changed files with 5 additions and 1 deletions

View File

@ -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++.

View File

@ -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=$?