commit | 194f10ebadcdfe8fa79814cb0648335a132d3256 | [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 | eb9dd645979318ae7c66abc99657f786dd85316c [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 }