commit | d3d3eff04e762d940fb837d05c9a744f4fe1b7de | [log] [tgz] |
---|---|---|
author | Derek Baum <dbaum@apache.org> | Thu Apr 21 13:07:45 2011 +0000 |
committer | Derek Baum <dbaum@apache.org> | Thu Apr 21 13:07:45 2011 +0000 |
tree | 7ce755b8dc99b6874f66a6dbb11dd64b0a0e98c2 | |
parent | b2e3240c4633631446a377eabaaaf9f9bdf0721d [diff] |
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 }