diff options
author | Michael Bien <[email protected]> | 2011-02-22 16:21:37 +0100 |
---|---|---|
committer | Michael Bien <[email protected]> | 2011-02-22 16:21:37 +0100 |
commit | ecd7c27d49126db37467c3616fefd56cec6bbde2 (patch) | |
tree | 00812e354af24c048899be2aae3b6db11ded2d28 /make/scripts/make.gluegen.all.macosx.sh | |
parent | 0fea7dfb1514ab1c3d5765057975be50d7282d0d (diff) | |
parent | 65ab75dec5b3ab063a5cdb034325426d27e3b425 (diff) |
Merge branch 'master' of ssh://jogamp.org/srv/scm/gluegen
Diffstat (limited to 'make/scripts/make.gluegen.all.macosx.sh')
-rw-r--r-- | make/scripts/make.gluegen.all.macosx.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make/scripts/make.gluegen.all.macosx.sh b/make/scripts/make.gluegen.all.macosx.sh index 1078cec..51b9894 100644 --- a/make/scripts/make.gluegen.all.macosx.sh +++ b/make/scripts/make.gluegen.all.macosx.sh @@ -1,7 +1,7 @@ #! /bin/sh -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 # -Dc.compiler.debug=true |