>
Raimo Niskanen wrote: > > You will have to convince your shell to pass the single quotes > into the erl program. Perhaps try: > erl -sname mb1 -mnesia extra_db_nodes > "['']" \ > -s mnesia start The double and single quotes make the difference, at least on Solaris. > Are you shure the '[]' brackets are supposed to bee there too? Yes, they do. /Uffe