From e86276484036051e751d3b4786c2f7b7803e1f0f Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Tue, 9 Jun 2015 06:41:57 +0000
Subject: [PATCH] The last command shell that was still calling the
 xtrn_section function rather than executing the xtrn_sec module
 (xtrn_sec.js). Oops, now fixed.

---
 exec/wildcat.src | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/exec/wildcat.src b/exec/wildcat.src
index 3d404f8e68..af92a44e60 100644
--- a/exec/wildcat.src
+++ b/exec/wildcat.src
@@ -114,7 +114,7 @@ cmdkey B
 	end_cmd
 
 cmdkey D
-	xtrn_section
+	exec_bin xtrn_sec
 	end_cmd
 
 cmdkey E
-- 
GitLab