fix line 1658

This commit is contained in:
Jin Asanami 2022-11-15 22:12:49 +09:00 committed by GitHub
parent 0592364897
commit 927b18db7a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1655,7 +1655,7 @@ esac
get_kernel() {
# Since these OS are integrated systems, it's better to skip this function altogether
[[ $os =~ (AIX|IRIX) ]] && return
[[ $os == (AIX|IRIX) ]] && return
# Haiku uses 'uname -v' and not - 'uname -r'.
[[ $os == Haiku ]] && {