fixes in Settings/g_configs

This commit is contained in:
Eduardo Bart
2012-02-01 22:10:55 -02:00
parent 98ef0e4574
commit 34f9ecb6c8
5 changed files with 30 additions and 11 deletions

View File

@@ -173,6 +173,11 @@ end
function Terminal.executeCommand(command)
if command == nil or #command == 0 then return end
logLocked = true
Logger.log(LogInfo, '>> ' .. command)
logLocked = false
-- detect and convert commands with simple syntax
local realCommand
if commandEnv[command] then