From 521e301dfdc4424f3dbcae673bea4e807146228e Mon Sep 17 00:00:00 2001 From: Sergey Kalinin Date: Mon, 6 Aug 2018 08:13:59 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B0=20=D0=BE=D1=88=D0=B8=D0=B1=D0=BA=D0=B0=20?= =?UTF-8?q?=D0=BF=D1=80=D0=B8=20=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B8=20=D0=BF=D1=83=D1=82=D0=B8=20=D0=BA=20rac=20?= =?UTF-8?q?=D1=81=20=D0=BF=D1=80=D0=BE=D0=B1=D0=B5=D0=BB=D0=B0=D0=BC=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rac_gui.tcl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rac_gui.tcl b/rac_gui.tcl index b2a1ba7..64ebcc2 100755 --- a/rac_gui.tcl +++ b/rac_gui.tcl @@ -36,7 +36,7 @@ if {[file exists $rac_cmd] == 0} { set file [open [file join $dir(work) rac_gui.cfg] "w"] while {[gets $orig_file line] >=0 } { if {[string match "set rac_cmd*" $line]} { - puts $file "set rac_cmd $rac_cmd" + puts $file "set rac_cmd \"$rac_cmd\"" } else { puts $file $line } @@ -102,3 +102,4 @@ if [file exists [file join $dir(work) 1c_srv.cfg]] { +