diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/context/ruby/base/texutil.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/context/ruby/base/texutil.rb b/scripts/context/ruby/base/texutil.rb index 01ef11012..583aa6bbf 100644 --- a/scripts/context/ruby/base/texutil.rb +++ b/scripts/context/ruby/base/texutil.rb @@ -516,7 +516,7 @@ end attr_writer :sortkey def build(sorter) -@entry, @key = sorter.normalize(@entry), sorter.normalize(sorter.tokenize{@key}) +@entry, @key = sorter.normalize(@entry), sorter.normalize(sorter.tokenize(@key)) if false then @entry, @key = [@entry, @key].collect do |target| # +a+b+c &a&b&c a+b+c a&b&c |