From eaa6a6f17df404995b40ae6c4caebfd7947be7bb Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Thu, 26 Apr 2007 14:43:23 +0000
Subject: [PATCH] Complete fix for 1252 restrict installed bin files to relevant platform.

---
 opends/resource/bin/status.bat |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opends/resource/bin/status.bat b/opends/resource/bin/status.bat
index 49dee20..967eee2 100644
--- a/opends/resource/bin/status.bat
+++ b/opends/resource/bin/status.bat
@@ -29,4 +29,4 @@
 
 set OPENDS_INVOKE_CLASS="org.opends.statuspanel.StatusCli"
 set SCRIPT_NAME_ARG="-Dorg.opends.server.scriptName=status"
-call "%~dP0\_server-script.bat" %*
+call "%~dP0\..\lib\_server-script.bat" %*

--
Gitblit v1.10.0