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

Ludovic Poitou
28.34.2010 96b8b656171fc25370b6d109aec1c9618450326b
Removed invalid Break statements in case block
1 files modified
3 ■■■■ changed files
opends/resource/bin/_script-util.sh 3 ●●●● patch | view | raw | blame | history
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