envmng/etc/envmng.d/d2target
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

25 lines
430 B
Plaintext

# $RCSfile: d2target,v $
# $Revision: 1.2 $
# $Name: $
# $Date: 2009/01/13 13:27:53 $
# $Author: agibert $
# EnvMng Environment configuration
#
# description: D2Target project environment
#-------------------------------------------------------------------------------
case "$1" in
*profile)
export TARGET_ID=d2target
export TARGET_HOME=/home/$TARGET_ID
;;
*rc)
;;
*)
echo "$0: Invalid command: [$1] !"
;;
esac