Correct BLFS branch selection problem.
This commit is contained in:
parent
5210ae1ec1
commit
aca70fdd7a
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ case $BRANCH_ID in
|
||||||
*EDIT* ) echo " You forgot to set the branch or stable book version."
|
*EDIT* ) echo " You forgot to set the branch or stable book version."
|
||||||
echo " Please rerun make and fix the configuration."
|
echo " Please rerun make and fix the configuration."
|
||||||
exit 2 ;;
|
exit 2 ;;
|
||||||
branch-* ) TREE=branches/${BRANCH_ID#branch-} ;;
|
branch-* ) TREE=branches/${BRANCH_ID#branch-}/BOOK ;;
|
||||||
* ) TREE=tags/${BRANCH_ID} ;;
|
* ) TREE=tags/${BRANCH_ID} ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
Reference in a new issue