summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/tk.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tk.rb b/lib/tk.rb
index 8d2e3b1f0e..b932696290 100644
--- a/lib/tk.rb
+++ b/lib/tk.rb
@@ -289,7 +289,7 @@ module TkCore
str = arg.to_s()
end
argstr += " " if argstr != ""
- argstr += '"' + str.gsub(/[][$"]/, '\\\\\&') + '"'
+ argstr += '"' + str.gsub(/[][$"]/, '\\\\\&') + '"' #'
}
return argstr
end