(Boeing r1753)

properly support session options having spaces in value
This commit is contained in:
ahrenholz@gmail.com 2013-08-29 16:03:53 +00:00
parent d9ce1c3162
commit b202d67002
2 changed files with 3 additions and 3 deletions

View file

@ -464,7 +464,7 @@ proc loadCfg { cfg } {
# uses 'key=value' instead of 'key value'
if { $object == "session" } {
# 'key=value', values with space needs quoting 'key={space val}'
setSessionOptions "" $line
setSessionOptions "" [split $line "\n"]
set class ""
set object ""
continue