From 170bf9ef7250618cc02ca153d83fe4fb4855833a Mon Sep 17 00:00:00 2001
From: neil_a_wilson <neil_a_wilson@localhost>
Date: Fri, 17 Nov 2006 21:21:23 +0000
Subject: [PATCH] Rename the "setup.sh" script to "setup" and update all references to it to use the correct name.

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

diff --git a/opends/src/quicksetup/org/opends/quicksetup/SetupLauncher.java b/opends/src/quicksetup/org/opends/quicksetup/SetupLauncher.java
index 8c61e6d..dbc2d44 100644
--- a/opends/src/quicksetup/org/opends/quicksetup/SetupLauncher.java
+++ b/opends/src/quicksetup/org/opends/quicksetup/SetupLauncher.java
@@ -45,7 +45,7 @@
 {
   private static String COMMAND_NAME_WINDOWS = "setup.bat";
 
-  private static String COMMAND_NAME_UNIX = "setup.sh";
+  private static String COMMAND_NAME_UNIX = "setup";
 
   /**
    * The main method which is called by the setup command lines.

--
Gitblit v1.10.0