From 3d1e5a7d12c8705cf623a8e18aea51b655b536a7 Mon Sep 17 00:00:00 2001 From: George Boudreau Date: Wed, 24 May 2006 19:38:28 +0000 Subject: [PATCH] Missed the inclusion of func_parser code --- BLFS/blfs-parser.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/BLFS/blfs-parser.sh b/BLFS/blfs-parser.sh index 26065c4..7a6c828 100755 --- a/BLFS/blfs-parser.sh +++ b/BLFS/blfs-parser.sh @@ -29,6 +29,11 @@ source alternatives.conf source func_dependencies [[ $? > 0 ]] && echo -e "\n\tERROR: func_dependencies did not load..\n" && exit +#--------------------- +# parser module +source func_parser +[[ $? > 0 ]] && echo -e "\n\tERROR: func_parser did not load..\n" && exit + #-------------------------#