On Wed, Jun 14, 2006 at 06:53:31PM +0200, Sven Mueller wrote: > Yes, but it barfs for a completely different reason than I would have > expected. I could implement a small shell function which does those > tests in the way /usr/bin/test would do them, but I suppose just calling > /usr/bin/test explicitly is easier, so I will stick with that for now.
I personally would have changed it to ! test -r /usr/share/misc/config.guess || test config.guess -nt /usr/share/misc/config.guess || cp /usr/share/misc/config.guess config.guess Regards, Gerrit. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]