Stop registering the bundle object as a command since it interferes
with "stop 0" and stops gogo instead of the framework. (FELIX-2328)


git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@942156 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/gogo/runtime/src/main/java/org/apache/felix/gogo/runtime/osgi/OSGiCommands.java b/gogo/runtime/src/main/java/org/apache/felix/gogo/runtime/osgi/OSGiCommands.java
index e8e08f5..1f96706 100644
--- a/gogo/runtime/src/main/java/org/apache/felix/gogo/runtime/osgi/OSGiCommands.java
+++ b/gogo/runtime/src/main/java/org/apache/felix/gogo/runtime/osgi/OSGiCommands.java
@@ -59,7 +59,7 @@
     {
         processor.addCommand("osgi", this);
         processor.addCommand("osgi", new Procedural());
-        processor.addCommand("osgi", bundle);
+//        processor.addCommand("osgi", bundle);
         processor.addCommand("osgi", context, BundleContext.class);
 
         try