On the top of first-setup.sh there is
#!/bin/sh
# Takes the same arguments as mtx-update
# you may change this if you want ... CONTEXTROOT="$PWD/tex"
and some lines from the bottom env PATH="$PWD/bin:$CONTEXTROOT/texmf-$platform/bin:$PATH"
On my linux box I see, given that I'm installing under /opt/luatex/standalone-mkiv-test, $ export|grep PWD declare -x PWD="/opt/luatex/standalone-mkiv-test"
Perhaps your box doesn't set PWD correctly ?
-- luigi
____________________________________________________________ _______________________ If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/ listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ____________________________________________________________ _______________________
Yes, as you can see: ~/context$ export | grep PWD declare -x OLDPWD="/home/pepe" declare -x PWD="/home/pepe/context"