(Boeing r1753)
properly support session options having spaces in value
This commit is contained in:
parent
f8f46d28be
commit
1116ff83b5
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue