First working version !
This commit is contained in:
17
etc/envmng_dtprofile
Normal file
17
etc/envmng_dtprofile
Normal file
@@ -0,0 +1,17 @@
|
||||
# $RCSfile: envmng_dtprofile,v $
|
||||
# $Revision: 1.1 $
|
||||
# $Name: $
|
||||
# $Date: 2009/01/12 17:59:03 $
|
||||
# $Author: agibert $
|
||||
|
||||
. /usr/local/bin/envmng --setid $1 norc
|
||||
|
||||
case $2 in
|
||||
*bash)
|
||||
export SHELL=/usr/local/bin/bash
|
||||
;;
|
||||
|
||||
*)
|
||||
export SHELL=/bin/ksh
|
||||
;;
|
||||
esac
|
||||
Reference in New Issue
Block a user