diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-01-20 18:58:48 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-02-05 19:34:04 -0600 |
commit | 52a506fd30bd14dd6a74cf6c12e4e9180acc6839 (patch) | |
tree | 078d510437563e7c2a8cadb1c1c259c53e6f7252 | |
parent | 3f1e72dc70de77db3d142f130495a6b064a574e4 (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.
-rwxr-xr-x | set_soenv.in | 10 |
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. |