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.

Reply via email to