Browse Source

The ! command use clish_nop builtin

git-svn-id: https://klish.googlecode.com/svn/trunk@407 0eaa4687-2ee9-07dd-09d9-bcdd2d2dd5fb
Serj Kalichev 13 years ago
parent
commit
f69dcc539e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      xml-examples/klish/etc/clish-xml/common.xml

+ 1 - 1
xml-examples/klish/etc/clish-xml/common.xml

@@ -13,7 +13,7 @@
 
 <COMMAND name="!"
 	help="Comments">
-	<ACTION>true</ACTION>
+	<ACTION builtin="clish_nop"/>
 </COMMAND>
 
 </CLISH_MODULE>