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/resource/setup |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opends/resource/setup.sh b/opends/resource/setup
similarity index 97%
rename from opends/resource/setup.sh
rename to opends/resource/setup
index 9ddac4c..cfc8f56 100755
--- a/opends/resource/setup.sh
+++ b/opends/resource/setup
@@ -111,5 +111,5 @@
 
 
 # Launch the setup process.
-"${JAVA_BIN}" org.opends.quicksetup.SetupLauncher -P setup.sh "${@}"
+"${JAVA_BIN}" org.opends.quicksetup.SetupLauncher -P setup "${@}"
 

--
Gitblit v1.10.0