- Joel Eriksson <[EMAIL PROTECTED]>:

| > You need a ";" before the "}".
| 
| Huh?
| 
| [root@hades ~]# /bin/sh -c '{ echo foo; echo bar }'
| foo
| bar
| 
| No trailing ; needed..?

Lesson one in portable computing:  That something works in one
environment does not prove it works in another.  The above fails on at
least one FreeBSD and one HP-UX machine in my neighbourhood.  I'm not
inclined to try testing it on the dozen or so architectures available
to me...

- Harald

Reply via email to