Some branches have a BOOK subdirectory and some have not. Trying to work around that...
This commit is contained in:
parent
f0de95404c
commit
bb2862d520
1 changed files with 4 additions and 1 deletions
5
jhalfs
5
jhalfs
|
@ -172,7 +172,10 @@ case $BRANCH_ID in
|
||||||
case $PROGNAME in
|
case $PROGNAME in
|
||||||
lfs )
|
lfs )
|
||||||
LFSVRS=${BRANCH_ID}
|
LFSVRS=${BRANCH_ID}
|
||||||
TREE=branches/${BRANCH_ID#branch-}/BOOK
|
TREE=branches/${BRANCH_ID#branch-}
|
||||||
|
if [ ${BRANCH_ID#branch-} = 6 ]; then
|
||||||
|
TREE=${TREE}/BOOK
|
||||||
|
fi
|
||||||
;;
|
;;
|
||||||
clfs* )
|
clfs* )
|
||||||
LFSVRS=${BRANCH_ID}
|
LFSVRS=${BRANCH_ID}
|
||||||
|
|
Reference in a new issue