HLFS kernel-2.4 branch does has a unique name, readded code to trap this name

This commit is contained in:
George Boudreau 2006-10-09 18:51:42 +00:00
parent 5844c279d6
commit 8a411922c5

4
jhalfs
View file

@ -126,6 +126,10 @@ case $BRANCH_ID in
LFSVRS=${BRANCH_ID}
TREE=branches/${BRANCH_ID#branch-}/BOOK
;;
2.4-branch )
LFSVRS=${BRANCH_ID}
TREE=branches/${BRANCH_ID}/BOOK
;;
* )
case $PROGNAME in
lfs | hlfs )