envmng/etc/envmng.d/pvcs
agibert f7d6813e0c - Add AIX support,
- Add --list (-l), --listid (-li) and --listenv (-le) options.
- Add and rework many scripts in etc/envmng.d directory...
2009-01-13 13:27:53 +00:00

26 lines
458 B
Plaintext

# $RCSfile: pvcs,v $
# $Revision: 1.2 $
# $Name: $
# $Date: 2009/01/13 13:27:53 $
# $Author: agibert $
# EnvMng Environment configuration
#
# description: PVCS
#-------------------------------------------------------------------------------
case "$1" in
*profile)
export PVCS_BINDIR=/home/pvcs/vm/hpux11.00/bin
export PATH=$(envmng_path_add "$PATH" "$PVCS_BINDIR")
;;
*rc)
;;
*)
echo "$0: Invalid command: [$1] !"
;;
esac