summaryrefslogtreecommitdiffstats
path: root/Makefile.PL
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2018-05-22 16:42:46 +0200
committerGitHub <noreply@github.com>2018-05-22 16:42:46 +0200
commite3961fddcc9520e6b77a1de02ca8e1828e6925a9 (patch)
tree0c53cf0f0ca135987448cbda833c1af3a3d61df5 /Makefile.PL
parent8c039ca6047d0dd761e561def6618071dd955544 (diff)
downloadbugzilla-e3961fddcc9520e6b77a1de02ca8e1828e6925a9.tar.gz
bugzilla-e3961fddcc9520e6b77a1de02ca8e1828e6925a9.tar.xz
no bug - fix deps on non-linux (#580)
Diffstat (limited to 'Makefile.PL')
-rwxr-xr-xMakefile.PL2
1 files changed, 1 insertions, 1 deletions
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