Joel Eriksson <[EMAIL PROTECTED]> writes:
| > You need a ";" before the "}".
|
| Huh?
Yes. That's how the Bourne shell works.
| [root@hades ~]# /bin/sh -c '{ echo foo; echo bar }'
| foo
| bar
|
| No trailing ; needed..?
That's a nonstandard feature of whatever shell you've got installed as
/bin/sh.
- .qmail files - shell syntax? Robin Bowes
- Re: .qmail files - shell syntax? Scott Schwartz
- Re: .qmail files - shell syntax? Joel Eriksson
- Re: .qmail files - shell syntax? Harald Hanche-Olsen
- Re: .qmail files - shell syntax? Scott Schwartz
- Re: .qmail files - shell syntax? Keith Burdis
- Re: .qmail files - shell syntax? Joel Eriksson
- Re: .qmail files - shell syntax? Joel Eriksson
