aboutsummaryrefslogtreecommitdiffhomepage
path: root/data/sisu/v3dv/conf/convert/modify.rb
diff options
context:
space:
mode:
Diffstat (limited to 'data/sisu/v3dv/conf/convert/modify.rb')
-rw-r--r--data/sisu/v3dv/conf/convert/modify.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/sisu/v3dv/conf/convert/modify.rb b/data/sisu/v3dv/conf/convert/modify.rb
index fab7832d..8a4b9074 100644
--- a/data/sisu/v3dv/conf/convert/modify.rb
+++ b/data/sisu/v3dv/conf/convert/modify.rb
@@ -173,7 +173,7 @@ WOK
if t =~m
p m.to_s + ' -> ' + r
puts "in: #{t}"
- t.gsub!(m,r) if m and r
+ t=t.gsub(m,r) if m and r
puts "out: #{t}"
end
end