Fixed copy/paste for NetBSD
parent
3b2d462980
commit
ff24f4e66e
|
|
@ -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)")
|
||||
|
|
|
|||
Loading…
Reference in New Issue