diff options
author | Sven Gothel <[email protected]> | 2011-02-22 07:41:52 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-02-22 07:41:52 +0100 |
commit | ab1d8180e3a20eeb11df48bed49ca5d28e34df4b (patch) | |
tree | 864d431434453874027848963c61a4f6d0ca51a5 /make/scripts/setenv-jogl.sh | |
parent | bb3d3743b4800d006457c767a00436b9308da75d (diff) |
bump scripts to 6u24
Diffstat (limited to 'make/scripts/setenv-jogl.sh')
-rwxr-xr-x | make/scripts/setenv-jogl.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make/scripts/setenv-jogl.sh b/make/scripts/setenv-jogl.sh index 964bbc5f8..586b667e3 100755 --- a/make/scripts/setenv-jogl.sh +++ b/make/scripts/setenv-jogl.sh @@ -10,8 +10,8 @@ if [ -z "$1" ] ; then exit fi -if [ -e /devtools/etc/profile.ant ] ; then - . /devtools/etc/profile.ant +if [ -e /opt-share/etc/profile.ant ] ; then + . /opt-share/etc/profile.ant fi JOGL_BUILDDIR=$1 |