diff --git a/src/commands/CmdConfig.cpp b/src/commands/CmdConfig.cpp index ce103b03..2745002a 100644 --- a/src/commands/CmdConfig.cpp +++ b/src/commands/CmdConfig.cpp @@ -24,11 +24,8 @@ // //////////////////////////////////////////////////////////////////////////////// -#include #include -#include #include -#include #include #include @@ -86,6 +83,8 @@ int CmdConfig ( value += words[i]; } + value = Lexer::dequote (value); + change = Rules::setConfigVariable (journal, rules, name, value, confirmation); if (!change)