From 69d25eadc3d2265cd8fa3bd3cc50723b8fdefe97 Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Thu, 17 Aug 2006 21:32:21 +0000 Subject: [PATCH] Typo fix. --- BLFS/gen_config.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BLFS/gen_config.sh b/BLFS/gen_config.sh index 5b61f4b..4097015 100755 --- a/BLFS/gen_config.sh +++ b/BLFS/gen_config.sh @@ -59,7 +59,7 @@ do SET_COMMENT=y # Do not include previously installed packages.... if [ -e $TRACKING_DIR/${PKG_NAME} ]; then continue; fi - + META_PKG=$(echo ${PKG_NAME} | tr [a-z] [A-Z]) echo -e "config CONFIG_$META_PKG" >> $outFile echo -e "\tbool \"$META_PKG\"" >> $outFile @@ -172,7 +172,7 @@ config PRINT_SERVER choice prompt "Mail server" config MS_sendmail - bool "sendmail' + bool "sendmail" config MS_postfix bool "postfix" config MS_exim"