John Arbash Meinel <john at arbash-meinel.com> writes:
> Martin & I discussed the format, we decided to use {} to indicate that
> the entry is not an explicit id.
This is very confusing for (t)csh users
$ echo $SHELL
/bin/tcsh
$ echo '{foo}'
{foo}
$ echo {foo}
foo
(I could have done it with '{arch}' too ;-)
--
Matthieu