diff options
author | Hans Hagen <pragma@wxs.nl> | 2005-01-13 00:00:00 +0100 |
---|---|---|
committer | Hans Hagen <pragma@wxs.nl> | 2005-01-13 00:00:00 +0100 |
commit | 008d7a97b188beab801739b0396745a7dec7b52d (patch) | |
tree | d165ef083d9e4e3f388fdde6d54fc2624afc5311 /scripts | |
parent | 0fece0253ad71930dc23890d1ae3e1f76b296acb (diff) | |
download | context-008d7a97b188beab801739b0396745a7dec7b52d.tar.gz |
stable 2005.01.13
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/context/ruby/ctxtools.rb | 2 |
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 |