In message <[EMAIL PROTECTED]>, Chet Ramey writes:

>>      for f in $$empty_list ${SUBDIRS}; do ...

>Not bad, but will break if the shell is run with the `-u' option on
>for some reason.

Ok, how about:

        for f in $$IFS ${SUBDIRS}; do ...

Ian


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to