From 0b0b0ea90515c42062d43d244016dceee6889147 Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Thu, 12 Mar 2020 16:01:11 +0100 Subject: [PATCH] Style improvement --- include/parameters | 2 +- include/tests_authentication | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/parameters b/include/parameters index 0edae1cd..2d9ef14d 100644 --- a/include/parameters +++ b/include/parameters @@ -337,7 +337,7 @@ ;; # Strip the colors which aren't clearly visible on light backgrounds - --reverse-colors| --reverse-colour) + --reverse-colors | --reverse-colour) BLUE="${NORMAL}"; SECTION="${NORMAL}"; NOTICE="${NORMAL}"; diff --git a/include/tests_authentication b/include/tests_authentication index 21bcf719..a20f8976 100644 --- a/include/tests_authentication +++ b/include/tests_authentication @@ -302,7 +302,7 @@ FIND=$(${ROOTDIR}usr/sbin/pwck -q -r 2> /dev/null; echo $?) TESTED=1 ;; - "Solaris"|"HP-UX") + "Solaris" | "HP-UX") FIND=$(${ROOTDIR}usr/sbin/pwck 2> /dev/null; echo $?) TESTED=1 ;;