diff --git a/functions b/functions index 9022675ad3..aaa00a49e1 100644 --- a/functions +++ b/functions @@ -1056,7 +1056,7 @@ function qpid_is_supported() { # Qpid was introduced to Ubuntu in precise, disallow it on oneiric; it is # not in openSUSE either right now. - [[ "$DISTRO" = "oneiric" ]] || is_suse + ( ! ([[ "$DISTRO" = "oneiric" ]] || is_suse) ) return $? }