> Subject: Re: erlc,code,jungerl,install > From: Luke Gorrie <luke@REDACTED> > X-Sincerity: 14% (approx.) ...deleted > > It basically says: > erl -pa /path/to/jungerl/lib/*/ebin "$@" > > The wildcarded -pa is a little trick from Magnus Fröberg. the fact that -pa takes several directories/arguments is documented in the ''erl'' man page. -pz does too. bengt