Code

Allow command lines with quotes
authorSven Velt <sven@velt.de>
Fri, 8 Jan 2010 13:48:12 +0000 (14:48 +0100)
committerSven Velt <sven@velt.de>
Fri, 8 Jan 2010 13:48:12 +0000 (14:48 +0100)
commitb3fcf0f48a9df34f5f647d9b93a15992fb6bbc0e
tree2680b2d6b918c78fa2ee0632cb117ebac094773b
parentcb7358bf3cf86d951c791c62c7a90d3c38f04b27
Allow command lines with quotes

Until now command lines where split at spaces (" ") but if you want some
string arguments including spaces ("-e '220 mail.server.de'") this
doesn't work anymore. So now we use "shlex.split()" for this.
nagixsc_conf2xml.py