From 5ed71f9c996527c6389df7b01f875b08cf6ceec1 Mon Sep 17 00:00:00 2001 From: David Cook Date: Mon, 18 May 2020 06:23:07 +0000 Subject: [PATCH] [19.11] Bug 25510: Put space between negation operator and function name This patch puts a space between the negation operator ! and the function name (ie log4perl_component). Signed-off-by: David Cook Signed-off-by: Tomas Cohen Arazi --- debian/koha-common.postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/koha-common.postinst b/debian/koha-common.postinst index 93f07c15a5..e1ffa8813f 100644 --- a/debian/koha-common.postinst +++ b/debian/koha-common.postinst @@ -146,7 +146,7 @@ log4perl_component() # Take care of the instance's log4perl.conf file for site in $(koha-list); do log4perl_config="/etc/koha/sites/$site/log4perl.conf" - if !log4perl_component $log4perl_config "z3950"; then + if ! log4perl_component $log4perl_config "z3950"; then cat <> $log4perl_config log4perl.logger.z3950 = WARN, Z3950 log4perl.appender.Z3950=Log::Log4perl::Appender::File -- 2.16.4