diff options
author | John Levon <levon@movementarian.org> | 2007-06-06 20:31:37 -0400 |
---|---|---|
committer | Dave Jones <davej@redhat.com> | 2007-06-06 20:31:37 -0400 |
commit | 5be7af495f89af870cbf314e0fff6cb1dee0a426 (patch) | |
tree | 390d3ffd7a10691de6390fe7912507c34d71b5c4 /scripts | |
parent | d2f5c63294312c72194293fba8e1ac7ade0451c2 (diff) |
Solaris support.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/testnodes | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/scripts/testnodes b/scripts/testnodes index 33605cc..ef76173 100755 --- a/scripts/testnodes +++ b/scripts/testnodes @@ -1,5 +1,6 @@ -#!/bin/sh -# FIXME: Don't spit out these warnings on *BSD / Win32. +#!/bin/bash + +[ `uname -s` != "Linux" ] && exit 0 NRNODES=`grep processor /proc/cpuinfo | wc -l` need=0 |