Fixed copy/paste for NetBSD

pull/156/head
Jeffrey Walton 2016-03-11 07:39:47 -05:00
parent 3b2d462980
commit ff24f4e66e
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ IS_LINUX=$(uname -s | grep -i -c linux)
IS_CYGWIN=$(uname -s | grep -i -c cygwin)
IS_MINGW=$(uname -s | grep -i -c mingw)
IS_OPENBSD=$(uname -s | grep -i -c openbsd)
IS_NETBSD=$(uname -s | grep -i -c openbsd)
IS_NETBSD=$(uname -s | grep -i -c netbsd)
IS_X86=$(uname -m | egrep -i -c "(i386|i586|i686|amd64|x86_64)")
IS_X64=$(uname -m | egrep -i -c "(amd64|x86_64)")
IS_PPC=$(uname -m | egrep -i -c "(Power|PPC)")