envmng/etc/envmng.d/aix-64

24 lines
372 B
Plaintext
Raw Permalink Normal View History

# $RCSfile: aix-64,v $
# $Revision: 1.1 $
# $Name: $
# $Date: 2009/01/13 13:27:53 $
# $Author: agibert $
# EnvMng Environment configuration
#
# description: AIX 64 bits mode
#-------------------------------------------------------------------------------
case "$1" in
*profile)
export OBJECT_MODE=64
;;
*rc)
;;
*)
echo "$0: Invalid command: [$1] !"
;;
esac