f7d6813e0c
- Add --list (-l), --listid (-li) and --listenv (-le) options. - Add and rework many scripts in etc/envmng.d directory...
25 lines
434 B
Plaintext
25 lines
434 B
Plaintext
# $RCSfile: dtarget,v $
|
|
# $Revision: 1.2 $
|
|
# $Name: $
|
|
# $Date: 2009/01/13 13:27:53 $
|
|
# $Author: agibert $
|
|
|
|
# EnvMng Environment configuration
|
|
#
|
|
# description: DTarget project environment
|
|
#-------------------------------------------------------------------------------
|
|
|
|
case "$1" in
|
|
*profile)
|
|
export TARGET_ID=dtarget
|
|
export TARGET_HOME=/home/$TARGET_ID
|
|
;;
|
|
|
|
*rc)
|
|
;;
|
|
|
|
*)
|
|
envmng_echo "$0: Invalid command: [$1] !"
|
|
;;
|
|
esac
|