diff --git a/build.psm1 b/build.psm1 index 57e56a06197..722b2cdb812 100644 --- a/build.psm1 +++ b/build.psm1 @@ -158,7 +158,7 @@ function Get-EnvironmentInformation $environment.IsDebian -or $environment.IsUbuntu -or $environmment.IsRedHatFamily -or - $environmment.IsSUSEFamily) + $environment.IsSUSEFamily) ) { throw "The current OS : $($LinuxInfo.ID) is not supported for building PowerShell." }