Skip to content

Commit

Permalink
be a bit smarter about quoting in previous
Browse files Browse the repository at this point in the history
  • Loading branch information
anttikantee committed Jun 23, 2015
1 parent 01c79c2 commit cd13e77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-rr.sh
Expand Up @@ -56,7 +56,7 @@ if [ -z "${MAKE}" ]; then
MAKE=make
! type gmake >/dev/null 2>&1 || MAKE=gmake
fi
type ${MAKE} >/dev/null 2>&1 || die ``make'' required but not found
type ${MAKE} >/dev/null 2>&1 || die '"make" required but not found'


#
Expand Down

0 comments on commit cd13e77

Please sign in to comment.