Improve readability and add missing ;;

This commit is contained in:
Michael Boelen 2016-05-03 12:19:26 +02:00
parent 9c9ca6f947
commit 5339a0d466
1 changed files with 2 additions and 1 deletions

View File

@ -57,9 +57,10 @@
Display --indent 2 --text "OS: Linux" --result OK --color GREEN
;;
# Matching several platforms
"FreeBSD"|"NetBSD"|"OpenBSD")
"FreeBSD" | "NetBSD" | "OpenBSD")
LogText "Found an operating system based on BSD"
Display --indent 2 --text "OS: *BSD" --result OK --color GREEN
;;
# Catch-all for unknown values
*)
LogText "Did find another operating system"