Removed bashism: ==

This commit is contained in:
Michael Boelen 2022-02-10 09:35:41 +01:00
parent 4ecd03598f
commit 66f93f0275
No known key found for this signature in database
GPG Key ID: 26141F77A09D7F04

View File

@ -678,7 +678,7 @@
ReportException "OS Detection" "Unknown OS found in /etc/os-release - Please create issue on GitHub project page: ${PROGRAM_SOURCE}"
;;
esac
elif [ "$(uname -o 2> /dev/null)" == "illumos" ]; then
elif [ "$(uname -o 2> /dev/null)" = "illumos" ]; then
OPENSOLARIS=1
# Solaris has a free form text file with release information