Browse Source

Fix critical typo in config callback from revision 138.

git-svn-id: https://klish.googlecode.com/svn/trunk@143 0eaa4687-2ee9-07dd-09d9-bcdd2d2dd5fb
Serj Kalichev 13 years ago
parent
commit
55d1f71212
1 changed files with 1 additions and 0 deletions
  1. 1 0
      clish/clish_config_callback.c

+ 1 - 0
clish/clish_config_callback.c

@@ -63,6 +63,7 @@ clish_config_callback(const clish_shell_t * shell,
 			lub_string_free(pattern);
 
 			if (clish_command__get_splitter(cmd) == BOOL_FALSE)
+				lub_string_cat(&command, " -i");
 
 			snprintf(tmp, sizeof(tmp) - 1, " -p 0x%x",
 				clish_command__get_priority(cmd));