summaryrefslogtreecommitdiff
path: root/set_soenv.in
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2012-01-20 18:58:48 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2012-02-05 19:34:04 -0600
commit52a506fd30bd14dd6a74cf6c12e4e9180acc6839 (patch)
tree078d510437563e7c2a8cadb1c1c259c53e6f7252 /set_soenv.in
parent3f1e72dc70de77db3d142f130495a6b064a574e4 (diff)
remove the export unused JAVAHOME variable
JAVAHOME is used in an obscure test module in moz, that does not seems to be run anyway... other than that, no trace of it so no need to export it.
Diffstat (limited to 'set_soenv.in')
-rwxr-xr-xset_soenv.in10
1 files changed, 0 insertions, 10 deletions
diff --git a/set_soenv.in b/set_soenv.in
index 219f96f1ff8f..162b2ac63e15 100755
--- a/set_soenv.in
+++ b/set_soenv.in
@@ -194,14 +194,6 @@ $CLASSPATH .= $wps.'.' if ($CLASSPATH ne '');
$XCLASSPATH = $CLASSPATH;
-# Windows NT only variables
-if ($platform =~ m/cygwin/)
-{
-
- $JAVAHOME = $JAVA_HOME;
-
-}
-
# The general environment path.
if ($platform =~ m/linux|netbsd|freebsd|aix|solaris|openbsd|dragonfly/)
{ $PATH = $cur_dir.
@@ -425,8 +417,6 @@ else
ToFile( "PATH", $PATH, "e" );
ToFile( "PATH_FOR_BUILD", $PATH, "e" );
}
-ToFile( "JAVAHOME", $JAVAHOME, "e" );
-
#
# Writing the aliases to file.