aboutsummaryrefslogtreecommitdiffstats
path: root/tool/lib/vcs.rb
diff options
context:
space:
mode:
Diffstat (limited to 'tool/lib/vcs.rb')
-rw-r--r--tool/lib/vcs.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/lib/vcs.rb b/tool/lib/vcs.rb
index 625900797e..282ce91dd3 100644
--- a/tool/lib/vcs.rb
+++ b/tool/lib/vcs.rb
@@ -595,7 +595,7 @@ class VCS
end
raise message.join('')
end
- when %r[^( +)(\d+)i/(.+)/]
+ when %r[^( +)(\d+)i/(.*)/]
s[$2.to_i, 0] = "#{$1}#{$3}\n"
end
end