Allow versions up to 19 for lfs
This commit is contained in:
parent
7e9e66faa4
commit
f7c6c3c108
1 changed files with 1 additions and 1 deletions
2
jhalfs
2
jhalfs
|
@ -228,7 +228,7 @@ case $BRANCH_ID in
|
|||
LFSVRS=${BRANCH_ID}
|
||||
TREE=tags/${BRANCH_ID}
|
||||
case ${BRANCH_ID:0:2} in
|
||||
10) ;;
|
||||
[1-9][0-9]) ;;
|
||||
[789]*) ;;
|
||||
*) TREE=${TREE}/BOOK ;;
|
||||
esac
|
||||
|
|
Reference in a new issue