From e41af3d5742c0b2a721c08e425d96dff1935f508 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Wed, 30 Oct 2013 08:49:01 +0000 Subject: [PATCH] feature(socket) exec symbols: add "*" --- lib/server/socket.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/server/socket.js b/lib/server/socket.js index 3885e695..75a5c360 100644 --- a/lib/server/socket.js +++ b/lib/server/socket.js @@ -193,7 +193,7 @@ lExec_func = ClientFuncs[pConnNum]; - lExecSymbols = ['#', '&', '{', '}', '|', '\'', '"']; + lExecSymbols = ['*','#', '&', '{', '}', '|', '\'', '"']; if (Util.isContainStr(pCommand, lExecSymbols)) exec(pCommand, lExec_func);