work-around FELIX-2927


git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1095690 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/gogo/shell/src/main/resources/gosh_profile b/gogo/shell/src/main/resources/gosh_profile
index aafd3cf..d27c97b 100644
--- a/gogo/shell/src/main/resources/gosh_profile
+++ b/gogo/shell/src/main/resources/gosh_profile
@@ -14,7 +14,7 @@
   addcommand context ${.context}
 
   # add methods on System object as commands
-  addcommand system ((${.context} bundle 0) loadclass java.lang.System)
+  addcommand system (((${.context} bundles) 0) loadclass java.lang.System)
 
   # alias to print full stack trace
   e = { $exception printStackTrace }