Merge remote-tracking branch 'origin/master'

This commit is contained in:
Thomas Bernard 2015-10-08 18:10:08 +02:00
commit 468669e72e
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
OS=`uname -s`
case $OS in
OpenBSD)
OpenBSD | Darwin)
NS="`which netstat`" || exit 1
IFCONFIG="`which ifconfig`" || exit 1
EXTIF="`$NS -r -f inet | grep 'default' | awk '{ print $NF }' `" || exit 1