mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-18 03:15:52 +01:00
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:
parent
0ce46cc189
commit
dcf7b11f3d
1 changed files with 1 additions and 1 deletions
|
|
@ -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 !!
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue