From 3bcc70c3d28164434f018c3c8e9f775be7100708 Mon Sep 17 00:00:00 2001
From: ludovicp <ludovicp@localhost>
Date: Thu, 27 May 2010 09:41:54 +0000
Subject: [PATCH] Several minor fixes in command line utilities and with the Monitoring backend

---
 opends/src/quicksetup/org/opends/quicksetup/installer/InstallerHelper.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opends/src/quicksetup/org/opends/quicksetup/installer/InstallerHelper.java b/opends/src/quicksetup/org/opends/quicksetup/installer/InstallerHelper.java
index 532f7d8..3102027 100644
--- a/opends/src/quicksetup/org/opends/quicksetup/installer/InstallerHelper.java
+++ b/opends/src/quicksetup/org/opends/quicksetup/installer/InstallerHelper.java
@@ -993,7 +993,7 @@
 
     if (!fileProperties.containsKey("default.java-home"))
     {
-      otherProperties.put("default.java-home=", javaHome);
+      otherProperties.put("default.java-home", javaHome);
     }
 
     writeSetOpenDSJavaHome(installPath, javaHome, args, otherProperties);

--
Gitblit v1.10.0