Skip to content

Commit 12264c0

Browse files
author
Matthias Koeppe
committed
src/doc/make.sh: Do not assume $MAKE is set
1 parent 2927f11 commit 12264c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/make.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ case "$MAKEFLAGS" in
99
fi
1010
;;
1111
esac
12-
exec $MAKE $OPTIONS "$@"
12+
exec ${MAKE:-make} $OPTIONS "$@"

0 commit comments

Comments
 (0)