From 9c1838ba256393c1bd454abb79623854dd407f83 Mon Sep 17 00:00:00 2001 From: George Boudreau Date: Wed, 15 Nov 2006 21:41:07 +0000 Subject: [PATCH] Added missing case statement for clfs3 --- common/libs/func_book_parser | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/libs/func_book_parser b/common/libs/func_book_parser index 00abc0f..82791f3 100644 --- a/common/libs/func_book_parser +++ b/common/libs/func_book_parser @@ -67,7 +67,7 @@ extract_commands() { # cd $JHALFSDIR case $PROGNAME in - clfs | clfs2 ) + clfs | clfs2 | clfs3 ) VERSION=$(xmllint --noent $BOOK/prologue/$ARCH/bookinfo.xml 2>/dev/null | grep subtitle | sed -e 's/^.*ion //' -e 's/<\/.*//') ;; *) VERSION=$(xmllint --noent $BOOK/prologue/bookinfo.xml 2>/dev/null | grep subtitle | sed -e 's/^.*ion //' -e 's/<\/.*//') ;;