From: Dylan William Hardison Date: Tue, 22 May 2018 14:42:46 +0000 (-0400) Subject: no bug - fix deps on non-linux (#580) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3961fddcc9520e6b77a1de02ca8e1828e6925a9;p=thirdparty%2Fbugzilla.git no bug - fix deps on non-linux (#580) --- diff --git a/Makefile.PL b/Makefile.PL index cda7eefa1..484e66d3d 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -443,7 +443,7 @@ MAKE sub is_bmo_feature { local $_ = shift; - return 1 if $OSNAME eq 'linux' && /^linux/; + return $OSNAME eq 'linux' if /^linux/; return !m{ ^ (?: pg