%% Steve Clingerman <[EMAIL PROTECTED]> writes:

  sc> In the two examples following, it appears as if an assignment of a
  sc> list to nothing (null) acts differently. This could very well be a
  sc> bash bug (or fix) between 2.04 and 2.05. I could find no email
  sc> address for bash bugs.

It is a syntax error (in the POSIX definition of sh) to not provide any
value in a for-loop.  The behavior of bash 2.05 is correct.

In any case, there is no way that make can control the behavior of the
shell that it invokes: problems there are not bugs in make itself.

If you need to contact the bash folks, there is the [EMAIL PROTECTED]
list.

-- 
-------------------------------------------------------------------------------
 Paul D. Smith <[EMAIL PROTECTED]>          Find some GNU make tips at:
 http://www.gnu.org                      http://www.paulandlesley.org/gmake/
 "Please remain calm...I may be mad, but I am a professional." --Mad Scientist

_______________________________________________
Bug-make mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-make

Reply via email to