summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk')
-rw-r--r--mk/buildhlp.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/buildhlp.mk b/mk/buildhlp.mk
index ed5c4b88c..7421ff866 100644
--- a/mk/buildhlp.mk
+++ b/mk/buildhlp.mk
@@ -107,7 +107,7 @@ endif
done
@toedit=$$(WRKDIST='${WRKDIST}' CURDIR=$$(pwd) \
PATCH_LIST='patch-* *.patch' WRKDIR1='${WRKDIR}' \
- ${BASH} ${TOPDIR}/scripts/update-patches); \
+ PATH='${HOST_PATH}' mksh ${TOPDIR}/scripts/update-patches); \
if [[ -n $$toedit && $$toedit != FAIL ]]; then \
echo -n 'edit patches: '; read i; \
cd patches && $${VISUAL:-$${EDITOR:-vi}} $$toedit; \