envmng/etc/envmng.d/64bits

19 lines
218 B
Plaintext
Raw Normal View History

2009-01-12 18:59:03 +01:00
# $RCSfile: 64bits,v $
# $Revision: 1.1 $
# $Name: $
# $Date: 2009/01/12 17:59:03 $
# $Author: agibert $
case "$1" in
*profile)
export ARCH=64BITS
;;
*rc)
;;
*)
echo "$0: Invalid command: [$1] !"
;;
esac