We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2927f11 commit 12264c0Copy full SHA for 12264c0
src/doc/make.sh
@@ -9,4 +9,4 @@ case "$MAKEFLAGS" in
9
fi
10
;;
11
esac
12
-exec $MAKE $OPTIONS "$@"
+exec ${MAKE:-make} $OPTIONS "$@"
0 commit comments