mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Try to fix make dist
error on chkbuild
https://rubyci.org/logs/rubyci.s3.amazonaws.com/debian9/ruby-master/log/20190823T213004Z.fail.html.gz https://rubyci.org/logs/rubyci.s3.amazonaws.com/debian8/ruby-master/log/20190824T003006Z.fail.html.gz
This commit is contained in:
parent
b38ab0a3a9
commit
fe83ed47e7
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ end
|
|||
def package(vcs, rev, destdir, tmp = nil)
|
||||
patchlevel = false
|
||||
prerelease = false
|
||||
if rev and revision = rev[/@(\d+)\z/, 1]
|
||||
if rev and revision = rev[/@(\h+)\z/, 1]
|
||||
rev = $`
|
||||
end
|
||||
case rev
|
||||
|
|
Loading…
Reference in a new issue