Adjust script coding style

This commit is contained in:
George Boudreau 2006-01-31 04:23:56 +00:00
parent 36c87d2bdc
commit 1690d1e8d3

View file

@ -54,8 +54,8 @@ chapter7=
_inline_doc="
${GREEN}
This script, jhahlfs, strives to generate an accurate makefile
directly from the xml files used to generated the Hardened Linux From
This script, jhahlfs, strives to create an accurate makefile
directly from the xml files used to generate the Hardened Linux From
Scratch document.
The usage of this script assumes you have read and are familiar with
the book and therefore the configuration variables found in jhahlfs.conf
@ -279,7 +279,9 @@ validate_config() { # Are the config values sane (within reason)
echo -e "${DD_BORDER}\n"
exit 1
}
set +e
for config_param in $PARAM_LIST; do
[[ $1 = "1" ]] && echo -e "`eval echo $PARAM_VALS`"
case $config_param in
@ -492,7 +494,6 @@ extract_commands() { #
# There is no HLFS patches.ent file so we will create one.
build_patches_file
# grep "ENTITY" $BOOK/patches.ent | sed -e 's/.* "//' -e 's/">//' >> patches
# Done. Moving on...
echo -ne "done\n"