I do not doubt that "while case $# in 0) break ;; esac" does not
work for your shell. But I think the above comment is grossly
misleading.
Don't mention bash there. You sound as if you are blaming
bashism, but the thing is, your shell is simply broken.
You have other choices than bash on BSD don't you?
My quick test shows that ksh, pdksh and dash seem to work
correctly. This idiom is what I picked up around late 80's from
somebody, and kept using on many variants of Unices. I would
find quite surprising that something that claims to be a shell
does not work correctly. Even /bin/sh that comes with Solaris
seems to work correctly, which should tell you something.
OpenBSD's /bin/sh seems to be Ok; I do not know whose shell they
use, but it seems to be hard-linked to /bin/ksh which is pdksh.
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html