#!/bin/sh if [ "z$GNUE_CONNECTIONS" = "z" ] then if [ -f /home/anthony/gnue/cvs/etc/connections.conf ] then GNUE_CONNECTIONS=/home/anthony/gnue/cvs/etc/connections.conf export GNUE_CONNECTIONS fi fi if [ "z$INSTALL_PREFIX" = "z" ] then INSTALL_PREFIX=/home/anthony/gnue/cvs export INSTALL_PREFIX fi PYTHONPATH=/home/anthony/gnue-cvs-root/gnue.gnue/.cvsdevelbase:$PYTHONPATH; export PYTHONPATH SCRIPT="appserver/geasRpcServer.py" if [ "$SCRIPT" != "" ] then /usr/bin/python2.1 /home/anthony/gnue-cvs-root/gnue.gnue/.cvsdevelbase/gnue/${SCRIPT} "$@" else /usr/bin/python2.1 "$@" fi