about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--lib/dtas/source/sox.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dtas/source/sox.rb b/lib/dtas/source/sox.rb
index 9f3cd9b..7f55c5d 100644
--- a/lib/dtas/source/sox.rb
+++ b/lib/dtas/source/sox.rb
@@ -56,7 +56,7 @@ class DTAS::Source::Sox # :nodoc:
         # take advantage of the VM-wide dedupe in MRI (rb_fstring):
         key = nil
         $1.split(/\n/n).each do |line|
-          if line.sub!(/^([a-z]\w*)=/i, '')
+          if line.sub!(/^([^=]+)=/ni, '')
             key = $1.upcase
             key = eval "#{key.inspect}.freeze"
           end