Fix syntax error in --ignore-system-defaults handling.
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
This commit is contained in:
parent
77e3602fa4
commit
e0160b3eaf
|
@ -659,7 +659,7 @@ Local_arguments ()
|
||||||
}
|
}
|
||||||
|
|
||||||
# Reading system configuration
|
# 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
|
then
|
||||||
Echo_message "Using system defaults from ${SYSTEM_LH_CONFFILE}"
|
Echo_message "Using system defaults from ${SYSTEM_LH_CONFFILE}"
|
||||||
Read_conffile "${SYSTEM_LH_CONFFILE}"
|
Read_conffile "${SYSTEM_LH_CONFFILE}"
|
||||||
|
|
Loading…
Reference in New Issue