24 lines
372 B
Plaintext
24 lines
372 B
Plaintext
|
# $RCSfile: hpux-32,v $
|
||
|
# $Revision: 1.1 $
|
||
|
# $Name: $
|
||
|
# $Date: 2009/01/13 13:27:53 $
|
||
|
# $Author: agibert $
|
||
|
|
||
|
# EnvMng Environment configuration
|
||
|
#
|
||
|
# description: HP/UX 32 bits mode
|
||
|
#-------------------------------------------------------------------------------
|
||
|
|
||
|
case "$1" in
|
||
|
*profile)
|
||
|
export ARCH=32BITS
|
||
|
;;
|
||
|
|
||
|
*rc)
|
||
|
;;
|
||
|
|
||
|
*)
|
||
|
echo "$0: Invalid command: [$1] !"
|
||
|
;;
|
||
|
esac
|