Skip to content

Commit

Permalink
Hide stderr from type to avoid extra verbosity (on some shells)
Browse files Browse the repository at this point in the history
  • Loading branch information
anttikantee committed Jun 23, 2015
1 parent 8cecfae commit 4d7796e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-rr.sh
Expand Up @@ -54,7 +54,7 @@ BUILDRUMP=$(pwd)/buildrump.sh
# figure out where gmake lies
if [ -z "${MAKE}" ]; then
MAKE=make
! type gmake >/dev/null || MAKE=gmake
! type gmake >/dev/null 2>&1 || MAKE=gmake
fi


Expand Down

0 comments on commit 4d7796e

Please sign in to comment.