First working version !
This commit is contained in:
18
etc/envmng.d/64bits
Normal file
18
etc/envmng.d/64bits
Normal file
@@ -0,0 +1,18 @@
|
||||
# $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
|
||||
Reference in New Issue
Block a user