envmng/etc/envmng.d/d2target

25 lines
430 B
Plaintext
Raw Normal View History

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