FELIX-2446: reference the bundle command using the context: scope;
also use bundle 0 to load java.lang.System


git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@957714 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/gogo/shell/src/main/resources/gosh_profile b/gogo/shell/src/main/resources/gosh_profile
index 2219e25..2440d94 100644
--- a/gogo/shell/src/main/resources/gosh_profile
+++ b/gogo/shell/src/main/resources/gosh_profile
@@ -11,8 +11,7 @@
 addcommand context ${.context}
 
 # add methods on System object as commands
-# FELIX-2335 prevents the use of (bundle 0) loadclass
-addcommand system ((bundle 1) loadclass java.lang.System)
+addcommand system ((context:bundle 0) loadclass java.lang.System)
 
 # alias to print full stack trace
 e = { $exception printStackTrace }
diff --git a/gogo/shell/src/main/resources/motd b/gogo/shell/src/main/resources/motd
index 43776f7..01954f9 100644
--- a/gogo/shell/src/main/resources/motd
+++ b/gogo/shell/src/main/resources/motd
@@ -1,3 +1,3 @@
-_______________
+____________________________
 Welcome to Apache Felix Gogo