Skip to content

Commit 7896211

Browse files
Pulling in apamblad/ruby-shadow/pull/31 for RbConfig::CONFIG
Signed-off-by: Thomas Powell <[email protected]>
1 parent f135b3f commit 7896211

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

extconf.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- ruby -*-
22
# extconf.rb
33
#
4-
# Modified at: <1999/8/19 06:38:55 by ttate>
4+
# Modified at: <1999/8/19 06:38:55 by ttate>
55
#
66

77
require 'mkmf'
@@ -14,7 +14,7 @@
1414
else; ''
1515
end
1616

17-
implementation = case CONFIG['host_os']
17+
implementation = case RbConfig::CONFIG['host_os']
1818
when /linux/i; 'shadow'
1919
when /sunos|solaris/i; 'shadow'
2020
when /freebsd|mirbsd|netbsd|openbsd/i; 'pwd'

0 commit comments

Comments
 (0)