From d36a4757209f5fe3229ebaca7d34a98b3ba83f76 Mon Sep 17 00:00:00 2001
From: kenneth_suter <kenneth_suter@localhost>
Date: Tue, 24 Apr 2007 20:25:01 +0000
Subject: [PATCH] fixed problems related to running the upgrader in Windows
---
opends/src/quicksetup/org/opends/quicksetup/uninstaller/UninstallLauncher.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opends/src/quicksetup/org/opends/quicksetup/uninstaller/UninstallLauncher.java b/opends/src/quicksetup/org/opends/quicksetup/uninstaller/UninstallLauncher.java
index f7c3967..73e2868 100644
--- a/opends/src/quicksetup/org/opends/quicksetup/uninstaller/UninstallLauncher.java
+++ b/opends/src/quicksetup/org/opends/quicksetup/uninstaller/UninstallLauncher.java
@@ -48,7 +48,7 @@
* will pass to the org.opends.server.tools.InstallDS class.
*/
public static void main(String[] args) {
- new UninstallLauncher(args).launch();
+ System.exit(new UninstallLauncher(args).launch());
}
/**
--
Gitblit v1.10.0