aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtools/check/chk2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/check/chk b/tools/check/chk
index 7859760bd7..a2df05dedd 100755
--- a/tools/check/chk
+++ b/tools/check/chk
@@ -14,6 +14,8 @@ function usage {
export PATH=${PATH}:/sbin:/usr/sbin
+[ `uname -s` = SunOS ] && exit 0
+
case $1 in
build)
check="CHECK-BUILD"