diff options
Diffstat (limited to 'Makefile.PL')
-rwxr-xr-x | Makefile.PL | 2 |
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 |