------- Additional Comments From nickc at redhat dot com  2008-01-25 16:56 
-------
Hi Vincent,

  Thanks for reporting this problem.

  I am not sure if your proposed patch will work for all versions of /bin/sh
however.  Correct me if I am wrong, but aren't shell functions a feature of bash
rather than all shells ?  So wouldn't it be better to just test BASH_LINENO
directly ?  eg:

  if test $BASH_LINENO" != "x"; then
    source_em()

Cheers
  Nick

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |WAITING


http://sourceware.org/bugzilla/show_bug.cgi?id=5652

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to