Correct BLFS branch selection problem.

This commit is contained in:
George Boudreau 2008-09-04 13:52:33 +00:00
parent 5210ae1ec1
commit aca70fdd7a

View file

@ -95,7 +95,7 @@ case $BRANCH_ID in
*EDIT* ) echo " You forgot to set the branch or stable book version."
echo " Please rerun make and fix the configuration."
exit 2 ;;
branch-* ) TREE=branches/${BRANCH_ID#branch-} ;;
branch-* ) TREE=branches/${BRANCH_ID#branch-}/BOOK ;;
* ) TREE=tags/${BRANCH_ID} ;;
esac