Style improvement

This commit is contained in:
Michael Boelen 2020-03-12 16:01:11 +01:00
parent 83a9470b72
commit 0b0b0ea905
No known key found for this signature in database
GPG Key ID: 26141F77A09D7F04
2 changed files with 2 additions and 2 deletions

View File

@ -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}";

View File

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