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 ;;