summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-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