19 lines
218 B
Plaintext
19 lines
218 B
Plaintext
# $RCSfile: 32bits,v $
|
|
# $Revision: 1.1 $
|
|
# $Name: $
|
|
# $Date: 2009/01/12 17:59:03 $
|
|
# $Author: agibert $
|
|
|
|
case "$1" in
|
|
*profile)
|
|
export ARCH=32BITS
|
|
;;
|
|
|
|
*rc)
|
|
;;
|
|
|
|
*)
|
|
echo "$0: Invalid command: [$1] !"
|
|
;;
|
|
esac
|