From 96b8b656171fc25370b6d109aec1c9618450326b Mon Sep 17 00:00:00 2001
From: Ludovic Poitou <ludovic.poitou@forgerock.com>
Date: Tue, 28 Dec 2010 17:34:54 +0000
Subject: [PATCH] Removed invalid Break statements in case block
---
opends/resource/bin/_script-util.sh | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/opends/resource/bin/_script-util.sh b/opends/resource/bin/_script-util.sh
index a779536..ada6122 100644
--- a/opends/resource/bin/_script-util.sh
+++ b/opends/resource/bin/_script-util.sh
@@ -24,6 +24,7 @@
#
#
# Copyright 2008-2010 Sun Microsystems, Inc.
+# Portions Copyright 2010 ForgeRock AS
#
# Display an error message
@@ -290,11 +291,9 @@
case `echo ${location}` in
/*)
INSTANCE_ROOT=${location}
- break
;;
*)
INSTANCE_ROOT=${INSTALL_ROOT}/${location}
- break
;;
esac
else
--
Gitblit v1.10.0