From 8a411922c5c400bccadf5bf606ffe9038389e0ff Mon Sep 17 00:00:00 2001 From: George Boudreau Date: Mon, 9 Oct 2006 18:51:42 +0000 Subject: [PATCH] HLFS kernel-2.4 branch does has a unique name, readded code to trap this name --- jhalfs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/jhalfs b/jhalfs index 2cf4314..29b84f8 100755 --- a/jhalfs +++ b/jhalfs @@ -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 )