#!/bin/sh
#
# $Id: env,v 1.2 2003/12/28 06:43:46 blais Exp $
#
# My personal environment initialization for this project.  This file is
# executed automatically by my shell initialization framework from my projects
# directory.  Note to packagers: this file is useless to anyone but me.

USERPATH=$USERPATH:$PROJDIR/bin
