RelUpload: rc tarballs are counted from rc0

todo
Junio C Hamano 2013-11-01 10:14:55 -07:00
parent 1b91ac656f
commit 8775a4ce25
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ do
test -f "$s" &&
v=$(expr "$s" : '^git.*-\([^-]*\)\.tar\.sig$') &&
case "$v" in
*.rc[1-9]*)
*.rc[0-9]*)
dest=/pub/software/scm/git/testing/ ;;
*)
dest=/pub/software/scm/git/ ;;