comparison agent/make/saenv.sh @ 6641:a9fed06c01d2

7154641: Servicability agent should work on platforms other than x86, sparc Summary: Added capability to load support classes for other cpus Reviewed-by: coleenp, bobv, sla Contributed-by: Bill Pittore <bill.pittore@oracle.com>
author bpittore
date Thu, 30 Aug 2012 11:20:01 -0400
parents f6f3bb0ee072
children fac3dd92ebaf
comparison
equal deleted inserted replaced
6640:e2cc1fe53845 6641:a9fed06c01d2
24 # 24 #
25 25
26 # This file sets common environment variables for all SA scripts 26 # This file sets common environment variables for all SA scripts
27 27
28 OS=`uname` 28 OS=`uname`
29 STARTDIR=`dirname $0` 29 STARTDIR=`(cd \`dirname $0 \`; pwd)`
30 ARCH=`uname -m` 30 ARCH=`uname -m`
31 31
32 if [ "x$SA_JAVA" = "x" ]; then 32 if [ "x$SA_JAVA" = "x" ]; then
33 SA_JAVA=java 33 SA_JAVA=java
34 fi 34 fi