Closed treeder closed 15 years ago
Here's the new fix, next time I'll just fork this and let you pull in the fix if there is anything else:
Line 415: windoze = os_platform =~ (/win/ && !(os_platform =~ /darwin/)) || os_platform =~ /w32/ if windoze script_in_path = true .....
Line 446ish: elsif windoze begin ifconfig_output = ipconfig /all mac_addresses = ifconfig_output.scan(
ipconfig /all
I committed a pretty big rework of the MAC address detection code that should resolve this. Please test and verify that it works for you.
I've now released this.
Here's the new fix, next time I'll just fork this and let you pull in the fix if there is anything else:
Line 415: windoze = os_platform =~ (/win/ && !(os_platform =~ /darwin/)) || os_platform =~ /w32/ if windoze script_in_path = true .....
Line 446ish: elsif windoze begin ifconfig_output =
ipconfig /all
mac_addresses = ifconfig_output.scan(