libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

1.4 oddity


From: libtool
Subject: 1.4 oddity
Date: Mon, 21 May 2001 21:37:29 -0500
User-agent: Mutt/1.1.12i

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 (address@hidden)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]