]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
no bug - fix deps on non-linux (#580)
authorDylan William Hardison <dylan@hardison.net>
Tue, 22 May 2018 14:42:46 +0000 (10:42 -0400)
committerGitHub <noreply@github.com>
Tue, 22 May 2018 14:42:46 +0000 (10:42 -0400)
Makefile.PL

index cda7eefa14e0e0c198099491bd9b7fbcbb14517d..484e66d3d0d06a908197e25eed2a3247387c140b 100755 (executable)
@@ -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