hi, there! I'm trying to port FreeBSD ports subsystem to Solaris and Linux (for our company internal needs). many for's in bsd.port.mk are expanded into for's with empty word list (e.g.: for i in ; do smth; done). bash and ksh complain about unexpected ';'. /bin/sh (FreeBSD) thinks it's ok and does nothing. Which behaviour is more POSIXly correct? /fjoe To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message
- Re: empty lists in for Max Khon
- Re: empty lists in for Sheldon Hearn
- Re: empty lists in for Doug Barton
- Re: empty lists in for W Gerald Hicks
- Re: empty lists in for Doug Barton
- Re: empty lists in for John Polstra
- Re: empty lists in for Doug Barton
- Re: empty lists in for John Polstra
- Re: empty lists in for Martin Cracauer
- Re: empty lists in for (/bin/sh) Max Khon
- Re: empty lists in for (/bin... Martin Cracauer