summaryrefslogtreecommitdiff
path: root/scripts/context/ruby/ctxtools.rb
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2005-01-13 00:00:00 +0100
committerHans Hagen <pragma@wxs.nl>2005-01-13 00:00:00 +0100
commit008d7a97b188beab801739b0396745a7dec7b52d (patch)
treed165ef083d9e4e3f388fdde6d54fc2624afc5311 /scripts/context/ruby/ctxtools.rb
parent0fece0253ad71930dc23890d1ae3e1f76b296acb (diff)
downloadcontext-008d7a97b188beab801739b0396745a7dec7b52d.tar.gz
stable 2005.01.13
Diffstat (limited to 'scripts/context/ruby/ctxtools.rb')
-rw-r--r--scripts/context/ruby/ctxtools.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/context/ruby/ctxtools.rb b/scripts/context/ruby/ctxtools.rb
index 731dc2090..65ace2f36 100644
--- a/scripts/context/ruby/ctxtools.rb
+++ b/scripts/context/ruby/ctxtools.rb
@@ -212,7 +212,7 @@ class Commands
when 'scite' then
if f = open("cont-#{interface}-scite.properties", 'w') then
i = 0
- f.write("keywordclass.macros.context.$interface=")
+ f.write("keywordclass.macros.context.#{interface}=")
collection.keys.sort.each do |name|
unless name.empty? then
if i==0 then