comparison agent/make/saenv.sh @ 6646:c38f13903fdf

Merge with http://hg.openjdk.java.net/hsx/hsx25/hotspot/ just before the NPG (no perm gen) changeset
author Doug Simon <doug.simon@oracle.com>
date Mon, 29 Oct 2012 21:10:04 +0100
parents a9fed06c01d2
children fac3dd92ebaf
comparison
equal deleted inserted replaced
6590:dc5eec61daba 6646:c38f13903fdf
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