ltmain.in from libtool 1.4 has:

  # Do each of the archive commands.
  if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then
    eval cmds=\"$archive_expsym_cmds\"
  else
    eval cmds=\"$archive_cmds\"
  fi
  IFS="${IFS=     }"; save_ifs="$IFS"; IFS='~'
  for cmd in $cmds; do
    IFS="$save_ifs"
    $show "$cmd"
    $run eval "$cmd" || exit $?
  done
  IFS="$save_ifs"

Why don't we:
  eval $show "$cmd"

This would *really* show what will be $run.

-- 
albert chin ([EMAIL PROTECTED])

_______________________________________________
Libtool mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/libtool

Reply via email to