mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* tool/release.sh: BRE accepts \{m,\} expression. use it for future many-digits
version numbers. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54467 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
280f732215
commit
34c0c84086
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
RUBYDIR=/home/ftp/pub/ruby
|
||||
EXTS='.tar.gz .tar.bz2 .tar.xz .zip'
|
||||
|
||||
releases=`ls ruby-*|grep -o 'ruby-[0-9]\{1,2\}\.[0-9]\{1,2\}\.[0-9]\{1,2\}\(-\(preview\|rc\|p\)[0-9]\{1,4\}\)\?'|uniq`
|
||||
releases=`ls ruby-*|grep -o 'ruby-[0-9]\{1,\}\.[0-9]\{1,\}\.[0-9]\{1,\}\(-\(preview\|rc\|p\)[0-9]\{1,4\}\)\?'|uniq`
|
||||
|
||||
# check files
|
||||
for r in $releases
|
||||
|
|
Loading…
Reference in a new issue