use --silent to keep grep quiet

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@11530 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2012-02-27 15:43:06 +00:00
parent 0ce46cc189
commit dcf7b11f3d

View file

@ -53,7 +53,7 @@ mkdir -p $PREFIX
export MAKEFLAGS=-j2
PATH=$PREFIX/bin:$PATH
if uname -a | grep -s arwin ; then
if uname -a | grep --silent arwin ; then
# its OS X! run for the hills !!