aboutsummaryrefslogtreecommitdiff
path: root/contrib/bmake/boot-strap
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/bmake/boot-strap')
-rwxr-xr-xcontrib/bmake/boot-strap2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/bmake/boot-strap b/contrib/bmake/boot-strap
index 40984edcbe62..8892f2b1c990 100755
--- a/contrib/bmake/boot-strap
+++ b/contrib/bmake/boot-strap
@@ -420,7 +420,7 @@ op_build() {
op_test() {
[ -x bmake ] || op_build
- Bmake test "$@" || exit 1
+ Bmake test "$@" TEST_MAKE=$objdir/bmake || exit 1
}
op_clean() {