24 lines
459 B
Plaintext
24 lines
459 B
Plaintext
|
# $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
|