summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
Diffstat (limited to 'tool')
-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 85e119995a..c01c01da8e 100644
--- a/tool/lib/vcs.rb
+++ b/tool/lib/vcs.rb
@@ -643,7 +643,7 @@ class VCS
h, s = s.split(/^$/, 2)
s = s.lines
fix.each_line do |x|
- if %r[^ +(\d+)s/(.+)/(.+)/] =~ x
+ if %r[^ +(\d+)s/(.+)/(.*)/] =~ x
s[$1.to_i][$2] = $3
end
end