envmng/etc/envmng_dtprofile

18 lines
255 B
Plaintext
Raw Normal View History

2009-01-12 18:59:03 +01:00
# $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