Fix syntax error in --ignore-system-defaults handling.

This commit is contained in:
Chris Lamb 2008-07-09 15:40:57 +01:00 committed by Daniel Baumann
parent 0e0c22cb6f
commit b6e8bde6d5
1 changed files with 1 additions and 1 deletions

View File

@ -659,7 +659,7 @@ Local_arguments ()
}
# Reading system configuration
if [ -f "${SYSTEM_LH_CONFFILE}" ] && if ! In_list "--ignore-system-defaults" "${@}"
if [ -f "${SYSTEM_LH_CONFFILE}" ] && ! In_list "--ignore-system-defaults" "${@}"
then
Echo_message "Using system defaults from ${SYSTEM_LH_CONFFILE}"
Read_conffile "${SYSTEM_LH_CONFFILE}"