Updated Branches:
  refs/heads/master 625e1d2d6 -> 370cdd873

[KARAF-2650] Fix the lde alias


Project: http://git-wip-us.apache.org/repos/asf/karaf/repo
Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/370cdd87
Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/370cdd87
Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/370cdd87

Branch: refs/heads/master
Commit: 370cdd873caa76100740f9cb33c5ccec30037453
Parents: 625e1d2
Author: Jean-Baptiste Onofré <[email protected]>
Authored: Mon Dec 23 09:01:57 2013 +0100
Committer: Jean-Baptiste Onofré <[email protected]>
Committed: Mon Dec 23 09:01:57 2013 +0100

----------------------------------------------------------------------
 .../framework/src/main/resources/resources/etc/shell.init.script   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf/blob/370cdd87/assemblies/features/framework/src/main/resources/resources/etc/shell.init.script
----------------------------------------------------------------------
diff --git 
a/assemblies/features/framework/src/main/resources/resources/etc/shell.init.script
 
b/assemblies/features/framework/src/main/resources/resources/etc/shell.init.script
index 775e0eb..f576559 100644
--- 
a/assemblies/features/framework/src/main/resources/resources/etc/shell.init.script
+++ 
b/assemblies/features/framework/src/main/resources/resources/etc/shell.init.script
@@ -21,7 +21,7 @@
 // in each session.
 //
 ld = { log:display $args } ;
-lde = { log:display-exception $args } ;
+lde = { log:exception-display $args } ;
 la = { bundle:list -t 0 $args } ;
 ls = { service:list $args } ;
 cl = { config:list "(service.pid=$args)" } ;

Reply via email to