Author: dbaum
Date: Thu Apr 21 13:07:45 2011
New Revision: 1095690
URL: http://svn.apache.org/viewvc?rev=1095690&view=rev
Log:
work-around FELIX-2927
Modified:
felix/trunk/gogo/shell/src/main/resources/gosh_profile
Modified: felix/trunk/gogo/shell/src/main/resources/gosh_profile
URL:
http://svn.apache.org/viewvc/felix/trunk/gogo/shell/src/main/resources/gosh_profile?rev=1095690&r1=1095689&r2=1095690&view=diff
==============================================================================
--- felix/trunk/gogo/shell/src/main/resources/gosh_profile (original)
+++ felix/trunk/gogo/shell/src/main/resources/gosh_profile Thu Apr 21 13:07:45
2011
@@ -14,7 +14,7 @@ try {
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 }