mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

jvergara
26.13.2007 e7934050009ce7e6f43e2ce7d56c827a23ac287e
opends/src/quicksetup/org/opends/quicksetup/uninstaller/UninstallLauncher.java
@@ -43,10 +43,6 @@
 */
public class UninstallLauncher
{
  private static String COMMAND_NAME_WINDOWS = "uninstall.bat";
  private static String COMMAND_NAME_UNIX = "uninstall";
  /**
   * The main method which is called by the uninstall command lines.
   * @param args the arguments passed by the command lines.
@@ -183,10 +179,10 @@
    String arg;
    if (Utils.isWindows())
    {
      arg = COMMAND_NAME_WINDOWS;
      arg = Utils.getWindowsUninstallFileName();
    } else
    {
      arg = COMMAND_NAME_UNIX;
      arg = Utils.getUnixUninstallFileName();
    }
    /*
     * This is required because the usage message contains '{' characters that