Some branches have a BOOK subdirectory and some have not. Trying to work around that...

This commit is contained in:
Pierre Labastie 2014-08-25 13:14:38 +00:00
parent f0de95404c
commit bb2862d520

5
jhalfs
View file

@ -172,7 +172,10 @@ case $BRANCH_ID in
case $PROGNAME in
lfs )
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* )
LFSVRS=${BRANCH_ID}