First working version !
This commit is contained in:
23
etc/envmng.d/purify
Normal file
23
etc/envmng.d/purify
Normal file
@@ -0,0 +1,23 @@
|
||||
# $RCSfile: purify,v $
|
||||
# $Revision: 1.1 $
|
||||
# $Name: $
|
||||
# $Date: 2009/01/12 17:59:03 $
|
||||
# $Author: agibert $
|
||||
|
||||
path=/opt/rational/releases/PurifyPlusFamily.2003.06.00/hppa_hpux/bin
|
||||
|
||||
manpath=/opt/rational/releases/purify.hp.2003.06.00/man
|
||||
|
||||
case "$1" in
|
||||
*profile)
|
||||
export PATH=$(envmng_path_add "$PATH" "$path")
|
||||
export MANPATH=$(envmng_path_add "$MANPATH" "$manpath")
|
||||
;;
|
||||
|
||||
*rc)
|
||||
;;
|
||||
|
||||
*)
|
||||
echo "$0: Invalid command: [$1] !"
|
||||
;;
|
||||
esac
|
||||
Reference in New Issue
Block a user